npx skills add https://github.com/fiberplane/claude-code-plugins --skill fp-planCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Plugins for Claude Code.
Add the marketplace and install the plugin:
/plugin marketplace add fiberplane/claude-code-plugins
/plugin install fp@fiberplane-claude-code-plugins
Or configure via ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"fiberplane-claude-code-plugins": {
"source": {
"source": "github",
"repo": "fiberplane/claude-code-plugins"
}
}
},
"enabledPlugins": {
"fp@fiberplane-claude-code-plugins": true
}
}
Local-first issue tracking and code review for humans and AI agents.
.fp/Usage: /fp
Prerequisites:
curl -fsSL https://setup.fp.dev/install.sh | sh -s
claude plugin install ./fp