tkv00

New Rule — Data skill for Claude Code

Data community

Turn a project convention into an executable rule the pipeline enforces.

How to install New Rule

Installs to ~/.claude/commands/tkv00-career-atelier-ai-context-pack-new-rule.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/tkv00/Career-Atelier-AI-Context-Pack/HEAD/.claude/commands/new-rule.md -o ~/.claude/commands/tkv00-career-atelier-ai-context-pack-new-rule.md

Restart Claude Code, or start a new session, for it to be picked up.

What New Rule does


description: Turn a project convention into an executable rule the pipeline enforces

Add a rule: $ARGUMENTS

A convention that lives only in prose is a convention that drifts. Rules live in `scripts/lib/rules.mjs`, and `docs/AGENT-RULES.md` is generated from them, so the description and the check cannot disagree.

Write the rule

Append one object to the `rules` array with the next `CA0NN` id:

  • title — what holds when the rule passes, in the present tense.
  • what — the precise

Alternatives in Data

Full documentation available on GitHub

View Source Repository