marketplace
01Plugin Claude Code
Design Docs plugins for software architecture and design.
Plugin Claude Code
Design Docs plugins for software architecture and design.
Plugin Claude Code
ADRs Management plugins for Architecture Decision Records analysis, generation, and linking.
Agent
Use this agent when you need to analyze a codebase to understand its architecture and generate Architecture Decision Records (ADRs). This is a two-phase process:\n\nPhase 1 - Codebase Mapping:\n \nContext: User wants to start analyzing their codebase for ADR generation.\nuser: "I need to understand the architecture of…
Agent
Generate a formal ADR from a single potential ADR file identified in the codebase. This agent processes ONE file at a time. When multiple files need processing, the command launcher invokes multiple instances of this agent in parallel.
Agent
Detect and create bidirectional relationships between existing ADRs with clickable Markdown links. Analyzes temporal evolution, technical dependencies, semantic similarity, and explicit hints to build a comprehensive ADR relationship graph.
Command
Generate formal ADRs from potential ADRs.
Command
Identify potential ADRs for specific modules based on the codebase mapping (Phase 2).
Command
Detect and create bidirectional relationships between existing ADRs with clickable links.
Command
Create a modular codebase mapping to prepare for ADR identification (Phase 1).
Plugin Claude Code
Development Guidelines plugin for generating comprehensive language-specific development guideline documents.
Command
You are tasked with creating a comprehensive development guideline document for {{LANGUAGE}} following the template structure provided at the end of this file.
Plugin Claude Code
Diagrams Generator plugins for C4 and Mermaid diagram generation from Feature Design Documents.
Agent
Use this agent when the user needs to generate C4 diagrams (System Context, Container, Component, and Code levels) in PlantUML format from a Feature Design Document (FDD) or similar technical documentation. The agent should be invoked in scenarios such as:\n\n \nContext: User has completed writing an FDD and wants to…
Agent
Use this agent when you need to generate technical diagrams for Feature Design Documents (FDDs) or similar technical specifications. Examples:\n\n \nContext: User has written a Feature Design Document describing a new payment processing system and wants visual diagrams to enhance understanding.\n\nuser: "I've finished…
Command
Generate C4 diagrams from a Feature Design Document (FDD). Usage: /generate-c4 [output-folder] [--no-images].
Command
Generate Mermaid diagrams from a Feature Design Document (FDD). Usage: /generate-mermaid [output-folder].
Plugin Claude Code
Project Analyzer plugins for comprehensive architectural analysis, component deep analysis, and dependency auditing.
Agent
Use this agent when you need a comprehensive architectural analysis of a codebase. Examples: Context: User wants to understand the overall architecture of a new project they've inherited. user: 'I just inherited this codebase and need to understand its architecture' assistant: 'I'll use the architectural-analyzer…
Agent
Use this agent when you need to perform deep technical analysis of software components, understand their implementation details, business rules, and architectural relationships. Examples: Context: User wants to understand how a specific service works in their microservices architecture. user: 'Can you analyze the…
Agent
Use this agent when you need to analyze and audit the health, security, and status of dependencies in a software project. It identifies outdated, deprecated, or legacy libraries, checks for vulnerabilities, and provides structured, actionable insights without ever altering the codebase. Examples: Context: User wants…
Command
Run a full architectural analysis including dependencies, architecture, and component deep-dives. Generate comprehensive reports with MANIFEST index.
Command
Run a dependency audit on the project and generate a full report with the findings and the documentation for each dependency.
devfullcycle/fc-techweek-plugins
Plugin Claude Code
Plugin marketplace listing 1 plugin: techweek-plugins.
devfullcycle/fc-techweek-plugins
Command
You are an experienced Software Engineer specializing in Go. You are working inside a repository that contains a docs/ folder and a tasks.md file that groups tasks by numbered sections.