benchmark
01kayba-ai/agentic-context-engine
Command Claude Code
Run a TAU-bench evaluation end-to-end and present results.
kayba-ai/agentic-context-engine
Command Claude Code
Run a TAU-bench evaluation end-to-end and present results.
kayba-ai/agentic-context-engine
Command Claude Code
Switch to an existing branch by checking out its worktree, or creating one if needed.
kayba-ai/agentic-context-engine
Command Claude Code
Create a new git branch with an associated worktree following the project naming convention.
kayba-ai/agentic-context-engine
Command Claude Code
Create a pull request for the current branch against main.
kayba-ai/agentic-context-engine
Command Claude Code
Finalize the current work: format, test, fix, commit, and push.
kayba-ai/agentic-context-engine
Command Claude Code
List project branches with their worktree status.
kayba-ai/agentic-context-engine
Command Claude Code
Release a new version: bump version, update changelog, tag, push, and create a GitHub release.
kayba-ai/agentic-context-engine
Command Claude Code
Remove a branch and its associated worktree.
kayba-ai/agentic-context-engine
Settings file Claude Code
Agent settings declaring 2 allowed tools.
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
End-to-end agent evaluation and improvement pipeline. Takes a traces folder and optional HITL flag, then orchestrates sub-agents through 7 stages — each stage is its own skill invoked by a dedicated sub-agent. Trigger when the user says "run the pipeline", "kayba pipeline", "evaluate and fix", "full eval", "analyze…
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Fetch pre-computed insights from the Kayba API and build a structured summary. Does NOT upload traces or trigger generation — analysis is assumed to already exist. Trigger when the user says "run stage 1", "get insights", "fetch skills", "kayba analyze", or when invoked by the kayba-pipeline orchestrator. Requires the…
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Gather domain context about the repository and agent — system prompt, tool definitions, domain docs, and behavior patterns from traces. Trigger when the user says "run stage 2", "gather context", "domain context", or when invoked by the kayba-pipeline orchestrator.
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Define metrics from Kayba insights, implement them as Python measurement code, run against traces, and iterate until the metrics are clean and meaningful. Trigger when the user says "run stage 3", "define metrics", "build metrics", "compute baselines", or when invoked by the kayba-pipeline orchestrator. Requires…
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Organize computed metrics into a tiered evaluation rubric with leading, lagging, and quality indicators. Trigger when the user says "run stage 4", "build rubric", "tier metrics", or when invoked by the kayba-pipeline orchestrator. Requires eval/baselinemetrics.json and eval/computebaselines.py to exist.
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Triage each insight into discard/code-fix/prompt-fix and produce a prioritized action plan with specific recommendations. Trigger when the user says "run stage 5", "make action plan", "triage skills", or when invoked by the kayba-pipeline orchestrator. Requires eval outputs from stages 1-4.
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Human-In-The-Loop gate that presents the action plan with full context, collects an informed approval/modification/rejection decision, and records the outcome. Trigger when the user says "run stage 6", "HITL review", "approve action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md…
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
Implement the approved fixes from the action plan and log all changes. Trigger when the user says "run stage 7", "implement fixes", "apply action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md to exist.
kayba-ai/agentic-context-engine
Instructions file CodexOpenCode
Instructions for kayba-ai/agentic-context-engine, covering agents.md, repository guidelines, pipeline-first development (mandatory), core code protection and documentation maintenance.
kayba-ai/agentic-context-engine
Instructions file
Instructions for kayba-ai/agentic-context-engine, covering claude.md, repository guidelines, pipeline-first development (mandatory), core code protection and documentation maintenance.
kayba-ai/agentic-context-engine
Command
The kayba CLI interacts with the Kayba hosted API (https://use.kayba.ai). Auth: set KAYBAAPIKEY env var or pass --api-key to every command.
kayba-ai/agentic-context-engine
Skill Claude CodeCodex
This skill ships learnfromtraces.py, a script that reads OpenClaw session transcripts, feeds them through the ACE learning pipeline, and writes an updated skillbook to disk.
Skill Claude CodeCodex
../../../recursiveimprove/data/BENCHMARKSKILL.md.
Skill Claude CodeCodex
../../../recursiveimprove/data/RATCHETSKILL.md.
Skill Claude CodeCodex
../../../recursiveimprove/data/SKILL.md.