Install
$ agentstack add skill-wind-will-not-stop-skillviewer-skill-graph-generator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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/, oragents/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
- Inspect the target skill:
SKILL.mdscripts/references/assets/agents/openai.yaml
- Run
scripts/generate_skill_graph.py --force. - Confirm the output path is
agents/skill-graph.json. - 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:
versionskillNameskillRootgeneratedAtsourceFingerprintflow.nodesflow.edgesgeneration.modegeneration.modelgeneration.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.
- Author: wind-will-not-stop
- Source: wind-will-not-stop/skillViewer
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.