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 skills/jeromwolf/templateclaw/templateclaw-setupnpx skills add jeromwolf/templateclaw --skill templateclaw-setupgit clone --depth 1 https://github.com/jeromwolf/templateclawWhat 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.00041 | $0.00775 |
| Opus 5 | $0.00020 | $0.00387 |
| Sonnet 5 | $0.00008 | $0.00155 |
| Haiku 4.5 | $0.00004 | $0.00077 |
Grade A, and why
templateclaw-setup 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TemplateClaw — Project Setup Generator
Generate production-quality project setup files following 2026 best practices.
When Invoked
- If argument provided (e.g.,
/templateclaw-setup readme), generate that file - If "all", generate all setup files for the current project
- If no argument, detect the project type from existing files and suggest what's missing
Available Setup Files
README.md
Structure:
# Project Name
> One-line description
[Badges: CI, coverage, license, version]
[Screenshot/GIF placeholder]
## What it does
[2-3 sentences]
## Quick Start
[One-liner install + run]
## Features
[Bulleted list]
## Architecture
[Brief diagram or description]
## Development
[Setup, test, lint commands]
## Contributing
[Link to CONTRIBUTING.md]
## License
[MIT/Apache/etc.]
Adapt to project: Detect language from package.json/pyproject.toml/Cargo.toml and use appropriate commands.
CLAUDE.md (AI Agent Instructions)
Structure:
# Project Guide for AI Agents
## Project Overview
[What this project does, tech stack]
## Architecture
[Directory structure, key modules, data flow]
## Development Rules
[Coding conventions, naming, patterns]
## Testing
[How to run tests, coverage expectations]
## Common Tasks
[Frequent operations with exact commands]
## Do's and Don'ts
[Explicit rules for the AI agent]
Key principle: CLAUDE.md is for AI agents working on the project. Include concrete commands, file paths, and rules — not prose.
AGENTS.md (Multi-Agent Documentation)
Structure:
# Agent Hierarchy
## Primary Agent
- Role, capabilities, tools
## Specialist Agents
- Per-domain agent definitions
## Coordination
- How agents communicate
- Task delegation rules
## Boundaries
- What each agent can/cannot modify
.env Template (.env.example)
- Group by service (DB, API, Auth, etc.)
- Include descriptions as comments
- Use placeholder values (never real secrets)
- Reference to secrets manager if applicable
# === Database ===
DATABASE_URL=postgresql://user:password@localhost:5432/mydb
DATABASE_POOL_SIZE=10 # Max concurrent connections
# === Authentication ===
JWT_SECRET=your-secret-here # Generate: openssl rand -hex 32
JWT_EXPIRY=24h
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 · 135 lines · 41 tokens per session scan A 5ab12b66388e
templateclaw-setup is a skill published in the GitHub repository jeromwolf/templateclaw (2 stars, last pushed 5mo ago), licensed MIT. It adds 41 tokens to every session and 775 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.
Other skills, from other repositories
link-ticket-to-session
Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…
modern-frontend-design
How to design and build modern, premium-quality frontend interfaces that look like high-end SaaS products, modern AI tools, and award-winning design websites — not generic templates. Use this skill whenever the user asks to build a frontend, create a landing page, design a dashboard, scaffold a web app UI, build a…
frontend-design
Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Focuses on creative direction and memorable design choices.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…