Agent skills in the cross-agent SKILL.md format.
Any agent, via the skills CLI (browse the ecosystem at skills.sh):
npx skills add naxodev/skillsAdd -a <agent> to target a specific agent, e.g. -a opencode or -a claude-code.
Claude Code, as a plugin:
/plugin marketplace add naxodev/skills
/plugin install skills@naxodev
| Skill | Description |
|---|---|
pr-walkthrough |
Generates a narrative HTML walkthrough of a pull request, with build-time syntax highlighting, palette-themed mermaid diagrams, and optional embedded audio narration. |
pr-walkthrough's optional audio, diagram, and syntax-highlighting features need dependencies installed once: run bun install in skills/pr-walkthrough/scripts/. Audio narration also requires ffmpeg on PATH.
- Create
skills/<name>/SKILL.mdwithnameanddescriptionfrontmatter. - Reference any bundled files via
${CLAUDE_PLUGIN_ROOT}/skills/<name>/...for Claude Code, with a fallback note for other agents (skill root = the directory containing the SKILL.md). - Bump the version in both
.claude-plugin/marketplace.jsonand.claude-plugin/plugin.json.