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.

tomevault-io 45ca4e3 2 files · 1.5 KB Updated

File contents

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 — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/anthonytechnologies---agents--agent-claude-code commit 45ca4e30d4

Frequently asked questions

npx skillmds@latest add tomevault-io/agent-claude-code