meta-skill-catalog — community meta-skill-catalog, agentic-dev-workflow, community, ide skills, Claude Code, Cursor, Windsurf

v1.1.0
GitHub

About this Skill

A portable, file-based workflow system for AI coding agents. Gives your agent persistent memory, session rituals, document generation skills, and multi-repo documentation support — with integrations f

eriklieben eriklieben
[0]
[0]
Updated: 3/19/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

meta-skill-catalog

Install meta-skill-catalog, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Skill Catalog — Inventory Management

Maintains catalog.json as the single source of truth for installed skills.

Commands

Inventory (/meta-skill-catalog or /meta-skill-catalog inventory)

  1. Scan .claude/skills/ for all skill directories
  2. Read each SKILL.md frontmatter
  3. Compare with catalog.json
  4. Report:
    • Skills on disk but not in catalog (unregistered)
    • Skills in catalog but not on disk (orphaned entries)
    • Skills with mismatched metadata (stale entries)

Rebuild (/meta-skill-catalog rebuild)

  1. Scan .claude/skills/ for all skill directories
  2. Read each SKILL.md frontmatter
  3. Rebuild catalog.json from scratch
  4. Report what changed

Audit (/meta-skill-catalog audit)

  1. Load catalog.json
  2. For each skill, check:
    • Does SKILL.md exist and have valid frontmatter?
    • Does the name follow {category}-{function} convention?
    • Is the description clear and specific enough for auto-triggering?
    • Are there any trigger overlaps between skills?
    • Is the skill under 500 lines?
    • Does the SKILL.md have a version field in frontmatter?
    • Does the catalog version match the SKILL.md version?
  3. Report issues with recommendations

Catalog Format

catalog.json structure:

json
1{ 2 "version": 1, 3 "updated": "YYYY-MM-DD", 4 "skills": [ 5 { 6 "name": "meta-heartbeat", 7 "category": "meta", 8 "description": "Session startup ritual...", 9 "path": ".claude/skills/meta-heartbeat/", 10 "invocation": "user-only", 11 "added": "YYYY-MM-DD", 12 "version": "1.0.0", 13 "installed_from": "agentic-workflow", 14 "installed_version": "1.0.0", 15 "installed_date": "YYYY-MM-DD" 16 } 17 ] 18}

Fields

FieldDescription
nameSkill name (matches directory name with category prefix)
categoryCategory prefix (meta, dev, ops, tool, viz, doc)
descriptionOne-line description
pathRelative path to skill directory
invocationuser-only, model-only, or both
addedDate skill was added
versionCurrent version at source (from SKILL.md frontmatter)
installed_fromProvenance: "agentic-workflow" or "local"
installed_versionVersion that was installed in this project
installed_dateWhen this version was installed

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is meta-skill-catalog?

A portable, file-based workflow system for AI coding agents. Gives your agent persistent memory, session rituals, document generation skills, and multi-repo documentation support — with integrations f

How do I install meta-skill-catalog?

Run the command: npx killer-skills add eriklieben/agentic-dev-workflow/meta-skill-catalog. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with meta-skill-catalog?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add eriklieben/agentic-dev-workflow/meta-skill-catalog. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use meta-skill-catalog immediately in the current project.

Related Skills

Looking for an alternative to meta-skill-catalog or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI