Agent skill · AI & Agents

ai-models

Latest AI models reference - Claude, OpenAI, Gemini, Eleven Labs, Replicate

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-models-alinaqi-claude-bootstrap-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/ai-llm/ai-models-alinaqi-claude-bootstrap-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Models Reference Skill *Load with: base.md + llm-patterns.md* **Last Updated: December 2025** ## Philosophy **Use the right model for the job.** Bigger isn't always better - match model capabilities to task requirements. Consider cost, latency, and accuracy tradeoffs. ## Model Selection Matrix | Task | Recommended | Why | |------|-------------|-----| | Complex reasoning | Claude Opus 4.5, o3, Gemini 3 Pro | Highest accuracy | | Fast chat/completion | Claude Haiku, GPT-4.1 mini, Gemini Flash | Low latency, cheap | | Code generation | Claude Sonnet 4.5, Codestral, GPT-4.1 | Strong coding | | Vision/images | Claude Sonnet, GPT-4o, Gemini 3 Pro | Multimodal | | Embeddings | text-embedding-3-small, Voyage | Cost-effective | | Voice synthesis | Eleven Labs v3, OpenAI TTS | Natural sounding | | Image generation | FLUX.2, DALL-E 3, SD 3.5 | Different styles | --- ## Anthropic (Claude) ### Documentation - **API Docs**: https://docs.anthropic.com - **Models Overview**: https://docs.anthropic.com/en/docs/about-claude/models/overview - **Pricing**: https://www.anthropic.com/pricing ### Latest Models (December 2025) ```typescript const CLAUDE_MODELS = { // Flagship - highest capability opu

What's inside
Steps it walks through
  1. Philosophy
  2. Model Selection Matrix
  3. Anthropic (Claude)
  4. Documentation
  5. Latest Models (December 2025)
  6. Usage
  7. Model Selection
  8. OpenAI
  9. Google (Gemini)
  10. Eleven Labs (Voice)
  11. Replicate
  12. Popular Models (December 2025)
  13. Stability AI
  14. Mistral AI
Ships with 1 file
  • metadata.json
Commands it runs
LLMs
Media
Embeddings
More from claude-skill-registry
All skills →
About this skill
What does the ai-models skill do?

Latest AI models reference - Claude, OpenAI, Gemini, Eleven Labs, Replicate

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-models-alinaqi-claude-bootstrap-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going