By tumido
Personal grab-bag of Claude Code skills: project bootstrap, doc upkeep, issue tracker maintenance
Tidy the GitHub project board — move unblocked issues to Ready, flag stale statuses
Bootstrap a project with Claude configuration — CLAUDE.md, scoped rules, and commands
Exit the current worktree — remove the worktree directory but keep the branch
Start implementing a GitHub issue — fetch context, analyze codebase, plan, and execute
Audit open issues and PRs against the codebase to find missing tasks, gaps, and issues that need breaking down
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.
Personal Claude Code plugin — project bootstrap, doc upkeep, issue tracker maintenance, and GitHub API permission helpers.
claude plugins:add github.com/tumido/claude-helpers
claude plugins:enable helpers@claude-helpers
Add to the env block in ~/.claude/settings.json, pointing to
wherever the plugin was cloned:
"env": {
"CLAUDE_HELPERS_DIR": "/path/to/claude-helpers"
}
Skills and rules reference scripts via $CLAUDE_HELPERS_DIR/scripts/.
Add to permissions.allow in ~/.claude/settings.json:
"Bash(bash /path/to/claude-helpers/scripts/gh-project-fields.sh *)",
"Bash(bash /path/to/claude-helpers/scripts/gh-project-items.sh *)",
"Bash(bash /path/to/claude-helpers/scripts/gh-issue-deps.sh *)",
"Bash(bash /path/to/claude-helpers/scripts/gh-search-issues.sh *)",
"Bash(gh api --method GET *)",
"Bash(gh api -X GET *)",
"Bash(printenv CLAUDE_HELPERS_DIR)
Replace /path/to/claude-helpers with the actual location in steps
3 and 4.
/helpers:*)| Skill | Purpose |
|---|---|
next | Pick the next issue from the project board and start working |
implement | Fetch a GitHub issue and implement it |
board-tidy | Move unblocked issues to Ready, flag stale statuses |
issue-sync | Create issues, set blocking relationships, update tracking |
issue-audit | Audit open issues/PRs for gaps and missing tasks |
ship | Draft a commit message or PR from current git state |
done | Exit the current worktree |
bootstrap | Set up CLAUDE.md, rules, and commands for a project |
remember | Update CLAUDE.md and rules to match codebase state |
| Rule | Purpose |
|---|---|
docs-upkeep | Silently update CLAUDE.md/rules after implementation changes |
gh-api-reads | Use --method GET for REST and wrapper scripts for GraphQL reads |
scripts/)Read-only GitHub GraphQL wrappers with flattened JSON output:
| Script | Usage | Purpose |
|---|---|---|
gh-project-fields.sh | <owner> <project-number> | Project ID, Status field ID, option IDs |
gh-project-items.sh | <owner> <project-number> | All items with status, labels, milestones, assignees, blockedBy (auto-paginates) |
gh-issue-deps.sh | <owner> <repo> <number...> | blockedBy + closedByPRs for one or more issues |
gh-search-issues.sh | <query> | Search issues by query string |
See rules/gh-api-reads.md for the read-only convention these
scripts enforce.
npx claudepluginhub tumido/claude-helpers --plugin helpersComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
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.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking