Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.07 KB

File metadata and controls

56 lines (41 loc) · 1.07 KB

Fiberplane Claude Code Plugins

Plugins for Claude Code.

Installation

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
  }
}

Available Plugins

fp

Local-first issue tracking and code review for humans and AI agents.

  • Git-friendly markdown files in .fp/
  • VCS-integrated change tracking via git/jj commit ranges
  • Auto-registers agent identity across sessions
  • Task dependencies and blocked work tracking

Usage: /fp

Prerequisites:

curl -fsSL https://setup.fp.dev/install.sh | sh -s

Full documentation

Development

claude plugin install ./fp