Main
- The repository is a hands-on baseline: templates for global
~/.claude/CLAUDE.md, hook scripts, skills, and command files, plus an opinionated explanation of why hooks matter. - Because it is structured as copyable files, you can selectively adopt one lane (hooks-only or skills-only) without committing to the full framework at once.
- The README is honest about versioning (it labels the guide version obsolete and points to newer material), so on TokRepo we treat it as a reference library of templates and patterns.
- A pragmatic workflow is: install the safety hooks first (block secrets / block dangerous commands), then add one skill and confirm it triggers as expected before importing more.
FAQ
- Is this a single tool or a guide?: It is primarily a guide and a set of templates (hooks, skills, commands). Treat it as a starting point you copy and customize.
- What is the safest first step?: Install the guardrail hooks (secrets + dangerous commands) and validate they run, before copying broader settings or skills.
- Why include an "obsolete" repo?: Because the repo still contains concrete, reusable assets and a Quick Start; we keep the TokRepo description factual and scoped.