Eigenwise

62 mods across 4 repositories, 6.3k stars between them.

eigenwise

01

Eigenwise/atomic-agents

Plugin Claude Code

Official plugins for the Atomic Agents framework - a lightweight, modular system for building AI agents with Pydantic and Instructor.

6.2k 7d ago A tokens not measured original MIT

atomic-agents

02

Eigenwise/atomic-agents

Settings file Claude Code

Agent settings configuring $schema, enabledPlugins, extraKnownMarketplaces.

6.2k 7d ago A tokens not measured original MIT

release

03

Eigenwise/atomic-agents

Skill Claude CodeCodex

Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to "release", "publish", "deploy", or "bump version" for atomic-agents.

6.2k 7d ago A 43 tokens original MIT

Eigenwise/atomic-agents

Instructions file CodexOpenCode

Instructions for Eigenwise/atomic-agents, covering atomic agents monorepo, what is this repository?, core philosophy, monorepo structure and package details.

6.2k 7d ago B 3,278 tokens original MIT

atomic-agents

05

Eigenwise/atomic-agents

Plugin Claude Code

Skills plus explorer and reviewer subagents for building, scaffolding, debugging, understanding, and auditing applications with the Atomic Agents Python framework. Includes the umbrella framework skill, action-oriented create-atomic-schema / create-atomic-agent / create-atomic-tool / create-atomic-context-prov.

6.2k 7d ago A tokens not measured original MIT

atomic-explorer

06

Eigenwise/atomic-agents

Agent

Maps existing Atomic Agents Python codebases — catalogs agents, tools, schemas, context providers, and orchestration patterns; traces data flow between them; returns a compact architecture summary with file:line references. Use PROACTIVELY when the user asks to "explore", "map", "understand", "analyze", "trace", or…

6.2k 7d ago A 125 tokens original MIT

atomic-reviewer

07

Eigenwise/atomic-agents

Agent

Reviews Atomic Agents Python code for framework-specific correctness — BaseIOSchema invariants, AtomicAgent/AgentConfig wiring, BaseTool generics, context-provider I/O hygiene, orchestration hazards, Instructor integration — using confidence-based filtering. Use PROACTIVELY after any change to atomic-agents code…

6.2k 7d ago A 126 tokens original MIT

create-atomic-agent

08

Eigenwise/atomic-agents

Skill Claude CodeCodex

Build and wire an AtomicAgent[InSchema, OutSchema] — schemas, AgentConfig, SystemPromptGenerator, provider client, history, hooks, optional context providers. Use when the user asks to "create an agent", "add another agent", "build an AtomicAgent", "wire up an agent", "make a planner/router/extractor agent", or runs…

6.2k 7d ago A 93 tokens original MIT

Eigenwise/atomic-agents

Skill Claude CodeCodex

Build a BaseDynamicContextProvider that injects a named, titled block into an agent's system prompt at every run() — current time, user identity, retrieved RAG docs, session state, cached DB schema. Use when the user asks to "add a context provider", "inject X into the prompt", "give the agent dynamic context", "wire…

6.2k 7d ago A 106 tokens original MIT

Eigenwise/atomic-agents

Skill Claude CodeCodex

Design and write a BaseIOSchema input/output pair for an Atomic Agents agent or tool — docstrings, field descriptions, validators, error variants. Use when the user asks to "create a schema", "design the input/output schema", "define an IOSchema", "write a BaseIOSchema", "model the agent's output", or runs…

6.2k 7d ago A 89 tokens original MIT

create-atomic-tool

11

Eigenwise/atomic-agents

Skill Claude CodeCodex

Build a BaseTool[InSchema, OutSchema] subclass — input/output schemas, BaseToolConfig, run() (and optional runasync()), env-driven secrets, typed failure outputs. Use when the user asks to "add a tool", "create a tool", "wrap an API as a tool", "build a BaseTool", "make a calculator/search/weather tool", or runs…

6.2k 7d ago A 99 tokens original MIT

framework

12

Eigenwise/atomic-agents

Skill Claude CodeCodex

Guide for the Atomic Agents Python framework — schemas, agents, tools, context providers, prompts, orchestration, and provider configuration. Use when code imports from atomicagents, defines an AtomicAgent, BaseTool, or BaseIOSchema, or the user asks about multi-agent orchestration or LLM-provider wiring in an…

6.2k 7d ago A 74 tokens original MIT

new-app

13

Eigenwise/atomic-agents

Skill Claude CodeCodex

Scaffold a new Atomic Agents project from scratch — create the directory, pyproject.toml, env file, first agent, and a runnable entry point. Use when the user asks to start a new atomic-agents project from scratch, says "scaffold" / "new project" / "start from zero", or runs /atomic-agents:new-app.

6.2k 7d ago A 76 tokens original MIT

troubleshoot

14

Eigenwise/atomic-agents

Skill Claude CodeCodex

Diagnose and fix a failing or misbehaving Atomic Agents app — import errors, schema validation failures, empty or malformed LLM output, provider role/mode errors, history and context problems, MCP transport errors. Use when the user reports an error, traceback, or wrong behavior in atomic-agents code, asks "why is my…

6.2k 7d ago A 103 tokens original MIT

Eigenwise/eigenwise-toolshed

Instructions file

Instructions for Eigenwise/eigenwise-toolshed, covering eigenwise toolshed — project rules, documentation stays current, and an agent owns that, release guidance and screenshots.

36 3d ago A 615 tokens original MIT

codebase-mapper

18

Eigenwise/eigenwise-toolshed

Plugin Claude Code

A self-maintaining codebase map: atomic docs Claude loads at the start of each session and keeps in sync as the code changes. Any stack; greenfield or existing.

36 3d ago A tokens not measured original MIT

SessionStart

19

Eigenwise/eigenwise-toolshed

Hook

Runs when a session starts, executing inject-context.js via node. From Eigenwise/eigenwise-toolshed.

36 3d ago A tokens not measured original MIT

SubagentStart

20

Eigenwise/eigenwise-toolshed

Hook

Runs when a subagent starts for ^(?:sidequest-exec.*, general-purpose and codebase-mapper:.*writer.*)$ tool calls, executing inject-context.js via node. From Eigenwise/eigenwise-toolshed.

36 3d ago A tokens not measured original MIT

PreToolUse

21

Eigenwise/eigenwise-toolshed

Hook

Runs before the agent uses a tool for Skill tool calls, executing inject-context.js via node. From Eigenwise/eigenwise-toolshed.

36 3d ago A tokens not measured original MIT

Stop

22

Eigenwise/eigenwise-toolshed

Hook

Runs when the agent finishes a response, executing inject-context.js via node. From Eigenwise/eigenwise-toolshed.

36 3d ago A tokens not measured copy · 86% MIT

UserPromptSubmit

23

Eigenwise/eigenwise-toolshed

Hook

Runs when you submit a prompt, before the agent sees it, executing remind.js via node. From Eigenwise/eigenwise-toolshed.

36 3d ago A tokens not measured original MIT

map-codebase

24

Eigenwise/eigenwise-toolshed

Skill Claude CodeCodex

Create a self-maintaining codebase map in .claude/.codebase-info/. Use to map, document, analyze, or onboard a codebase, including a new project.

36 3d ago A 40 tokens original MIT