By Takazudo
Centralizes Claude Code resources (skills, commands, agents, hooks, scripts) for sharing across projects, with 140+ components covering Cloudflare Workers development, GitHub workflow automation, code review, documentation, design-to-code, and hardware design tasks.
Calculate Z coordinates for stacking/merging objects in Bambu Studio.
Copy current working directory to clipboard using pbcopy.
Output the full absolute path of a file mentioned in the previous message.
Queue the next task to do after the current one finishes
Prepare a git worktree for development on a GitHub issue.
code reviewer
Frontend developer agent for implementing code changes. Applies TDD for logic and pragmatic testing for UI. Works autonomously with clear communication.
Frontend developer agent that works inside a git worktree as part of an agent team. Implements features, commits, pushes, and creates PRs targeting the base branch. Reports back to the manager when done.
markdown file generator for creating markdown formatted text files based on user-provided context. It handles file management, URL formatting, and follows strict guidelines for markdown generation.
markdown writer
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Create and validate ASCII circuit diagrams with automatic rule checking and iterative refinement. Use when the user requests circuit diagrams in ASCII/text format, or when creating technical documentation with embedded schematics. Ensures golden rules (no line crossings without junctions, no lines crossing labels, proper component connections, correct polarity). Includes preview validation using monospace rendering.
Guide for setting up before-push validation (b4push) and CI checking. Covers analyzing project structure, creating run-b4push.sh, adding package.json entry, creating project-specific b4push skill, setting up GitHub Actions CI. Use when: (1) User says 'set up b4push', 'add CI', 'before push checks', (2) Setting up a new project's validation workflow, (3) User wants CI + local validation.
Share Claude Code resources (memories, settings, skills, hooks, etc.) across projects via the centralized claude-settings repo. Use when: (1) User says 'share claude resource', 'sync settings', or 'export to claude-settings', (2) User wants to copy .claude/* files to the central repo, (3) Reusing memory or skills across projects, (4) Backing up local Claude config to the global repo.
Refactor and optimize CLAUDE.md files in a repository. Analyzes the existing setup, explores repo structure, proposes splitting CLAUDE.md into a hierarchical directory-scoped structure. Use when: (1) User wants to optimize CLAUDE.md, (2) Root CLAUDE.md is too large, (3) User wants to split CLAUDE.md into directory-scoped files, (4) User mentions 'refactor CLAUDE.md', 'split CLAUDE.md', or 'organize CLAUDE.md'.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
No model invocation
No model invocation
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
My personal Claude Code configuration: custom commands, skills, agents, hooks, and scripts.
| Directory | Description |
|---|---|
commands/ | Custom slash commands (/commits, /pr, /purge-private-info, etc.) |
skills/ | Skills — modular packages that extend Claude's capabilities |
agents/ | Custom subagent definitions (code-reviewer, tdd-developer, etc.) |
hooks/ | Hook scripts (e.g., IFTTT notification on stop) |
scripts/ | Utility scripts (security checks, skill tooling) |
doc/ | Docusaurus documentation site for browsing the resources |
CLAUDE.md | Global instructions applied to all projects |
The repo ships with a Claude Code marketplace manifest. Install everything in one shot:
/plugin marketplace add takazudo/claude-resources
/plugin install claude-resources@takazudo-claude-resources
After install, Claude Code will see all bundled commands, skills, agents, and hooks. Use /plugin disable if you want to opt out of any of them.
Browse and borrow anything useful. To use a skill or command in your own setup, copy it into your $HOME/.claude/ directory:
$HOME/.claude/
├── commands/ # place command .md files here
├── skills/ # place skill directories here
├── agents/ # place agent .md files here
├── hooks/ # place hook scripts here
└── scripts/ # place utility scripts here
Refer to the Claude Code documentation for details on how commands, skills, and agents work.
This is my personal configuration, shared as-is. Some resources may reference my specific environment or workflows. Use at your own risk — review and adapt to your own needs before using.
MIT
npx claudepluginhub takazudo/claude-resources --plugin claude-resourcesComplete collection of 174 slash commands across 22 categories
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, [email protected]). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Essential Claude Code extensions: core agents, hooks, commands, and universal tools
Custom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
General purpose Claude Code toolkit with research agents, skills, and introspection commands