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

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need skill catalog — inventory management. Resume localise : 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 Windsurf workflows.

Fonctionnalités

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.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

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

Scenario recommande : Ideal for AI agents that need skill catalog — inventory management. Resume localise : 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 Windsurf workflows.

Pourquoi utiliser cette compétence

Recommandation : 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

Meilleur pour

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

Cas d'utilisation exploitables for meta-skill-catalog

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

! Sécurité et Limitations

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

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

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?

Scenario recommande : Ideal for AI agents that need skill catalog — inventory management. Resume localise : 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 Windsurf workflows.

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: Cas d'usage : Applying Skill Catalog — Inventory Management, Cas d'usage : Applying Maintains catalog.json as the single source of truth for installed skills, Cas d'usage : 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?

Limitation : "invocation": "user-only",. Limitation : invocation user-only, model-only, or both. Limitation : 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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

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

Compétences associées

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

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur