https://github.com/dnlopes/claude-code-plugins
Marketplace for Claude Code plugins
https://github.com/dnlopes/claude-code-plugins
ai claude-code managed-by-terraform marketplace
Last synced: about 1 month ago
JSON representation
Marketplace for Claude Code plugins
- Host: GitHub
- URL: https://github.com/dnlopes/claude-code-plugins
- Owner: dnlopes
- Created: 2025-11-19T00:47:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T10:24:44.000Z (about 1 month ago)
- Last Synced: 2026-05-12T12:28:31.390Z (about 1 month ago)
- Topics: ai, claude-code, managed-by-terraform, marketplace
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# claude-code-plugins
A personal marketplace of Claude Code plugins — self-contained bundles of skills, agents, and slash commands that extend Claude Code's capabilities for AI-assisted development workflows.
## Summary
This repository is both the plugin source and the marketplace registry it publishes from. Each plugin is an independently versioned, self-contained unit that Claude Code can install directly. Plugins extend Claude Code with purpose-built workflows for git, code review, documentation, UI development, backend development, and architectural governance.
## Installation
Install a plugin from this marketplace by pointing Claude Code at this repo's marketplace registry:
```bash
# Add this marketplace to Claude Code
claude plugins marketplace add https://github.com/dnlopes/claude-code-plugins
```
Then install individual plugins:
```bash
claude plugins install curator
claude plugins install git-workflow
claude plugins install governor
```
## Available Plugins
| Plugin | Description |
|--------|-------------|
| `curator` | Repository documentation for AI agents, with git-based staleness tracking |
| `git-workflow` | Git and GitHub workflow commands for commits and pull requests |
| `governor` | Project tenets management via user-invocable skills: bootstrap, manage, and verify architectural constraints in AGENTS.md |
| `review-toolkit` | Multi-agent code review toolkit with specialized reviewers |
| `ui-dev` | UI development toolkit with headless browser automation and shadcn/ui |
| `backend-dev` | Backend development toolkit with database and API best practices |
## Documentation
- [Architecture](docs/architecture.md) — System design and component relationships
- [Patterns](docs/patterns.md) — Plugin conventions and invariants
- [Development](docs/development.md) — Contributing and release workflow