Claude Code
aiscope discovers Claude Code memory across 5 subsystems, including nested skills.
Files discovered
| Subsystem | Glob |
|---|---|
Instructions | **/CLAUDE.md (any depth, path-scoped) |
Instructions | ~/.claude/CLAUDE.md (only with --user) |
Prompts | .claude/commands/*.md |
Agents | .claude/agents/*.md |
Skills | .claude/skills/*/SKILL.md |
What aiscope deliberately ignores
~/.claude/projects/— your transcript history. Never read, even with--user.- Anything outside the repo (unless
--useris passed and the path is exactly~/.claude/CLAUDE.md).
See Privacy guard.
Frontmatter
---
name: reviewer
description: "Reviews code for Python style"
tools:
- read
- search
model: sonnet-4
---
| Field | Used for |
|---|---|
name | Used for duplicate-name detection across agents |
description | Optional human label |
tools | Agent tool allowlist (used for AgentToolMismatch) |
model | Optional model hint |
CLAUDE.md path scoping
Just like AGENTS.md for Copilot — a CLAUDE.md in apps/api/ is scoped
to apps/api/** automatically.
--user opt-in
aiscope --user .
Reads your global Claude memory at ~/.claude/CLAUDE.md so cross-project
rules show up too. Strict allowlist — no other files outside the repo are
read.