Add skill-authoring agent skill#10
Merged
Merged
Conversation
Repo-local skill that codifies the authoring discipline for Claude Code agent skills: progressive disclosure (metadata → instructions → resources), ≤500-line SKILL.md, domain-split references, scripts over prose for deterministic checks, and specific third-person descriptions. Layout under .claude/skills/skill-authoring/: - SKILL.md — the entry point loaded when the skill triggers - references/patterns.md — common patterns and anti-patterns - references/review-checklist.md — review checklist for new/changed skills - scripts/lint_skill.py — deterministic structural lint - templates/SKILL.md.tmpl — starter template - templates/description-examples.md — good vs bad description examples Mirrors the same skill landed in SPANDigital/cel2sql (commit abbbfdd, PR #118) and originally transferred from SPANDigital/ai#16. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a repo-local Claude Code skill at
.claude/skills/skill-authoring/that codifies the authoring discipline for agent skills:Layout
SKILL.md— the entry point loaded when the skill triggers (96 lines)references/patterns.md— common patterns and anti-patternsreferences/review-checklist.md— review checklist for new/changed skillsscripts/lint_skill.py— deterministic structural lint (run vs. reasoning about structure in prose)templates/SKILL.md.tmpl— starter templatetemplates/description-examples.md— good vs bad description examplesOrigin
Mirrors the skill landed in SPANDigital/cel2sql (commit
abbbfdd, PR #118), originally transferred from SPANDigital/ai#16. Now consistent across the cel2sql / pycel2sql / cel2sql4j family.Test plan
name,description) is well-formed and triggers on relevant promptspython .claude/skills/skill-authoring/scripts/lint_skill.py .claude/skills/skill-authoring/exits 0🤖 Generated with Claude Code