intertwine

17 mods across 3 repositories, 303 stars between them.

dspy-agent-skills

02

intertwine/dspy-agent-skills

Plugin Claude Code

Production-grade DSPy 3.2.x skills for coding agents: signatures, modules, evaluation harnesses, GEPA optimization, RLM long-context reasoning, BetterTogether chaining, and a full end-to-end DSPy workflow.

276 2mo ago A tokens not measured original MIT

intertwine/dspy-agent-skills

Instructions file CodexOpenCode

Instructions for intertwine/dspy-agent-skills, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

276 2mo ago A 734 tokens original MIT

intertwine/dspy-agent-skills

Instructions file

Instructions for intertwine/dspy-agent-skills, covering claude.md, what this repo is, repo layout, commands you'll actually run and smoke-test every example offline (no api key needed).

276 2mo ago A 1,363 tokens original MIT

intertwine/dspy-agent-skills

Skill Claude CodeCodex

Drive a complete DSPy 3.2.x project end-to-end — spec → program → metric → baseline → GEPA optimize → export → deploy. Orchestrates the other four DSPy skills (dspy-fundamentals, dspy-evaluation-harness, dspy-gepa-optimizer, dspy-rlm-module) in the correct order. Use this for any non-trivial DSPy build from scratch.

276 2mo ago A 94 tokens original MIT

intertwine/dspy-agent-skills

Skill Claude CodeCodex

Build DSPy evaluation harnesses with rich-feedback metrics that are essential for GEPA optimization. Use when writing a metric function, calling dspy.Evaluate, splitting dev/val sets, debugging "why is my optimizer not improving?", or designing CI-ready DSPy eval suites.

276 2mo ago A 62 tokens original MIT

dspy-fundamentals

07

intertwine/dspy-agent-skills

Skill Claude CodeCodex

Write idiomatic DSPy 3.2.x programs — typed Signatures, dspy.Module subclasses, Predict/ChainOfThought/ReAct/ProgramOfThought, and save/load. Use this when starting any new DSPy project or when fixing non-idiomatic DSPy code (hard-coded prompts, ad-hoc string templates, untyped outputs, non-serializable classes).

276 2mo ago A 84 tokens original MIT

dspy-gepa-optimizer

08

intertwine/dspy-agent-skills

Skill Claude CodeCodex

Optimize DSPy programs with dspy.GEPA — the reflective/evolutionary optimizer that is the 2026 gold standard for DSPy (beats MIPROv2 on complex tasks with far fewer rollouts when the metric returns rich feedback). Use when the user says optimize, compile, GEPA, reflective optimization, or "make this program better"…

276 2mo ago A 90 tokens original MIT

dspy-rlm-module

09

intertwine/dspy-agent-skills

Skill Claude CodeCodex

Use dspy.RLM (Recursive Language Model) for reasoning over contexts too large to fit in an LLM's working window — entire codebases, long logs, massive documents, or multi-step data exploration that needs a sandboxed Python REPL. Use when the input is >100k tokens, needs recursive chunking, or benefits from the LLM…

276 2mo ago A 86 tokens original MIT

hive-coordination

12

intertwine/hive-orchestrator

Skill Claude CodeCodex

Coordinate work across multiple agents and projects in Hive. Covers task claims, blockers, handoffs, campaigns, portfolio management, briefs, and shared memory.

23 4mo ago A 35 tokens original MIT

hive-essentials

13

intertwine/hive-orchestrator

Skill Claude CodeCodex

Hive mental model and orientation. Read this first before using any other Hive skill. Covers the entity hierarchy, observe-and-steer pattern, drivers, sandboxes, console vs CLI, and workspace conventions.

23 4mo ago A 46 tokens original MIT

hive-maintainer

14

intertwine/hive-orchestrator

Skill Claude CodeCodex

Discipline for developing Hive itself — PR sizing, review handling, merge discipline, release workflow, delegation, and cleanup hygiene. Use this skill when working on Hive repo changes that span multiple PRs or review cycles.

23 4mo ago A 48 tokens original MIT

hive-mcp

15

intertwine/hive-orchestrator

Skill Claude CodeCodex

Use the Hive MCP server for the thin v2 search and execute tool surface. Use this skill when configuring MCP access to Hive or when an agent needs workspace search and bounded local execution.

23 4mo ago A 42 tokens original MIT

hive-project-setup

16

intertwine/hive-orchestrator

Skill Claude CodeCodex

Set up and configure Hive workspaces, projects, tasks, and evaluator policy. Use this skill when bootstrapping, creating projects, managing tasks, or configuring PROGRAM.md.

23 4mo ago C 41 tokens original MIT

hive-work-loop

17

intertwine/hive-orchestrator

Skill Claude CodeCodex

The core agent work cycle in Hive — from finding a task through claiming, launching a run, handling approvals, finishing, and promoting. Use this skill for task-first project work, governed runs, and clean handoff.

23 4mo ago A 49 tokens original MIT