Best use case
Claude is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Tool: Anthropic Claude API with 200K context window
Teams using Claude should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/claude/SKILL.md --create-dirs "https://raw.githubusercontent.com/hivellm/rulebook/main/templates/skills/cli/claude/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/claude/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Claude Compares
| Feature / Agent | Claude | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Tool: Anthropic Claude API with 200K context window
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
<!-- CLAUDE:START --> # Claude API/CLI Rules **Tool**: Anthropic Claude API with 200K context window ## Quick Start ```bash export ANTHROPIC_API_KEY=your_key # Use via API or compatible CLIs ``` ## Usage In API requests or CLI prompts, include: ``` "Follow these project standards from AGENTS.md: [paste relevant AGENTS.md sections] Implement [feature] with tests first (95%+ coverage)." ``` ## Workflow 1. Include AGENTS.md content in system prompt or context 2. Request features with standards reference 3. Review generated code 4. Run quality checks **Critical**: Claude has 200K context - paste full AGENTS.md for best results. <!-- CLAUDE:END -->
Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.