Agent Skills
Provides ready‑made JavaScript functions (skills) that let AI coding agents read, write, and manipulate codebases directly from prompts.
- •You need an LLM‑driven bot to automatically refactor or lint a repo without writing custom file‑system code.
- •Your product builds a “code‑assistant” feature (e.g., generate missing tests) and you want plug‑and‑play skills instead of reinventing them.
- •You want to prototype AI‑powered code reviews or bug‑hunting with minimal boilerplate.
`await agent.run('Generate unit tests for all functions in src/utils.js that lack coverage');`Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/agent-skills && curl -fsSL https://workflowstacks.com/api/skills/agent-skills/claude-skill -o ~/.claude/skills/agent-skills/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Agent Skills is mostly documents (89 doc files, 20 small scripts) — something you read, not something you run. You install it into your AI tool with one command; there is nothing to run yourself. Last commit this month, MIT license.
- 1README.mdStart here — what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3skills/api-and-interface-design/SKILL.mdInside skills/ — an example of what the AI is told to do
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package — nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/agent-skills && curl -fsSL https://workflowstacks.com/api/skills/agent-skills/claude-skill -o ~/.claude/skills/agent-skills/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.