
Everything Claude Code
Claude Code toolkit - agents, commands, skills, rules, and hooks for productive AI-assisted development
- Category
- AI
- Website
- github.com
- Language
- English
- Listed
- 12d ago
- Stars
- 3,142
- Forks
- 487
WorldFlowAI/everything-claude-code ↗, JavaScript, Last commit Jan 23, 2026
Everything Claude Code ships as a Claude Code plugin: a manifest under the .claude-plugin directory lets you register it as a marketplace source, or you can copy any single piece by hand. The agents directory holds nine delegation targets, among them a planner, an architect, a TDD guide, a code reviewer and a security reviewer, while the skills directory carries coding standards along with backend and frontend patterns. Hooks and scripts were rewritten in Node.js so the same setup runs on Windows, macOS and Linux, and the package manager is resolved from an environment variable, a project config, the packageManager field or a lock file before falling back to whatever is installed. The repository holds the raw configuration only. Its author points readers to two separate written guides for the reasoning behind token budgeting, memory that persists across sessions, and subagent orchestration.