agent-kit
Plan-first coding workflow with review, refactoring, and handoff
All Skills in This Repository (14)
Pure Emerald Level Indicatorskreuzberg
Extract text, tables, metadata, and images from 91+ document formats.
specs-dev
Coordinate plan-first development workflows with gate-based reviews and handoffs.
handoff
Generate a handoff.md document capturing goals, progress, decisions, files changed, blockers, and next steps.
gws
Control Google Workspace services from a single CLI.
lark
Orchestrate Feishu/Lark CLI modules to automate cross-module workflows.
mori-agent-bridge
Coordinate agent-to-agent messaging and workflows across Mori panes.
tap-web
Automate web lookup, page reading, and content extraction via the tap CLI.
reddit-posts
Generate subreddit-aware Reddit post titles, bodies, and comments.
python-script
Automate Python tasks with structured logging, validation, and safety checks.
vertex-ai-image
Generate, edit, and describe images using Google Gemini models via CLI.
code-simplifier
Refactor code while preserving functionality and enforcing project-wide standards.
twitter-posts
Generate publish-ready X post copy and threads from user briefs.
Frequently Asked Questions
FAQPage SchemaHow to install agent-kit?βΌ
Run `npx skills add vaayne/agent-kit --all -g -y` in your terminal to install all skills in this collection globally.
What is the spec-dev workflow?βΌ
It chains grill (stress-test the idea), blueprint (write a decision-first plan.md), and mason (implement phase by phase with commits and handoffs), with optional scout and code-review steps.
How does the code-review skill avoid false positives?βΌ
It spawns four parallel reviewers (bug hunter, security auditor, architecture critic, correctness prover), then uses fresh verifier subagents to refute each finding against the actual code before reporting it.
Does agent-kit work with Claude Code and other runtimes?βΌ
Yes. All skills follow the standard SKILL.md format and sync into Claude Code, Pi, Codex, and other compatible runtimes.
Can it manage cloud storage and Google Workspace?βΌ
Yes. It includes skills for OpenList/AList file management, Google Workspace operations via the gws CLI, Lark/Feishu via lark-cli, and sending email through Cloudflare.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core