meta-skill-catalog — for Claude Code meta-skill-catalog, ErikLieben.FA.StronglyTypedIds, community, for Claude Code, ide skills, catalog.json, meta-skill-catalog inventory, meta-skill-catalog rebuild, meta-skill-catalog audit, {category}-{function}

v1.1.0

About this Skill

Ideal for AI agents that need skill catalog — inventory management. meta-skill-catalog is an AI agent skill for skill catalog — inventory management.

Features

Skill Catalog — Inventory Management
Maintains catalog.json as the single source of truth for installed skills.
Inventory (/meta-skill-catalog or /meta-skill-catalog inventory)
Scan .claude/skills/ for all skill directories
Read each SKILL.md frontmatter

# Core Topics

eriklieben eriklieben
[0]
[0]
Updated: 3/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 10/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
10/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Ideal for AI agents that need skill catalog — inventory management. meta-skill-catalog is an AI agent skill for skill catalog — inventory management.

Core Value

meta-skill-catalog helps agents skill catalog — inventory management. Minimal, allocation-friendly strongly typed IDs for .NET, with a Roslyn source generator that adds JSON conversion, parsing, comparison operators, and helpful extensions. This AI agent skill supports Claude Code, Cursor, and

Ideal Agent Persona

Ideal for AI agents that need skill catalog — inventory management.

Capabilities Granted for meta-skill-catalog

Applying Skill Catalog — Inventory Management
Applying Maintains catalog.json as the single source of truth for installed skills
Applying Inventory (/meta-skill-catalog or /meta-skill-catalog inventory)

! Prerequisites & Limits

  • "invocation": "user-only",
  • invocation user-only, model-only, or both
  • Requires repository-specific context from the skill documentation

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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

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?

Ideal for AI agents that need skill catalog — inventory management. meta-skill-catalog is an AI agent skill for skill catalog — inventory management.

How do I install meta-skill-catalog?

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

What are the use cases for meta-skill-catalog?

Key use cases include: Applying Skill Catalog — Inventory Management, Applying Maintains catalog.json as the single source of truth for installed skills, Applying Inventory (/meta-skill-catalog or /meta-skill-catalog inventory).

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.

Are there any limitations for meta-skill-catalog?

"invocation": "user-only",. invocation user-only, model-only, or both. Requires repository-specific context from the skill documentation.

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/ErikLieben.FA.StronglyTypedIds/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.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

meta-skill-catalog

Install meta-skill-catalog, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

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

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer