A collection of reusable AI agent skills. Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, GitHub Copilot, and any agent that supports the Agent Skills standard.
Single skill (global):
npx skills add crowdlinker/skills --skill github-commit-and-pr-conventions --agent claude-code -g -y
npx skills add crowdlinker/skills --skill github-pr-review --agent claude-code -g -yAll skills (global):
npx skills add crowdlinker/skills --agent claude-code -g -yProject-level (current repo only):
npx skills add crowdlinker/skills --agent claude-code -yNote: The
--agent claude-codeflag is required. Without it, the interactive prompt may install to a different agent (e.g. Warp) and the skill won't appear in Claude Code. Global skills install to~/.claude/skills/; project skills install to.claude/skills/.
After installing, run /reload-plugins in Claude Code to pick up the new skill without restarting.
| Skill | Description |
|---|---|
| github-commit-and-pr-conventions | Conventional Commits format, branch targeting, and PR structure rules for GitHub |
| github-pr-review | Opinionated, collaborative PR review style for GitHub pull requests |
| designmdme-cli | Generate a DESIGN.md design-system spec (color tokens, typography, spacing, shadows, components) and optional HTML preview from any website URL using the designmdme CLI. |
For agents that don't support npx skills add, copy the SKILL.md content into your agent's system prompt or custom instructions.
See CONTRIBUTING.md.