.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ai-driven-dev/framework
home/skills/ai-driven-dev/framework
ai-driven-dev avatar

ai-driven-dev/framework

41 skills · 2 total installs

View on GitHub
$npx skills add ai-driven-dev/framework
SkillInstalls
00-sdlcPure 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.201-bootstrapImagine and validate the technical architecture of a new SaaS through interactive Q&A, candidate-stack comparison, multi-agent audit, and an INSTALL.md output.—01-brainstormInteractive brainstorming session to clarify and refine requests through iterative questioning.—01-commitCreate an atomic git commit with conventional message format. Supports interactive mode (human-driven, may split commits, asks approval) and auto mode…—01-planGenerate technical implementation plans, define component behaviors, and extract design details from images.—01-setupInstalls and configures the aidd-async-dev plugin in a target repo.—01-ticket-infoRetrieve and display ticket information from the project's configured ticketing tool.—02-assertAssert features work as intended — general assertions, architecture conformance, and frontend UI validation.—02-challengeRethink prior work to verify correctness against an agreed plan, classifying findings as deal-breakers, suggestions, or correct, with a confidence score.—02-project-initInitialize or refresh the project memory bank, scaffold the rules directory, and ensure AI context files contain the project memory block.—02-pull-requestCreate a draft request from the current branch by detecting the base branch, filling the team template, and asking the user to validate before opening.—02-runRuns one async development pipeline cycle: polls ready GitHub issues, resolves dependencies, locks the issue, delegates implementation to whichever SDLC…—02-user-stories-createGenerate well-structured user stories from feature requirements through iterative Product Owner questioning.—03-auditPerform deep codebase analysis to identify technical debt, dead code, and improvement opportunities.—03-condenseToggle terse output mode with intensity levels (lite, full, ultra) so prose drops articles, filler, and pleasantries while code, quoted errors, and security…—03-context-generateGenerate Claude Code context artifacts - skills (router-based: SKILL.md + atomic testable actions + minimal evals), agents, and rules.—03-prdGenerate a Product Requirements Document from a feature description or user stories.—03-release-tagCut a semver release by computing the next version from recent commits, generating annotated release notes from the template, validating with the user, then…—03-reviewHandles the post-PR review-fix loop for runs created by this plugin's run skill.—04-clarityUltra-compressed communication mode. Cuts token usage ~75% while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra.—04-issue-createCreate a tracker issue with the configured ticketing tool by gathering a thorough problem description, filling the team template, validating with the user,…—04-mermaidGenerate high-quality Mermaid diagrams from markdown content using a structured plan-validate workflow.—04-reviewReview code quality against project rules and validate feature behavior against plan specifications.—05-learnCapture and store learnings from recently implemented features into memory bank, decisions, or coding rules.—05-specGenerates and refines a project spec from a free-form human request. The spec is the immutable target a planner consumes.—05-testWrite and iterate on tests until they pass, and validate user journeys end-to-end in the browser.—06-discoveryHelp users discover installed skills and find the right one for their use case.—06-refactorOptimize code for performance and fix security vulnerabilities following OWASP guidelines.—07-debugReproduce and fix bugs systematically using test-driven workflow, root cause analysis, and hypothesis validation.—08-for-sureIterative agent loop that tracks attempts and retries until a success condition is met.—adapterCreates or modifies infrastructure adapters in src/infrastructure/adapters/ and their corresponding port interfaces in src/domain/ports/.—audit-remediateMacro workflow for auditing a single domain layer against its authoritative layer skill, applying fixes, and gating the result.—capabilityCreates or modifies a capability class in domain/capabilities/ and its corresponding Has* interface in domain/tools/contracts.ts.—commandCreates or modifies CLI commands in src/application/commands/.—domain-modelCreates or modifies domain types in src/domain/ — value objects, discriminant unions, and aggregate roots.—featureMacro workflow for building or changing a vertical slice of the CLI.—formatCreates or modifies pure string-transform functions in domain/formats/.—sampleSample skill for testing reference rewriting.—testCreates or modifies tests in tests/ following the project's three-tier pyramid.—toolAdds or modifies an AI tool definition in domain/tools/ai/ and wires its framework-build target.—use-caseCreates or modifies application use-cases in src/application/use-cases/.—