ai development skills

781 tagged ai development, measured the same way as everything else here.

Browse within: ai-coding-assistant 90bmad 84methodology 61marketplace 59plugins 58spec-driven 58agile 48development-tools 47nodejs 47plugin 47ai-assistant 39ai-workflow 37ralph 36self-improving 36

theme-factory

01

hotovo/aider-desk

Skill Claude CodeCodex

Create new AiderDesk UI themes by defining SCSS color variables, registering theme types, and adding i18n display names. Use when adding a theme, creating a color scheme, customizing appearance, or implementing dark mode and light mode variants.

1.4k 2d ago A 53 tokens original Apache-2.0

agent-creator

02

hotovo/aider-desk

Skill Claude CodeCodex

Create and configure AiderDesk agent profiles by defining tool groups, approval rules, system prompts, subagent settings, subagent filtering, and provider/model selection. Use when setting up a new agent, creating a profile, or configuring agent tools, permissions, and subagent behavior.

1.4k 2d ago A 60 tokens original Apache-2.0

extension-creator

03

hotovo/aider-desk

Skill Claude CodeCodex

Create AiderDesk extensions by setting up extension files, defining metadata, implementing Extension interface methods, and updating documentation. Use when building a new extension, creating extension commands, tools, or event handlers.

1.4k 2d ago A 44 tokens original Apache-2.0

release

04

lycorp-jp/sim-use

Skill Claude CodeCodex

Cut a sim-use release end-to-end. Use when the user runs /release or asks to "ship a release", "publish a version", "cut a release", or "release to homebrew". Drives scripts/local-release.sh; never reimplement its build/sign/tarball logic.

1.3k 5d ago A 61 tokens original Apache-2.0

run-evals

05

lycorp-jp/sim-use

Skill Claude CodeCodex

Prepare the environment and run the LLM-driven agent evals (e2e/agent-evals/) against a chosen sim-use binary. Use when the user runs /run-evals or asks to "run the agent evals", "run the LLM-driven tests", "eval the skill", or wants pre-release confidence that an agent reading the bundled skill still picks the right…

1.3k 5d ago A 99 tokens original Apache-2.0

sim-use

06

lycorp-jp/sim-use

Skill Claude CodeCodex

Drive iOS Simulator, Android emulator/device, and physical iPhone/iPad screens for AI agents. Use when asked to automate a simulator or emulator, drive a real iOS device, tap/swipe/type on a device, describe UI, take a screenshot, or interact with a mobile app.

1.3k 5d ago A 62 tokens original Apache-2.0

withkynam/vibecode-pro-max-kit

Skill Claude CodeCodex

Evaluate 4 execution strategies (sequential, parallel-subagents, workflow, agent-team) for a phase or fan-out task. Outputs 7-signal score table, agent count math, cost guards, and strategy recommendation.

1.1k 2mo ago A 52 tokens original MIT

withkynam/vibecode-pro-max-kit

Skill Claude CodeCodex

Generate kickoff artifacts for a multi-phase program: umbrella plan, Program Goal Charter, session-goal block, per-phase plan stubs, and the 7-step per-phase inner loop reference.

1.1k 2mo ago A 44 tokens original MIT

vc-intent-clarify

09

withkynam/vibecode-pro-max-kit

Skill Claude CodeCodex

Clarify intent before RIPER-5 phase delegation. Scores ambiguity (4 signals); generates structured multi-choice questions for Tier 2. Two-mode: SIMPLE and DEEP.

1.1k 2mo ago A 42 tokens original MIT

story

10

Storybloq/storybloq

Skill Claude CodeCodex

Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.

698 2d ago A 23 tokens

PaulDuvall/ai-development-patterns

Skill Claude CodeCodex

Run or plan this repository's pattern-adoption evidence evaluation locally with signed-in Codex agents. Use when asked to refresh stale evidence, assess stable or exploratory patterns, evaluate one or all catalog patterns, discover possible new patterns, or prepare a reviewable evidence PR without model-backed GitHub…

645 2d ago A 68 tokens original MIT

prd-taskmaster

