knowledge-graph skills

1,444 tagged knowledge-graph, measured the same way as everything else here.

Browse within: context-engineering 145agent-memory 136llm-agent 133artificial-intelligence 132apex 131salesforce 131ai-skills 127bioinformatics 124large-language-models 122natural-language-processing 122local-first 112multi-agents 112multi-omics 105gbrain 87

brainctl

73

TSchonleber/brainctl

Skill Claude CodeCodex

Unified agent memory CLI — read, write, search, and maintain the shared memory spine (brain.db). Use for persistent cross-session memory, knowledge graph, event logging, decisions, affect tracking, and consolidation.

not rated 79 28d ago A 45 tokens original MIT

research-report

74

jaylfc/taosmd

Skill Claude CodeCodex

Maintain docs/research-report.md, the living technical report of taOSmd findings. Use when recording experiment results, adding negative results, pre-registering experiments, or revising the report. Enforces methodology discipline; never lets a number in without provenance.

not rated 77 4d ago A 54 tokens

taosmd-a2a

75

jaylfc/taosmd

Skill Claude CodeCodex

Set up agent-to-agent comms and named channels via the taOSmd A2A bus.

not rated 77 4d ago A 27 tokens

design-build

76

wlsdks/ontology-atlas

Skill Claude CodeCodex

Build UI from this repository's primitives and ramps in a deterministic order, then prove the rendered result with the matching instruments and gates.

not rated 95 changed today A 29 tokens original MIT

ontology-bootstrap

77

wlsdks/ontology-atlas

Skill Claude CodeCodex

Build a trustworthy first ontology from an empty or near-empty ontology-atlas vault using only Atlas MCP evidence. Use when the user asks to analyze a codebase, bootstrap/fill its ontology, extract product meaning from a repository, or when a requested ontology task finds only starter nodes. Separate observed…

not rated 95 changed today A 129 tokens original MIT

wlsdks/ontology-atlas

Skill Claude CodeCodex

Measure whether Atlas actually works on a repository nobody here knows, by building a vault with a real MCP agent and then handing that vault — without the source — to a second agent who must answer questions from it alone. Use when changing the construction rules, the MCP read/write contract, the bootstrap skill, or…

not rated 95 today A 112 tokens original MIT

mind

79

Da7-Tech/mind

Skill Claude CodeCodex

Local project memory with recall, provenance, policy, and dreams.

not rated 76 +1 1mo ago A 15 tokens original MIT

context-loader

80

major7apps/pensyve

Skill Claude CodeCodex

Session-start context loading -- loads historical decisions, issues, and patterns from Pensyve to provide cross-session continuity. Use at session start or when switching context.

not rated 75 today A 35 tokens

memory-review

81

major7apps/pensyve

Skill Claude CodeCodex

Memory hygiene audit -- finds stale facts, contradictions, low-confidence entries, and consolidation candidates in Pensyve memory. Use periodically to maintain memory quality.

not rated 75 today A 33 tokens

session-memory

82

major7apps/pensyve

Skill Claude CodeCodex

End-of-session memory capture -- classifies session signals using a tiered taxonomy and stores confirmed items via Pensyve. Use when ending a work session or when the user wants to capture what was learned.

not rated 75 today A 44 tokens

compiler

83

Yrzhe/pagefly

Skill Claude CodeCodex

Scans knowledge/, analyzes documents, generates summaries/concepts/connections to wiki/ with reference graph. Updates existing articles instead of creating duplicates.

not rated 72 3mo ago A 30 tokens original MIT

linker

84

Yrzhe/pagefly

Skill Claude CodeCodex

Discovers missing cross-domain connections between knowledge documents and creates/updates connection wiki articles.

not rated 72 3mo ago A 20 tokens original MIT

pagefly

85

Yrzhe/pagefly

Skill Claude CodeCodex

Connect to your self-hosted PageFly knowledge base. Query documents, search, upload files, read content, and chat with your AI agent — all from Claude Code.

