agentic engineering skills

549 tagged agentic engineering, measured the same way as everything else here.

Browse within: ai-developer-tools 59ai-pair-programming 59agent-workflows 54code-server 54agentic-coding 49ai-assisted-development 48agentic-development 43bmad-alternative 43ai-skills 27context-engineering 27context-management 27pseudomonorepo 27github-copilot 22vibe-coding 22

agent-browser

01

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

weather-svg-creator

04

shanraisshan/codex-cli-best-practice

Skill Claude CodeCodex

Creates an SVG weather card showing the current temperature and writes it to orchestration-workflow/weather.svg and orchestration-workflow/output.md.

978 2mo ago A 31 tokens original MIT

agr-cli

05

computerlovetech/agr

Skill Claude CodeCodex

Install, share, sync, and create AI agent skills across coding tools (Claude Code, Cursor, Codex, OpenCode, Copilot, Pi) using the agr CLI. Use whenever the user mentions agr, agr.toml, agr.lock, agrx, or asks to: add a skill ("install the pdf skill", "agr add ..."), sync agent resources across tools, share skills…

452 20d ago A 147 tokens original MIT

agr-release

06

computerlovetech/agr

Skill Claude CodeCodex

Release process for the agr package. Handles version bumping (major/minor/patch/beta), changelog updates, pre-release quality checks, git tagging, and monitoring the GitHub Actions publish pipeline. Use this skill whenever the user wants to cut a release, bump the version, publish to PyPI, or asks about the release…

452 20d ago A 91 tokens original MIT

skill-debrief

07

computerlovetech/agr

Skill Claude CodeCodex

Debrief an AI agent skill (SKILL.md) after using it — capture session feedback or a retrospective and fold it back into the skill. Use whenever the user says: "debrief the X skill", "let's debrief X", "retrospective on X", "feedback on X skill", "improve the X skill", "update the X skill", "let's revise X based on…

452 20d ago A 219 tokens original MIT

plan

08

owainlewis/youtube-tutorials

Skill Claude CodeCodex

Write a short implementation plan or a longer execution plan before coding. Use when starting new work, when a ticket needs clearer boundaries, when a change spans multiple files or interfaces, or when a multi-hour task needs a living plan.

365 10d ago A 48 tokens original MIT

ai-news-research

09

owainlewis/youtube-tutorials

Skill Claude CodeCodex

You produce a daily AI news digest. Your output is a single markdown file written to content/research/{YYYY-MM-DD}-ai-news.md and committed to a branch.

365 10d ago A 0 tokens original MIT

agent-builder

11

keyuchen21/agentic-engineering-handbook

Skill Claude CodeCodex

Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code…

181 29d ago A 125 tokens copy · 100% MIT

code-review

12

keyuchen21/agentic-engineering-handbook

Skill Claude CodeCodex

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

181 29d ago A 35 tokens copy · 100% MIT

mcp-builder

13

keyuchen21/agentic-engineering-handbook

Skill Claude CodeCodex

Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.

181 29d ago A 38 tokens copy · 100% MIT

factory-implement

14

addyosmani/factory

Skill Claude CodeCodex

Claim and implement one ready GitHub issue, run fail-closed gates, obtain independent verification, and open a draft pull request.

162 11d ago A 30 tokens original MIT

factory-monitor

15

addyosmani/factory

Skill Claude CodeCodex

Inspect factory health, stale work, CI, security advisories, and recent run evidence without implementing fixes.

162 11d ago A 24 tokens original MIT

factory-spec

16

addyosmani/factory

Skill Claude CodeCodex

Turn an ambiguous factory issue into human-approved product, behavior, design, and implementation slices. Use interactively before implementation.

162 11d ago A 27 tokens original MIT

天气查询

17

wanmol/goal-flow

Skill Claude CodeCodex

A weather lookup tool for cities in mainland China. It uses a third-party weather service to return current temperature, humidity, and conditions, with possible delays of up to 10 minutes.

135 19d ago A 10 tokens original MIT

code_interpreter

18

wanmol/goal-flow

Skill Claude CodeCodex

A tool for running Python code in an isolated environment. Python is a programming language often used for calculations, data processing, file-format conversion, and preparing chart data.

135 19d ago A 42 tokens original MIT

top-down-typescript

19

paleo/alignfirst

Skill Claude CodeCodex

TypeScript and JavaScript coding style conventions, centered on top-down narrative ordering (caller first, helpers below) and functions over classes. Read before writing or reviewing TypeScript/JavaScript code, including code inside a spec or a plan.

85 2d ago A 53 tokens original CC0-1.0

paleo/alignfirst

Skill Claude CodeCodex

Install, upgrade, recommend, or combine AlignFirst skills, plans-share, docmap, and workspace in a consumer repository, or prepare a repository and Linux deployment for an AlignFirst Developer.

85 2d ago A 44 tokens original CC0-1.0

alignfirst

21

paleo/alignfirst

Skill Claude CodeCodex

Collaborative problem-solving protocols. Read when the user names AlignFirst or a protocol alias: spec, alspec, plan, alplan, AAD, al, merge, almerge, alreview, or aldescription.

85 2d ago A 48 tokens original CC0-1.0

kafka-dlq-review

22

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Review dead letter queue implementations for completeness using the Lenses MCP server. Checks DLQ topic existence, configuration, monitoring, metadata preservation, retry logic, reprocessing paths and connector DLQ alignment. Use when user says "review dead letter queues", "check DLQ setup", "DLQ audit" or asks about…

56 11d ago A 93 tokens original MIT

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Generate a TestContainers Java test class that spins up ShadowTraffic in-process to populate a Kafka topic with synthetic data during tests. Invokes the kafka-shadowtraffic skill to build the ShadowTraffic config, then adapts it for a containerized test network and scaffolds a JUnit 5 test class with Kafka, optional…

56 11d ago A 165 tokens original MIT

kafka-shadowtraffic

24

lensesio/agentic-engineering-for-apache-kafka

Skill Claude CodeCodex

Generate a ShadowTraffic configuration to populate a Kafka topic with realistic synthetic data. Discovers the target topic, its key and value schemas, and the correct serializers from the live cluster via any attached Kafka MCP server, then writes a ready-to-run shadowtraffic-config.json and Docker command. Use when…

56 11d ago A 134 tokens original MIT