Skip to main content
Generalbdfinst

agent-skill-authoring

Conventions, anti-patterns, and meta-patterns for writing skills (and the shared agent/skill philosophy). Use when creating or editing a SKILL.md file, or when reviewing the agent-vs-skill separation. For the procedural workflow that generates a new agent file, use the agent-create skill (invoked by /agent-add).

Stars
190
Source
bdfinst/agentic-dev-team
Updated
2026-05-30
Slug
bdfinst--agentic-dev-team--agent-skill-authoring
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/bdfinst/agentic-dev-team/HEAD/plugins/agentic-dev-team/skills/agent-skill-authoring/SKILL.md -o .claude/skills/agent-skill-authoring.md

Drops the SKILL.md into .claude/skills/agent-skill-authoring.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.