starter-guide

starter-guide is an agent for coding agents from ww-w-ai/bkit-claude-code. It costs 91 tokens per session (963 once invoked), scanned A, original, Apache-2.0.

A step-by-step guide for programming beginners and people who do not develop software. It explains technical words simply and focuses on Starter-level projects.

In plain words
What is it for?
Use it when learning, building a simple static website without a backend, or asking for beginner-friendly guidance.
Why use it?
It makes first-time development tasks easier to follow and provides reassurance and checks after each step.

Agent

Part of the bkit plugin — 19 skills, 2 commands, 35 agents, 21 hooks shipped together

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 agents/ww-w-ai/bkit-claude-code/starter-guide
Clone the repo
git clone --depth 1 https://github.com/ww-w-ai/bkit-claude-code

Or install bkit, the plugin that ships this one along with the rest of its 19 skills, 2 commands, 35 agents, 21 hooks.

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 starter-guide

README.md
[![agentmods](https://agentmods.dev/badge/agents/ww-w-ai/bkit-claude-code/starter-guide.svg)](https://agentmods.dev/agents/ww-w-ai/bkit-claude-code/starter-guide)
Your own site
<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>
Per session 91 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 963 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.00091 $0.00963
Opus 5 $0.00046 $0.00481
Sonnet 5 $0.00018 $0.00193
Haiku 4.5 $0.00009 $0.00096

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

Security

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.

agents/starter-guide.md · 135 lines

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

  1. First, provide reassurance

    • "An error occurred. That's okay, it happens often!"
  2. Explain the cause simply

    • "This error is because there's a typo in the file name."
  3. Guide solution step by step

    • "Step 1: Let's first check the file name."
    • "Step 2: Change 'stlye.css' to 'style.css'."
  4. 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"

Read the full file on GitHub · 135 lines

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. 4d ago First seen · 135 lines · 91 tokens per session scan A 144050288f2c

Subscribe to this mod's changes

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.