Agent Stuff
Description
Public agent tooling: skills, scripts, and hooks for AI coding agents (Claude Code, Codex, Pi).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-stuff
[](https://github.com/ai-ecoverse/vibe-coded-badge-action)
Reusable building blocks for AI coding agents — **skills**, standalone **scripts**, and **hooks** — written once and shared everywhere.
Works with [Claude Code](https://docs.claude.com/en/docs/claude-code), [Codex](https://developers.openai.com/codex/), [Pi](https://github.com/), and any agent that reads skills from a directory. A skill is a plain `SKILL.md`; the installer projects the same source files into whichever agents you use.
plugins/ skills, grouped by domain (each domain = a Claude Code plugin)
scripts/ standalone CLIs an agent runs inside the repo it's working in
hooks/ Claude Code event hooks
bin/ machinery: installer, validator, tests, and the agent-target registry
Install skills
Requires [`uv`](https://docs.astral.sh/uv/):
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows (PowerShell)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
git clone https://github.com/Lightbridge-KS/agent-stuff.git
cd agent-stuff
uv run bin/install.py --list # skills + which agents are detected
uv run bin/install.py --all --dry-run # preview, no writes
uv run bin/install.py --all # install all skills into every agent present
Target specific agents (combine freely), or any directory:
uv run bin/install.py --claude # ~/.claude/skills (Claude Code)
uv run bin/install.py --codex # ~/.codex/skills (Codex)
uv run bin/install.py --pi # ~/.pi/agent/skills (Pi)
uv run bin/install.py --agents # ~/.agents/skills (shared convention)
uv run bin/install.py --claude --codex --pi # several at once
uv run bin/install.py --target ~/some/dir # a custom directory
uv r
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI