agentic-coding skills

2,251 tagged agentic-coding, measured the same way as everything else here.

Browse within: agentic-workflow 203ai-skills 113agentic 85software-engineering 83Autonomous Agents 73coding-agents 69ai-workflows 60agentic-workflows 59ai-governance 58code-quality 58spec-driven-development 58ai-testing 57ai-coding-agent 52context-engineering 51

agents-inc/skills

Skill Claude CodeCodex

Local LLM inference with the Ollama JavaScript client -- chat, streaming, tool calling, vision, embeddings, structured output, model management, and OpenAI-compatible endpoint.

23 3d ago A 41 tokens original MIT

agents-inc/skills

Skill Claude CodeCodex

Replicate SDK patterns for TypeScript/Node.js -- client setup, predictions, streaming, webhooks, file handling, model versioning, deployments, and training.

23 3d ago A 39 tokens original MIT

agents-inc/skills

Skill Claude CodeCodex

Together AI SDK patterns for TypeScript — client setup, chat completions, streaming, structured output, function calling, embeddings, image generation, fine-tuning, and OpenAI-compatible endpoints.

23 3d ago A 44 tokens original MIT

api-debug

172

metaspartan/cybara

Skill Claude CodeCodex

Debug REST, GraphQL, webhook, and OAuth/API-key integrations with layered request, auth, schema, and response checks.

23 4d ago A 28 tokens original MIT

Canvas Skill

173

metaspartan/cybara

Skill Claude CodeCodex

Present interactive HTML, visualizations, dashboards, and generated interfaces on connected Cybara nodes.

23 4d ago A 21 tokens original MIT

mactop

174

metaspartan/cybara

Skill Claude CodeCodex

Retrieve real-time hardware metrics from Apple Silicon Macs using mactop. Provides CPU, RAM, GPU, power, thermal, network, disk I/O, and Thunderbolt bus information. Use when the user wants system stats, hardware monitoring, or performance metrics on Apple Silicon Macs.

23 4d ago A 60 tokens original MIT

debug-loop

175

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Systematic debugging playbook for the Forge agentic loop (src/core/loop.ts and src/agents/executor.ts). Use when a task is stuck, looping, or emitting wrong tool calls.

22 17d ago A 43 tokens original MIT

release-check

176

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Pre-release checklist for Forge — verify, version bump, changelog, docs, docker build, smoke test. Run before tagging v.

22 17d ago A 30 tokens original MIT

verify

177

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Run Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task complete or opening a PR.

22 17d ago A 33 tokens original MIT

bo-cao/breaking-coding-chaos

Skill Claude CodeCodex

BCC main skill: dual-loop coding workflow (throughline → plan-spar → clean-cut) or quick status+next. Slash: /bcc-breaking-coding-chaos · chat: bcc:breaking-coding-chaos · "run BCC" · "BCC status" · "what next BCC". Needs a real idea (1:1 implement). Args: goal text, or status. May pass plan-spar review budget as…

22 +1 1mo ago A 101 tokens original MIT

bcc-plan-spar

179

bo-cao/breaking-coding-chaos

Skill Claude CodeCodex

BCC align+lock+review PLAN.md for one slice (no product code). Slash: /bcc-plan-spar · chat: bcc:plan-spar · "lock PLAN" · spar the plan. Args: rounds=N (auto-review cap), review=self|subagent|cli|auto|off. Grill until clear enough (no default Q&A quota). Hand off to bcc-clean-cut after human APPROVE.

22 +1 1mo ago A 91 tokens original MIT

bcc-throughline

180

bo-cao/breaking-coding-chaos

Skill Claude CodeCodex

BCC global progress cockpit (plans.md/progress.md/findings.md). Slash: /bcc-throughline · chat: bcc:throughline · "where are we" · reprioritize · resume after /clear. Not for coding or full PLAN grill.

22 +1 1mo ago A 56 tokens original MIT

team-patterns

181

hesreallyhim/really-claude-code

