| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Claude Code plugin marketplace published by XTIVIA on GitHub.
| Plugin | Description |
|---|---|
| intent-first | Intent-First Development (IFD) methodology — methodology skills, action skills (/ifd-init, /ifd-new-ddd, /ifd-status), and Diataxis-aligned project templates for AI-collaborative design that documents human intent before writing production code. |
| altitude | Altitude-Gated Design Protocol for IFD. Enforces progressive disclosure of intent through five design altitudes (Vision → Capabilities → Architecture → Design → Implementation), preventing premature resolution in AI-collaborative design sessions. |
| code-archaeologist | Backward-looking brownfield audit. Detects the codebase archetype (saas-backend, library-or-sdk, cli-tool, etc.), scores against a per-archetype rubric through composable profiles (code-quality-baseline, ifd-readiness, production-readiness), and produces a client-presentable audit report plus a Diataxis seed corpus that can bootstrap IFD adoption. Recommended for brownfield IFD adoption. |
| boundary-mapper | Discover and document the boundaries of an existing codebase — REST/SOAP/GraphQL endpoints, message-bus producers/consumers, DB and file I/O, UI-to-service call paths. Saturates docs/reference/boundaries/ with mermaid diagrams (architecture, sequence, journey, class, flowchart, event-modeling). Pairs with the mermaid plugin. |
| mermaid | Mermaid diagram skills with flawless, source-verified examples — every example extracted directly from the mermaid 11.14.0 source tree's working demos. One skill per diagram type plus a /mermaid slash command. |
This marketplace is published publicly on GitHub at github.com/xtivia/ifd-plugins.
# In Claude Code
/plugin marketplace add xtivia/ifd-plugins
/plugin install <plugin-name>@xtivia-ifd-plugins
/reload-pluginsThe xtivia/ifd-plugins shorthand resolves to the GitHub repository. A full git URL works equivalently:
/plugin marketplace add https://github.com/xtivia/ifd-plugins.gitReplace <plugin-name> with intent-first, altitude, code-archaeologist, boundary-mapper, or mermaid. Each plugin's slash commands become available after install.
claude-plugins/ ← marketplace root (this repo)
├── .claude-plugin/marketplace.json ← marketplace catalog
├── README.md ← this file
└── plugins/
├── intent-first/ ← intent-first plugin
├── altitude/ ← altitude plugin
├── code-archaeologist/ ← code-archaeologist plugin
├── boundary-mapper/ ← boundary-mapper plugin
└── mermaid/ ← mermaid plugin
Each plugin directory contains its own .claude-plugin/plugin.json, README.md, and supporting agents/ / skills/ / templates/ / hooks/ subdirectories as appropriate.
To publish a new version of a plugin:
Contributions are welcome — see CONTRIBUTING.md for how to propose changes, the plugin layout conventions, and the local testing workflow.
Licensed under the Apache License, Version 2.0. See the NOTICE file for attribution. By contributing, you agree that your contributions are licensed under the same terms.
| Back | FazBrowse Home | New Git URL |