AgentStack
SKILL verified MIT Self-run

Skill Graph Generator

skill-wind-will-not-stop-skillviewer-skill-graph-generator · by wind-will-not-stop

Generate or regenerate agents/skill-graph.json for an existing Codex-style skill so it can be visualized as an action flow.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-wind-will-not-stop-skillviewer-skill-graph-generator

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Skill Graph Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill Graph Generator

Use this skill only when you need to create or refresh agents/skill-graph.json for an existing skill.

Use it when:

  • a skill does not yet have agents/skill-graph.json
  • a skill changed in SKILL.md, scripts/, references/, assets/, or agents/openai.yaml
  • a visual editor or audit tool needs an updated action-flow graph

Do not use this skill to create a new skill from scratch. Do not rewrite the skill's main content unless the user explicitly asks for that.

Required output

This skill must produce or update exactly this metadata artifact:

  • agents/skill-graph.json

Workflow

  1. Inspect the target skill:
  • SKILL.md
  • scripts/
  • references/
  • assets/
  • agents/openai.yaml
  1. Run scripts/generate_skill_graph.py --force.
  2. Confirm the output path is agents/skill-graph.json.
  3. Report:
  • output path
  • node count
  • edge count
  • generation mode
  • whether the graph is now in sync with the skill sources

Graph requirements

The graph JSON must include:

  • version
  • skillName
  • skillRoot
  • generatedAt
  • sourceFingerprint
  • flow.nodes
  • flow.edges
  • generation.mode
  • generation.model
  • generation.stale

The graph must represent the skill as an action flow:

  • start
  • input/context
  • steps
  • decisions
  • parallel groups
  • joins
  • tool calls
  • script runs
  • reference reads
  • outputs
  • end

Files, scripts, assets, and URLs belong in node attachments. They are not the primary canvas nodes.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.