coding-agent skills

2,567 tagged coding-agent, measured the same way as everything else here.

Browse within: ai-coding 204pi 114acp 90ai-coding-agent 83deepseek 76agentic 74tui 69ai-coding-assistant 59pi-coding-agent 59agent-orchestration 58autonomous-coding 58claude-agent-skills 57claude-code-plugin 57eletron 55

context-protect

337

firstintent/a2a-bridge

Skill Claude CodeCodex

Delegate a long-tail investigation (log dig, audit, transcript analysis) to a peer agent and take back only a summary. Use when the raw output would crowd out 1000+ tokens of the primary session that do not need to live there.

not rated 8 4mo ago A 54 tokens original MIT

parallel

338

firstintent/a2a-bridge

Skill Claude CodeCodex

Spawn N peer agents on genuinely independent subtasks, wait for every result, then merge. Use when subtasks do not read each other's outputs and the wall-clock saving is worth N× the token cost.

not rated 8 4mo ago A 43 tokens original MIT

verify

339

firstintent/a2a-bridge

Skill Claude CodeCodex

Delegate a verification check to a peer agent and consume a structured pass/fail/needs-info verdict instead of free-form text. Use when you want a second agent to check work against explicit criteria without rewriting it.

not rated 8 4mo ago A 44 tokens original MIT

godot-2d-animation

340

bgrenat/godot-game-dev-studio

Skill Claude CodeCodex

Expert patterns for 2D animation in Godot using AnimatedSprite2D and skeletal cutout rigs. Use when implementing sprite frame animations, procedural animation (squash/stretch), cutout bone hierarchies, or frame-perfect timing systems. Trigger keywords: AnimatedSprite2D, SpriteFrames, animationfinished…

not rated 10 1mo ago A 109 tokens LGPL-3.0

godot-2d-physics

341

bgrenat/godot-game-dev-studio

Skill Claude CodeCodex

Expert patterns for Godot 2D physics including collision layers/masks, Area2D triggers, raycasting, and PhysicsDirectSpaceState2D queries. Use when implementing collision detection, trigger zones, line-of-sight systems, or manual physics queries. Trigger keywords: CollisionShape2D, CollisionPolygon2D, collisionlayer…

not rated 10 1mo ago A 138 tokens LGPL-3.0

godot-3d-lighting

342

bgrenat/godot-game-dev-studio

Skill Claude CodeCodex

Expert patterns for Godot 3D lighting including DirectionalLight3D shadow cascades, OmniLight3D attenuation, SpotLight3D projectors, VoxelGI vs SDFGI, and LightmapGI baking. Use when implementing realistic 3D lighting, shadow optimization, global illumination, or light probes. Trigger keywords: DirectionalLight3D…

not rated 10 1mo ago A 137 tokens LGPL-3.0

agent-context-kb

343

lesliebiubiubiu/agent-context-kb-skill

Skill Claude CodeCodex

Manage and explain a repository's .agent-kb/ knowledge base (KB) for coding agents. Use when the user works with the KB — asks how the KB or its commands behave, sets up project memory, records durable knowledge, refreshes the KB runtime protocol, validates routes/links, compiles inbox notes into topics, trims stale…

not rated 7 20d ago A 86 tokens original MIT

docstrata

344

linhai0872/docstrata

Skill Claude CodeCodex

Project Context System — structured project memory for any project via layered docs and codebase index. Use for: documenting projects, writing PRD/roadmap, generating codebase repo-wiki, capturing requirements/decisions, writing dev notes, building doc navigation index, compacting bloated docs, auto-detecting stale…

not rated 7 24d ago A 80 tokens original MIT

factory-droid

345

magnus919/hermes-droid

Skill Claude CodeCodex

Use this skill when delegating coding work to Factory Droid's droid CLI for code analysis, edits, specification-first implementation, worktree isolation, or multi-agent missions. Do not use it for small direct edits or when Factory Droid is unavailable.

not rated 6 1mo ago A 53 tokens original MIT

repo-validation

346

aegntic/cognitive-os

Skill Claude CodeCodex

Validates that all specification files in the Cognitive OS repo pass markdownlint, are properly formatted, contain required sections, and maintain consistency between master spec and harness adapters.

not rated 6 2d ago A 36 tokens

verify

347

appautomaton/pi-arcweld

Skill Claude CodeCodex

Drive the MCP extension through the real Pi TUI and capture provider-prefix behavior.

not rated 6 4d ago B 1 tokens original MIT

authoring-a-skill

348

New1Direction/korgex

Skill Claude CodeCodex

Write a new reusable skill (SKILL.md) so korgex gets better at recurring work.

not rated 5 2mo ago A 25 tokens original MIT

browser-automation

349

New1Direction/korgex

Skill Claude CodeCodex

Drive a real browser verifiably — navigate, snapshot, act BY INDEX, extract; every step provable.

not rated 5 2mo ago A 26 tokens original MIT

browser-qa

350

New1Direction/korgex

Skill Claude CodeCodex

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

not rated 5 2mo ago A 22 tokens copy · 100% MIT

debug-protocol

351

curtischoutw/claude-institution

Skill Claude CodeCodex

A step-by-step debugging guide based on reproducing a failure, testing one explanation at a time, making the smallest relevant change, and checking the result. It includes a stopping rule for repeated unsuccessful fixes.

not rated 5 6d ago A 74 tokens original MIT

done-check

352

curtischoutw/claude-institution

Skill Claude CodeCodex

A completion checklist that verifies a coding task with tests, real usage, edge cases, and a review of the changes.

not rated 5 6d ago A 52 tokens original MIT

lesson

353

curtischoutw/claude-institution

Skill Claude CodeCodex

A workflow for turning corrections into written rules that can be reused in later coding sessions. It records the situation, the mistake, the correct action, and a clear if-then test.

not rated 5 6d ago A 111 tokens original MIT

plan

354

iwe-org/dev-workspace

Skill Claude CodeCodex

Create an implementation plan — discovery in the real codebase first, then a plan document with verified code anchors, spec impact, and dependencies, filed under Active in the plans hub. Use when the user says "plan ", "write a plan for ...", or asks to turn a backlog task or accepted feature into work.

not rated 5 25d ago A 68 tokens original MIT

setup

355

iwe-org/dev-workspace

Skill Claude CodeCodex

Brownfield-first workspace onboarding — scan the codebase and draft data/product.md plus starting architecture and spec docs from what the code shows, interview the developer only for what the code can't answer, mark the onboarding tasks done, and delete the example documents. Use when the user says "run the setup"…

not rated 5 25d ago A 79 tokens original MIT

verify

356

iwe-org/dev-workspace

Skill Claude CodeCodex

Verify that implementation matches the graph — check a plan's tasks, spec requirements, and scenarios against the actual code before shipping, or sweep the whole workspace for doc↔code drift. Use when the user says "verify ", "is this ready to ship", "audit the docs", or "check for drift".

not rated 5 25d ago A 67 tokens original MIT

burugo/behavior-driven-development

Skill Claude CodeCodex

Use in a dedicated subagent when completing tasks, implementing major features, or doing post-TDD code review before merge to verify work meets requirements.

not rated 5 3mo ago A 33 tokens

reviewing-unit-tests

359

burugo/behavior-driven-development

Skill Claude CodeCodex

Use in a dedicated subagent for post-TDD blind unit-test review against requirements and public contracts to find missing cases, wrong assertions, and brittle tests.

not rated 5 3mo ago A 36 tokens

algorithmic-art

360

zebbern/termstack

Skill Claude CodeCodex

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

not rated 5 4mo ago A 62 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: