Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate a production-ready SKILL.md + tiny examples, evals, and an index entry aligned to Anthropic Skills.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-21 | ✗→✓ | ▲ Improved | 82% | 0% |
Use when a developer specifies a new Skill topic and needs a compliant, token-efficient SKILL.md with a tiny example, tests, and an index entry.
NOW_ET to ISO 8601 in America/New_York using NIST/time.gov semantics. Include NOW_ET in citations’ access dates.NOW_ET).name, slug, ≤160-char description, capabilities, inputs, outputs, keywords, version, owner, license, security, links.Purpose & When-To-Use, Pre-Checks, Procedure (Tiered), Decision Rules, Output Contract, Quality Gates, Resources.index_entry JSON for index/skills-index.json.NOW_ET access dates.resources/ artifacts (schemas/templates) without pasting large texts.tests/evals_<slug>.yaml with 3–5 scenarios (happy path, missing input, edge case).CHANGELOG.md (v1.0.0) and finalize index_entry.needs-input.resources/.skills/<slug>/ containing:SKILL.md (this format)examples/<slug>-example.txt (≤30 lines)resources/ (optional, linked)CHANGELOG.mdindex_entry JSON with: slug, name, summary (≤160 chars), keywords, owner, version, entry.Minimal example (pseudo-code, ≤30 lines):
textINPUT: topic: "OSCAL SSP validator for FedRAMP Moderate" constraints: { "strict": true } OUTPUT (files): skills/compliance-oscal-validator/SKILL.md skills/compliance-oscal-validator/examples/compliance-oscal-validator-example.txt tests/evals_oscal-ssp-validate.yaml index_entry (JSON fragment) INDEX_ENTRY: { "slug": "compliance-oscal-validator", "name": "OSCAL SSP Validator for FedRAMP Moderate", "summary": "Validates OSCAL SSP against FedRAMP Moderate baseline requirements.", "keywords": ["oscal", "ssp", "fedramp", "validation"], "owner": "cognitive-toolworks", "version": "1.0.0", "entry": "skills/compliance-oscal-validator/SKILL.md" }
validate_skill.py.resources/.description ≤160 chars; all required front-matter keys present.NOW_ET).validate_skill.py checks for secret patterns.build_index.py enforces no duplicates.tests/evals_<slug>.yaml; must pass basic sanity checks.Other measured skills in the registry, with their headline benchmark lift.