Stack graph profile
Skill drmahdikazempour/agent-stack/skills/stack-graph-profile
Inspect or switch the code-graph backend and profile for a repo (code / review / multimodal / spec). Use when the repo's focus changes — heavy PR review, newly added PDFs or video, spec-driven work — or when graph queries are returning poor context. Wraps `agent-stack profile use` and `agent-stack graph use`, which regenerate affected files and re-verify the setup.From its SKILL.md
npx -y skills add drmahdikazempour/agent-stack --skill stack-graph-profileAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `npx @drmahdikazempour/agent-stack profile show` and 2 more.
SKILL.md
1.5 KB, 282 tokens by cl100k_base, as published. Nobody here has run it
stack-graph-profile
Manage the graph backend and profile bundle.
Profiles
| Profile | Graph | Best for |
|---|---|---|
code | codegraph | normal code repos (default) |
review | code-review-graph | PR/review-heavy repos |
multimodal | graphify | repos with PDFs, video, many images |
spec | codegraph | spec-kit / cc-spex driven work |
research | none (context-mode) | large-output sandbox (opt-in, --allow-noncommercial) |
When to use
- Repo focus shifted (more PR review, media added, spec work started).
- Graph queries are returning irrelevant or incomplete context.
What to do
- Show current: read
.agent-stack/installed.json(ornpx @drmahdikazempour/agent-stack profile show). - Switch profile:
npx @drmahdikazempour/agent-stack profile use <name>— swaps the graph + compression + skills and regenerates. - Switch only the graph:
npx @drmahdikazempour/agent-stack graph use <codegraph|code-review-graph|graphify>.
Both operations back up first, regenerate the affected files, and re-run activation verification.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.