cc-hooks-ts AGENTS.md

cc-hooks-ts AGENTS.md is an instructions file for Codex, OpenCode from sushichan044/cc-hooks-ts. It costs 505 tokens per session, scanned A, original, MIT.

Project instructions for a TypeScript library that defines and validates Claude Code hooks. Hooks are automated actions that run when specified events occur in a coding tool.

In plain words
What is it for?
Adding or modifying hook definitions, validation, documentation, and other parts of the library while following its required quality checks.
Why use it?
They tell an agent where to make changes and which checks, tests, and build commands must pass before finishing work.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sushichan044/cc-hooks-ts/agents-md
Clone the repo
git clone --depth 1 https://github.com/sushichan044/cc-hooks-ts

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cc-hooks-ts AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sushichan044/cc-hooks-ts/agents-md.svg)](https://agentmods.dev/instructions/sushichan044/cc-hooks-ts/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sushichan044/cc-hooks-ts/agents-md"><img src="https://agentmods.dev/badge/instructions/sushichan044/cc-hooks-ts/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 505 This file is loaded in full into every session.
When invoked 505 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00505 $0.00505
Opus 5 $0.00253 $0.00253
Sonnet 5 $0.00101 $0.00101
Haiku 4.5 $0.00051 $0.00051

Measured 6d ago against content hash 736ce88c40d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cc-hooks-ts AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

A TypeScript library for defining Claude Code hooks with type safety. Provides runtime validation and strongly-typed definitions for hook configurations.

Development Commands

YOU MUST RUN vp check && vp test --run && vp pack to run all quality checks before completing any tasks.

  • vp check - Run all checks (lint, format, typecheck)
  • vp check --fix - Auto-fix lint and format issues
  • vp test --run - Run tests
  • vp pack - Build

How to follow the upstream changes

See the same section in README.md to follow upstream changes from @anthropic-ai/claude-agent-sdk.

Repository Structure

Source Code (src/)

  • Root files - Core library APIs (hook definition, execution, context)
  • hooks/ - Hook event definitions, input validation schemas, output types
  • utils/ - Shared utility functions for strings, types, and validation

Other Directories

  • docs/ - Documentation and guides
  • dist/ - Build output (generated)

When to Touch What

Goal Where to Work
Add new hook event / Backport upstream hook type change src/hooks/
Modify input validation src/hooks/input/
Change output types src/hooks/output/
Update tool schema definitions src/index.ts
Add utility functions src/utils/
Update documentation docs/

Coding Goodies

Vitest

  • Import vitest API explicitly
  • Prefer describe(target) { it(behavior) } structures over test()

Type System Design Philosophy

  • Convergence Point Validation: Test complex conditional type chains at final output with concrete literal types
  • Boundary Design: Validate TypeScript inference at abstract→concrete type transformation points
  • Contract-Focused: Test usage patterns (contract boundaries) rather than implementation details
  • Inference Proof: Prove complex type operation combinations with concrete type results
  • Resilience Design: Choose validation points that resist internal implementation changes

Read the full file on GitHub · 60 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 60 lines · 505 tokens per session scan A 736ce88c40d1

Subscribe to this mod's changes

cc-hooks-ts AGENTS.md is an instructions file published in the GitHub repository sushichan044/cc-hooks-ts (39 stars, last pushed yesterday), licensed MIT. It adds 505 tokens to every session, about $0.0025 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

vscode design-philosophy.instructions.md

VS Code design philosophy — the shared Values→Principles→Moves vocabulary for reasoning about UI in design terms rather than raw pixels. Use when creating, editing, or reviewing any visual surface (CSS, DOM, theming, icons, motion). Name the value/principle before reaching for a token.

microsoft/vscode · 577 tokens

deepagents AGENTS.md

AGENTS.md instructions for langchain-ai/deepagents, covering global development guidelines for the deep agents monorepo, corridor security analysis, development workflow, suppressing ruff rules and pr conventions.

langchain-ai/deepagents · 2,268 tokens

retry-axios GEMINI.md

Gemini CLI instructions for JustinBeckwith/retry-axios, covering project: retry-axios, project overview, building and running, dependencies and commands.

JustinBeckwith/retry-axios · 680 tokens

huly-mcp CLAUDE.md

Claude Code instructions for dearlordylord/huly-mcp, covering project instructions, design principle: llm-first api, project harness (copy to new projects), package manager and verification.

dearlordylord/huly-mcp · 3,317 tokens

plate CLAUDE.md

Claude Code instructions for udecode/plate, a project described as: Rich-text editor with AI and shadcn/ui.

udecode/plate · 8 tokens

sofagent GEMINI.md

Gemini CLI instructions for KongFangXun/sofagent, covering gemini.md · sofagent gemini cli 适配(薄挂载), 会话开始时按序加载(四层加载链), 审计强制(平台无关) and 连接 mcp server.

KongFangXun/sofagent · 464 tokens