college-of-ai-rchitects: Skill for Claude Code

.claude/skills/prism/SKILL.md

prism is a skill for Claude Code from druide67/college-of-ai-rchitects. It costs 62 tokens per session (416 once invoked), scanned A, original, Apache-2.0.

A workflow for PRISM, a peer-review method for making hard, difficult-to-reverse architecture decisions with input from several language models.

In plain words
What is it for?
Use it with PRISM commands to prepare, inspect, synchronize, settle, or document an architecture decision.
Why use it?
It provides a defined process for examining evidence, correcting reasoning, and recording the final decision before action.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

This is druide67/college-of-ai-rchitects's own configuration. It tells Claude Code how to work on college-of-ai-rchitects 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 college-of-ai-rchitects configures →

Reuse

Borrowing it

Nothing to install: this file belongs to druide67/college-of-ai-rchitects. 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/druide67/college-of-ai-rchitects/main/.claude/skills/prism/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/druide67/college-of-ai-rchitects

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 prism

README.md
[![agentmods](https://agentmods.dev/badge/skills/druide67/college-of-ai-rchitects/prism/github.svg)](https://agentmods.dev/skills/druide67/college-of-ai-rchitects/prism)
Your own site
<a href="https://agentmods.dev/skills/druide67/college-of-ai-rchitects/prism"><img src="https://agentmods.dev/badge/skills/druide67/college-of-ai-rchitects/prism/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 prism

Your own site · 80×15
<a href="https://agentmods.dev/skills/druide67/college-of-ai-rchitects/prism"><img src="https://agentmods.dev/badge/skills/druide67/college-of-ai-rchitects/prism.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 416 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.00062 $0.00416
Opus 5 $0.00031 $0.00208
Sonnet 5 $0.00012 $0.00083
Haiku 4.5 $0.00006 $0.00042

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

Security

Grade A, and why

prism 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/prism/SKILL.md · 22 lines

What it actually says

PRISM skill — Claude Code wrapper

This is a thin wrapper around the universal execution contract PRISM-skill.md at the repo root.

How to use this skill

  1. Read PRISM-skill.md at the repo root. That file is your runtime — state machine, Self-Correction Token, Refraction Package format, the seven /prism sub-commands, the Golden Rules.
  2. Read PRISM.md once at the start of any new session for the underlying methodology (the what and the why).
  3. Operate exactly as PRISM-skill.md prescribes: persist state to PRISM-SESSION.md, prepend the Self-Correction Token to every reply, never act without an explicit GO.

Why this wrapper is minimal

The substance of PRISM lives in PRISM-skill.md so it can be consumed identically by Cursor, ChatGPT, Gemini, Grok, or any LLM the user pastes it into. Duplicating the logic here would create drift. This wrapper exists only to make the skill discoverable through Claude Code's skill system.

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 · 22 lines · 62 tokens per session scan A 2d8f8bfc52e1

Subscribe to this mod's changes

prism is a skill published in the GitHub repository druide67/college-of-ai-rchitects (2 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 416 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

air-blackbox-sales-agent

AIR Blackbox's autonomous sales prospecting agent. Finds Python AI projects on GitHub that need EU AI Act compliance, identifies the right person to contact (CEO, CTO, lead maintainer), runs a free compliance scan, and drafts personalized outreach emails that convert to engagement. The sales flow: free scan as the…

airblackbox/airblackbox · 248 tokens

interpret-results

Interprets AIR Blackbox scan results and maps findings to specific EU AI Act articles, recitals, and remediation steps. Use when the user has scan output and wants to understand what to fix, why it matters, or how to prioritize.

airblackbox/airblackbox · 49 tokens

compliance-scan

Scans a Python AI project for EU AI Act compliance gaps using AIR Blackbox. Use when the user asks to check compliance, scan their code, audit their AI project, or mentions EU AI Act, Articles 9-15, or compliance checking.

airblackbox/airblackbox · 51 tokens

nio-external-score

Nio external scoring-endpoint snapshot. Use when the user asks about their current Nio/risk scores from configured external scoring endpoints — e.g. "what's my Nio score", "tell me the nio score", "check my external/guardrail endpoint scores", "what do my scoring services return right now", "list the current risk…

core0-io/nio · 97 tokens

nio-scan

Nio code/skill execution-risk scanner. Use when the user wants to scan a file, repo, directory, or skill for execution risks — e.g. "scan this code for risks", "is this file/plugin dangerous", "check this repo for malicious code", "run nio scan on ". Focused single-purpose skill; for other Nio operations use /nio.

core0-io/nio · 81 tokens

gh

GitHub API access and project management automation for the hallucination-detector repo. Uses octokit with proxy-aware client for all GitHub operations — issues, PRs, labels, milestones, Projects V2. No gh CLI required.

bitflight-devops/hallucination-detector · 49 tokens