agentsclimarketplace

Claude

Skill G1Joshi/Agent-Skills/skills/ai-ml/claude

A comprehensive skill catalog for AI agents

Install
npx -y skills add G1Joshi/Agent-Skills --skill claude

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Anthropic Claude AI models for analysis and coding. Use for AI assistants.

SKILL.md

1.3 KB, as published. Nobody here has run it

Claude

Claude (by Anthropic) is OpenAI's main competitor. It is famous for its large context window (200k+), low hallucination rates, and "Artifacts" UI.

When to Use

  • Coding: Claude 3.5 Sonnet is widely considered the best coding model in 2025.
  • Long Context: Analyzing massive PDFs or codebases.
  • Safety: Enterprise-grade safety guardrails.

Core Concepts

Models

  • Opus: The smartest, largest model.
  • Sonnet: The sweet spot. Fast and incredibly capable.
  • Haiku: Fast and cheap.

Artifacts

A UI feature (now an API pattern) where the model generates standalone content (React components, SVGs) in a side window.

Computer Use

Claude can interact with a computer GUI (moving mouse, clicking) via API.

Best Practices (2025)

Do:

  • Use Sonnet for Dev: It beats GPT-4o in many coding benchmarks.
  • Use XML Tags: Claude loves <instructions> and <context> tags in prompts.
  • Prefill Responses: Guide Claude by prefilling the {"role": "assistant", "content": "{"} to force JSON.

Don't:

  • Don't ignore System Prompts: Claude relies heavily on strong system instructions.

References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.