Agentic Automation
Build autonomous agents and skills that plan, execute, and review software for you — from spec-driven workflows to multi-agent pipelines.
3 guides · 8 downloadable skills

Download skills
Ready-to-use AI workflows for this track.

Meeting Notes to Actions: Never Lose a Decision Again
Paste messy meeting notes, get back decisions, an owner-tagged action table, and a ready-to-send follow-up email — in your voice, nothing invented.

Superpowers: The Spec-Driven Skill That Owns Your Whole Build
The most-starred agent skill on GitHub. Superpowers stops your agent from rushing in, works a spec out of the conversation, and hands a reviewed plan to subagents that build and check each other's work.

GStack: Give Your Agent a Whole Software Team's Worth of Roles
Garry Tan's Claude Code setup, ~110k stars. Instead of one mode, GStack gives your agent distinct roles — product vision, designer, engineering manager, QA, release manager — each behind its own slash command.

GSD Core: Ship Without Context Rot Using Atomic Plans
Git. Ship. Done. A spec-driven system that fights context rot by breaking work into atomic plans that run in fresh context windows, keeping your main session light while subagents do the heavy lifting.

grill-me: Make Your Agent Interview You Before It Writes Code
Matt Pocock's most popular skill. grill-me makes the agent interview you about what you're building before it writes anything — small, composable, and a deliberate stance against all-in-one systems that take away your control.

Agent Toolkit for AWS: Stop Letting Your Agent Half-Remember APIs
AWS's officially supported skills in the open format. Pair plugins for Claude Code and Codex with a curated skill collection and the AWS MCP Server so your agent loads service-specific guidance instead of guessing at an API.

skilld: Generate Version-Aware Skills From Your Own Dependencies
skilld generates version-aware skills from the npm dependencies you already have — pulling from docs, release notes, and GitHub issues — so your model stops writing last year's version of your library.

Ship Skills With Your Package: TanStack Intent + the Vercel Skills CLI
The newer idea: ship SKILL.md files inside your npm package, versioned with each release. TanStack Intent lets maintainers scaffold them; the Vercel skills CLI installs any of it across 70+ agents.
Guides
🤖Agentic AutomationThe Claude Workflow Template
A reusable system for turning one real task into a repeatable Claude workflow. Everything is fill-in-the-blank: copy the blocks, replace the bracketed text, delete what doesn't apply. The 30-minute setup is most of the improvement.
🤖Agentic AutomationEvery Claude Code Concept Explained for Normal People
Claude Code isn't just for programmers. Here are all the concepts — skills, sessions, CLAUDE.md, MCP, plan mode — explained in plain English with business examples.
🤖Agentic AutomationSpec-Driven Development With AI Agents: The Complete Workflow
Agents left alone rush in, touch too many files, and skip planning. Spec-driven development is the fix. Here's how to run the full idea-to-reviewed-code loop with skills like Superpowers, GStack, and GSD.