with one click
serena-helper
Semantic code search and pattern discovery using Serena MCP
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Semantic code search and pattern discovery using Serena MCP
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Implement tasks from an OpenSpec change using RuFlo Swarm coordination. Use when the user wants to start implementing, continue implementation, or work through tasks with multi-agent parallel execution.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for swarm implementation.
| name | serena-helper |
| description | Semantic code search and pattern discovery using Serena MCP |
| version | 1.0.0 |
| author | ruvnet/claude-flow |
Semantic code search integration for RuFlo V3.
This skill activates automatically when:
Checks if Serena has indexed the project, offers to onboard if needed.
Finds relevant code symbols and patterns based on task context.
Saves successful patterns to memory for future reuse.
Automatic activation via hooks. Manual invocation:
/skills serena-helper
// .claude/settings.json
{
"claudeFlow": {
"serena": {
"enabled": true,
"autoOnboarding": "ask"
}
}
}