By luyao618
Self-improving skill inventory controller: /skila distills sessions into versioned skills with feedback-driven evolution and a web control panel.
Self-improving skill manager for Claude Code
Automatically distill coding sessions into reusable, versioned skills — and continuously refine them as you work.
# npm (global CLI)
npm i -g @luyao618/skila
# Claude Code plugin
/plugin marketplace add luyao618/skila
/plugin install skila@skila
# run inside Claude Code — distill current session into a reusable skill
/skila
# run in terminal — launch web control panel
skila serve
/skila turns a Claude Code session into a complete skill directory — automatically.
Here's /skila in action — distilling a debugging session into a new skill and updating an existing one:
The pipeline has three stages:
scripts/, read docs → references/, written templates → assets/.skila serve launches a three-pane Obsidian-style dashboard:
MIT © yao 2026
# npm 全局安装
npm i -g @luyao618/skila
# Claude Code 插件
/plugin marketplace add luyao618/skila
/plugin install skila@skila
# 在 Claude Code 中运行 — 将当前会话提炼为可复用的 skill
/skila
# 在终端中运行 — 启动 Web 控制面板
skila serve
/skila 将 Claude Code 会话自动转化为完整的 skill 目录。
下图展示了 /skila 的实际运行效果 — 从调试会话中提炼新 skill 并更新已有 skill:
流程分三个阶段:
scripts/,读取的文档 → references/,写入的模板 → assets/。skila serve 启动三栏 Obsidian 风格的管理面板:
MIT © yao 2026
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub luyao618/skila --plugin skilaComplete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.