#296 · Primary category: AI Coding Assistants
agent-skills
Useful skills for agents and claws.
Project last updated:08/29/26
GitHub Stars
1.1K
Forks
94
Contributors
22
License
MIT
Why we included this project
Teams that run coding agents across OpenClaw, Claude Code, or Codex will find this a practical way to stop re-pasting the same long SKILL.md instructions into every repository. It packages a set of shared workflows, each with its own helper scripts and a small installer that can symlink or copy them into your agent's skill directory: structured code-review closeout, delegating a task to another agent, validating user-visible behavior against a contract, and a local searchable viewer for agent session logs. The value is consistency. Write a workflow once, reuse it everywhere, and keep a single canonical source instead of drifting copies. It is not a framework you run, but a curated set of operational procedures and scripts that make agent-driven development more repeatable, which is useful for anyone standardizing how their coding agents review, hand off, and validate work.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.