# Claude Code

> Full-stack coding assistant powered by Claude Code CLI Use when this capability is needed.

- Skill: `tomevault-io/claude-code-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/claude-code-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/claude-code-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/claude-code-2

---

# Claude Code

Use the **bash** tool with the Claude Code CLI for advanced coding tasks.

## Setup

1. **Check if installed:**
   ```bash
   command -v claude && claude --version
   ```

2. **Install:**
   ```bash
   npm install -g @anthropic-ai/claude-code
   ```

3. **Auth:** Use the vault for `ANTHROPIC_API_KEY`. Stored keys are auto-injected as env vars (UPPERCASE).
   ```bash
   # Save to vault (key name lowercase)
   vault_save anthropic_api_key "sk-ant-..."

   # Or interactive
   claude setup-token
   ```

## Usage
```bash
claude -p "fix the authentication bug in auth.ts" --allowedTools bash,read,write
claude -p "review this code for security issues" --permission-mode plan
```

## Tips
- Be specific in prompts
- For read-only analysis, use --permission-mode plan
- Check auth: claude status

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jholhewres) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

