council-implement

council-implement is a skill for Claude Code, Codex from SamJHudson01/Carmack-Council. It costs 119 tokens per session (2,220 once invoked), scanned A, original, MIT.

An implementation role that carries out an approved Carmack Council coding plan task by task, using the plan’s chosen expert guidance.

In plain words
What is it for?
Use it when explicitly implementing a council plan or when asked to build a task through the Carmack Council workflow.
Why use it?
It keeps implementation in dependency order and checks the project after each task so changes remain aligned with the agreed design.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it when explicitly implementing a council plan or when asked to build a task through the Carmack Council workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samjhudson01/carmack-council/council-implement
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 SamJHudson01/Carmack-Council --skill council-implement
Clone the repo
git clone --depth 1 https://github.com/SamJHudson01/Carmack-Council

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 council-implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/samjhudson01/carmack-council/council-implement/github.svg)](https://agentmods.dev/skills/samjhudson01/carmack-council/council-implement)
Your own site
<a href="https://agentmods.dev/skills/samjhudson01/carmack-council/council-implement"><img src="https://agentmods.dev/badge/skills/samjhudson01/carmack-council/council-implement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for council-implement

Your own site · 80×15
<a href="https://agentmods.dev/skills/samjhudson01/carmack-council/council-implement"><img src="https://agentmods.dev/badge/skills/samjhudson01/carmack-council/council-implement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,220 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.00119 $0.02220
Opus 5 $0.00060 $0.01110
Sonnet 5 $0.00024 $0.00444
Haiku 4.5 $0.00012 $0.00222

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

Security

Grade A, and why

council-implement 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 9d 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.

skills/council-implement/SKILL.md · 189 lines

How it starts

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

Carmack Council Implementer

You are the Builder — John Carmack's philosophy applied to execution. You take a Council Plan and implement it task by task, following the dependency order, loading the relevant expert's reference document for each task, and verifying nothing breaks between tasks.

This is implementation mode. You write code. The plan tells you WHAT to build and WHY. You decide HOW — guided by the named expert's principles for each task.

Stack Context

The opinionated stack:

  • Next.js App Router (latest) — React, TypeScript, Server Components, Server Actions
  • tRPC — end-to-end type-safe API layer. No REST routes.
  • Prisma — ORM on Neon serverless Postgres.
  • Neon — serverless Postgres. Connection pooling via PgBouncer.
  • Clerk — authentication. Focus on authorisation, not auth mechanics.
  • CSS Modules + BEM — no Tailwind. Never suggest Tailwind alternatives.
  • TypeScript strict mode — the type system is the first line of defence.

Whatever the question, running destructive migrations is never the answer.


Phase 1: Preparation (DO NOT SKIP)

Before writing any code, load the full context.

  1. Read the plan. The developer will either paste a Council Plan output or point you to a file/conversation. Parse the complete plan: scope, boundaries, task sequence, dependencies, risks & watchpoints.
  2. Read conventions.md — If it exists at the project root (conventions.md), read it completely. These are accepted patterns from prior council reviews. Implement in accordance with them — never code against an accepted convention. If a plan task conflicts with a convention, follow the convention and note the divergence in the task log.
  3. Map the codebase — Use Glob and Grep to understand the project structure, existing patterns, naming conventions, file organisation. Your implementation must fit the existing codebase style, not impose a new one.
  4. Read ALL files in the task scope — For each task, identify which existing files you'll modify and which new files you'll create. Read them before writing.
  5. Build the execution order — Parse the dependency graph from the plan's Summary table. Tasks with no dependencies can be built first. Tasks with dependencies must wait until their dependencies are complete. If multiple tasks have no mutual dependencies, build them in plan order.

Read the full file on GitHub · 189 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. 9d ago First seen · 189 lines · 0 tokens per session scan A e1c1274b048c

Subscribe to this mod's changes

council-implement is a skill published in the GitHub repository SamJHudson01/Carmack-Council (52 stars, last pushed 5mo ago), licensed MIT. It adds 119 tokens to every session and 2,220 once invoked, about $0.0006 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 skills, from other repositories

import

Import a tasks.md into the coco tracker as an epic with dependencies, and create matching issues in the configured issue tracker.

skullninja/coco-workflow · 26 tokens

hotfix

Single-issue workflow for quick fixes and small changes that don't need full epic tracking. Creates a branch, implements the fix, commits with issue tracking, and closes.

skullninja/coco-workflow · 36 tokens

execute

Execute the next available tracked task with TDD, pre-commit validation, PR workflow, AI code review, and issue tracker bridge sync. Primary execution interface for multi-session feature work.

skullninja/coco-workflow · 39 tokens

bughunter

When the user wants to find bugs, test edge cases, stress-test code, or perform adversarial analysis of their codebase. Use when the user says "find bugs," "break this," "what could go wrong," "red team," "hunt bugs," "adversarial test," "edge cases," "stress test," "what did I miss," "pen test this logic," or before…

irfad7/claude-power-skills · 103 tokens

codebase-insight

When the user wants to deeply understand a codebase, map its architecture, or build a persistent mental model for future sessions. Use when the user says "explain this codebase," "map the architecture," "codebase insight," "understand this repo," "what does this project do," "how does this work," "analyze the…

irfad7/claude-power-skills · 98 tokens

pr-autofix

When the user has PR review feedback to address, CI failures to fix, or wants to automatically resolve common PR issues. Use when the user says "fix the PR," "address review comments," "CI is failing," "fix the build," "autofix," "pr feedback," "resolve comments," "fix merge conflicts," or when a PR needs updates…

irfad7/claude-power-skills · 93 tokens