Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add LucasSantana-Dev/sharekit --skill graphifygit clone --depth 1 https://github.com/LucasSantana-Dev/sharekitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lucassantana-dev/sharekit/graphify)<a href="https://agentmods.dev/skills/lucassantana-dev/sharekit/graphify"><img src="https://agentmods.dev/badge/skills/lucassantana-dev/sharekit/graphify.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00055 | $0.01168 |
| Opus 5 | $0.00028 | $0.00584 |
| Sonnet 5 | $0.00011 | $0.00234 |
| Haiku 4.5 | $0.00006 | $0.00117 |
Grade A, and why
graphify scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Unrestricted tool accesslowExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
If the user invoked `/graphify --help` or `/graphify -h` (with no other arguments), print the contents of the `## Command Reference` section from `references/usage.md` verbatim and stop. Do not run any commands, do not d Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/graphify
Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPH_REPORT.md.
Command Reference
All invocation commands: references/usage.md
What graphify is for
Drop any folder of code, docs, papers, images, or video into graphify and get a queryable knowledge graph. Persistent across sessions, honest audit trail (EXTRACTED/INFERRED/AMBIGUOUS), community detection surfaces cross-document connections you wouldn't think to ask about.
What You Must Do When Invoked
If the user invoked /graphify --help or /graphify -h (with no other arguments), print the contents of the ## Command Reference section from references/usage.md verbatim and stop. Do not run any commands, do not detect files, do not default the path to .. Just print the Usage block and return.
Fast path — existing graph: Before doing anything else, check whether graphify-out/graph.json exists. The expected location is graphify-out/graph.json relative to the current working directory (i.e. the project root where you are running commands). If it exists AND the user's request is a natural-language question about the codebase (e.g. "How does X work?", "What calls Y?", "Trace the data flow through Z") and NOT an explicit rebuild command (--update, --cluster-only, or a bare path/URL that implies fresh extraction): skip Steps 1–5 entirely and jump straight to ## For /graphify query. Run graphify query "<question>" immediately. Do not run detect. Do not check corpus size. Do not ask the user to narrow. The graph is already built — use it.
If no path was given, use . (current directory). Do not ask the user for a path.
If the path argument starts with https://github.com/ or http://github.com/, treat it as a GitHub URL - run Step 0 before anything else, then continue with the resolved local path.
Follow these steps in order. Do not skip steps.
What ships with it
33 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .graphify_version 6 B
- REFERENCE.md 14 KB
- references/fast-path.md 1.0 KB
- references/honesty-rules.md 298 B
- references/interpreter-guard.md 713 B
- references/step-0-clone-github.md 2.0 KB
- references/step-1-install.md 1.8 KB
- references/step-2-5-transcribe-video.md 2.4 KB
- references/step-2-detect-files.md 1.8 KB
- references/step-3-extract-entities.md 18 KB
- references/step-4-build-graph.md 2.4 KB
- references/step-5-label-communities.md 1.9 KB
- references/step-6-9-outputs-cleanup.md 5.8 KB
- references/steps/step-0-clone.md 2.0 KB
- references/steps/step-1-install.md 1.9 KB
- references/steps/step-2-5-transcribe.md 2.4 KB
- references/steps/step-2-detect.md 1.9 KB
- references/steps/step-3-extract.md 18 KB
- references/steps/step-4-build.md 2.4 KB
- references/steps/step-5-label.md 1.9 KB
- references/steps/step-6-visualize.md 2.2 KB
- references/steps/step-8-benchmark.md 316 B
- references/steps/step-9-cleanup.md 4.7 KB
- references/subcommands/add.md 1.2 KB
- references/subcommands/claude-integration.md 426 B
- references/subcommands/cluster-only.md 210 B
- references/subcommands/explain.md 569 B
- references/subcommands/hook.md 649 B
- references/subcommands/path.md 492 B
- references/subcommands/query.md 1.1 KB
- references/subcommands/update.md 6.8 KB
- references/subcommands/watch.md 1004 B
- references/usage.md 3.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 103 lines · 55 tokens per session scan A a5f1acede1d5
graphify is a skill published in the GitHub repository LucasSantana-Dev/sharekit (1 stars, last pushed 7d ago), licensed MIT. It adds 55 tokens to every session and 1,168 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
qmd-mcp-skill
Use a local QMD knowledge base through UXC over MCP stdio, with daemon-backed session reuse and typed retrieval flows that avoid repeated model warmup and unnecessary query-expansion latency.
bedrock-rag
Build RAG on Amazon Bedrock Knowledge Bases — ingestion, chunking, embeddings, vector stores, Retrieve and RetrieveAndGenerate, citations, and Guardrails contextual grounding. Use when a chatbot must answer from a document corpus with sources.
google-adk-python
Build AI agents with Google Agent Development Kit (ADK) for Python. Use when creating multi-agent systems, tool-using agents, or orchestrating LLM workflows with Google Cloud.
ai-automation
Workflow automation skills using AI. Build chatbots, automate repetitive tasks, integrate LLMs into pipelines, design intent-based assistants. Triggers on: chatbot, automation, workflow, AI agent, RAG, LLM integration, intent recognition, conversation design.
Cursor rules for Next
Cursor rules for Next.js development with Tailwind CSS and TypeScript integration.
ai-product
Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when: keywords…