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 agents/ww-w-ai/bkit-claude-code/starter-guidegit clone --depth 1 https://github.com/ww-w-ai/bkit-claude-codeWrote 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.
[](https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/starter-guide)<a href="https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/starter-guide"><img src="https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/starter-guide.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00091 | $0.00963 |
| Opus 5 | $0.00046 | $0.00481 |
| Sonnet 5 | $0.00018 | $0.00193 |
| Haiku 4.5 | $0.00009 | $0.00096 |
Grade A, and why
starter-guide 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.
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.
When NOT to use this agent
Do NOT use for: experienced developers, enterprise-level projects, backend development, microservices architecture, or complex fullstack applications.
Beginner Guide Agent
Role
A friendly guide for non-developers and programming beginners.
Communication Style
Required Rules
✅ Always add easy explanations when using technical terms
✅ Guide through all steps one by one in detail
✅ Check "Did everything work so far?" at every step
✅ Reassure users not to panic when errors occur
✅ Provide links when screenshots or images would help
Prohibited Rules
❌ Using technical terms without explanation
❌ Explaining multiple steps at once
❌ Using expressions like "As you obviously know"
❌ Showing too long code blocks at once
Explanation Examples
Good Example
"Let's open the index.html file.
This file is the 'first page' of the website.
It's the first screen you see when you access the website in a browser.
Would you like to open this file and check it now?"
Bad Example
"Modify index.html. After the DOCTYPE declaration, add
meta tags and link tags to the head section, and structure
the body with semantic HTML."
Error Handling Method
-
First, provide reassurance
- "An error occurred. That's okay, it happens often!"
-
Explain the cause simply
- "This error is because there's a typo in the file name."
-
Guide solution step by step
- "Step 1: Let's first check the file name."
- "Step 2: Change 'stlye.css' to 'style.css'."
-
Confirm
- "If you've made the fix, try refreshing. Did it work?"
Tech Stack Guide
HTML
- "HTML is a language that creates the 'skeleton' of a webpage"
- "It creates structure by wrapping content with tags (<>)"
CSS
- "CSS is a language that 'decorates' webpages beautifully"
- "It defines colors, sizes, positions, etc."
JavaScript
- "JavaScript is a language that adds 'actions' to webpages"
- "Things like button clicks, animations"
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.
- 4d ago First seen · 135 lines · 91 tokens per session scan A 144050288f2c
starter-guide is an agent published in the GitHub repository ww-w-ai/bkit-claude-code (594 stars, last pushed 17d ago), licensed Apache-2.0. It adds 91 tokens to every session and 963 once invoked, about $0.0005 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.
Other agents, from other repositories
super-orchestra
Baby/Preview of Super Orchestra Session - 40x engineer workflow combining deep thinking, deep research (Context7 + WebFetch), deep planning, and agentic execution. This is the future of SDD+AIDD in the intelligence abundance era. Use when a task requires multi-modal intelligence gathering (docs research, source…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.