devtools skills

616 tagged devtools, measured the same way as everything else here.

Browse within: go-to-market 70founder-tools 50growth 50agent-ide 38agent-orchestration 33aws 30Multi-Agent 29ai-orchestration 27governance 27tmux 27cdk 26browser-automation 24bootstrap 22cli-tool 21

supervise

169

joymin5655/Agent

Skill Claude CodeCodex

Dispatch a multi-wave plan to specialist agents with audit + risk-area abort. Supports --auto-push, --auto-merge, --goal-mode for budgeted runs, --verify-blocking for a hard completion-claim gate. NOT for writing the plan itself (that is /spec), and NOT for a single small edit with no waves — just make the edit.

2 8d ago A 77 tokens original MIT

verify-completion

170

joymin5655/Agent

Skill Claude CodeCodex

Independently re-verify a completion claim in a separate context — mechanical evidence (files/tests/assertions) plus a refute-by-default semantic judge — before a wave or task is allowed to be called "done". Emits the shared verdict schema. NOT for code-style review (that is a reviewer's lane) and NOT for verifying…

2 8d ago A 87 tokens original MIT

accint-solve

171

Ghosteken/agent-harness

Skill Claude CodeCodex

Route agent work through AccInt's MCP memory loop: retrieve prior outcomes, resolve frames, and close commitments with evidence.

2 16d ago A 29 tokens original MIT

agents-v2-py

172

Ghosteken/agent-harness

Skill Claude CodeCodex

Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container images in Azure AI Foundry.

2 16d ago A 39 tokens copy · 91% MIT

repo-standardizer

173

programmingWTF/repo-standardizer

Skill Claude CodeCodex

Polish any GitHub repository's surface — labels (emoji rating tiers, P0–P3 priority, impact severity), issue forms, PR template, CI workflows, CODEOWNERS, rulesets, docs. Repo meta & config only — no code logic touched. Use when creating a new repo or polishing an existing one.

2 14d ago A 70 tokens original MIT

sftp-cc

174

toohamster/sftp-cc

Skill Claude CodeCodex

A natural-language SFTP tool for uploading local project files to a remote server. SFTP is a secure way to transfer files, and this tool supports incremental uploads, private-key binding, and permission fixes.

2 5mo ago D 41 tokens

mt4-mcp

175

mergeos-bounties/mt4-mcp

Skill Claude CodeCodex

MetaTrader 4 account/quotes/orders (mock + live bridge). CLI mt4-mcp + MCP stdio serve. Use when the user mentions mt4-mcp, /mt4-mcp, or related domain work. One-command Grok install from GitHub.

2 1mo ago A 62 tokens original MIT

browser-qa

176

liatrio-labs/ai-prompts

Skill Claude CodeCodex

Use when you need lightweight browser QA for a web page, local HTML file, or app: inspect console errors, broken assets, keyboard/focus behavior, viewport readability, and publish evidence-backed findings JSON through a local HTML report viewer.

2 7d ago A 51 tokens original Apache-2.0

liatrio-labs/ai-prompts

Skill Claude CodeCodex

Create, validate, and repair Mermaid diagrams for technical documentation with a deterministic CLI feedback loop. Use when an AI needs to create Mermaid diagrams, improve Mermaid diagram quality, validate Mermaid fences in markdown, diagnose Mermaid rendering failures, or fix Mermaid syntax and formatting issues.

2 7d ago A 58 tokens original Apache-2.0

mastra-api

178

liatrio-labs/ai-prompts

Skill Claude CodeCodex

Interact with Mastra development server API for debugging agents, viewing conversation threads, listing/inspecting tools and workflows, accessing observability data, and managing Mastra resources. Use when working with Mastra agents and need to inspect runtime state, debug agent errors, view thread history, see…

2 7d ago A 80 tokens original Apache-2.0

ai-command-rules

179

russodope/ai-cli-kit

Skill Claude CodeCodex

Use this skill whenever Claude needs to write, suggest, or execute shell commands, scripts, or terminal instructions — especially in AI coding contexts (Claude Code, Cursor, Copilot, agentic pipelines). Triggers include bash/shell scripts, SSH remote commands, Docker/container operations, Git commands, Python/virtual…

2 6mo ago D 151 tokens original MIT

delivering-tickets

180

cesconix/skills

Skill Claude CodeCodex

Autonomous development agent that picks tasks from a project board (Jira, ClickUp, GitHub Issues), explores the codebase, implements the solution, opens a PR, and notifies the team. Configurable per-project via project files in /.config/delivering-tickets/projects/. Use this skill when the user asks to "work on a…

2 5mo ago A 226 tokens

SrinjoyDev/rewynd

Skill Claude CodeCodex

Use when debugging, verifying, or investigating backend runtime behavior — HTTP 500s, wrong responses, slow endpoints, suspected N+1 or duplicate queries, "why did this request do that" — in a project running under rewynd. Reads the actual recorded request trace (SQL with params, outbound calls, logs, exceptions…

2 2mo ago C 88 tokens original MIT

openspec-apply-change

182

hoainho/ohmyperf

Skill Claude CodeCodex

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

2 2mo ago A 31 tokens copy · 86% Apache-2.0

hoainho/ohmyperf

Skill Claude CodeCodex

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

2 2mo ago A 31 tokens copy · 88% Apache-2.0

openspec-explore

184

hoainho/ohmyperf

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

2 2mo ago A 39 tokens copy · 92% Apache-2.0

webview-devtools

185

ilharp/webview-devtools-mcp

Skill Claude CodeCodex

Use webview-devtools-mcp to inspect and automate an already-instrumented WebView/page: choose this skill when the user’s target environment is configured so the page injects wdmcp’s target.js (or the user is explicitly asking to work with such a configured WebView). If the page is not yet injecting target.js, do not…

2 1mo ago A 102 tokens original Apache-2.0

create

186

starter-series/create-starter

Skill Claude CodeCodex

Scaffold a new project from the Starter Series templates (MCP server, Discord/Telegram bot, VS Code / browser extension, Electron, React Native, Cloudflare Pages, npm package, Docker deploy).

1 14d ago A 43 tokens original MIT

deploy-setup

187

starter-series/create-starter

Skill Claude CodeCodex

Wire up a freshly scaffolded Starter Series project for its first release — detect the template, register required GitHub secrets, set up OIDC trusted publishing where applicable, and trigger the first CD run. Pairs with the create skill (you scaffold first, then run this).

1 14d ago A 61 tokens original MIT

huiyu-safe-ai

188

huiyu9144/huiyu-safe-ai

Skill Claude CodeCodex

Lightweight AI security guard that intercepts risky install/download commands (npm, npx, pip, cargo, git clone) to block known malicious packages and scan for suspicious code. Invoke ONLY when user runs install/download/clone commands.

1 3mo ago B 52 tokens

fastapi-conventions

189

Cypsy1714/cchad

Skill Claude CodeCodex

FastAPI routing, dependency injection, and async patterns. Use when building or reviewing FastAPI backends.

1 2mo ago A 26 tokens original MIT

react-patterns

190

Cypsy1714/cchad

Skill Claude CodeCodex

Idiomatic React — hooks, composition, and clear state boundaries. Use when writing or reviewing React components.

1 2mo ago A 25 tokens original MIT

remotion-conventions

191

Cypsy1714/cchad

Skill Claude CodeCodex

Programmatic video with Remotion — compositions, timing, and rendering. Use when building Remotion videos.

1 2mo ago A 26 tokens original MIT

calibrate-plugins

192

odere-pro/claude-calibration

Skill Claude CodeCodex

Audits installed plugins, registered marketplaces, and (when the project itself is a plugin) the local manifest at .claude-plugin/plugin.json. Flags manifests missing name or version, manifests that don't parse, components misplaced under .claude-plugin/ instead of at the plugin root, plugins that use legacy commands/…

1 28d ago A 135 tokens original MIT