agentsclimarketplace

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

Install
npx -y skills add drmahdikazempour/agent-stack --skill stack-graph-profile

Assembled 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

ProfileGraphBest for
codecodegraphnormal code repos (default)
reviewcode-review-graphPR/review-heavy repos
multimodalgraphifyrepos with PDFs, video, many images
speccodegraphspec-kit / cc-spex driven work
researchnone (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 (or npx @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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.