Tomaass Skills — Development skill for Claude Code
Claude Code skills from daily work — install just the one you need.
How to install Tomaass Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open tomaass/tomaass-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Tomaass Skills does
Claude Code skills from daily work — install just the one you need.
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
- Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
README
tomaass-skills
[Claude Code](https://claude.com/claude-code) skills and hooks I use in daily work, packaged so you can install just the one you need.
/plugin marketplace add tomaass/tomaass-skills
| Skill | What it's for | Install |
|---|---|---|
| handoff-to-cloud | Plan locally, let a cloud session execute the plan and open a PR — laptop closed. | /plugin install handoff-to-cloud@tomaass-skills |
| review-loop | Review → fix → re-review one PR, and stop before the fixes start generating more findings than they close. | /plugin install review-loop@tomaass-skills |
| worktree-guardrails | Hooks that keep agents in git worktrees and stop commits landing on main. | /plugin install worktree-guardrails@tomaass-skills |
Each skill says what transfers as-is and what you have to configure yourself (credentials, routines, project paths). If something doesn't work for you, open an issue or send a PR.
License
MIT
Related Skills
Agent Skill Bootstrap
Detect project stacks and install only the agent skills Claude Code, Codex, and Grok need.
Claude Plugin Stats
Daily scrape of Claude Code plugin install stats
Blueprints
Use when you need orientation on active work. Lists all in-progress blueprints with their current stage and pa
Integrate Parallel Work
I have features developed in parallel worktrees that I need to integrate: $ARGUMENTS
Agent Session Status
Live OpenCode, Claude Code, and Codex session state for Ironbar and Waybar. Provider events are reduced to a s
Mb Reliability
Show which ModelBound skills work in real use and which need attention
Related Agents
Installer
Browse and install individual Navox agents. Trigger on install agent, add agent, which agent do I need, get ar
Omarchy Plugin Architect
Design and build Omarchy (Quickshell/QML) bar-widget, panel, and service plugins that actually work on a stock
macOS Onboarding Reviewer
Mac-side expert who reviews onboarding documentation and install scripts for macOS-specific accuracy, complete