dosco

22 mods across 2 repositories, 3.3k stars between them.

graphjin

01

dosco/graphjin

Plugin Claude Code

Plugin marketplace listing 1 plugin: graphjin-mcp.

3.2k yesterday A tokens not measured original Apache-2.0

graphjin AGENTS.md

02

dosco/graphjin

Instructions file CodexOpenCode

Instructions for dosco/graphjin, covering graphjin agent guide, architectural overview, directory structure & responsibilities, build commands and coding guidelines.

3.2k yesterday A 5,837 tokens original Apache-2.0

graphjin-mcp

03

dosco/graphjin

Plugin Claude Code

GraphJin MCP server plugin for Claude Code.

3.2k yesterday A tokens not measured original Apache-2.0

graphjin

04

dosco/graphjin

MCP server Claude CodeCodexCursor +2

MCP server "graphjin" as configured in dosco/graphjin. Launched with graphjin mcp --path ${GRAPHJIN_CONFIG_PATH:-./config}.

3.2k yesterday A tokens not measured original Apache-2.0

graphjin-eval

05

dosco/graphjin

Skill Claude CodeCodex

Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.

3.2k yesterday A 27 tokens original Apache-2.0

dosco/graphjin

Skill Claude CodeCodex

Use when adding a new GraphJin database, warehouse, or CQL/NoSQL backend; building a simulator because no live service is available; wiring a dialect, discovery, tests, scripts, README/CONFIG/FEATURES, or website database support surfaces.

3.2k yesterday A 60 tokens original Apache-2.0

ax-agent-context

07

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM pick the right AxAgent context tool for a job - contextMap for recurring corpora, contextPolicy presets for within-run trajectory compaction, agent.optimize for offline GEPA instruction/demo tuning, agent.playbook for an evolving context playbook (offline evolve + online update), and…

107 1mo ago A 147 tokens original Apache-2.0

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxAgent memory retrieval, context-map, and dynamic skill-loading code using @ax-llm/ax. Use when the user asks about contextMap, AxAgentContextMap, onMemoriesSearch, memoriesCatalog, recall(...), inputs.memories, onLoadedMemories, onUsedMemories, onSkillsSearch, skillsCatalog…

107 1mo ago A 128 tokens original Apache-2.0

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxAgent observability code using @ax-llm/ax. Use when the user asks about actorTurnCallback, onContextEvent, agentStatusCallback, onFunctionCall, reportSuccess, reportFailure, getChatLog(), getUsage(), resetUsage(), debug traces, progress updates, or telemetry for AxAgent runs.

107 1mo ago A 79 tokens original Apache-2.0

ax-agent-optimize

10

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxAgent tuning and evaluation code using @ax-llm/ax. Use when the user asks about agent.optimize(...), judgeOptions, eval datasets, optimization targets, saved optimizedProgram artifacts, or agent optimization guidance.

107 1mo ago A 57 tokens original Apache-2.0

ax-agent-rlm

11

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxAgent RLM/runtime code using @ax-llm/ax. Use when the user asks about RLM code execution, AxJSRuntime, contextFields, contextPolicy, liveRuntimeState, promptLevel, stage prompt controls, executorModelPolicy, maxRuntimeChars, agent.test(...), llmQuery(...), recursionOptions…

107 1mo ago A 88 tokens original Apache-2.0

ax-agent

12

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct core AxAgent code using @ax-llm/ax. Use when the user asks about agent(), child agents, namespaced functions, discovery mode, clarification, bubbleErrors, host-side final/clarification protocol, or ordinary agent runtime behavior. For RLM/code-runtime work use ax-agent-rlm; for…

107 1mo ago A 109 tokens original Apache-2.0

ax-ai

13

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AI provider setup and configuration code using @ax-llm/ax. Use when the user asks about ai(), providers, models, presets, embeddings, batch audio with ai.transcribe() or ai.speak(), extended thinking, context caching, or mentions…

107 1mo ago A 93 tokens original Apache-2.0

ax-audio

14

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct audio code with @ax-llm/ax. Use when the user asks about ai.transcribe(), ai.speak(), signature audio inputs or outputs, agent audio behavior, .chat() conversational audio, OpenAI audio or realtime models, Gemini Live native audio, Grok Voice Agent models, voices, formats…

107 1mo ago A 85 tokens original Apache-2.0

ax-flow

15

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxFlow workflow code using @ax-llm/ax. Use when the user asks about flow(), AxFlow, workflow orchestration, parallel execution, DAG workflows, conditional routing, map/reduce patterns, or multi-node AI pipelines.

107 1mo ago A 59 tokens original Apache-2.0

ax-gen

16

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxGen code using @ax-llm/ax. Use when the user asks about ax(), AxGen, generators, forward(), streamingForward(), validation, assertions, streaming assertions, field processors, step hooks, self-tuning, or structured outputs.

107 1mo ago A 62 tokens original Apache-2.0

ax-gepa

17

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct AxGEPA optimization code using @ax-llm/ax. Use when the user asks about AxGEPA, GEPA, Pareto optimization, multi-objective prompt tuning, reflective prompt evolution, validationExamples, maxMetricCalls, or optimizing a generator, flow, or agent tree.

107 1mo ago A 71 tokens original Apache-2.0

ax-llm

18

dosco/aithy

Skill Claude CodeCodex

This skill helps with using the @ax-llm/ax TypeScript library for building LLM applications. Use when the user asks about ax(), ai(), f(), s(), agent(), flow(), AxGen, AxAgent, AxFlow, signatures, streaming, or mentions @ax-llm/ax.

107 1mo ago A 68 tokens original Apache-2.0

ax-playbook

19

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct playbook code using @ax-llm/ax. Use when the user asks about playbook(), AxPlaybook, context playbooks, evolving context, ACE / Agentic Context Engineering, agent.playbook(), or growing/applying task knowledge offline and online with evolve() and update().

107 1mo ago A 70 tokens original Apache-2.0

ax-refine

20

dosco/aithy

Skill Claude CodeCodex

Use this skill when writing or reviewing Ax bestOfN/refine code, reward functions, thresholds, native sample selection, serial attempts, generated advice, and attempt diagnostics.

107 1mo ago A 38 tokens original Apache-2.0

ax-signature

21

dosco/aithy

Skill Claude CodeCodex

This skill helps an LLM generate correct DSPy signature code using @ax-llm/ax. Use when the user asks about signatures, s(), f(), field types, string syntax, fluent builder API, validation constraints, or type-safe inputs/outputs.

107 1mo ago A 57 tokens original Apache-2.0

aithy AGENTS.md

22

dosco/aithy

Instructions file CodexOpenCode

Instructions for dosco/aithy, covering aithy agent notes, code organization, state and sessions, slash commands and soul.md.

107 1mo ago A 1,311 tokens original Apache-2.0