project-consistency

project-consistency is a skill for Claude Code, Codex from monkilabs/opencastle. It costs 41 tokens per session (643 once invoked), scanned A, original, MIT.

A workflow that asks three separate reviewers to assess a code change, pull request, design document, or release note, then uses the majority decision as the result.

In plain words
What is it for?
Use it for independent reviews of code changes, pull requests, design documents, and release notes.
Why use it?
It reduces reliance on one reviewer and makes disagreements visible before work is approved or blocked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for independent reviews of code changes, pull requests, design documents, and release notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/monkilabs/opencastle/project-consistency
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.

Any agent
npx skills add monkilabs/opencastle --skill project-consistency
Clone the repo
git clone --depth 1 https://github.com/monkilabs/opencastle

Made for: Claude Code, Codex.

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 project-consistency

README.md
[![agentmods](https://agentmods.dev/badge/skills/monkilabs/opencastle/project-consistency.svg)](https://agentmods.dev/skills/monkilabs/opencastle/project-consistency)
Your own site
<a href="https://agentmods.dev/skills/monkilabs/opencastle/project-consistency"><img src="https://agentmods.dev/badge/skills/monkilabs/opencastle/project-consistency.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00041 $0.00643
Opus 5 $0.00020 $0.00321
Sonnet 5 $0.00008 $0.00129
Haiku 4.5 $0.00004 $0.00064

Measured 3d ago against content hash 13b084b13a30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

project-consistency 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 3d 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.

src/orchestrator/skills/project-consistency/SKILL.md · 81 lines

How it starts

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

Project Consistency

Produce shared artifacts and automated checks before parallel work begins.

Foundation-First Principle

Phase 1 (sequential): foundation-setup creates tokens, Layout, UI library, style guide brief. Phase 2 (parallel): every page task imports from Phase 1 — no new tokens, no duplicated components.

Foundation Artifacts & Page Rules

Artifact Path Page Agent Rules
Design tokens src/styles/tokens.css Import only. Never introduce new color/font/spacing values.
Shared layout src/components/Layout.tsx / Layout.astro Wrap every page. Never recreate.
UI components src/components/ui/ Import from library. PascalCase components, camelCase props.
Style guide brief Inline in prompts Match tone + terminology exactly. Follow heading hierarchy.

Validation checkpoints:

  1. Foundation complete: tokens.css has all palette/type/spacing vars, Layout renders, UI components compile.
  2. Per-page: grep -rF 'style={{' src/pages/ returns 0 hits (no inline styles). All imports resolve.

Convoy Integration

Include these 5 Foundation References in every page prompt:

1. Design tokens path   2. Layout path   3. UI components path
4. Aesthetic direction   5. Content tone

Prompt templates: see TEMPLATES.md.


Example: src/styles/tokens.css

:root {
	/* Palette */
	--color-bg: #ffffff;
	--color-foreground: #0f172a;
	--color-primary: #0ea5e9;
	--color-primary-600: #0284c7;

	/* Typography */
	--font-base: Inter, system-ui, -apple-system, sans-serif;
	--text-sm: 0.875rem;
	--text-base: 1rem;

	/* Spacing */
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 16px;

	/* Radius */
	--radius-sm: 6px;
	--radius-md: 12px;
}

UI components consume these vars only — e.g. bg-[var(--color-primary)], never a literal hex.


Anti-Patterns

Anti-pattern Fix
Agents pick their own fonts/colors Foundation creates tokens first
Copy-pasting Button between pages Import from shared library
Inline style={{ color: '#...' }} CSS class with token variable
Foundation and page tasks run in parallel Foundation phase must fully complete first

Read the full file on GitHub · 81 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 81 lines · 41 tokens per session scan A 13b084b13a30

Subscribe to this mod's changes

project-consistency is a skill published in the GitHub repository monkilabs/opencastle (61 stars, last pushed 9d ago), licensed MIT. It adds 41 tokens to every session and 643 once invoked, about $0.0002 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-09-03.