AGENT0S
HomeLibraryAgentic
FeedbackLearn AI
LIVE
Agent0s · AI Intelligence Library
Share FeedbackUpdated daily · 7am PST

Agentic Tools

Skills, commands, hooks, and plugins for AI coding agents. Primarily focused on Claude Code, with coverage of Codex CLI and the broader AI ecosystem.

SSkills

Auto-loaded capabilities via SKILL.md files. Claude Code and Codex read these at startup and apply them contextually.

/Commands

Slash command templates stored as markdown. Invoked explicitly with /command-name for reusable workflows.

HHooks

Shell commands or scripts that fire automatically at lifecycle events — before tool calls, after file writes, etc.

PPlugins

Distribution bundles that package skills, hooks, commands, and MCP servers into one installable unit.

4 items found
hook
Intermediate

Automate Development with Claude Code Hooks

This technique allows developers to automatically run custom actions at specific moments in the AI's workflow, such as before it runs a command or after it finishes a task. For example, it can be used to block the AI from accidentally deleting files or to automatically format any code the AI writes, significantly improving safety and code quality.

Claude Code
Web
hook
Intermediate

Automate AI Workflows with Claude Code Hooks

Claude Code hooks let you automate tasks during development, such as automatically re-formatting code after the AI agent makes an edit. They can also enforce security by blocking the AI from modifying sensitive files, giving you more reliable and safe control over its actions.

Claude Code
Web
hook
Intermediate

Claude Code Hooks: Safety, Automation & Notification Scripts

This open-source repository provides ready-to-drop-in JavaScript hooks for Claude Code that run before or after AI tool executions — blocking dangerous shell commands, protecting secret files, auto-staging git changes, and sending Slack alerts when Claude needs input. Each hook is tested (262 passing tests), MIT-licensed, and designed to be copied, pasted, and customized in minutes. It solves a real gap: giving developers guardrails and automation on top of Claude Code's agentic actions without building from scratch.

Claude Code
GitHub
hook
Intermediate

Claude Code Hooks & CLAUDE.md: Automate Your Dev Workflow with Lifecycle Events

Claude Code hooks let you attach shell commands to coding events—like auto-formatting files with Prettier every time Claude edits them—without any manual intervention. CLAUDE.md is a special project file that feeds Claude your codebase rules, build commands, and conventions upfront so it stops asking redundant questions. Together, these two features turn Claude Code from a reactive assistant into a self-disciplined automated dev pipeline.

Claude Code
Web