Claude Code

aiscope discovers Claude Code memory across 5 subsystems, including nested skills.

Files discovered

SubsystemGlob
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 --user is 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
---
FieldUsed for
nameUsed for duplicate-name detection across agents
descriptionOptional human label
toolsAgent tool allowlist (used for AgentToolMismatch)
modelOptional 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.