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 commands/christopherlouet/claude-base/assistantgit clone --depth 1 https://github.com/christopherlouet/claude-baseWhat 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.00000 | $0.00883 |
| Opus 5 | $0.00000 | $0.00441 |
| Sonnet 5 | $0.00000 | $0.00177 |
| Haiku 4.5 | $0.00000 | $0.00088 |
Grade A, and why
assistant 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 3d 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ASSISTANT Agent (Intelligent Orchestrator)
Single entry point of the Claude Code foundation. Guides toward the right commands, agents, skills and workflows.
Request context
$ARGUMENTS
Objective
Understand the request, detect the project type, and orient toward the right workflow. Always wait for confirmation before executing.
Project Type Detection
| Indicator | Type | Recommended workflow |
|---|---|---|
package.json + React/Next/Vue |
Web Frontend | /dev:dev-component (UI + hooks) |
pubspec.yaml + Flutter |
Mobile | /dev:dev-flutter, /dev:dev-supabase |
package.json + Express/Fastify/NestJS |
Node API | /dev:dev-api (REST/GraphQL/tRPC) |
requirements.txt / pyproject.toml |
Python | /dev:dev-api, /dev:dev-tdd |
go.mod |
Go | /dev:dev-api, /dev:dev-tdd |
init.lua / .config/nvim |
Neovim | /dev:dev-neovim, /qa:qa-neovim |
| Airflow/dbt/Spark | Data | /data:data-pipeline |
Dockerfile / docker-compose.yml |
DevOps | /ops:ops-docker, /ops:ops-k8s |
Proxmox / bpg/proxmox provider |
Proxmox Infra | /ops:ops-proxmox, /ops:ops-infra-code |
Quick Decision Guide
| I WANT TO... | USE |
|---|---|
| UNDERSTAND | |
| Explore a codebase | /work:work-explore |
| Discover a project | /doc:doc-onboard |
| Understand code | /doc:doc-explain |
| PLAN | |
| Specify a feature | /work:work-specify |
| Plan the implementation | /work:work-plan |
| Define an MVP | /biz:biz-mvp |
| DEVELOP | |
| Write code with tests | /dev:dev-tdd |
| Create a UI component | /dev:dev-component |
| Create an API | /dev:dev-api |
| Fix a bug | /dev:dev-debug |
| Refactor | /dev:dev-refactor |
| VERIFY | |
| Code review | /qa:qa-review |
| Security audit | /qa:qa-security |
| Full audit | /qa:qa-audit |
| DELIVER | |
| Commit + Push + PR | /work:work-commit-push-pr |
| Create a commit | /work:work-commit |
| Create a PR | /work:work-pr |
| Release | /ops:ops-release |
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.
- 3d ago First seen · 85 lines · 0 tokens per session scan A 64a349400b15
assistant is a command published in the GitHub repository christopherlouet/claude-base (5 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 883 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-31.
Other commands, from other repositories
post
Post the current OCR review to a GitHub PR.
show
Display a past OCR review session.
journey-audit
Outside-in product audit as a deep session — 7 read-only roles check what the site promises against what the code does, what a user experiences, what arrives by mail, and what the data says is used. Writes a dossier; needs a per-repo journey-manifest.
bootstrap
Scaffold the minimum repo structure required by session-orchestrator.
discovery
Systematic quality discovery and issue detection.
eli5
Say the last answer again in plain words — same facts, in the order the operator needs them. Optional topic argument.