Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Skills for AIDLC phases, architecture, testing, git workflow, work tracking, specs, backend/frontend, gdoc-to-markdown, and blog writing.
npx claudepluginhub queen-of-code/ai-dlc --plugin ai-dlc-skillsApply software architecture best practices and design patterns. Use when designing systems, refactoring code, making architectural decisions, or reviewing code structure.
SaaS backend development patterns including API design, multi-tenancy, authentication, and scalability. Use when building backend services, APIs, SaaS infrastructure, or designing system architecture.
Write blog posts in Melissa Benua's voice and style, saved to external-brain/blog-posts. Use when the user wants to write, draft, brainstorm, or edit a blog post, article, or written content for publication.
AIDLC Build + Test orchestrator (TDD). Delivers an open PR with green CI per Tech Spec; re-enters to triage /review PR comments — fix or reply+resolve. Not for spec-only work.
Modern web development patterns for React, Vue, and vanilla JS including component architecture, state management, and performance. Use when building web UIs, optimizing frontend performance, or implementing accessibility.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Systematic maintenance of Claude Code plugins - skills, commands, agents, hooks - through domain analysis, behavioral testing, and quality improvements
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Unify every source of 'things I need to do' into a single tracked backlog on GitHub Projects.
AI-DLC is the public skills and agents library for the AI Development Lifecycle (AIDLC): phase orchestrators (/plan, /build, /review, /ship), domain skills (architecture, testing, backend, frontend, …), and agent bundles. It ships as a Claude Code marketplace and works with Cursor via symlinked skill directories.
Runtime orchestration (control plane, TS agent loop, Docker stack) lives in a separate private repo and is not included here.
curl -fsSL https://raw.githubusercontent.com/queen-of-code/AI-DLC/main/install.sh | bash
This clones to ~/.ai-dlc and links skills into ~/.cursor/skills and ~/.claude/skills.
/plugin marketplace add /path/to/AI-DLC
/plugin install ai-dlc-skills@ai-dlc
See docs/CLAUDE-MARKETPLACE.md.
| Doc | Description |
|---|---|
| docs/SKILLS.md | Bundle format, manifest schema, skill catalog |
| docs/INSTALL.md | Install paths and updates |
| docs/CLAUDE-MARKETPLACE.md | Marketplace usage |
| docs/GITHUB-AIDLC-PROJECT.md | GitHub Projects v2 + labels + Actions + Mac cron for AIDLC |
| AGENTS.md | Contributor / agent instructions |
skills/ — All skill and agent bundles (SKILL.md + optional tool.ts, system-prompt.md).skills/spec-management/templates/ — Product Spec, Tech Spec, ADR template (adr-template.md), and ADR folder guidance (adr-guidance.md) — all packaged with the spec-management skill / plugin.agent-library-mcp/ — Manifest validation and CI helpers (npm run validate-manifests)..claude-plugin/marketplace.json — Marketplace catalog.plugins/ai-dlc-skills/ — Plugin manifest + copy of skills/ (synced via ./scripts/sync-plugin-skills.sh).scripts/ — aidlc-cron.sh, prompts/, launchd/ examples for GitHub + Claude automation (docs/GITHUB-AIDLC-PROJECT.md).See LICENSE.