not rated 72 3mo ago A 0 tokens original MIT

windows-compat

86

sdsrss/code-graph-mcp

Skill Claude CodeCodex

Audit and harden this Rust repo (code-graph-mcp) for Windows correctness: path-spelling drift between producers, the 32,767-char command-line cap, index-key mismatches, and path predicates that assume one ecosystem's layout. Use whenever touching code that builds, compares, prints, or stores a filesystem path; that…

not rated 72 today A 165 tokens original MIT

mykg-github-pages

87

SenolIsci/mykg

Skill Claude CodeCodex

Set up and maintain the GitHub Pages site for the mykg repo (SenolIsci/mykg) — a purpose-built pages/ folder (landing page adapted from README.md, blog posts, diagrams), built by a GitHub Actions workflow that runs Jekyll and deploys the result to a gh-pages branch. Use whenever the user wants to publish project…

not rated 69 2d ago A 228 tokens original MIT

networkx

88

SenolIsci/mykg

Skill Claude CodeCodex

Build, analyze, and visualize networks and graphs using NetworkX (Python). Use this skill whenever the user wants to: create graphs or networks, analyze graph properties, compute centrality measures, find shortest paths, detect communities, run graph algorithms, convert graphs to/from matrices or dataframes, visualize…

not rated 69 2d ago A 163 tokens original MIT

mykg

89

SenolIsci/mykg

Skill Claude CodeCodex

Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, sync, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs…

not rated 69 changed today A 175 tokens original MIT

run-wenlan-app

90

7xuanlu/wenlan

Skill Claude CodeCodex

Build, launch, screenshot, and drive the wenlan-app Tauri desktop app in dev mode on macOS (WKWebView) or Windows (WebView2). Use when asked to run or start the app, verify a UI change in the real running app (not just tests), or take a screenshot of it.

not rated 62 +5 changed today A 71 tokens original Apache-2.0

run-wenlan

91

7xuanlu/wenlan

Skill Claude CodeCodex

Build, launch, and stop the wenlan daemon (wenlan-server) for local dev and verification. Use when asked to run or restart the daemon, or before driving any surface (HTTP, CLI, MCP) against a live instance.

not rated 62 +5 changed today C 53 tokens original Apache-2.0

curate

92

7xuanlu/wenlan

Skill Claude CodeCodex

Review pending Wenlan captures, revisions, or daemon refinements from Codex. Use for explicit audit walks after /brief or /handoff surfaces pending work. Invoked as /curate captures, /curate revisions, or /curate refinements.

not rated 62 +5 today A 55 tokens original Apache-2.0

zettelforge

93

ThreatRecall/zettelforge

Skill Claude CodeCodex

ZettelForge v2.0.0 — Production CTI agentic memory system. Hybrid TypeDB (STIX 2.1 ontology) + LanceDB (vector search). Zero external AI dependencies: fastembed for embeddings, llama-cpp-python for LLM. 75% accuracy on CTI queries, 18% on LOCOMO. Use when agents need persistent memory, threat intel retrieval, entity…

not rated 58 21d ago A 97 tokens original MIT

ZengLiangYi/ChatCrystal

Skill Claude CodeCodex

Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.

not rated 58 +2 today A 54 tokens original Apache-2.0

ZengLiangYi/ChatCrystal

Skill Claude CodeCodex

Recall project-first and global-supplement ChatCrystal memories before substantive implementation, refactoring, migration, configuration, investigation, or optimization work. Use when the task is non-trivial, has repository or project context, and prior fixes, decisions, pitfalls, or reusable patterns may change the…

not rated 58 +2 today A 66 tokens original Apache-2.0

ZengLiangYi/ChatCrystal

Skill Claude CodeCodex

Write reusable ChatCrystal task memories after substantive work completes. Use when implementation or debugging produced a durable fix, pitfall, pattern, or decision worth preserving, and when the environment can either persist it through writetaskmemory or emit a structured memory candidate for later save.

not rated 58 +2 today A 62 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: