ai-driven-dev/framework

Marketplace Framework AI-Driven Dev : Context Engineering, Plugins, Agents, Skills, Hooks, Templates, SDLC

445Stars on the repository
61Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adapter

01

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies infrastructure adapters in src/infrastructure/adapters/ and their corresponding port interfaces in src/domain/ports/. Use when adding a new I/O boundary (file system, HTTP, git, npm, OS), changing how an existing adapter translates errors, or wiring a new adapter into createDeps. Do NOT use for…

445 yesterday A 92 tokens original MIT

audit-remediate

02

ai-driven-dev/framework

Skill Claude CodeCodex

Macro workflow for auditing a single domain layer against its authoritative layer skill, applying fixes, and gating the result. Use when you need to prove a layer skill on real code, clean up an existing layer after a skill update, or verify that a layer is already compliant. Always captures a golden baseline before…

445 yesterday A 110 tokens original MIT

capability

03

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies a capability class in domain/capabilities/ and its corresponding Has interface in domain/tools/contracts.ts. Use when adding a new tool runtime behavior (agents, skills, commands, rules, mcp, hooks, settings, plugins), changing the constructor params of an existing capability class, or wiring a new…

445 yesterday A 122 tokens original MIT

command

04

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies CLI commands in src/application/commands/. Use when adding a new command or subcommand, changing flags or the action handler, registering a command in cli.ts, or reviewing a command for thin-wrapper compliance. Do NOT use for implementing business logic — use use-case instead. Do NOT use for…

445 yesterday A 74 tokens original MIT

domain-model

05

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies domain types in src/domain/ — value objects, discriminant unions, and aggregate roots. Use when adding a new domain concept, defining invariants for an existing type, or placing a shared discriminant union that is used across multiple use-cases. Do NOT use for orchestrating I/O or business logic …

445 yesterday A 88 tokens original MIT

feature

06

ai-driven-dev/framework

Skill Claude CodeCodex

Macro workflow for building or changing a vertical slice of the CLI. Use as the entry point when adding a new end-to-end feature (domain → use-case → adapter → command → tests) or when a change touches multiple layers at once. Do NOT use for single-layer changes — use the layer skill directly (domain-model, use-case…

445 yesterday A 82 tokens original MIT

format

07

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies pure string-transform functions in domain/formats/. Use when adding a new format module (toml, markdown, json, placeholders, command), implementing a lossless round-trip transform and its inverse, or writing exhaustive unit tests for an existing pure function. Do NOT use for capability classes …

445 yesterday A 98 tokens original MIT

test

08

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies tests in tests/ following the project's three-tier pyramid. Use when writing tests for a new or existing use-case, adapter, domain model, or CLI command; when reproducing a user-reported bug; or when auditing coverage. Do NOT use for implementing production code — use the layer skills (use-case…

445 yesterday A 79 tokens original MIT

tool

09

ai-driven-dev/framework

Skill Claude CodeCodex

Adds or modifies an AI tool definition in domain/tools/ai/ and wires its framework-build target. Use when defining a new AI assistant tool (composing AiTool from Has capabilities), changing an existing tool's capability intersection, adding or updating content-rewrite logic, configuring PluginsCapability with…

445 yesterday A 121 tokens original MIT

use-case

10

ai-driven-dev/framework

Skill Claude CodeCodex

Creates or modifies application use-cases in src/application/use-cases/. Use when implementing business orchestration for a new feature, extracting a reusable shared use-case, adding a capability sub-use-case, or wiring a PostInstallPipeline delegation. Do NOT use for creating a new CLI command surface — use command…

445 yesterday A 96 tokens original MIT

sample

11

ai-driven-dev/framework

Skill Claude CodeCodex

Sample skill for testing reference rewriting.

445 yesterday A 9 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Installs and configures the aidd-async-dev plugin in a target repo. Use when the user runs "/setup async dev", "configure async dev", "install async-dev plugin", or asks to set up Claude auto-implementation on issues. Do NOT use for running the async pipeline (use aidd-async-dev:02:run) or handling PR review loops…

445 yesterday A 99 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Runs one async development pipeline cycle: polls ready GitHub issues, resolves dependencies, locks the issue, delegates implementation to whichever SDLC capability is loaded at runtime, then writes audit log and SIEM webhook. Use when the user (or CI / cron / @claude mention / project board move) says "run async dev"…

445 yesterday A 117 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Handles the post-PR review-fix loop for runs created by this plugin's run skill. Collects review comments, decides whether to keep iterating, delegates fixes to whichever SDLC capability is loaded at runtime, and finalizes when stop conditions trigger. Use when the user (or a webhook / cron) says "handle review…

445 yesterday A 119 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Imagine and validate the technical architecture of a new SaaS through interactive Q&A, candidate-stack comparison, multi-agent audit, and an INSTALL.md output. Use when starting a new SaaS project, choosing a stack, designing the architecture pattern (monolith vs microservices vs serverless), or producing a project's…

445 yesterday A 115 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Initialize or refresh the project memory bank, scaffold the rules directory, and ensure AI context files contain the project memory block. Use when running aidd init for the first time, bootstrapping a new project, or re-running the init flow on an existing project. Do NOT use for updating individual memory files…

445 yesterday A 102 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Generate Claude Code context artifacts - skills (router-based: SKILL.md + atomic testable actions + minimal evals), agents, and rules. Use when the user wants to create, refactor, add or remove actions in a skill, migrate a slash command into a skill, or generate a new agent or rule. Do NOT use for editing a single…

445 yesterday A 112 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Generate high-quality Mermaid diagrams from markdown content using a structured plan-validate workflow.

445 yesterday A 25 tokens original MIT

ai-driven-dev/framework

Skill Claude CodeCodex

Capture and store learnings from recently implemented features into memory bank, decisions, or coding rules.

445 yesterday A 27 tokens original MIT

aidd-dev:00:sdlc

21

ai-driven-dev/framework

Skill Claude CodeCodex

Pure orchestrator for the full AIDD development flow. Use when a human (or Gardener) needs to take a free-form request from idea to shipped code, end-to-end. Coordinates spec generation, planning, implementation, and review by composing other skills and agents. Holds no business logic of its own — every step is…

445 yesterday A 76 tokens original MIT

aidd-dev:01:plan

22

ai-driven-dev/framework

Skill Claude CodeCodex

Generate technical implementation plans, define component behaviors, and extract design details from images.

445 yesterday A 24 tokens original MIT

aidd-dev:02:assert

23

ai-driven-dev/framework

Skill Claude CodeCodex

Assert features work as intended — general assertions, architecture conformance, and frontend UI validation.

445 yesterday A 26 tokens original MIT

aidd-dev:03:audit

24

ai-driven-dev/framework

Skill Claude CodeCodex

Perform deep codebase analysis to identify technical debt, dead code, and improvement opportunities.

445 yesterday A 25 tokens original MIT