@kbuley/skills
v1.1.0
Published
AI agent skills installer for Claude Code, Cursor, Gemini, Codex, Kiro, and Copilot
Maintainers
Readme
@kbuley/skills
AI agent skills for Claude Code, Cursor, Gemini CLI, Codex, Kiro, and Copilot.
Skills use a kbuley- name prefix so they stay organized alongside skills from other sources.
Installation
npx @kbuley/skills # Claude Code (default)
npx @kbuley/skills --claude # Claude Code
npx @kbuley/skills --cursor # Cursor
npx @kbuley/skills --gemini # Gemini CLI
npx @kbuley/skills --codex # Codex CLI
npx @kbuley/skills --kiro # Kiro
npx @kbuley/skills --copilot # CopilotMultiple targets at once:
npx @kbuley/skills --claude --copilotCustom directory (no namespace applied):
npx @kbuley/skills --path ./my-skillsInstall paths
| Agent | Path |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| Gemini CLI | ~/.gemini/skills/ |
| Codex CLI | ~/.codex/skills/ |
| Kiro | ~/.kiro/skills/ |
| Copilot (macOS/Linux) | ~/.copilot/skills/ |
| Copilot (Windows) | %USERPROFILE%\.copilot\skills\ |
Skills use a kbuley- name prefix to avoid collisions with skills from other sources. Re-running the installer updates existing skills and removes any that have been deleted.
Skills
kbuley-taskfile
Create, modify, and review Taskfiles following Task best practices.
Covers schema, patterns, style conventions, templating, CLI flags, Makefile-to-Taskfile migration, and common workflow patterns.
Triggers: taskfile, Taskfile.yaml, task:, create task, task --list, Makefile to Taskfile
License
MIT
