AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Skill Graph Creator

skill-quaylabshq-skill-graph-skill-graph-creator · by quaylabshq

Guide for creating skill graphs — interlinked, modular skill architectures that decompose knowledge into navigable reference networks. Use when users want to create a new skill graph (or upgrade an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Always produces graph-structured output with lean index files, interlinked references, an…

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

Install

$ agentstack add skill-quaylabshq-skill-graph-skill-graph-creator

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-quaylabshq-skill-graph-skill-graph-creator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skill Graph Creator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill Graph Creator

This skill provides a navigable reference graph for creating skill graphs. All detailed content lives in reference files and tool scripts — this file contains only navigation.

Core Principles

Foundational rules preserved from the skill creation framework:

| Principle | Reference | |-----------|-----------| | Overview of all principles | [references/core-principles/overview.md](references/core-principles/overview.md) | | Conciseness & context efficiency | [references/core-principles/conciseness.md](references/core-principles/conciseness.md) | | Degrees of freedom | [references/core-principles/degrees-of-freedom.md](references/core-principles/degrees-of-freedom.md) | | Progressive disclosure | [references/core-principles/progressive-disclosure.md](references/core-principles/progressive-disclosure.md) | | Skill anatomy & structure | [references/core-principles/skill-anatomy.md](references/core-principles/skill-anatomy.md) | | Problem decomposition | [references/core-principles/problem-decomposition.md](references/core-principles/problem-decomposition.md) | | One-shot design | [references/core-principles/one-shot-design.md](references/core-principles/one-shot-design.md) |

Graph Architecture

How to structure skills as interlinked graphs instead of monolithic files:

| Topic | Reference | |-------|-----------| | Graph principles overview | [references/graph-architecture/overview.md](references/graph-architecture/overview.md) | | Index design (lean SKILL.md) | [references/graph-architecture/index-design.md](references/graph-architecture/index-design.md) | | Interlinking patterns | [references/graph-architecture/interlinking.md](references/graph-architecture/interlinking.md) | | Content decomposition | [references/graph-architecture/decomposition.md](references/graph-architecture/decomposition.md) | | Extension points | [references/graph-architecture/extension-points.md](references/graph-architecture/extension-points.md) | | Context management | [references/graph-architecture/context-management.md](references/graph-architecture/context-management.md) |

Creation Process

Nine-step process for building a skill graph. Steps 0.5, 1–2, and 9 are mandatory and must never be skipped:

| Step | Description | Reference | |------|-------------|-----------| | Overview | Full process summary | [references/creation-process/overview.md](references/creation-process/overview.md) | | 0.5. Domain classification | Classify task profile | [references/creation-process/domain-classification.md](references/creation-process/domain-classification.md) | | 1. Clarification | Mandatory questioning phase | [references/creation-process/step-1-clarification.md](references/creation-process/step-1-clarification.md) | | 2. Research | Gather best practices & standards | [references/creation-process/step-2-research.md](references/creation-process/step-2-research.md) | | 3. Understand | Concrete usage examples | [references/creation-process/step-3-understand.md](references/creation-process/step-3-understand.md) | | 4. Plan | Structure the graph & resources | [references/creation-process/step-4-plan.md](references/creation-process/step-4-plan.md) | | 5. Initialize | Run initskillgraph.py | [references/creation-process/step-5-initialize.md](references/creation-process/step-5-initialize.md) | | 6. Implement | Write index, references, scripts | [references/creation-process/step-6-implement.md](references/creation-process/step-6-implement.md) | | 7. Package | Run package_skill.py | [references/creation-process/step-7-package.md](references/creation-process/step-7-package.md) | | 8. Iterate | Refine based on real usage | [references/creation-process/step-8-iterate.md](references/creation-process/step-8-iterate.md) | | 9. Final eval | Bird's-eye review of entire skill graph | [references/creation-process/step-9-final-eval.md](references/creation-process/step-9-final-eval.md) | | — Pre/Post eval | Evaluation gates wrapping every step | [references/creation-process/pre-post-eval.md](references/creation-process/pre-post-eval.md) | | — Feedback checkpoints | Structured validation loops | [references/creation-process/feedback-checkpoints.md](references/creation-process/feedback-checkpoints.md) |

Frameworks

Reusable frameworks referenced throughout the creation process:

| Framework | Purpose | Reference | |-----------|---------|-----------| | Questionnaire | Mandatory clarification & ongoing questioning | [references/questionnaire-framework/overview.md](references/questionnaire-framework/overview.md) | | Research | Best practices & standards gathering | [references/research-framework/overview.md](references/research-framework/overview.md) | | Planning | Todo lists & permanent process steps | [references/planning-framework/overview.md](references/planning-framework/overview.md) |

Tool Scripts

| Tool | Script | Purpose | |------|--------|---------| | Initialize | [scripts/initskillgraph.py](scripts/initskillgraph.py) | Create a new skill graph from template | | Validate | [scripts/validategraph.py](scripts/validategraph.py) | Validate graph structure, links, and metadata | | Package | [scripts/packageskill.py](scripts/packageskill.py) | Package skill graph into distributable .skill file |

Design Patterns

| Pattern | Reference | |---------|-----------| | Workflow patterns | [references/workflows.md](references/workflows.md) | | Output patterns | [references/output-patterns.md](references/output-patterns.md) |

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.