agentsope

56 mods across 2 repositories, 346 stars between them.

SkillAlchemy

01

agentsope/SkillAlchemy

Skill Claude CodeCodex

SkillAlchemy — One thought conceived, one goal achieved. Accept any idea or distillation target and produce an installable SKILL.md. It uses Lens to clarify the problem and LEAP to run distillation or fusion. This is the sole user-facing entry point. Use when the user asks to distill, generate a skill, fuse skills, or…

342 7d ago B 91 tokens original MIT

LEAP

02

agentsope/SkillAlchemy

Skill Claude CodeCodex

LEAP builds skills through two pipelines: Branch A distills a skill from raw data, while Branch B combines multiple skills into one. It is called by the main SkillAlchemy workflow. Use when SkillAlchemy requires distillation or fusion.

342 7d ago A 52 tokens original MIT

Lens

03

agentsope/SkillAlchemy

Skill Claude CodeCodex

Lens — Add a cognitive lens to any problem. It accepts a task description and produces an enhanced description that surfaces hidden dimensions, prerequisites, and lines of inquiry—the things you do not know you do not know. Use when the user asks to brainstorm, analyze, generate a skill, distill, or fuse, or when the…

342 7d ago A 79 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Cross-framework enhancement overlay for choosing a multi-agent topology BEFORE writing any agent. A binary-question rubric — is single-agent + tools enough? do agents need to know about each other? does the output need one voice? — maps the answer to single-agent / supervisor / swarm / sequential / hierarchical.…

342 7d ago A 141 tokens original MIT

agentsop-aider

05

agentsope/SkillAlchemy

Skill Claude CodeCodex

SOP for terminal-based, git-native AI pair programming with Aider (git work-tree + tree-sitter repo-map + edit-format + human-in-loop REPL). Use when editing code in an existing git repo via an LLM, when you need to converge a change to 2-5 files, pick an edit format that fits the model, run architect+editor mode, or…

342 7d ago A 89 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Screens biomedical / life-science papers for signs of data fabrication, image manipulation, and statistical anomalies, using the detection techniques distilled from the field's canonical exposure platforms (PubPeer, Data Colada, Science Integrity Digest, For Better Science) and tools (ImageTwin/Proofig, statcheck…

342 7d ago A 167 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Universal discipline for any LM-driven loop — agent retries, plan-act-observe, multi-agent handoffs, optimiser passes, test-fix cycles. Encodes the one rule every framework documents quietly and every team relearns expensively: the LM in the loop is NEVER a reliable terminator. Termination must be provided by an…

342 7d ago A 218 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Decision rubric for when an LM agent should write-and-run code (Program-of-Thought / code interpreter) versus reason in natural language: classify each step as deterministic- computable (emit + execute code, feed the result back) vs judgment (stay in prose). Use when designing or debugging an agent step that does…

342 7d ago A 141 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Coder-agent working-file budget discipline: keep the editable working set (files you /add into writable context) under 25k tokens, separate "read" from "edit", delegate breadth to a read-only repo-map, and drop files once edited. Use when an LLM coder-agent edits multiple files, when the working set must stay focused…

342 7d ago A 131 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

SOP for writing, loading, and evolving a project-level convention file (CONVENTIONS.md / CLAUDE.md / .cursor/rules / .clinerules / AGENTS.md) so that a coder-agent reliably respects your codebase's style choices every session. Tool-agnostic; covers the four load mechanics (read-only attachment, ancestor-walk…

342 7d ago A 104 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Split a multi-call LM workflow by cognitive load, not by accuracy: let one strong model make the few reasoning decisions and a cheap model do the many mechanical executions (Aider architect+editor, DSPy optimizer-LM vs task-LM, vLLM speculative draft+target, LangGraph supervisor+worker are the same shape). Use when…

342 7d ago A 154 tokens original MIT

agentsop-crewai

12

agentsope/SkillAlchemy

Skill Claude CodeCodex

SOP for building multi-agent systems with CrewAI — role-based collaboration, sequential/hierarchical processes, Flows, memory, delegation. Use when modeling agent teams with clear roles and task pipelines.

342 7d ago A 45 tokens original MIT

agentsop-dify

13

agentsope/SkillAlchemy

Skill Claude CodeCodex

