public/SKILLS/Development & Code Tools/claude-starter/SKILL.md
Expert on Anthropic Claude API, models, prompt engineering, function calling, vision, and best practices. Triggers on anthropic, claude, api, prompt, function calling, vision, messages api, embeddings
npx skillsauth add eric861129/skills_all-in-one anthropic-expertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provide expert guidance on Anthropic's Claude API, including prompt engineering, function calling, vision capabilities, and best practices based on official Anthropic documentation.
Auto-invoke when users mention:
Full access to official Anthropic documentation (when available):
docs/.md filesNote: Documentation must be pulled separately:
pipx install docpull
docpull https://docs.anthropic.com -o .claude/skills/anthropic/docs
When a user asks about Anthropic/Claude:
Common topics:
- Getting started / API keys
- Model selection (Opus, Sonnet, Haiku)
- Messages API / streaming
- Prompt engineering techniques
- Function/tool calling
- Vision and image analysis
- Extended context (200K tokens)
- Prompt caching
- Rate limits and pricing
- Error handling
Use Grep to find relevant docs:
# Search for specific topics
Grep "function calling|tool" docs/ --output-mode files_with_matches -i
Grep "vision|image" docs/ --output-mode content -C 3
Check the INDEX.md for navigation:
Read docs/INDEX.md
Read the most relevant documentation files:
Read docs/path/to/relevant-doc.md
Structure your response:
User: "How do I implement function calling with Claude?"
1. Search: Grep "function calling|tool" docs/
2. Read: Function calling documentation
3. Answer:
- Explain tool use format
- Show request/response example
- Discuss tool choice vs any
- Best practices for tool definitions
User: "Can Claude analyze images?"
1. Search: Grep "vision|image" docs/ -i
2. Read: Vision API documentation
3. Answer:
- Supported image formats
- Image encoding (base64, URLs)
- Show example API call
- Limitations and best practices
User: "How do I write better prompts for Claude?"
1. Search: Grep "prompt|engineering" docs/
2. Read: Prompt engineering guide
3. Answer:
- Clear instructions principle
- Examples and context
- XML tags for structure
- Chain of thought prompting
Models:
API Features:
Best Practices:
SDKs:
anthropic)@anthropic-ai/sdk)After answering, suggest:
development
Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like "what if...", "what would happen if...", "what are the possibilities", "explore scenarios", "scenario analysis", "possibility space", "what could go wrong", "best case / worst case", "risk analysis", "contingency planning", "strategic options", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.
development
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
development
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
tools
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.