con un clic
inference-improve
Autonomous inference improvement through collaborative agent analysis
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Autonomous inference improvement through collaborative agent analysis
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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
}
}