yurukusa

Claude Code Ops Starter — Development skill for Claude Code

Development community

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: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Bash](https://img.shields.io/badge/Language-Bash-4EAA25.svg)](https://www.gnu.org/software/bash/) [![Claude Code](https://img.shields.io/badge/Claude_Code-Hooks-blueviolet.svg)](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.

risk-score --fix demo: CRITICAL 16/19 → HIGH 7/19 in 30 seconds

# 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