Agent skill
cfn-agent-tooling
Agent development tools - generation and validation. Use when creating new agent templates from scaffolding, or validating and linting existing agent profiles for correctness and completeness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/unknown-majiayu000-claude-skill-registr-352
SKILL.md
Agent Tooling Skill (Mega-Skill)
Version: 1.0.0 Purpose: Agent development tools - generation and validation Status: Production Consolidates: agent-template-generator, agent-validation-linter
Overview
This mega-skill provides agent development tools:
- Generator - Agent template scaffolding and generation
- Linter - Agent profile validation and linting
Directory Structure
agent-tooling/
├── SKILL.md
├── lib/
│ ├── generator/ # From agent-template-generator
│ └── linter/ # From agent-validation-linter
└── cli/
Migration Paths
| Old Path | New Path |
|---|---|
| agent-template-generator/ | agent-tooling/lib/generator/ |
| agent-validation-linter/ | agent-tooling/lib/linter/ |
Version History
1.0.0 (2025-12-02)
- Consolidated 2 agent tooling 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?