SOP for building LLM applications on Dify — visual workflow + chatflow + agent + RAG knowledge base + plugin marketplace + observability, self-hostable. Use when shipping LLM apps fast with a "no-code to pro-code" gradient, especially when non-engineers need to co-author the flow.

342 7d ago A 69 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Build and govern a 50-200 example domain-specific held-out benchmark sampled from real traffic. Distinct from public benchmarks (MMLU/HumanEval/GSM8K via lm-evaluation-harness) which measure GENERAL capability. Only a held-out domain set predicts whether THIS system works on YOUR data. Collect real examples, label…

342 7d ago A 98 tokens original MIT

agentsop-dspy

15

agentsope/SkillAlchemy

Skill Claude CodeCodex

Operating SOP for DSPy (Stanford NLP) — the declarative framework for "programming, not prompting" language models. Activate when the user says any of: "use DSPy", "compile a prompt", "optimize prompts/programs", "MIPRO/MIPROv2", "BootstrapFewShot", "GEPA", "Signatures + Modules", "teleprompter", "auto-tune prompts…

342 7d ago A 157 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Neutral, framework-agnostic decision tree for project kickoff: "which agent / RAG / LLM framework should I reach for?" Synthesizes the ecosystem sections of 7 landmark-project SOPs (LangGraph, LlamaIndex, DSPy, CrewAI, vLLM, Aider, Dify) into one layered rubric. Core stance: frameworks are LAYERS, not competitors — a…

342 7d ago A 189 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Decision protocol for wrapping a REST / GraphQL / RPC API as a tool an LLM agent can call. The load-bearing premise: the tool surface is an LM-friendly subset of the API surface — one tool per user intent, not one per endpoint. Activates when a coder agent must expose an external HTTP API to a model (function calling…

342 7d ago A 155 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Enhancement-overlay SOP for adding sparse (BM25 / keyword) retrieval alongside dense (embedding) retrieval. Activate when a calling agent is building, reviewing, or debugging a retrieval pipeline whose corpus contains exact-match tokens — identifiers, error codes, SKUs, API/function names, proper nouns, citations…

342 7d ago A 173 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Re-ingest-correctness SOP for production RAG. Activate when a calling agent builds, reviews, or debugs an ingestion pipeline that runs more than once over a changing corpus — scheduled re-index, incremental updates, CI re-ingest, or a "retrieval has duplicates / shows deleted docs" bug. Encodes the rule — ingestion…

342 7d ago A 205 tokens original MIT

agentsop-langgraph

20

agentsope/SkillAlchemy

Skill Claude CodeCodex

Decision protocol for building, debugging, and operating LangGraph-based agent systems. Activates when a coder agent is asked to design a stateful LLM workflow, add human-in-the-loop, choose a multi-agent pattern (supervisor / swarm / hierarchical), pick a checkpoint backend, or migrate a fragile chain into a durable…

342 7d ago A 124 tokens original MIT

agentsop-llamaindex

21

agentsope/SkillAlchemy

Skill Claude CodeCodex

Operating-system distillation of LlamaIndex — the leading RAG / document-agent framework. Activate when the calling agent must build, debug, harden, or evaluate a Retrieval-Augmented Generation pipeline over unstructured/private data, decide between RAG primitives (Index types, retrievers, query engines, routers…

342 7d ago A 178 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Enhancement overlay — version the WHOLE deployable LLM-app artifact as one bundle: prompts + compiled programs + model snapshot pins + retrieval config + eval-set version, versioned together so a deploy is reproducible and rollback is atomic. Activate when preparing to deploy an LLM app, when asking "what exactly is…

342 7d ago A 223 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Cross-engine decision rubric for self-hosting or recommending an LLM serving stack. Picks among vLLM, SGLang, TensorRT-LLM, TGI, llama.cpp, Ollama, and MLX as a function of (hardware × workload × constraint), not "which is fastest". Activates whenever a coder-agent must choose, defend, or migrate a serving runtime.

342 7d ago A 86 tokens original MIT

agentsope/SkillAlchemy

Skill Claude CodeCodex

Decision protocol for making side-effectful agent tools idempotent — so when an LLM tool call is retried (timeout, framework resume, user re-run, model duplicate emit), the second call is a no-op instead of a double-send. The load-bearing premise: the LM cannot promise it'll call exactly once; the tool must promise…

342 7d ago A 160 tokens original MIT