Skill Claude CodeCodex

Part of autonomous-team-coordination

Expert knowledge base of team organization patterns for multi-agent AI systems and software engineering. Provides pattern selection guidance for scenarios including incident response, greenfield design, legacy migration, security audits, performance optimization, API design, data pipelines, testing, documentation, and…

21 1mo ago A 133 tokens

agent-time-estimation

182

hesreallyhim/really-claude-code

Skill Claude CodeCodex

Part of temporal-awareness

Recalibrate time and effort estimates for engineering and coding tasks to reflect AI-agent execution speed instead of human-developer throughput. Consult this skill any time you are about to state how long an engineering or coding task will take — whenever you give an ETA, size a change, commit to a delivery, or emit…

21 1mo ago A 229 tokens

collaboration

183

hesreallyhim/really-claude-code

Skill Claude CodeCodex

Part of claude-therapy

Use for /collaboration, collaboration repair, friction signals, soft-skills coaching, or structured human-Claude interaction techniques such as compromise, rubber ducking, energy checks, pairing, retros, working agreements, and perspective swaps.

21 1mo ago A 48 tokens

tianemon/EasyMint

Skill Claude CodeCodex

A workflow for creating an interactive prototype before building a medium-sized or larger project with a user interface. It uses the prototype to confirm what the product should look and do like.

21 3d ago A 39 tokens original MIT

dev-docs

185

tianemon/EasyMint

Skill Claude CodeCodex

A documentation process for recording project progress, architecture decisions, development handovers, and user-visible releases. It organises these records into navigation, dated details, architecture notes, and a changelog.

21 3d ago A 83 tokens original MIT

project-run

186

tianemon/EasyMint

Skill Claude CodeCodex

A configuration format for a project's run panel. It defines buttons that start or stop commands such as development servers, builds, tests, packaging tasks, and deployments, including their working directories and local URLs.

21 3d ago A 72 tokens original MIT

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

This skill provides guidance for implementing security features that span across Better Auth, including rate limiting, CSRF protection, session security, trusted origins, secret management, OAuth security, IP tracking, and security auditing. These topics are not covered in individual plugin skills.

21 4d ago A 59 tokens

create-auth-skill

188

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.

21 4d ago A 21 tokens

ctxpipe-ai/ctxpipe

Skill Claude CodeCodexCursor

Review code for logging patterns and suggest evlog adoption. Guides setup on Nuxt, Next.js, SvelteKit, Nitro, TanStack Start, NestJS, Express, Hono, Fastify, Elysia, Cloudflare Workers, and standalone TypeScript. Detects console.log spam, unstructured errors, and missing context. Covers wide events, structured errors…

21 4d ago A 106 tokens

implement-plan

190

coalesce-labs/catalyst

Skill Claude CodeCodex

Part of catalyst-dev

Implement approved technical plans from thoughts/shared/plans/. ALWAYS use when the user says 'implement the plan', 'start implementing', 'build from the plan', or wants to execute a previously created implementation plan using TDD (Red-Green-Refactor). Supports team mode for parallel implementation.

20 4d ago A 64 tokens

triage-aging-prs

191

coalesce-labs/catalyst

Skill Claude CodeCodex

Part of catalyst-dev

Drive an aging pull-request backlog to zero. Inventories every open PR, finds the STRUCTURAL blockers first (a required check that can never run, a reviewer that never fires, chronically red CI), triages every unresolved review thread in parallel and VERIFIES each finding against the code before fixing it, then merges…

20 4d ago A 140 tokens

oneshot

192

coalesce-labs/catalyst

Skill Claude CodeCodex

Part of catalyst-legacy

End-to-end autonomous workflow — research, plan, implement, validate, ship, and merge in one command. ALWAYS use when the user says 'oneshot', 'do everything end to end', 'full workflow', or wants to go from ticket/idea to merged PR autonomously. All phases run sequentially in the current session, using agent teams…

20 4d ago A 82 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: