sebastienrousseau

Agtmls New Skill — Development skill for Claude Code

Development community

Scaffold a new AgtMLS skill with its metadata and both eval cases.

How to install Agtmls New Skill

Installs to ~/.claude/skills/sebastienrousseau-agtmls-agtmls-new-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sebastienrousseau-agtmls-agtmls-new-skill && curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/agtmls/HEAD/commands/agtmls-new-skill.md -o ~/.claude/skills/sebastienrousseau-agtmls-agtmls-new-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agtmls New Skill does


description: Scaffold a new AgtMLS skill with its metadata and both eval cases. license: MIT

Scaffold a skill, then author it against the contract.

python3 scripts/agtmls.py scaffold-skill 
python3 scripts/agtmls.py scaffold-skill  --bundle 

That writes `skills//` with `SKILL.md`, `reference.md`, `metadata.json`, and both eval cases.

Write the description first — it is the entire routing surface, and the tokenizer does not stem, so use the exact wo

Alternatives in Development

  • Workstation Setup — Shared workstation setup for both source trees in this repo 2.8k ★
  • HERO Anti OverDefense — HERO = Hashing · Edge cases · Rubrics · Overbuild — the four shapes coding agents over-defend in 333 ★
  • Generate PDF — Generate PDF documents (resume, cover letter, or both) with automatic validation and theme selection argument 167 ★

Full documentation available on GitHub

View Source Repository