registry

A skill for viewing Genesis’s project registry. The registry is a record of projects that have been created, including their paths, technologies, dates, and descriptions.

In plain words
What is it for?
Use it to list all registered projects or filter them by name, technology, or creation date.
Why use it?
It gives a single place to see which projects exist and where they are stored instead of searching for them manually.

Skill for Claude CodeCodex

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/xeeva/genesis/registry
Any agent
npx skills add xeeva/Genesis --skill registry
Clone the repo
git clone --depth 1 https://github.com/xeeva/Genesis

Made for: Claude Code, Codex.

Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 244 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 $0.00033 $0.00244
Opus 5 $0.00016 $0.00122
Sonnet 5 $0.00007 $0.00049
Haiku 4.5 $0.00003 $0.00024

Measured 2d ago against content hash 7c50a3ca66d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

registry 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 2d 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/registry/SKILL.md · 31 lines

What it actually says

Project Registry

Display the registry of all projects bootstrapped by Genesis.

Steps

  1. Read ~/.claude/projects/-home-xeeva-claude-genesis/memory/project-registry.md
  2. Display the registry table to the user
  3. If the user asks to filter (by stack, date, or name), apply the filter and show matching entries

Output Format

Display as a formatted table:

| Project | Path | Stack | Created | Description |
|---------|------|-------|---------|-------------|
| ...     | ...  | ...   | ...     | ...         |

If the registry is empty, say: "No projects have been created yet. Use /genesis to create your first project."

If the registry file doesn't exist, say: "The project registry hasn't been initialised yet. It will be created when you scaffold your first project."

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. 2d ago First seen · 31 lines · 33 tokens per session scan A 7c50a3ca66d1

Subscribe to this mod's changes

registry is a skill published in the GitHub repository xeeva/Genesis (17 stars, last pushed 5mo ago), licensed MIT. It adds 33 tokens to every session and 244 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-08-30.

Related

Other skills, from other repositories

knowledge-base

Create and maintain a Markdown knowledge base that any AI agent can read, search, and update. Use when the user wants to start a knowledge base, add or update notes, organize docs/notes for an agent or LLM to consume, build an index of notes, or run a cleanup/maintenance pass on an existing MD knowledge base. Triggers…

wonderwhy-er/DesktopCommanderMCP · 112 tokens

code-review

Use when code has been written and needs validation before committing, or when the user asks for a code review or security check.

darrenhinde/OpenAgentsControl · 28 tokens

test-generation

Use when the user asks for tests, mentions TDD, or when new code has been written and needs test coverage.

darrenhinde/OpenAgentsControl · 27 tokens

scientific-schematics

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.1 Pro Preview for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways…

xintaofei/codeg · 68 tokens

statistical-power

Sample-size and statistical power calculations for planning studies. Use whenever someone asks "how many subjects/samples/replicates do I need", wants an a priori power analysis, a minimum detectable effect (MDE), a power curve, or needs to justify a sample size for a grant, IRB protocol, or pre-registration. Covers…

xintaofei/codeg · 190 tokens

build-teaql-app

Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…

teaql/teaql-agent-kit · 112 tokens