Public Agent Skills for coding agents (Cursor, Claude Code, Codex, and others).
| Skill | Description |
|---|---|
coordinate |
Run a batch of implementation work through sub-agents — research, brief, dispatch, and gate their PRs |
adhd |
Explains a topic in the shortest possible form — tiny sentences, lead with the point, then stop |
eli5 |
Explains a complex topic in plain language with one concrete analogy |
prepare-release-notes |
Drafts bloggy GitHub Release highlights from the delta since the last tag and prints the release command — never cuts the release |
scaffold-python-project |
Opinionated Python project bootstrap with uv, prek, ruff, ty, pytest, zensical, GitHub Actions, and optional CLI/API/DB/AI stacks |
npx skills add syn54x/skills --skill coordinate
npx skills add syn54x/skills --skill scaffold-python-projectGlobal install (available across projects):
npx skills add syn54x/skills --skill coordinate -gInstall for all detected agents:
npx skills add syn54x/skills --skill coordinate --agent '*'Skills in this repo follow the Agent Skills format (SKILL.md with YAML frontmatter).