By fiberplane
Run local-first issue tracking and code review workflows powered by FP CLI and AI agents: generate hierarchical task plans from prompts or URLs (Linear/GitHub/Notion), claim/track progress tied to git/jj commits, review changes with file-specific comments, assign commits to issues, and manage interactive agent sessions.
npx claudepluginhub fiberplane/claude-code-plugins --plugin fpImplement work on issues. Use when user asks to "start working on issue", "what should I work on", "pick up task", "continue work", or "find next task".
Create and break down plans into trackable issues. Use when user asks to "create a plan", "break down feature", "design implementation", "structure this work", or pastes a Linear/GitHub/Notion URL to import.
Review code, create stories, and ensure commits are assigned to issues. Use when user asks to "review code", "assign commits", "check commits are assigned", "prepare for review", "create a story", or "write a story".
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
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-powered development tools for code review, research, design, and workflow automation.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques