councilof-ai: Skill for Claude Code

.claude/skills/coai-frontend/SKILL.md

coai-frontend is a skill for Claude Code from CSOAI-ORG/councilof-ai. It costs 0 tokens per session (1,849 once invoked), scanned A, original, MIT.

A front-end reference guide for the Council of AI website, an independent service that measures AI systems against governing rules and publishes signed results. It documents the site's architecture, content structure, naming, cleanup process, and deployment path.

In plain words
What is it for?
Use it when cleaning up, aligning, adding pages to, or deploying the Council of AI front end. It covers the React/Vite structure, page organization, Cloudflare Pages deployment, and related data locations.
Why use it?
It gives front-end work a shared source of truth and explains which parts of the codebase and deployment process should be used.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is CSOAI-ORG/councilof-ai's own configuration. It tells Claude Code how to work on councilof-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything councilof-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to CSOAI-ORG/councilof-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/CSOAI-ORG/councilof-ai/master/.claude/skills/coai-frontend/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/CSOAI-ORG/councilof-ai

Made for: Claude Code.

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 coai-frontend

README.md
[![agentmods](https://agentmods.dev/badge/skills/csoai-org/councilof-ai/coai-frontend/github.svg)](https://agentmods.dev/skills/csoai-org/councilof-ai/coai-frontend)
Your own site
<a href="https://agentmods.dev/skills/csoai-org/councilof-ai/coai-frontend"><img src="https://agentmods.dev/badge/skills/csoai-org/councilof-ai/coai-frontend/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 coai-frontend

Your own site · 80×15
<a href="https://agentmods.dev/skills/csoai-org/councilof-ai/coai-frontend"><img src="https://agentmods.dev/badge/skills/csoai-org/councilof-ai/coai-frontend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,849 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.00000 $0.01849
Opus 5 $0.00000 $0.00924
Sonnet 5 $0.00000 $0.00370
Haiku 4.5 $0.00000 $0.00185

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

Security

Grade A, and why

coai-frontend 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 12d 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.

.claude/skills/coai-frontend/SKILL.md · 74 lines

How it starts

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

Council of AI — Front-End SME

What COAI is (the source of truth all copy aligns to)

An independent measurement instrument. We measure AI systems against the rules that govern them, sign the result (Ed25519), and publish what we cannot yet measure. Not a certifier, not an enforcer, no accreditation chain. Method: deterministic gold labels · no model judges another · unparsed counts incorrect · nothing quoted below n≥30 · every number recomputable from its rows · corrections published never silently edited.

The site at a glance

  • Stack: Vite + React + wouter + Tailwind in client/. Root src/ is dead — ignore it.
  • Scale: ~417 routes, ~276 page files. This is 10× too many for the primary experience.
  • Deploy: CF Pages project councilof-ai. Build+deploy from the Mac: npx vite build --config client/vite.config.ts then CLOUDFLARE_API_TOKEN=<pages-edit-token> wrangler pages deploy dist/client --project-name=councilof-ai --branch=main --commit-dirty=true (token is account-level Pages:Edit, installed on the pod at /root/.sovos/cf.env; also usable from Mac.)
  • Lazy chunks: SovOS/axis data lives in SovOS.r2-*.js, not the HTML shell — grep the chunk, not just index.html, when verifying live.

The 8 content sectors (library taxonomy + KB domains)

  1. EU AI Act / Regulation (~33) — Art 5, Art 50, Annex III, DORA, NIS2, CRA, GDPR crosswalks. Biggest sector.
  2. GSPC Axes / Benchmarks (~9 core) — the 13 axes; the flagship.
  3. Governance / Frameworks — NIST AI RMF, ISO 42001, OSCAL, readiness.
  4. Certification / Academy (~22–94 touch) — MUST reframe: COAI does NOT certify. Fold to "Council Academy / course completion attests training, not conformity."
  5. Regions / Countries — jurisdiction pages (TC260, UK, EU, US).
  6. Layer-0 / MCP / Tech — compliance MCPs, C2PA/Art 50 watermarking, signature verification.
  7. OS / Product / Demo — Council OS (never "Sovereign OS"), arena, city, globe.
  8. Company / About / Legal — charter, pricing, privacy, contact.

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

Subscribe to this mod's changes

coai-frontend is a skill published in the GitHub repository CSOAI-ORG/councilof-ai (1 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,849 tokens. 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-31.

Related

Other skills, from other repositories

codegen-react

Scaffold and iterate on Vite + React applications.

initializ/forge · 14 tokens

codegen-html

Scaffold and iterate on standalone Preact + HTM applications with zero build dependencies.

initializ/forge · 20 tokens

design-taste-frontend

Use for visual design direction on greenfield, user-facing surfaces — marketing and landing pages, generated apps, portfolio-style or standalone pages. NOT for routine Archestra platform UI work (dashboards, data tables, settings, forms, existing components) — use archestra-dev-frontend for that. Upstream intent…

archestra-ai/archestra · 0 tokens

archestra-dev-frontend

Use when modifying Archestra frontend Next.js/React code, UI components, forms, TanStack Query hooks, generated API client usage, frontend copy, or documentation links.

archestra-ai/archestra · 40 tokens

algolia-search-v2

Algolia Search Integration workflow skill. Use this skill when the user needs Expert patterns for Algolia search implementation, indexing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

diegosouzapw/awesome-omni-skills · 50 tokens

stellar-forge

Eval-driven coding harness for building production Stellar dApps. Routes tasks to 6 specialist agents, verifies output with structured evals, steers on failure, e2e-tests with Stellar Agentic Kit hooks, and knowledge-graphs every project. Use when building any Stellar app — tokens, DeFi, NFTs, payment APIs, or full…

rylsherdamz-rgb/stellar-forge · 82 tokens