Updated: 2025-10-23 06:08 UTC
This pack includes project-scoped subagents for Claude Code. Place the .claude/agents/ folder in the project root to make the agents available only to this project.
- Copy
.claude/agents/to the root of your project. - In Claude Code, run
/agentsto confirm they appear and review each agent's tools & prompts. - Optionally edit the YAML frontmatter and prompts to fit your environment.
model-exporter.md— Export → Quantize → Add LiteRT metadata.android-builder.md— Build & install Android app, run device checks.data-curator.md— Curate datasets, set labeling & augmentation, build INT8 calibration set.perf-optimizer.md— Benchmark CPU/GPU delegates, tune input sizes, generate Baseline/Startup Profiles.rule-checker.md— Implement MusicXML rule checks and integrate into the app.
- Project agents live in
.claude/agents/and override any user-level agents of the same name. - User agents live in
~/.claude/agents/(global).
- Subagents file format & locations: Claude Code Subagents docs.
- Custom Slash Commands: Slash commands docs (pair with /export-quantize etc.).
- MCP connections: Connect Claude Code to tools via MCP.
- Settings & permissions: Settings files; consider
.claude/settings.jsonto constrain tool use.