FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

xtivia/ifd-plugins · GitHub

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTIVIA Claude Plugins

A Claude Code plugin marketplace published by XTIVIA on GitHub.

Plugins in this marketplace

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.

Installation

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

The xtivia/ifd-plugins shorthand resolves to the GitHub repository. A full git URL works equivalently:

/plugin marketplace add https://github.com/xtivia/ifd-plugins.git

Replace <plugin-name> with intent-first, altitude, code-archaeologist, boundary-mapper, or mermaid. Each plugin's slash commands become available after install.

Repository layout

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.

Updating

To publish a new version of a plugin:

  1. Update the plugin's plugin.json and the corresponding entry in .claude-plugin/marketplace.json.
  2. Push to the hosting repo.
  3. Users refresh with /plugin marketplace update.

Documentation

Contributing

Contributions are welcome — see CONTRIBUTING.md for how to propose changes, the plugin layout conventions, and the local testing workflow.

License

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.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL