Skip to content

devfullcycle/claude-mkt-place

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Full Cycle Claude Marketplace

A collection of Claude Code plugins for software architecture and design documentation.

Available Plugins

This marketplace provides four powerful plugins for architectural documentation and analysis:

  • ADRs Management - Comprehensive Architecture Decision Records (ADRs) analysis, generation, and linking
  • Diagrams Generator - Generate C4 and Mermaid diagrams from Feature Design Documents (FDDs)
  • Project Analyzer - Comprehensive architectural analysis, component deep-dive, and dependency auditing
  • Development Guidelines - Generate comprehensive language-specific development guideline documents

Installation

Add Marketplace

To use these plugins, first add this marketplace to Claude Code:

/plugin marketplace add devfullcycle/claude-mkt-place

This command adds the GitHub repository as a plugin marketplace source.

Install Plugins

After adding the marketplace, install individual plugins:

# Install ADRs Management plugin
/plugin install adrs-management@devfullcycle

# Install Diagrams Generator plugin
/plugin install diagrams-generator@devfullcycle

# Install Project Analyzer plugin
/plugin install project-analizer@devfullcycle

# Install Development Guidelines plugin
/plugin install development-guidelines@devfullcycle

Note: The marketplace identifier (devfullcycle) is derived from the GitHub organization/username. After adding the marketplace, you can also browse available plugins using:

/plugin

Quick Start

ADRs Management

Document architectural decisions systematically:

/adr-map                    # Phase 1: Map codebase
/adr-identify AUTH DATA     # Phase 2: Identify potential ADRs
/adr-generate BILLING       # Phase 3: Generate formal ADRs
/adr-link                   # Link ADRs with relationships

Diagrams Generator

Create visual documentation from FDDs:

/c4-generate docs/features/payment-fdd.md
/mermaid-generate docs/features/auth-fdd.md

Project Analyzer

Analyze project architecture and dependencies:

/generate-architectural-report
/run-dependency-audit

Development Guidelines

Generate comprehensive development guidelines for any programming language:

/generate-development-guideline Python
/generate-development-guideline TypeScript --orm=prisma --web=express --testing=jest
/generate-development-guideline Go --orm=sqlc --web=chi --db=pgx

Documentation

For detailed usage instructions, see each plugin's documentation:

About

Prompts and Claude Code Plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published