- 📁 examples/
- 📁 references/
- 📁 validation/
- 📄 README.md
- 📄 SKILL.md
- 📄 TROUBLESHOOTING.md
Use SwarmVault when the user needs a local-first knowledge vault that writes durable markdown, graph, search, dashboard, review, and MCP artifacts to disk from books, notes, transcripts, exports, datasets, slide decks, files, URLs, code, and recurring source workflows.
Generate API documentation from source code, supporting REST APIs, GraphQL, and various documentation formats.
Guide for building web applications with the Kui framework. Use when writing Kui ASGI/WSGI handlers, defining routes, binding parameters, configuring OpenAPI docs, or working with middleware/dependency injection.
- 📄 SKILL.md
- 📄 view_python_module.py
Analyze any Python library structure, explore modules, classes, and functions with signatures and documentation.
- 📁 scripts/
- 📁 templates/
- 📄 SKILL.md
Obsidian-style knowledge vault — store, search, and retrieve agent knowledge across sessions via notesmd-cli.
规划并执行全项目级联更新,使文档与代码与固定宪章(如 docs/ARCHITECTURE.md)一致。先对文件排优先级、按优先级拆分任务,再在每个任务内分析不一致、修改、校验一致性与结构。当用户完成宪章/方案修改并希望把变更级联到全项目,或提到方案修改完、宪章、按方案修改文档、全项目对齐时使用。
- 📁 .github/
- 📁 agents/
- 📁 docs/
- 📄 .gitignore
- 📄 LICENSE
- 📄 Makefile
Create, refactor, evaluate, and package agent skills from workflows, prompts, transcripts, docs, or notes. Use when asked to create a skill, turn a repeated process into a reusable skill, improve an existing skill, add evals, or package a skill for team reuse.
Analyze library documentation and source code, then interview maintainers to discover capability domains and task-focused skills for AI coding agents. Activate when creating skills for a new library, organizing existing documentation into skill categories, or when a maintainer wants help deciding how to structure their library's agent-facing knowledge. Produces a domain_map.yaml and skill_spec.md that feed directly into the skill-tree-generator skill.
Meta skill explaining the RPI workflow. Hook-capable runtimes inject it at session start; Codex uses it through the explicit startup fallback. Covers Research-Plan-Implement workflow, Knowledge Flywheel, and skill catalog.
Curate and expand the awesome-autoresearch repository. Use when adding new autoresearch cases, collecting discussion evidence from X/Reddit/HN/blogs, promoting discussion items into main categories, refreshing README counts, or running periodic evidence sweeps.
Search and retrieve agent skills at runtime. This skill should be used when the agent needs to find specialized capabilities, workflows, or domain knowledge to accomplish a task. Skyll aggregates skills from skills.sh and returns full SKILL.md content ready for context injection.
VCC (View-oriented Conversation Compiler) documentation. Compile Claude Code JSONL logs into adaptive views.