Claude Code Ops Starter — Development skill for Claude Code
16 hooks + 3 tools + 5 templates for autonomous Claude Code operation.
How to install Claude Code Ops Starter
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open yurukusa/claude-code-ops-starter and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Code Ops Starter does
16 hooks + 3 tools + 5 templates for autonomous Claude Code operation. Production-ready in 15 minutes.
Alternatives in Development
- Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
- Generic Extract Skill — You are an Autonomous 3D Technical Artist Agent 14.1k ★
- Gemini CLI Foundations — This repository is a comprehensive skills library for Gemini CLI - reusable, production-ready skill packages t 5.3k ★
README
Claude Code Ops Starter
[](LICENSE) [](https://www.gnu.org/software/bash/) [](https://docs.anthropic.com/en/docs/claude-code)
**Spend less time babysitting your AI.** 16 production-tested hooks + 3 tools + 5 templates that let Claude Code run with less supervision — catching errors, managing context, and making decisions without asking you constantly.
# Try it now (read-only scan, nothing installed)
curl -sL https://gist.githubusercontent.com/yurukusa/10c76edee0072e2f08500dd43da30bc3/raw/risk-score.sh | bash
# Auto-fix with free hooks (non-destructive, existing files kept)
curl -sL https://gist.githubusercontent.com/yurukusa/10c76edee0072e2f08500dd43da30bc3/raw/risk-score.sh | bash -s -- --fix
Extracted from 160+ hours of real autonomous operation that shipped a [15,000-line game](https://yurukusa.itch.io/azure-flame-dungeon) without the human writing code themselves.
Before vs After
| Without hooks | With hooks |
|---|---|
| Claude asks "should I continue?" every 5 min | Claude decides and logs uncertainty |
| Syntax errors found 50 tool calls later | Errors caught immediately after every edit |
| Session runs out of context without warning | Staged warnings at 80/120/150 tool calls |
rm -rf executes with no warning |
Destructive commands flagged before execution |
What's Included
10 Hooks
| Hook | What it does |
|---|---|
context-monitor.sh |
Tracks context window usage with staged warnings (soft/hard/critical) |
no-ask-human.sh |
Blocks "should I continue |
Related Skills
Production Claude Code
Claude Code in Production — CLAUDE.md templates, hooks, MCP server code, and context management patterns.
Claude Hooks Mastery
3,300+ Complete mastery guide for Claude Code hooks with production-ready scripts
Architecture Claude Permission Bypass Removal Planning
Plan and review removal of Claude --dangerously-skip-permissions from autonomous automation paths without losi
Telegram MCP Kit
Connect Claude (or any MCP client) to your own Telegram in ~15 minutes: setup prompt for Claude Code/Codex, pr
Mac Agent Ops
Mac Agent Ops is a small control-room kit for operating remote Mac-based agents over SSH. It gives you reusabl
Claude Code Course
Companion repo for Claude Code for GTM Operators. Starter templates, example skills, and a curated index of to
Related Agents
FastAPI Templates
Production-ready FastAPI project structures with async patterns, dependency injection, middleware, a... - wsho
Be Django Expert
Expert Django developer for production-ready Python web applications. Use for Django projects, models/views/te
Sdlc Orchestrator
Autonomous SDLC orchestrator. Research → Architecture → Plan → Implement → Parallel Expert Review → Documentat