with one click
claudeproduct
// Answer Claude, Claude Code, Anthropic API, skills, connectors, plugins, and Claude product questions using official current docs.
// Answer Claude, Claude Code, Anthropic API, skills, connectors, plugins, and Claude product questions using official current docs.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | claudeproduct |
| description | Answer Claude, Claude Code, Anthropic API, skills, connectors, plugins, and Claude product questions using official current docs. |
Use this skill when the user asks how to use a Claude or Anthropic product feature, or when the harness needs to look up its own Claude-facing operating surface.
Examples:
This is a current-docs router, not a stale product encyclopedia.
Official Claude Code docs describe "ask Claude about its capabilities" as a normal workflow. This skill makes that behavior evidence-grounded for minmaxing: answer from official docs, separate product surfaces, and downgrade confidence when a feature is account-, plan-, platform-, or time-sensitive.
/claudeproduct to frame Claude product questions and enforce the
official-source policy./webresearch inside this skill for narrow current facts./deepresearch inside this skill when the answer spans multiple Claude
surfaces, plan/feature availability, implementation architecture, or
conflicting docs./workflow only after the product answer becomes repo-changing work./metacognition before execution when the route is ambiguous.Prefer sources in this order:
https://code.claude.com/docs/llms.txt for Claude Code docs discovery.https://code.claude.com/docs/.https://claude.com/docs/llms.txt or specific pages under
https://claude.com/docs/.https://docs.anthropic.com/.https://support.claude.com/.Use community posts, Reddit, blog posts, or stale examples only as leads. Do not cite them as authority unless the user explicitly asks for community practice.
Choose exactly one:
| Question Class | Use When | Research Mode |
|---|---|---|
howto | user asks how to use a Claude product feature | /webresearch unless docs are already in context |
capability | user asks whether Claude can do something | /webresearch with current official docs |
comparison | user asks skills vs commands, connectors vs plugins, Claude Code vs Claude.ai, etc. | /webresearch; escalate to /deepresearch if multi-surface |
implementation | answer will drive harness code, settings, plugin, skill, or API usage | /deepresearch for non-trivial changes |
troubleshooting | user asks about an error, missing feature, auth, settings, or runtime behavior | /webresearch plus repo/runtime evidence |
selflookup | harness needs to know its own Claude-facing skills, rules, commands, or settings | repo inspection plus /webresearch if current Claude behavior matters |
blocked | current docs, account access, permission, or product availability cannot be verified | state blocker and downgrade confidence |
/loop..claude/settings.json,
.claude/settings.local.json, ~/.claude/settings.json, managed settings,
permissions, environment variables, sandboxing, and MCP config.CLAUDE.md, rules, memory,
skills, legacy commands, plugins, hooks, subagents, agent teams, and Agent SDK.Do not assume feature parity across surfaces. A feature documented for Claude.ai is not automatically available in Claude Code, and a Claude Code feature is not automatically available through the Anthropic API.
minmaxing temporal anchor injected by hooks, or run
bash scripts/time-anchor.sh text, before answering time-sensitive Claude
product questions.When the question is about this repo's Claude-facing surface:
docs/harness-capability-map.md for human route/capability summariesdocs/harness-capability-map.json for exact counts, paths, related
rules, scripts, evals, hooks, and Codex surfacesbash scripts/harness-capability-map.sh --check.claude/skills/.claude/rules/.claude/settings.json.claude/hooks/.codex/CLAUDE.mdAGENTS.mdREADME.mdscripts/start-session.sh/webresearch only for external Claude Code behavior that may have
changed.Never read .env, .env.*, credentials, tokens, customer memory seeds, or
private connector secrets just to answer a Claude product question.
## Claude Product Question
- Question Class: [howto / capability / comparison / implementation / troubleshooting / selflookup / blocked]
- User Question: ...
## Source Policy
- Primary sources: official Anthropic/Claude docs
- Docs index checked: [yes / no / already in context / not needed]
- Freshness requirement: [current / stable / blocked]
## Source Ledger
- Cited:
- [URL or repo path] - [why it matters]
- Reviewed But Not Cited:
- [URL or repo path] - [why it was downweighted]
- Rejected:
- [source] - [reason]
## Answer
[Clear user-facing answer. Include exact commands or steps when helpful.]
## Harness Implication
- Route: [/webresearch / /deepresearch / /workflow / /metacognition / direct answer / blocked]
- Repo impact: [none / docs / settings / skill / script / blocked]
- Follow-up gate: [none / /introspect / /verify / release-check]
## Confidence
- Level: [high / medium / low]
- Downgrade: [none / missing current docs / conflicting docs / missing account access / repo-only evidence]
/webresearch./deepresearch or route into
/workflow after the research brief is sufficient..env for a product docs answer./claudeproduct as a replacement for /webresearch,
/deepresearch, /workflow, or /introspect.Use this fixture gate after changing the skill:
bash scripts/claudeproduct-scorecard.sh --fixtures --json