원클릭으로
inference-improve
Autonomous inference improvement through collaborative agent analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Autonomous inference improvement through collaborative agent analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage StringRay framework from Hermes Agent via the native strray-hermes plugin. Covers the 4 plugin tools (validate, codex_check, health, hooks), lifecycle hooks, slash commands, bridge architecture, and CLI fallback.
RESTful API design and validation
System design and technical architecture tools
Software architecture patterns and best practices
Automated code formatting and style consistency
Backend engineer for REST/GraphQL APIs, microservices, authentication, and server architecture
| source | framework |
| name | inference-improve |
| description | Autonomous inference improvement through collaborative agent analysis |
| author | StrRay Framework |
| version | 1.0.0 |
| schema_version | 1.0 |
| tags | ["inference","improvement","autonomous","learning"] |
| capabilities | ["analyze_inference_patterns","improve_routing","collaborative_analysis"] |
| dependencies | [] |
Coordinates a collaborative agent workflow to improve routing inference by analyzing logs, reflections, and reports.
@researcher gather all recent logs, reflections, and reports
- Read logs/framework/activity.log
- Read logs/framework/routing-outcomes.json
- Read docs/reflections/*.md
- Read logs/reports/session-*.md
- Read logs/reports/job-*.md
@code-analyzer analyze gathered data
- Identify routing success/failure patterns
- Detect weak keyword matches
- Find confidence distribution issues
- Locate emerging patterns
@architect design routing improvements
- Propose new keyword mappings
- Suggest confidence adjustments
- Recommend complexity thresholds
- Design new routing patterns
@code-reviewer review proposed changes
- Validate quality of proposals
- Refine suggestions
- Ensure no regressions
- Prioritize changes
@enforcer validate and apply changes
- Codex compliance check
- Verify changes are safe
- Apply to routing-mappings.json
- Log improvements
Produces actionable improvements:
routing-mappings.json{
"inference_improvement": {
"enabled": true,
"autonomous": true,
"interval_hours": 24,
"min_confidence": 0.7
}
}