afc:consult

afc:consult is a skill for Claude Code from jhlee0409/all-for-claudecode. It costs 23 tokens per session (1,418 once invoked), scanned A, original, MIT.

A consultation workflow that gives project-specific advice from a chosen area, such as backend development, infrastructure, product management, design, marketing, legal matters, or security. Each area keeps memory of the project’s earlier decisions.

In plain words
What is it for?
Getting guidance on server logic, infrastructure, product choices, design, marketing, legal questions, security, or general technical decisions.
Why use it?
It provides a structured way to think through questions when the needed perspective is outside your immediate role. You can request a brief or deep consultation, or let the tool choose the area.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: model in frontmatter; mentions subagents.

Part of the afc plugin — 29 skills, 12 agents, 19 hooks shipped together

Good fit Getting guidance on server logic, infrastructure, product choices, design, marketing, legal questions, security, or general technical decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jhlee0409/all-for-claudecode/consult
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.

Any agent
npx skills add jhlee0409/all-for-claudecode --skill consult
Clone the repo
git clone --depth 1 https://github.com/jhlee0409/all-for-claudecode

Made for: Claude Code.

Or install afc, the plugin that ships this one along with the rest of its 29 skills, 12 agents, 19 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 afc:consult

README.md
[![agentmods](https://agentmods.dev/badge/skills/jhlee0409/all-for-claudecode/consult/github.svg)](https://agentmods.dev/skills/jhlee0409/all-for-claudecode/consult)
Your own site
<a href="https://agentmods.dev/skills/jhlee0409/all-for-claudecode/consult"><img src="https://agentmods.dev/badge/skills/jhlee0409/all-for-claudecode/consult/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for afc:consult

Your own site · 80×15
<a href="https://agentmods.dev/skills/jhlee0409/all-for-claudecode/consult"><img src="https://agentmods.dev/badge/skills/jhlee0409/all-for-claudecode/consult.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,418 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00023 $0.01418
Opus 5 $0.00012 $0.00709
Sonnet 5 $0.00005 $0.00284
Haiku 4.5 $0.00002 $0.00142

Measured 9d ago against content hash 8402dce5600e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

afc:consult 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 9d 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.

skills/consult/SKILL.md · 147 lines

How it starts

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

/afc:consult — Expert Consultation

Consult a domain expert for advice tailored to your project. Each expert has persistent memory — they remember your project's decisions across sessions. Pipeline-independent: works anytime, no active pipeline required.

Arguments

  • $ARGUMENTS — (optional) Format: [domain] "[question]" [brief|deep]
    • domain — one of: backend, infra, pm, design, marketing, legal, security, advisor, peer (optional, auto-detected if omitted)
    • question — the consultation question (optional, enters exploratory mode if omitted)
    • brief|deep — depth hint (optional, default: auto)

Execution Steps

1. Parse Arguments

Extract from $ARGUMENTS:

  • domain: first word if it matches a known domain name
  • question: remaining text after domain (if any), with quotes stripped
  • depth: last word if it matches brief or deep

If $ARGUMENTS is empty → go to Step 2 (domain selection).

2. Domain Detection

A. Explicit domain provided → use it directly.

B. No domain, but question provided → intent-based evaluation:

Domain When to route
backend Server-side logic, data modeling, API design, authentication flows, database decisions
infra Deployment, CI/CD pipelines, cloud services, scaling, reliability, monitoring
pm What to build, for whom, when, how to measure success, prioritization, scope
design Visual hierarchy, interaction patterns, accessibility, component design, user flow
marketing SEO, content strategy, acquisition funnels, analytics tracking, growth tactics
legal Regulatory obligations, license compatibility, privacy requirements
security Threats, vulnerabilities, attack surfaces, threat modeling, compliance
advisor Choosing between technologies, frameworks, libraries, or architectural approaches
peer Think through a problem collaboratively, explore directions, weigh trade-offs

Identify the PRIMARY expertise gap — what specialized knowledge does the user need most?

Read the full file on GitHub · 147 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 147 lines · 23 tokens per session scan A 8402dce5600e

Subscribe to this mod's changes

afc:consult is a skill published in the GitHub repository jhlee0409/all-for-claudecode (7 stars, last pushed 5mo ago), licensed MIT. It adds 23 tokens to every session and 1,418 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories