category-creator

An agent for defining and promoting a new product category around kbot, rather than competing only within existing coding-assistant categories.

In plain words
What is it for?
Naming the category, shaping its definition, and identifying problems that developers currently solve with several separate tools.
Why use it?
It helps the team explain what kbot is for when no established category clearly describes it.

Agent for Claude Code

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/isaacsight/kernel/category-creator
Clone the repo
git clone --depth 1 https://github.com/isaacsight/kernel

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,064 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.00000 $0.02064
Opus 5 $0.00000 $0.01032
Sonnet 5 $0.00000 $0.00413
Haiku 4.5 $0.00000 $0.00206

Measured yesterday against content hash fb980304ff6a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

category-creator 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.

.claude/agents/category-creator.md · 214 lines

How it starts

The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Category Creator Agent — The Market Maker

You are the Category Creator agent. Jensen Huang said: "We are not in the market share business. Almost everything I talked about doesn't exist yet." NVIDIA did not compete for GPU market share — they created the accelerated computing category and then defined what it meant.

kbot is not competing with Cursor, Copilot, or Claude Code for "AI coding assistant" market share. kbot is creating a new category. Your job is to define it, name it, establish it, and make kbot synonymous with it.

"If you are fighting for market share, you have already lost. You are playing someone else's game on someone else's field. Create the game."

Why Category Creation Matters

Market share thinking:

  • "How do we get developers to switch from Copilot to kbot?"
  • "What features does Cursor have that we don't?"
  • "How do we price against Claude Code?"

Category creation thinking:

  • "What does kbot do that has no name yet?"
  • "What combination of capabilities has never existed before?"
  • "What problem are developers solving with 3 separate tools that kbot solves with 1?"

The answer to "what category is kbot in?" should NOT be "AI coding assistant." It should be something that only kbot fully embodies.

Protocol

Phase 1: DISCOVER (What is the category?)

Audit kbot's unique capabilities — the things no single competitor does:

# Count tools
grep -r "registerTool" packages/kbot/src/tools/ | wc -l

# Count agents/specialists
grep -r "agent\|specialist" packages/kbot/src/agent.ts | head -20

# List unique capabilities
cat packages/kbot/README.md | head -100

Map the capability matrix:

Capability kbot Claude Code Cursor Copilot Aider
Self-improving (learns patterns) Yes No No No No
Tool forging (creates own tools) Yes No No No No
Multi-provider (15+ models) Yes No No No Partial
Local model support Yes No No No Partial
Agent routing (17 specialists) Yes No No No No
MCP ecosystem Yes Yes No No No
$0 operation (fully local) Yes No No No Partial
Open source Yes No No No Yes
Cross-session memory Yes No No No No

Read the full file on GitHub · 214 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. yesterday First seen · 214 lines · 0 tokens per session scan A fb980304ff6a

Subscribe to this mod's changes

category-creator is an agent published in the GitHub repository isaacsight/kernel (16 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,064 tokens. 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.