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 agentmods add instructions/crypticsaiyan/githubwrapped/claude-mdgit clone --depth 1 https://github.com/crypticsaiyan/githubwrappedWhat 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 | $0.00531 | $0.00531 |
| Opus 5 | $0.00266 | $0.00266 |
| Sonnet 5 | $0.00106 | $0.00106 |
| Haiku 4.5 | $0.00053 | $0.00053 |
Grade A, and why
githubwrapped CLAUDE.md 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 yesterday.
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 โ 64 lines โ stays where its author put it; the contents beside it link to each section on GitHub.
Motia Project Guide for Claude Code & Claude AI
This project uses Motia - a framework for building event-driven, type-safe backend systems.
๐ Important: Read the Comprehensive Guides
This project has detailed development guides in .cursor/rules/ directory. These markdown files (.mdc) contain complete patterns, examples, and type definitions.
Before writing any Motia code, read the relevant guides from .cursor/rules/
For Claude Code Users
A pre-configured subagent is ready!
The motia-developer subagent in .claude/agents/ automatically references all 11 cursor rules when coding.
Use it: /agents โ select motia-developer
Learn more: Claude Code Subagents Docs
For Claude AI Assistant (Chat)
Explicitly reference cursor rules in your prompts:
Read .cursor/rules/motia/api-steps.mdc and create an API endpoint
for user registration following the patterns shown.
Available Guides (11 Comprehensive Files)
All guides in .cursor/rules/ with TypeScript, JavaScript, and Python examples:
Configuration (.cursor/rules/motia/):
motia-config.mdc- Essential project setup, package.json requirements, plugin naming
Step Types (.cursor/rules/motia/):
api-steps.mdc,event-steps.mdc,cron-steps.mdc
Features (.cursor/rules/motia/):
state-management.mdc,middlewares.mdc,realtime-streaming.mdcvirtual-steps.mdc,ui-steps.mdc
Architecture (.cursor/architecture/):
architecture.mdc,error-handling.mdc
Quick Reference
See AGENTS.md in this directory for a quick overview and links to specific guides.
Important: Motia discovers steps from both /src and /steps folders. Modern projects use /src for a familiar structure.
Key Commands
npm run dev # Start development server (with hot reload)
npm run start # Start production server (without hot reload)
npx motia generate-types # Regenerate TypeScript types
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.
- yesterday First seen ยท 64 lines ยท 531 tokens per session scan A abb8050a4272
githubwrapped CLAUDE.md is an instructions file published in the GitHub repository crypticsaiyan/githubwrapped (5 stars, last pushed 8mo ago), licensed MIT. It adds 531 tokens to every session, about $0.0027 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 instructions, from other repositories
github-mcp-server copilot-instructions.md
Instructions for github/github-mcp-server, covering github mcp server - copilot instructions, project overview, critical build & validation steps, required commands (run before committing) and when modifying mcp tools/endpoints.
ui-components AGENTS.md
Instructions for starc007/ui-components, covering beui v2 โ agent guide, commands, layout, component catalog and components (motion category โ primitives).
core AGENTS.md
Instructions for ReactUnity/core, covering release workflow, write changelog files, example, fix button hover state and package references.
av CLAUDE.md
Instructions for aviator-co/av, covering claude.md, project overview, documentation sources, command structure philosophy and development workflow.
claudecodeui AGENTS.md
AGENTS.md instructions for siteboon/claudecodeui, covering repository guidance and backend code.
ghtkn AGENTS.md
Instructions for suzuki-shunsuke/ghtkn, a project described as: A CLI to create short-lived (8 hours) GitHub App User Access Token for secure local development.