Serena project lifecycle management - init, audit, maintain, insights. Integrates with Serena MCP for codebase navigation and memory.
npx claudepluginhub hluisi/PlurLabMarketplace --plugin serena-systemA skill family for managing Serena projects and memories in Claude Code.
Serena System provides structured workflows for:
/serena-system init)/serena-system audit)/serena-system maintain)/serena-system insights)Clone this repo:
git clone https://github.com/hluisi/SerenaSystem.git ~/Projects/SerenaSystem
Symlink into your Claude Code skills directory:
ln -s ~/Projects/SerenaSystem ~/.claude/skills/serena-system
The skill will be available as /serena-system in Claude Code.
| Command | What It Does |
|---|---|
/serena-system init | Create .serena/ project structure + memory_index |
/serena-system audit | Document codebase into memories |
/serena-system maintain | Review, verify, consolidate memories |
/serena-system insights | Process captured insights into project memory |
/serena-system status | Show quick reference |
| Memory | Purpose |
|---|---|
memory_index | Master index of all memories and current focus |
design_spec | What should exist (from design docs) |
unimplemented_features | What's missing (gaps between design and code) |
implementation_guide | What exists and how it works |
insights | Patterns and gotchas learned during sessions |
SerenaSystem/
├── SKILL.md # Main entry point
├── phases/ # Workflow phases
│ ├── init.md
│ ├── audit.md
│ ├── maintain.md
│ ├── insights.md
│ └── status.md
└── resources/ # Supporting resources
├── lifecycle.md
├── memory-schemas.md
├── detect-language.md
├── analyze-gaps.md
├── collate-design.md
├── document-implementation.md
├── hierarchy-audit.md
└── hierarchy-validate.md
MIT
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation