assistant

A single starting point that examines a project and directs a request to the relevant coding commands, agents, skills, or workflows.

In plain words
What is it for?
It helps identify projects such as web apps, mobile apps, APIs, data systems, Neovim setups, and infrastructure, then recommends the corresponding workflow and waits for confirmation before execution.
Why use it?
It helps people choose the right development process when they are unsure which project tools or commands apply.

Command 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 commands/christopherlouet/claude-base/assistant
Clone the repo
git clone --depth 1 https://github.com/christopherlouet/claude-base

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 883 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.00883
Opus 5 $0.00000 $0.00441
Sonnet 5 $0.00000 $0.00177
Haiku 4.5 $0.00000 $0.00088

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

Security

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.

.claude/commands/assistant.md · 85 lines

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

Read the full file on GitHub · 85 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. 3d ago First seen · 85 lines · 0 tokens per session scan A 64a349400b15

Subscribe to this mod's changes

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.