agentic coding skills

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

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

design-patterns

01

rtk-ai/rtk

Skill Claude CodeCodex

Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.

78k +233 today A 42 tokens original Apache-2.0

issue-triage

02

rtk-ai/rtk

Skill Claude CodeCodex

Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

78k +233 today A 70 tokens original Apache-2.0

pr-triage

03

rtk-ai/rtk

Skill Claude CodeCodex

PR triage: audit open PRs, deep review selected ones, draft and post review comments. Args: "all" to review all, PR numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.

78k +233 today A 64 tokens original Apache-2.0

agent-browser

04

shanraisshan/claude-code-best-practice

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

65k +74 today A 108 tokens original MIT

shanraisshan/claude-code-best-practice

Skill Claude CodeCodex

The conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way it is, and how every slide fits the narrative arc.

65k +74 today A 44 tokens original MIT

deepinit

09

Yeachan-Heo/oh-my-claudecode

Skill Claude CodeCodex

Deep codebase initialization with hierarchical AGENTS.md documentation.

39k yesterday A 13 tokens original MIT

mcp-builder

10

HKUDS/DeepCode

Skill Claude CodeCodex

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

16k 3d ago A 61 tokens original MIT

HKUDS/DeepCode

Skill Claude CodeCodex

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for…

16k 3d ago A 99 tokens original MIT

webapp-testing

12

HKUDS/DeepCode

Skill Claude CodeCodex

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

16k 3d ago A 35 tokens original MIT

mindfold-ai/Trellis

Skill Claude CodeCodex

Systematic first principles thinking for any problem domain. Use when the user says "analyze from first principles", "第一性原理", "从根本分析", "从零开始思考", "think from scratch", "question this design", "is this the right approach", "challenge assumptions", "挑战假设", "为什么要这样做", "有没有更好的方案", "why are we doing it this way", or needs…

14k 5d ago A 164 tokens AGPL-3.0

python-design

14

mindfold-ai/Trellis

Skill Claude CodeCodex

Python design patterns for CLI scripts and utilities — type-first development, deep modules, complexity management, and red flags. Use when reading, writing, reviewing, or refactoring Python files, especially in .trellis/scripts/ or any CLI/scripting context. Also activate when planning module structure, deciding…

14k 5d ago A 73 tokens AGPL-3.0

ts-sdk-author

15

mindfold-ai/Trellis

Skill Claude CodeCodex

Design, build, verify, and publish production-grade TypeScript SDKs as npm packages inside a pnpm monorepo. Covers workspace layout, public API and module boundaries, plugin extension points, branded types and library-tuned tsconfig, tsdown bundling (vs tsup/tsc-only/unbuild), package.json exports with dual ESM+CJS…

14k 5d ago A 219 tokens AGPL-3.0

hn-summarize

16

ykdojo/claude-code-tips

Skill Claude CodeCodex

Fetch and summarize Hacker News / hckrnews.com top stories, articles, and their comment threads. Use when asked to summarize HN front-page stories, a specific HN story plus its discussion, or "the top N from hckrnews".

10.0k 6d ago A 57 tokens

reddit-fetch

17

ykdojo/claude-code-tips

Skill Claude CodeCodex

Fetch content from Reddit via its JSON API using a browser session (DuckDuckGo-hop unlock). Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.

10.0k 6d ago A 43 tokens

version-check

18

ykdojo/claude-code-tips

Skill Claude CodeCodex

Recommend which Claude Code version to run, or whether to update. Use when asked which Claude Code version is best/safe, whether to update now, whether a recent release is buggy, or what changed since the installed version.

10.0k 6d ago A 48 tokens

fix-pr-reviews

22

workweave/router

Skill Claude CodeCodex

Fetches feedback from a GitHub PR — review-thread comments, ad-hoc PR comments (including those posted as a review's body without a thread), and bot/advisory review submissions — and fixes all of them as they appear (comments before CI). Bot comment-length nits apply verbatim; comments requiring a genuine human…

3.0k 2d ago A 174 tokens

router-models

23

workweave/router

Skill Claude CodeCodex

List the models the Weave Router may route to, and turn them on or off.

3.0k 2d ago A 22 tokens

lsp-guide

24

workweave/router

Skill Claude CodeCodex

Recipes for the lsp tool — resolving where a symbol is defined, every place it is used, type signatures and docs, file outlines, and compiler/type errors through a real language server (Go, TypeScript/JavaScript, Python, Rust). Use when navigating or explaining code by symbol, finding callers or usages, checking what…

3.0k 2d ago A 84 tokens