hatchery-papers

hatchery-papers is a skill for Claude Code from plurigrid/asi. It costs 33 tokens per session (1,453 once invoked), scanned A, original, MIT.

A reference guide for Chicken Scheme libraries and academic papers about colour logic, coloured operads, and type theory. It lists libraries for data structures, random numbers, graphics, and mathematics.

In plain words
What is it for?
Choosing Chicken Scheme eggs and reading papers for mathematical, graphics, or colour-related projects.
Why use it?
It gives developers a starting point for finding relevant Scheme packages and research material. It does not describe an automated implementation feature.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the topos-skills plugin — 29 skills shipped together

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.

agentmods
npx agentmods add skills/plurigrid/asi/hatchery-papers
Any agent
npx skills add plurigrid/asi --skill hatchery-papers
Clone the repo
git clone --depth 1 https://github.com/plurigrid/asi

Made for: Claude Code.

Or install topos-skills, the plugin that ships this one along with the rest of its 29 skills.

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 hatchery-papers

README.md
[![agentmods](https://agentmods.dev/badge/skills/plurigrid/asi/hatchery-papers.svg)](https://agentmods.dev/skills/plurigrid/asi/hatchery-papers)
Your own site
<a href="https://agentmods.dev/skills/plurigrid/asi/hatchery-papers"><img src="https://agentmods.dev/badge/skills/plurigrid/asi/hatchery-papers.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,453 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00033 $0.01453
Opus 5 $0.00016 $0.00727
Sonnet 5 $0.00007 $0.00291
Haiku 4.5 $0.00003 $0.00145

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

Security

Grade A, and why

hatchery-papers 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 4d 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.

ies/music-topos/.claude-marketplaces/topos-skills/plugins/topos-skills/skills/hatchery-papers/SKILL.md · 186 lines

How it starts

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

Hatchery & Papers: Research Resources

Chicken Scheme Hatchery Eggs

Relevant eggs from http://wiki.call-cc.org/ and https://eggs.call-cc.org/:

Core SRFIs (Built-in)

SRFI Name Use
SRFI-1 List library List operations
SRFI-4 Homogeneous vectors Color arrays
SRFI-9 Records Structured data
SRFI-18 Multithreading Parallel color streams
SRFI-27 Random numbers Base RNG
SRFI-69 Hash tables Color caching

SRFI-194: Random Data Generators (Final 2020)

;; From SRFI-194
(import (srfi 194))

;; Custom generator for SplitMixTernary
(define (make-ternary-generator seed)
  (let ((rng (make-splitmix64 seed)))
    (lambda () (splitmix-ternary rng))))

Math Egg

From https://wiki.call-cc.org/eggref/5/math:

  • Random number generation
  • Flonum operations
  • Log-space arithmetic
(import (math base))
(import (math flonum))

Color/Graphics Eggs

Egg Description
colors Color space conversions
cairo Vector graphics
opengl 3D graphics

Academic Papers

Colored Operads

  1. "Theta Theory: operads and coloring" (Marcolli & Larson, 2025)

    • arXiv:2503.06091
    • Colored operad for theta theory
    • Coloring algorithm for syntactic objects
    • Merge operation with color filtering
  2. "On the homotopy theory of equivariant colored operads" (Bonventre & Pereira, 2021)

    • arXiv:2004.01352
    • Model structures on equivariant operads
    • Weak equivalences by families of subgroups
    • Norm map data
  3. "Combinatorial Homotopy Theory for Operads" (Obradović, 2019)

    • arXiv:1906.06260
    • Minimal model of colored operad O
    • Hypergraph polytopes
    • A∞-operad generalization
  4. "Operads: Hopf algebras and coloured Koszul duality" (van der Laan, 2004)

    • Koszul duality for colored operads
    • Hopf algebra structure

2-Dimensional Type Theory / Higher Observational Type Theory

  1. "Higher Observational Type Theory" (Altenkirch, Kaposi, Shulman)

Read the full file on GitHub · 186 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. 4d ago First seen · 186 lines · 33 tokens per session scan A c454731b5b18

Subscribe to this mod's changes

hatchery-papers is a skill published in the GitHub repository plurigrid/asi (62 stars, last pushed 1mo ago), licensed MIT. It adds 33 tokens to every session and 1,453 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-01.

Related

Other skills, from other repositories

html-ppt-zhangzara-pin-and-paper

A field-biology capstone on urban pollinator decline — the survey design, the data, the contribution, and the caveats. Built as a decision-grade coursework defense deck for faculty reviewers.

nexu-io/open-design · 51 tokens

proof-writer

Writes rigorous mathematical proofs for ML/AI theory. Use when asked to prove a theorem, lemma, proposition, or corollary, fill in missing proof steps, formalize a proof sketch, 补全证明, 写证明, 证明某个命题, or determine whether a claimed proof can actually be completed under the stated assumptions.

wanshuiyin/Auto-claude-code-research-in-sleep · 73 tokens

tooluniverse-organic-chemistry

Organic chemistry reasoning guide for reaction product prediction, mechanism analysis (electrophilic/nucleophilic substitution, addition, elimination, pericyclic, radical), and spectroscopy interpretation (1H/13C NMR, IR, MS). Reasons from first principles (electron flow, kinetic vs thermodynamic) rather than…

mims-harvard/ToolUniverse · 86 tokens

scaffold-exercises

Scaffold a graded problem set with sections, problems, worked solutions, and short "why this matters" explainers across analytical, empirical, and coding types. Use when user says "make a problem set on X", "scaffold exercises for this lecture", "create practice problems", "generate homework with a solution key"…

pedrohcgs/claude-code-my-workflow · 101 tokens

edu-chem-reaction

把一个化学反应做成自包含的微观 3D 交互演示网页:左/上为 Three.js 可交互分子动画 (拖滑块看断键·成键·原子重组,分步高亮),右为 KaTeX 反应方程 + 分步讲解 + 原子守恒计数 + 可选能量-反应进程曲线。支持三入口——给定文字反应/方程、随机出题、上传图片识别后演示。 覆盖燃烧、化合/分解/置换/复分解、氧化还原(电子转移可视化)、有机机理(酯化等含催化剂·过渡态)。 统一由 sympy 精确驱动:自动配平方程、校验原子守恒与原子映射、推导键的断/成,答案与几何同源一致。 内置两套引擎并自动选择:morph(原子变形,展示原子守恒)与 mechanism(机理关键帧,展示催化/过渡态)。 混合几何:默认自建…

wy51ai/edulab · 495 tokens

edu-solid-geometry

把一道立体几何题解成一个自包含的交互教学网页:左侧 MathJax 分步解析, 右侧 Three.js 可交互 3D 模型(分步高亮 + 镜头切换)。支持三种入口——给定文字题目、 随机出题、上传题目图片识别后解题。覆盖正方体/长方体、棱锥/棱柱、圆柱/圆锥上的线面角、 二面角、异面直线夹角、点到平面距离、体积等题型,统一用"建系+向量法",并由 sympy 精确 计算驱动(答案、3D 坐标、步骤数值同源一致)。其他 agent 也可调用本技能生成此类网页。 触发词:立体几何, 线面角, 二面角, 异面直线, 点到平面距离, 正四棱锥, 正方体求角, 解这道几何题, 随机出一道立体几何题, 这张图里的立体几何题; solid…

wy51ai/edulab · 283 tokens