Generate system overview from codebase analysis
Generate spec files from system overview
Index system artifacts from codebase analysis
Start Hugo dev server to browse specs as website
Validate specification files against schemas
This repository is a Claude Code plugin marketplace. These plugins are part of my own dev workflow that I use across different projects.
| Plugin | Description | Scope |
|---|---|---|
| git | Streamlined git workflows | User or Project |
| specs | Generate and browse system specification documents | Project only |
| code-patterns | Code refactoring and manipulation skills | User or Project |
Plugins with hooks can only be installed at the project level for security reasons, as hooks run automatically without user invocation.
Add this marketplace to Claude Code:
/plugin marketplace add codingawayy/cc-marketplace
Install a plugin:
/plugin install <plugin-name>@cc-marketplace
After installing, plugin commands become available. Use /help to see all available commands.
Uninstall a plugin:
/plugin uninstall <plugin-name>
Remove this marketplace:
/plugin marketplace remove cc-marketplace
MIT License - see LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Git workflow commands with conventional commits
Code refactoring and manipulation skills
Run long-running autonomous tasks across multiple Claude Code sessions
npx claudepluginhub codingawayy/cc-marketplace --plugin specsDocumentation generation with API docs, architecture diagrams, and tutorials
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
Create technical specifications through interactive planning and expert review
Spec-driven development plugin for Claude Code. Markdown specs as the source of truth, code downstream.
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.