xuzhougeng/wisp-science/skills/product-self-knowledge/SKILL.md
product-self-knowledge
Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.js requirements, platform/OS support, MCP server integration, configuration), Claude API (function calling/tool use, batch processing, SDK usage, rate limits, pricing, models, streaming), and Claude.ai (Pro vs Team vs Enterprise plans, feature limits). Trigger this even for coding tasks that use the Anthropic SDK, content creation mentioning Claude
- Source repository stars
- 560
- Declared platforms
- 1
- Static risk flags
- 0
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Stop and consult this skill whenever your response would include specific facts about Anthropic's products. Covers: Claude Code (how to install, Node.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/xuzhougeng/wisp-science --skill "skills/product-self-knowledge"Inspect the Agent Skill "product-self-knowledge" from https://github.com/xuzhougeng/wisp-science/blob/95d2c13d1665d46a388b5bdc998dcce0d5ec2eee/skills/product-self-knowledge/SKILL.md at commit 95d2c13d1665d46a388b5bdc998dcce0d5ec2eee. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Response Workflow
1. Identify the product - API, Claude Code, or Claude.ai? 2. Use the right resource - Docs maps for API/Code, support page for Claude.ai 3. Verify details - Navigate to specific documentation pages 4. Provide answer - Include source link and specify which product 5. If uncertain…
Identify the product - API, Claude Code, or Claude.ai?Use the right resource - Docs maps for API/Code, support page for Claude.aiVerify details - Navigate to specific documentation pages - 02
Core Principles
1. Accuracy over guessing - Check official docs when uncertain 2. Distinguish products - Claude.ai, Claude Code, and Claude API are separate products 3. Source everything - Always include official documentation URLs 4. Right resource first - Use the correct docs for each product…
Accuracy over guessing - Check official docs when uncertainDistinguish products - Claude.ai, Claude Code, and Claude API are separate productsSource everything - Always include official documentation URLs - 03
Question Routing
→ Check the docs maps first, then navigate to specific pages:
Claude API & General: https://docs.claude.com/en/docssitemap.mdClaude Code: https://docs.claude.com/en/docs/claude-code/claudecodedocsmap.mdClaude.ai Help Center: https://support.claude.com - 04
Claude API or Claude Code questions?
→ Check the docs maps first, then navigate to specific pages:
Claude API & General: https://docs.claude.com/en/docssitemap.mdClaude Code: https://docs.claude.com/en/docs/claude-code/claudecodedocsmap.md→ Check the docs maps first, then navigate to specific pages:
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 65/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 560 | Source | Repository attention, not individual Skill quality |
| Compatibility | 1 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- xuzhougeng/wisp-science
- Skill path
- skills/product-self-knowledge/SKILL.md
- Commit
- 95d2c13d1665d46a388b5bdc998dcce0d5ec2eee
- License
- AGPL-3.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Anthropic Product Knowledge
Core Principles
- Accuracy over guessing - Check official docs when uncertain
- Distinguish products - Claude.ai, Claude Code, and Claude API are separate products
- Source everything - Always include official documentation URLs
- Right resource first - Use the correct docs for each product (see routing below)
Question Routing
Claude API or Claude Code questions?
→ Check the docs maps first, then navigate to specific pages:
- Claude API & General: https://docs.claude.com/en/docs_site_map.md
- Claude Code: https://docs.claude.com/en/docs/claude-code/claude_code_docs_map.md
Claude.ai questions?
→ Browse the support page:
- Claude.ai Help Center: https://support.claude.com
Response Workflow
- Identify the product - API, Claude Code, or Claude.ai?
- Use the right resource - Docs maps for API/Code, support page for Claude.ai
- Verify details - Navigate to specific documentation pages
- Provide answer - Include source link and specify which product
- If uncertain - Direct user to relevant docs: "For the most current information, see [URL]"
Quick Reference
Claude API:
- Documentation: https://docs.claude.com/en/api/overview
- Docs Map: https://docs.claude.com/en/docs_site_map.md
Claude Code:
- Documentation: https://docs.claude.com/en/docs/claude-code/overview
- Docs Map: https://docs.claude.com/en/docs/claude-code/claude_code_docs_map.md
- npm Package: https://www.npmjs.com/package/@anthropic-ai/claude-code
Claude.ai:
- Support Center: https://support.claude.com
Other:
- Product News: https://www.anthropic.com/news
- Enterprise Sales: https://www.anthropic.com/contact-sales
Alternatives
Compare before choosing
jackchuka/skills
claude-skill-spec-audit
Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks frontmatter fields (name, description, compatibility, metadata, argument-hint), metadata sub-fields (author, scope, layer, confirms), and layer/suffix consistency. Use when adding new skills, reviewing skill quality, or ensuring all skills follow the spec. Triggers: "audit skills", "check skill spec", "skill compliance", "are my skills up to spec", "/claude-skill-spec-audit".
affaan-m/ECC
agentic-os
Build persistent multi-agent operating systems on Claude Code. Covers kernel architecture, specialist agents, slash commands, file-based memory, scheduled automation, and state management without external databases.
affaan-m/ECC
config-gc
Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
affaan-m/ECC
everything-claude-code
Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.