Agent skill
cfn-skill-management
Skill loading, propagation, and building for CFN. Use when dynamically discovering and loading skills, deploying skills across environments, or creating new skill scaffolding.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cfn-skill-management
SKILL.md
Skill Management Skill (Mega-Skill)
Version: 1.0.0 Purpose: Skill loading, propagation, and building for CFN Status: Production Consolidates: cfn-skill-loader, cfn-skill-propagation, cfn-skill-builder
Overview
This mega-skill provides complete skill lifecycle management:
- Loader - Dynamic skill discovery and loading
- Propagation - Skill deployment across environments
- Builder - New skill creation and scaffolding
Directory Structure
skill-management/
├── SKILL.md
├── lib/
│ ├── loader/ # From cfn-skill-loader
│ ├── propagation/ # From cfn-skill-propagation
│ └── builder/ # From cfn-skill-builder
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| cfn-skill-loader/ | skill-management/lib/loader/ |
| cfn-skill-propagation/ | skill-management/lib/propagation/ |
| cfn-skill-builder/ | skill-management/lib/builder/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 3 skill management skills into mega-skill
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?