Chimeraforge: Skill for Claude Code

.claude/skills/verify/SKILL.md

verify is a skill for Claude Code from Sahil170595/Chimeraforge. It costs 42 tokens per session (241 once invoked), scanned A, original, MIT.

A verification checklist for the Chimeraforge project. It runs the project's tests and code-quality checks, and distinguishes automated results from checks that require viewing a deployed scene.

In plain words
What is it for?
Use it before claiming a Chimeraforge change is complete or committing it, including checks for tests, linting, formatting, and rendered scenes.
Why use it?
It prevents incomplete or failing work from being reported as finished and makes skipped or unverified areas explicit.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Sahil170595/Chimeraforge's own configuration. It tells Claude Code how to work on Chimeraforge 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 Chimeraforge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Sahil170595/Chimeraforge. 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/Sahil170595/Chimeraforge/main/.claude/skills/verify/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Sahil170595/Chimeraforge

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 verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/sahil170595/chimeraforge/verify.svg)](https://agentmods.dev/skills/sahil170595/chimeraforge/verify)
Your own site
<a href="https://agentmods.dev/skills/sahil170595/chimeraforge/verify"><img src="https://agentmods.dev/badge/skills/sahil170595/chimeraforge/verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 241 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.00042 $0.00241
Opus 5 $0.00021 $0.00120
Sonnet 5 $0.00008 $0.00048
Haiku 4.5 $0.00004 $0.00024

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

Security

Grade A, and why

verify 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 7d 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/verify/SKILL.md · 19 lines

What it actually says

Verify — Chimeraforge

Honesty rules: paste actual command output (not a summary), fix failures, re-run until green, and state explicitly anything you could NOT verify (live-stack-only paths, GPU-gated paths). A skipped step is reported as skipped, never implied as passing.

Gate

  1. python -m pytest (CLI + capacity planner tests).
  2. ruff check src/chimeraforge/ and ruff format --check src/chimeraforge/. That scope is deliberate and matches CI. Widening it to src/ drags in the legacy src/python/banterhearts tree, which is not gated and is not clean.
  3. Scene work: main autodeploys to chimeraforge.vercel.app — WIP scenes go on a branch, and static gates passing does NOT prove visual correctness; check the rendered scene.
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. 7d ago First seen · 19 lines · 42 tokens per session scan A 5619a918109b

Subscribe to this mod's changes

verify is a skill published in the GitHub repository Sahil170595/Chimeraforge (2 stars, last pushed 2d ago), licensed MIT. It adds 42 tokens to every session and 241 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-31.

Related

Other skills, from other repositories

llm-integration

LLM integration patterns for function calling, streaming responses, local inference with Ollama, and fine-tuning customization. Use when implementing tool use, SSE streaming, local model deployment, LoRA/QLoRA fine-tuning, or multi-provider LLM APIs.

yonatangross/orchestkit · 58 tokens

testing-perf

Performance and load testing patterns — k6 load tests, Locust stress tests, pytest execution optimization (xdist parallel, plugins), test type classification, and performance benchmarking. Use when writing load tests, optimizing test execution speed, or setting up pytest infrastructure.

yonatangross/orchestkit · 55 tokens

rust-engineer

Acquire expert Rust developer specialisation in rust systems programming, memory safety, and zero-cost abstractions. Masters ownership patterns, async programming, and performance optimisation for mission-critical applications.

sammcj/agentic-coding · 39 tokens

database

Query and manage SQLite, PostgreSQL, and MySQL databases from the command line. Use when the user asks to run SQL queries, inspect database schemas, create or alter tables, import or export data, manage indexes, analyze query performance with EXPLAIN, back up or restore databases, or perform CRUD operations via…

bug-ops/zeph · 76 tokens

github

GitHub CLI (gh) for repository management, issues, pull requests, releases, workflows, search, gists, and API access. Use when the user asks about any GitHub operation — creating repos, forking, cloning, PR workflows, issue triage, CI/CD runs, code search, release management, or direct API calls. Keywords: github, gh…

bug-ops/zeph · 104 tokens

qdrant

Manage Qdrant vector database via REST API. Use when the user asks to create or delete collections, upsert or search vectors, inspect points, filter by payload fields, manage snapshots, check cluster status, or debug semantic search issues. Covers collection CRUD, point upsert/search/scroll/count, payload indexes…

bug-ops/zeph · 88 tokens