Sprint management, documentation, data engineering, and DMC design plugins for Claude Code
npx claudepluginhub l3ocho/mktpl-claude-datasaasSprint planning and project management with Gitea integration
Automatic documentation drift detection and synchronization
Data engineering tools with pandas, PostgreSQL/PostGIS, and dbt integration
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A comprehensive community-driven collection of 117 AI agents, 174 slash commands, 28 hooks, and 199 MCP servers for Claude Code
A plugin marketplace for Claude Code providing sprint management, code review, security scanning, infrastructure automation, and development workflow tools. 21 plugins across 5 domains, backed by 5 shared MCP servers.
| Plugin | Description |
|---|---|
projman | Sprint planning and project management with Gitea integration |
git-flow | Git workflow automation with intelligent commit messages and branch management |
pr-review | Multi-agent pull request review with confidence scoring |
code-sentinel | Security scanning and code refactoring tools |
doc-guardian | Documentation drift detection and synchronization |
clarity-assist | Prompt optimization with ND-friendly accommodations |
contract-validator | Cross-plugin compatibility validation and agent verification |
claude-config-maintainer | CLAUDE.md and settings.local.json optimization |
project-hygiene | Manual project file cleanup checks |
| Plugin | Version | Description |
|---|---|---|
data-platform | 9.1.0 | pandas, PostgreSQL/PostGIS, and dbt integration |
viz-platform | 9.1.0 | Dash Mantine Components validation, Plotly charts, and theming |
drawio-plugin | 1.0.0 | Wireframe design tools — parse .drawio XML into DMC specs, generate wireframes from descriptions |
data-seed | 0.1.0 — scaffold | Test data generation and database seeding |
| Plugin | Version | Description |
|---|---|---|
ops-release-manager | 0.1.0 — scaffold | Release management with SemVer and changelog automation |
ops-deploy-pipeline | 0.1.0 — scaffold | Deployment pipeline for Docker Compose and systemd |
| Plugin | Description |
|---|---|
saas-api-platform | REST/GraphQL API scaffolding for FastAPI and Express |
saas-db-migrate | Database migration management for Alembic, Prisma, raw SQL |
saas-react-platform | React frontend toolkit for Next.js and Vite |
saas-test-pilot | Test automation for pytest, Jest, Vitest, Playwright |
| Plugin | Description |
|---|---|
debug-mcp | MCP server debugging, inspection, and development toolkit |
./scripts/claude-launch.sh [profile] [extra-args...]
| Profile | Plugins Loaded | Use Case |
|---|---|---|
sprint | projman, git-flow, pr-review, code-sentinel, doc-guardian, clarity-assist | Default. Sprint planning and development |
review | pr-review, code-sentinel | Lightweight code review |
data | data-platform, viz-platform | Data engineering and visualization |
full | All 20 plugins | When you need everything |
./scripts/claude-launch.sh # Default sprint profile
./scripts/claude-launch.sh data --model opus # Data profile with Opus
./scripts/claude-launch.sh full # Load all plugins
/sprint plan # Plan a sprint with architecture analysis
/sprint start # Begin sprint execution
/gitflow commit --push # Commit with auto-generated message and push
/pr review # Full multi-agent PR review
/sentinel scan # Security audit
/doc audit # Check for documentation drift
/cv status # Marketplace health check