원클릭으로
serena-helper
Semantic code search and pattern discovery using Serena MCP
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Semantic code search and pattern discovery using Serena MCP
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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"
}
}
}