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

sibyl

97

hyperb1iss/sibyl

Skill Claude CodeCodex

Persistent memory and task coordination for this project. Invoke for any prompt about past work, project state, in-progress tasks, prior decisions, gotchas, or capturing a non-obvious learning. Also covers semantic search across project knowledge and external docs.

not rated 57 today A 52 tokens original Apache-2.0

hyperb1iss/sibyl

Skill Claude CodeCodex

Audit recent agent transcripts (Claude Code and Codex) to learn how a tool, system, or skill is actually being used in the wild. Surfaces failure modes, friction, success patterns, and concrete improvement candidates from real session data. Use this when you want to improve a developer-facing system that agents…

not rated 57 today A 71 tokens original Apache-2.0

vlasenkoalexey/tpu_performance_autoresearch_wiki

Skill Claude CodeCodex

Generate a comprehensive retrospective for a (model, lane) pair that maps the explored search space, identifies coverage gaps from the topic taxonomy (model-optimization-index.md) and Pallas kernel catalog, surfaces premature-exhaustion signals (single-axis-probe vs kernel-port imbalance, frontier-stuck duration), and…

not rated 54 8d ago A 253 tokens original MIT

formulate-hypothesis

100

vlasenkoalexey/tpu_performance_autoresearch_wiki

Skill Claude CodeCodex

Generate a structured optimization hypothesis for the autoresearch loop. Walks three layers — (1) the generic wiki/model-optimization-index.md for TPU envelope data + topic pointers + cross-model refuted-pattern principles, (2) the generic wiki/model-optimization-blueprint.md for ladder-keyed phase ordering +…

not rated 54 8d ago A 338 tokens original MIT

start-experiment

101

vlasenkoalexey/tpu_performance_autoresearch_wiki

Skill Claude CodeCodex

Start the autoresearch optimization loop for a specific model + lane. Resolves the hierarchical program.md (root → model → lane), asks the user for hardware (local TPU VM or GKE cluster of a specified TPU type + topology), discovers available clusters from .env/, checks occupancy with USERPREFIX-aware attribution…

not rated 54 8d ago A 103 tokens original MIT

curator-continuity

102

talirezun/the-curator

Skill Claude CodeCodex

Apply at the start of a build or coding session on a Curator-tracked project, and again as your own context fills, without waiting to be asked. Activates on "continue", "resume", "where did we leave off", "pick up where we left off", "what were we working on", "catch me up on this project", and on the save side "save…

not rated 56 changed today A 228 tokens

my-curator

103

talirezun/the-curator

Skill Claude CodeCodex

Use when interacting with the user's My Curator second brain via the my-curator MCP. Activates for READ ("what does my wiki say about X", "what do I know about X", "search my notes", "deep research my second brain", "find every source that mentions Y", "what does our cohort wiki say"), WRITE ("save to my wiki"…

not rated 56 changed today A 206 tokens

bi-causal-attribution

104

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A business-analysis skill that links business events in reports, plans, release notes, or conversations with an unusual metric change. It produces and ranks possible causes supported by the available evidence.

not rated 58 today A 76 tokens original Apache-2.0

bi-clustering

105

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A business-analysis skill that places similar business objects—such as users, products, or shops—into groups. It can use a two-by-two matrix based on two measures or clustering based on several features.

not rated 58 today A 107 tokens original Apache-2.0

fetch-data

106

agentscope-ai/QwenPaw-Data

Skill Claude CodeCodex

A workflow that turns a plain-language request for business data into a database query, runs it in a data warehouse or lake, and returns the results for analysis.

not rated 58 today A 276 tokens original Apache-2.0

cortex-memory

107

Fozikio/cortex-engine

Skill Claude CodeCodex

Persistent cognitive memory for AI agents — query, record, review, and consolidate knowledge across sessions with spreading activation, FSRS scheduling, and NLI contradiction detection.

not rated 49 16d ago A 36 tokens original MIT

cortex-query

108

Fozikio/cortex-engine

Skill Claude CodeCodex

This skill has been consolidated into cortex-engine.

not rated 49 16d ago A 30 tokens original MIT

learn-project

109

Fozikio/cortex-engine

Skill Claude CodeCodex

Bootstrap cortex with project knowledge — reads key files and observes what it learns into the project namespace.

not rated 49 16d ago A 21 tokens original MIT

python-executor

110

CarlosVallejoRuiz/slurp

Skill Claude CodeCodex

Execute Python code in a safe sandboxed environment via inference.sh. Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ more libraries. Use for: data processing, web scraping, image manipulation, video creation, 3D model processing, PDF…

not rated 45 2d ago A 128 tokens

CarlosVallejoRuiz/slurp

Skill Claude CodeCodex

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

not rated 45 2d ago A 38 tokens

lint

112

xcota/pos

Skill Claude CodeCodex

Use weekly or after major ingest sessions to check wiki health.

not rated 43 +9 1mo ago A 14 tokens original MIT

svoboda-profiler

113

xcota/pos

Skill Claude CodeCodex

A guided conversation method for building a psychological profile and a record of a person’s current life situation. It covers seven areas such as growth, health, surroundings, relationships, work, money and purpose.

not rated 43 +9 1mo ago A 69 tokens original MIT

vault-scaffolder

114

xcota/pos

Skill Claude CodeCodex

Use when a completed svoboda profile.yaml exists and a new Personal OS needs to be personalized in the current workspace.

not rated 43 +9 1mo ago A 29 tokens original MIT

binder-app

115

mpazik/Binder

Skill Claude CodeCodex

Build a small HTTP app (dashboard, kanban board, admin panel, custom UI) on top of an existing Binder workspace. Use when asked to "create an app", "build a dashboard", "show records in a chart", "make a kanban/board", "build an admin panel", or "add a UI on top of binder".

not rated 40 12d ago A 74 tokens original MIT

binder-import

116

mpazik/Binder

Skill Claude CodeCodex

Import external data into a Binder workspace. Handles CSV, JSON, YAML, Markdown files, and directories of Markdown. Use when asked to "import data", "load records from a file", "ingest documents", "migrate data into binder", or bulk-create records from an external source.

not rated 40 12d ago A 62 tokens original MIT

binder-modeling

117

mpazik/Binder

Skill Claude CodeCodex

Binder data modeling — define entity types, fields, relations, constraints, views, and navigation. Use when asked to "create a type", "add a field", "define a schema", "set up relations", "model entities", "create a view", "set up navigation", "render entities as files", or design a binder workspace schema.

not rated 40 12d ago A 74 tokens original MIT

install-waggle

118

Abhigyan-Shekhar/Waggle-mcp

Skill Claude CodeCodex

Install the official Waggle plugin locally for Codex from the latest stable Abhigyan-Shekhar/Waggle-mcp GitHub Release. Use for explicit requests such as "Install Waggle", "Set up Waggle", "Install Waggle for Codex", or "Enable Waggle". Do not use for Waggle operation, repair, updates, configuration, or memory…

not rated 39 yesterday A 84 tokens original Apache-2.0

waggle-checkpoint

119

Abhigyan-Shekhar/Waggle-mcp

Skill Claude CodeCodex

Checkpoint durable decisions, fixes, constraints, results, and open next steps from the current Codex task into scoped Waggle project memory.

not rated 39 yesterday A 32 tokens copy · 100% Apache-2.0

waggle-memory

120

Abhigyan-Shekhar/Waggle-mcp

Skill Claude CodeCodex

Use Waggle automatically as portable, local project memory during meaningful coding work; retrieve prior decisions and constraints, then store only durable outcomes.

not rated 39 yesterday A 31 tokens copy · 100% 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: