smithery/masharratt

cfn-agent-tooling

Agent dev tools: template generation, profile validation. Use when creating new agent templates from scaffolding, or validating/linting existing agent profiles for correctness and completeness.

Installation

$ npx skills add smithery/masharratt --skill cfn-agent-tooling

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/masharratt · top by installs.

npx skills add smithery/masharratt

Browse all from smithery/masharratt

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,260 B
  • docs SUMMARY.md 217 B

History

  1. First recorded snapshot · 0 installs

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