By geckotang
geckotang's fork of Claude Code resources: skills, commands, agents, hooks, and scripts.
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
No model invocation
Executes directly as bash, bypassing the AI model
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.
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.
For the lightweight personal /x workflow skills with the lowest token cost:
/plugin marketplace add geckotang/claude-resources
/plugin install claude-resources-personal@geckotang-claude-resources
For the full resource bundle, which loads many more components:
/plugin install claude-resources@geckotang-claude-resources
Install either the lightweight personal plugin or the full bundle. Installing both can create duplicate skill names such as /x.
After install, Claude Code will see the bundled commands, skills, agents, and hooks for that plugin. 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 geckotang/claude-resourcesUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.