meta-category-pointer

Indexes 29 specialized Meta skills and routes tasks to their SKILL.md files in a vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill meta-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meta-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/meta-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill meta-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping dozens of specialized Meta skills loaded at once bloats the startup context. This pointer skill exposes a catalog of 29 Meta skills while storing their full instructions in a hidden vault, so only the relevant skill is loaded on demand. ## Core Features & Use Cases - Skill Catalog: Lists 29 Meta skills with one-line summaries covering skill creation, security scanning, routing, auditing, and context management. - On-Demand Loading: Directs the agent to read a specific skill's SKILL.md from the vault path only when the task matches it. - Use Case: When asked to create a new agent skill, the agent consults this pointer, identifies skill-creator or skill-writer, and loads its full instructions from the vault before proceeding. ## Quick Start Ask the agent which Meta skill fits your task and have it load that skill's instructions from the vault.

Frequently Asked Questions about meta-category-pointer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right Meta skill for my task?▼

Scan the catalog of 29 skills in this pointer's SKILL.md and match your task to a skill's one-line summary. Then read that skill's SKILL.md from the vault at ~/.config/opencode/skill-libraries/meta/<skill-name>/SKILL.md.

How do I load a skill from the Meta skill vault?▼

Use the view_file tool to read the SKILL.md of the chosen skill from the vault path /home/kienct/.config/opencode/skill-libraries/meta/<skill-name>/SKILL.md, then follow its instructions.

Why are the Meta skills stored in a hidden vault?▼

The vault keeps startup context minimal by avoiding loading all 29 skill definitions at once. Only the skill matching the current task is read into context on demand.

What kinds of skills are in the Meta category?▼

The category covers skill authoring (skill-creator, skill-writer), quality and security (skill-scanner, skill-sentinel, skill-optimizer), routing (skill-router), and context management (filesystem-context, diary).

What happens if I skip reading the vault file?▼

The pointer explicitly warns not to guess best practices. Skipping the vault read means the agent lacks the skill's actual operational instructions and may produce incorrect results.