12

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Zero-config goal-to-tasks engine (the Atlas engine). Takes any goal (software, pentest, business, learning), runs adaptive discovery via brainstorming, generates a validated spec, parses into TaskMaster tasks, and hands off to execution. Use when user says "PRD", "product requirements", "I want to build", invokes…

592 18d ago A 80 tokens original MIT

execute-task

13

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Execute the next TaskMaster task using the implementation plan with CDD verification. Picks the next ready task, matches it to the plan step, implements via a dispatched subagent, verifies subtasks with evidence, marks the task done, and loops until every task is complete. Wraps the TaskMaster next -> in-progress ->…

592 18d ago A 98 tokens original MIT

handoff

14

anombyte93/prd-taskmaster

Skill Claude CodeCodex

Phase 3 of the prd-taskmaster pipeline: smart mode selection and user handoff. Detects installed capabilities (superpowers, ralph-loop, task-master-ai, playwright, research providers), recommends ONE execution mode (A/B/C) with reasoned justification, appends the task-execution workflow to CLAUDE.md, surfaces a…

592 18d ago A 158 tokens original MIT

bmad-correct-course

15

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

CROSS-PHASE mid-stream scope correction. Re-enters planning when requirements, features, architecture, or constraints change after planning has started. Re-shards affected epics/stories, re-sequences sprint-status.yaml, appends rationale to decision-log.md. Routes to bmad-epics-and-stories, bmad-sprint-planning, or…

480 2mo ago A 243 tokens

bmad-investigate

16

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

Forensic bug and issue triage. Produces a graded investigation case file: symptoms, evidence (graded A/B/C by confidence), ranked hypotheses, suspected components, and a recommended planning response. INVESTIGATES and DOCUMENTS only — does NOT fix code, run tests, or implement. Hands off as a story to an external dev…

480 2mo ago A 248 tokens

bmad-prfaq

17

aj-geddes/claude-code-bmad-skills

Skill Claude CodeCodex

Amazon-style Working-Backwards PRFAQ: a future press release plus internal and external FAQs that stress-test a product concept before any building begins. Produces prfaq.md in the configured output folder. Use when the user says: "write a PRFAQ", "working backwards", "press release", "future press release"…

480 2mo ago A 148 tokens

LarsCowe/bmalph

Skill Claude CodeCodex

Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design".

405 3d ago A 39 tokens original MIT

LarsCowe/bmalph

Skill Claude CodeCodex

Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.

405 3d ago A 65 tokens original MIT

LarsCowe/bmalph

Skill Claude CodeCodex

Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven. Use when you need exhaustive edge-case analysis of code, specs, or diffs.

405 3d ago A 55 tokens original MIT

ork-assess

21

yonatangross/orchestkit

Skill Claude CodeCodex

Assess a code change, design, architecture, workflow, or competing options against explicit criteria and evidence. Use when a request asks to assess, rate, compare, identify trade-offs, evaluate readiness, or decide whether an approach is good enough. Do not use for a full pull-request review or to implement a chosen…

224 yesterday A 68 tokens original MIT

ork-brainstorm

22

yonatangross/orchestkit

Skill Claude CodeCodex

Compare plausible implementation, architecture, product, or operational approaches before committing to one. Use when a request asks to brainstorm, think through options, choose an approach, evaluate trade-offs, or resolve significant uncertainty before implementation. Do not use for an already specified mechanical…

224 yesterday A 58 tokens original MIT

ork-explore

23

yonatangross/orchestkit

Skill Claude CodeCodex

Map an unfamiliar codebase, feature, architecture, data flow, or operational path with file-backed evidence. Use when a request asks how a system works, where behavior lives, what changed, which dependencies matter, or for onboarding before a change. Do not use to implement or fix the code.

224 yesterday A 63 tokens original MIT

implement

24

jpicklyk/task-orchestrator

Skill Claude CodeCodex

End-to-end workflow for taking MCP work items from backlog to merged PR. Handles git branching, schema-driven planning, implementation, independent review, and PR creation. Composes spec-quality, review-quality, and schema-workflow skills into a single pipeline. Use when a user says "implement this", "work on this…

205 27d ago A 101 tokens original MIT