# Agent Claude Code

> Use when working in Claude Code. Provides a file navigation pattern not covered by default behavior; use Glob to discover relevant files before committing to reads, keeping subsequent reads targeted rather than loading full files blindly.

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

---


# Claude Code Workflow Patterns

## 1. Targeted File Navigation
*Discover before you read — identify the relevant files first, then read only what you need.*
* **Glob → Read**: Use `Glob` with a specific pattern to identify relevant files before committing to reads. Once you know what exists, prefer targeted extraction (e.g. `Grep` with `head_limit`) over loading full files.

---
> Source: [AnthonyTechnologies/.agents](https://github.com/AnthonyTechnologies/.agents) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

