skill-organizer
Analyze, reorganize, and catalog all installed skills. Merges overlapping skills, restructures the filesystem hierarchy, and generates a compact SKILL_REGISTRY.md routing guide for system prompts.
What this skill does
# Skill Organizer Reads all installed skills, identifies overlaps and confusability, merges where appropriate, and produces a compact `SKILL_REGISTRY.md` that serves as a routing guide in agent system prompts. ## Why This Exists Models have a skill selection capacity (kappa) of approximately 50-100 items. Beyond that, selection accuracy degrades. As skills accumulate through log analysis and manual creation, the skill library can cross this threshold. This skill keeps the library organized and the routing guide compact. Reference: [Scaling LLM Agents with Skill Libraries](https://arxiv.org/pdf/2601.04748v2) ## Workflow ### Step 1: Inventory List all skill directories in the .agent/skills/ folder. Then read each skill's SKILL.md to understand scope, quality, and overlap. Each skill lives in a subdirectory of .agent/skills/ with a SKILL.md file. ### Step 2: Identify overlapping or confusable skills Look for: - Skills that do the same thing with slightly different names - Skills whose scopes significantly overlap (one is a subset of another) - Skills that could be combined into a single broader skill with multiple sections - Near-duplicate skills created from different log analysis sessions ### Step 3: Merge into hierarchical parent skills For each group of overlapping or related skills, create a single **parent skill** with sections covering each sub-capability: 1. Choose a broader parent name and directory (e.g., `web-app-dev` instead of separate `react-frontend`, `nodejs-backend`, `web-testing`) 2. Write one comprehensive SKILL.md with clearly labeled sections for each sub-capability. Each section should be self-contained enough that an agent can read just that section for a focused task. 3. Move bundled resources (templates, examples, configs) from merged skills into subdirectories of the parent skill directory. 4. Remove the redundant skill directories. When merging, prefer the skill with: - Better-quality instructions and examples - More complete bundled resources - A more descriptive, general name The goal is fewer, richer skills — a parent skill with 4 well-written sections is better than 4 separate shallow skills. ### Step 4: Generate SKILL_REGISTRY.md Write `.agent/skills/SKILL_REGISTRY.md` as a compact routing guide: ```markdown # Skill Registry ## <Category> (<count>) - **skill-name**: What it does in one sentence. Use when: <trigger condition — when should the agent read this skill?> Sections: <comma-separated list of sections/sub-capabilities within the skill> - **skill-name**: What it does in one sentence. Use when: <trigger condition> ## Recently Added - **new-skill** (project): Frontmatter description — not yet categorized ``` The registry should: - Group skills by purpose/domain (not alphabetically) - For each skill, include: what it does, when to read it, and what sections it contains - The "Use when" line is critical — it tells agents when to load the full SKILL.md - The "Sections" line (when applicable) shows what sub-capabilities live inside the skill - Stay under 50 entries total (merge aggressively if needed) - Include a "Recently Added" section for skills created since last organization - NOT duplicate full skill content, just enough for selection routing ### Step 5: Report Summarize what you did: - How many skills were found - Which skills were merged (old names -> new name) - Which skills were kept as-is - The final registry structure ## Constraints - Do NOT use keyword matching, Jaccard similarity, or heuristic categorization. Use your understanding of what each skill does. - Be aggressive about merging: fewer high-quality skills beats many overlapping ones. - Preserve all bundled resources (templates, examples, configs) during merges. - The SKILL_REGISTRY.md is a routing guide, not documentation. Keep it concise. - Skills in `massgen/skills/` (builtin) should not be merged or deleted, only cataloged in the registry.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.