一键导入
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
}
}