We build the real thing.
Every skill we engineer has four components: trigger logic, a methodology body, an output contract, and handled edge cases. That’s the production bar. Most community skills clear two of them on a good day.
--- name: weekly-content-review trigger: /content-review version: 1.0.0 tools: - Read - Grep - Write output-contract: file: revision-brief.md fields: - tone-drift-flags: string[] - structure-score: "0–10" - suggested-edits: string[] edge-cases: - incomplete-draft: flag sections - off-brand-tone: score < 6 → rewrite - adversarial-input: reject + log --- # methodology body follows
.claude/skills/. That’s it. No configuration. No setup guide. It runs.That’s not a Claude problem. It’s a skill problem. Commission the skill once. Run it forever.
Commission Your First Skill