
Zeude
- 138 installs
- 40 repo stars
- Updated August 4, 2026
- akillness/oh-my-skills
Orchestrate multi-step agent sessions in oh-my-skills workflows with consistent prompts, guardrails, and handoffs across coding tasks.
About
Provides oh-my-skills agent orchestration patterns for sequencing skills, preserving context, and enforcing guardrails across multi-step coding sessions so autonomous agents complete complex builds more reliably.
- Coordinates multiple agent skills within one session
- Standardizes handoffs and context retention across steps
- Reduces ad-hoc prompt drift in long agent runs
- Fits oh-my-skills meta-workflow patterns
Zeude by the numbers
- 138 all-time installs (skills.sh)
- Ranked #3,548 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/akillness/oh-my-skills --skill zeudeAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 138 |
|---|---|
| repo stars | ★ 40 |
| Last updated | August 4, 2026 |
| Repository | akillness/oh-my-skills ↗ |
What it does
Orchestrate multi-step agent sessions in oh-my-skills workflows with consistent prompts, guardrails, and handoffs across coding tasks.
Files
zeude — Enterprise AI Adoption Platform for Claude Code
Measure usage. Sync config. Guide teams. Turn AI investment into AI fluency.
zeude is an enterprise platform that transforms organizations into AI natives by solving the Intention-Action Gap in Claude Code adoption. It provides centralized measurement, automated configuration sync, and context-aware skill guidance — delivering 3× improvement in adoption rates without mandating behavior.
Installation
Plugin (Claude Code)
claude plugin marketplace add zep-us/zeudeSelf-hosted (recommended for enterprise)
git clone https://github.com/zep-us/zeude.git
cd zeude
cp .env.example .env
# Configure Supabase and ClickHouse credentials in .env
# Start dashboard
cd zeude/dashboard && pnpm install && pnpm devSkill (any platform)
npx skills add https://github.com/akillness/jeo-skills --skill zeudeRequirements
- Claude Code installed and authenticated
- Supabase account — configuration storage and user management
- ClickHouse instance — analytics backend
- macOS or Linux (x86_64 / arm64)
- Go (for building the CLI shim)
- Node.js + pnpm (for the dashboard)
When to use
- Measure Claude Code adoption rates across an engineering org without mandating behavior
- Centrally deploy skills, MCP servers, and hooks to all developers in one push
- Surface context-aware skill suggestions at the moment a developer types a prompt
- Identify power users and surface their best practices to the rest of the team
- Run OpenTelemetry traces on Claude Code sessions for usage analytics in ClickHouse
Do not use when
- You need a single-developer setup → use standard
skills adddirectly - You don't have Supabase + ClickHouse infrastructure → prerequisites block self-hosting
- You need a fully managed SaaS → contact enterprise sales at jaegyu.lee@zep.us
Architecture: Three-Layer Ecosystem
Sensing → OpenTelemetry traces → ClickHouse → Dashboard analytics
Delivery → Dashboard API → Zeude Shim → Local ~/.claude/ configuration
Guidance → User prompts → Hook analysis → Context-aware skill suggestions1. Sensing — Measure adoption
Zeude captures every Claude Code session via OpenTelemetry without modifying developer behavior.
# Configure OTEL endpoint in .env
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
CLICKHOUSE_DSN=clickhouse://...Dashboard shows:
- Adoption rates by team and individual
- Token usage patterns
- Most-used skills and prompts
- Power user identification
2. Delivery — Sync configuration
The Zeude Shim intercepts claude commands and syncs centralized config before passing control to the real Claude CLI.
# Per-developer install (using agent key from dashboard)
curl -fsSL https://raw.githubusercontent.com/zep-us/zeude/main/install.sh | bash -s -- --key <AGENT_KEY>Config synced on every invocation:
~/.claude/skills/— deployed skills- MCP server configurations
- Hooks (UserPromptSubmit, etc.)
3. Guidance — Skill suggestions
Zeude uses 2-tier keyword matching to deliver relevant skill suggestions at prompt time via UserPromptSubmit hooks.
# Hook fires on every Claude prompt
# Zeude analyzes intent → suggests relevant skills inlineDashboard API
# Start dashboard (after .env configuration)
cd dashboard && pnpm dev
# Available endpoints (via dashboard)
GET /api/skills # list deployed skills
POST /api/skills # deploy a skill to all team members
GET /api/analytics # adoption metrics
POST /api/teams # create/manage teamsOperating rules
1. Set up Supabase and ClickHouse before any developer installs the Shim 2. Deploy the dashboard and verify API health before distributing agent keys 3. Use the Zeude Shim installer (not manual symlinks) so auto-update works 4. Monitor the ClickHouse dashboard weekly to identify adoption gaps 5. Push new skills centrally from the dashboard rather than asking developers to install manually 6. Keep agent keys per-team for access control granularity
References
- zep-us/zeude
- Docs
- Enterprise contact: jaegyu.lee@zep.us
Source: zep-us/zeude — Apache-2.0 License
zeude|zeude,ai adoption,claude code adoption,enterprise claude,opentelemetry claude,skill sync,team claude management,mcp sync,hook sync,adoption analytics|Enterprise AI adoption platform for Claude Code — 3x adoption improvement via OpenTelemetry measurement, centralized skill/MCP/hook sync (Zeude Shim), and context-aware skill suggestions. Requires Supabase + ClickHouse. Self-hosted dashboard (Go CLI + Next.js).|zep-us/zeude|Apache-2.0|latest