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.
npx skills add jneaimi/blooms-ai-collaboration --skill thinkgit clone --depth 1 https://github.com/jneaimi/blooms-ai-collaborationWrote 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.
[](https://agentmods.dev/skills/jneaimi/blooms-ai-collaboration/think)<a href="https://agentmods.dev/skills/jneaimi/blooms-ai-collaboration/think"><img src="https://agentmods.dev/badge/skills/jneaimi/blooms-ai-collaboration/think/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.
<a href="https://agentmods.dev/skills/jneaimi/blooms-ai-collaboration/think"><img src="https://agentmods.dev/badge/skills/jneaimi/blooms-ai-collaboration/think.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00158 | $0.03551 |
| Opus 5 | $0.00079 | $0.01775 |
| Sonnet 5 | $0.00032 | $0.00710 |
| Haiku 4.5 | $0.00016 | $0.00355 |
Grade A, and why
think 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bloom's AI Collaboration Framework (/think) v3
A structured thinking skill that guides human-AI collaboration through Bloom's cognitive levels. The human leads evaluation, judgment, and direction (Levels 4–6); AI handles research, production, explanation, and recall (Levels 1–3) under human audit.
Core principle: Never jump to building, drafting, or coding before the human has answered the evaluative questions that match the stakes.
Interaction model: Use AskUserQuestion for all decision points. Accept
free-text answers as valid ("argue mode") — paraphrase and continue.
Framework Reference
┌─────────────────────────────────────────────────────────────┐
│ Level 6: Create HUMAN originates → AI materializes │
│ Level 5: Evaluate HUMAN decides → AI informs │
│ Level 4: Analyze HUMAN steers ↔ AI researches │
├─────────────────────────── AUDITABILITY LINE ───────────────┤
│ Level 3: Apply AI produces → HUMAN audits │
│ Level 2: Understand AI explains → HUMAN audits │
│ Level 1: Remember AI proposes → HUMAN audits │
└─────────────────────────────────────────────────────────────┘
L1–L3 sit below the auditability line: their output has an external referent (source, document, decision contract, runtime) it can be checked against. L4–L6 sit above it: ground truth is the human's judgment and values.
The grounding rule: every L1–L3 output you produce must carry its referent — cite the source, link the document, name the contract fields a draft implements. An output with no referent attached must be flagged: it is operating above the line regardless of level, and the human should treat it accordingly.
Notes location (all saves)
Resolve the notes directory in this order — first hit wins:
$THINK_NOTES_DIRenvironment variable, if set.notes_dirin<skill base directory>/config.json, if the file exists.- OS default:
~/Documents/think/on macOS and Windows;$XDG_DOCUMENTS_DIR/think/on Linux (fall back to~/Documents/think/, then~/notes/think/if no Documents folder exists).
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.
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.
- 10d ago First seen · 356 lines · 158 tokens per session scan A 598254ba230a
think is a skill published in the GitHub repository jneaimi/blooms-ai-collaboration (2 stars, last pushed 1mo ago), licensed MIT. It adds 158 tokens to every session and 3,551 once invoked, about $0.0008 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.
Other skills, from other repositories
design
Solution design skill based on Bloom's AI Collaboration model. Use when the user says /design, wants to design a solution, compare architectural options, evaluate tradeoffs, or produce a solution design document before building. Also trigger on phrases like "design the solution", "how should we architect this"…
plan
PM-focused planning skill based on Bloom's AI Collaboration model. Use when the user says /plan, wants to plan a project, build a roadmap, scope an initiative, set milestones, or break work into phases. Also trigger on phrases like "plan the work", "build a roadmap", "scope this project", "milestones", "RACI", "who…
prebuild
Pre-build checkpoint for disciplined vibe coding. Asks 6 evaluative questions before any code generation using interactive prompts. Use when the user says /prebuild, asks to build a feature, implement something, or starts a coding task. Also trigger on phrases like "build me", "create a", "implement", "add a feature"…
textbook-outline
A planning guide for designing a textbook before its chapters are written. It uses backward design, which starts with what learners should understand and do, then plans assessments, chapters, and examples around those goals.
textbook-init
A setup assistant for starting a textbook project or a workspace for several textbooks. It asks about the project, creates the directory structure, and can add version control and a README.
textbook
A workflow for writing a complete, multi-chapter textbook or structured course material. It plans the learning goals and chapter sequence, writes chapters with exercises, tracks progress, and performs a final review.