Skill Se Kit — AI skill for Claude Code
Agent-Native self-evolution for AI agent skills.
How to install Skill Se Kit
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open d-wwei/skill-se-kit and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skill Se Kit does
Agent-Native self-evolution for AI agent skills. Zero dependencies — the agent IS the runtime.
Alternatives in AI
- Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
- WindsurfAPI — Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, A 3k ★
- Ante — Ghost in your shell 1.9k ★
README
Skill SE Kit (Agent-Native)
**Protocol-driven self-evolution for AI agent skills. Zero dependencies.**
The agent reads SKILL.md, manages JSON files, and evolves its own skill bank. No runtime, no sidecar, no package to install.
Why Agent-Native?
Traditional skill evolution kits ship as libraries (Python, TypeScript) that agents call. This creates cross-language integration pain, deployment complexity, and inferior intelligence (Jaccard matching vs. agent semantic understanding).
The Agent-Native approach: **the agent IS the runtime.** The kit is a protocol specification + JSON schemas. The agent follows the protocol directly.
| Library Approach | Agent-Native | |
|---|---|---|
| Integration | pip install / npm install | Copy files |
| Cross-language | Sidecar + adapter needed | Works everywhere |
| Intelligence | Jaccard bag-of-words | Agent semantic understanding |
| Dependencies | Python 3.9+ / Node 18+ | None |
| Deployment | Process management | Nothing to deploy |
Quick Start
1. Copy into your skill project
your-skill/
SKILL.md ← from this repo
schemas/ ← from this repo
manifest.json ← from workspace-template/
skill_bank.json ← from workspace-template/
experience/ ← create empty
audit/ ← create empty
snapshots/ ← create empty
2. Edit manifest.json
Replace `REPLACE_WITH_*` placeholders with your skill's identity.
3. Tell your agent to follow SKILL.md
Add to your agent's instructions:
Follow the skill evolution protocol in SKILL.md.
Before execution: retrieve relevant skills from skill_bank.json.
After execution: extract feedback, record experience, update skill bank.
4. Done
The agent now learns from every execution and accumulates reusable skills.
How It Works
**Dual-loop architecture** (inspired by AutoSkill & XSKILL research):
Left Loop (Execution): Right Loop (Learning):
Read skill bank
Related Skills
Io
A tiny, self-contained LLM coding agent. One binary, 180+ providers, zero runtime dependencies.
Gocode
Claude Code rewritten in Go.. High-performance AI agent harness runtime in Go. MCP server, CLI tool orchestrat
Nudgy
Native macOS menu bar app that notifies you when AI coding agents (Claude Code) finish tasks, need permissions
Rusty Gitclaw
A universal git-native AI agent framework — written in Rust. Single binary. Zero dependencies. 383 models. Bla
Decklet
AI slide generator for coding agents: a Claude Code and Codex skill plus CLI that turns any content into one s
Nativeprompt
Rewrite your prompt into the native dialect of the model you're actually running (Claude Code / Codex) — by ea
Related Agents
Evolution Auditor
Audit self-evolution signals, candidate artifacts, and promotion readiness
Neural Evolution Engine
Creates self-modifying neural architectures that evolve in real-time with neuroplasticity systems and consciou
Agent Evolution
Agent self-improvement coordinator — use after sessions to review what was learned, update KNOWLEDGE sections