create-rule
Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure…
Post-run self-evaluation system that scores agent output on correctness, clarity, actionability, and conciseness. Use after /team runs, skill executions, or when explicitly asked to evaluate output quality.
$ npx -y skills add coco-research/coco --skill agent-self-eval --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-self-evalContext preview
The summary Claude sees to decide when to auto-load this skill.
Post-run self-evaluation system that scores agent output on correctness, clarity, actionability, and conciseness. Use after /team runs, skill executions, or when explicitly asked to evaluate output quality.
name: agent-self-eval description: "Post-run self-evaluation system that scores agent output on correctness, clarity, actionability, and conciseness. Use after /team runs, skill executions, or when explicitly asked to evaluate output quality." domain: meta supports: [claude-code, cursor, codex, generic, windsurf, zed, cline, roo-code, amazon-q] version: 0.1.0 tags: [evaluation, quality, scoring, feedback]
@agents/PROMPT-DEFENSE.md
Score your own output (or another agent's output) across four axes to identify quality gaps and feed improvements into the learning system.
| Axis | Question | Failure Signals | |------|----------|-----------------| | **Correctness** | Is the output factually accurate and technically sound? | Wrong APIs, broken references, hallucinated facts, logic errors | | **Clarity** | Is the explanation understandable and well-structured? | Confusing structure, undefined jargon, missing context, rambling | | **Actionability** | Can the user act on the output immediately? | Vague suggestions, missing steps, no verification path | | **Conciseness** | Did it use the minimum tokens needed? | Redundancy, over-explanation, filler content, restating the question |
5 — Exceptional: no reasonable improvement possible 4 — Good: minor nits only, no substantive gaps 3 — Adequate: meets request but has notable weakness on ≥1 axis 2 — Weak: clear gap affecting usability or correctness 1 — Poor: fundamentally misses request or contains significant errors
Every score below 5 MUST cite specific evidence. A score of 3 cannot just say "could be better" — it must say exactly what is missing or wrong. **"Show the gap, don't just name it."**
Gather:
Rate 1-5 with mandatory evidence for scores <5.
SELF-EVALUATION REPORT
======================
Task: {brief description}
Overall: {weighted average}/5
CORRECTNESS: {score}/5
Evidence: {specific finding or "No issues found"}
CLARITY: {score}/5
Evidence: {specific finding or "No issues found"}
ACTIONABILITY: {score}/5
Evidence: {specific finding or "No issues found"}
CONCISENESS: {score}/5
Evidence: {specific finding or "No issues found"}
IMPROVEMENT INSTINCTS:
- {trigger} → {action} (confidence: {0.3-0.9})If learning system is active (PR-27+), auto-generate instinct YAML from findings:
---
id: eval-{task-slug}-{axis-lowercase}
trigger: "when {task type}"
action: "{specific improvement}"
confidence: 0.6
domain: quality
source: self-eval
scope: project
---CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 185 skills, 280 commands, persistent state. Local. Open-core — MIT core; Super Intelligence is proprietary, own-use.
Repo: coco-research/coco
Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure…
Guides users through creating effective Agent Skills for Cursor. Use when the user wants to create, write, or author a new skill, or asks about skill…
Create custom subagents for specialized AI tasks. Use when the user wants to create a new type of subagent, set up task-specific agents, configure code…
Convert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/). Use…
Modify Cursor/VSCode user settings in settings.json. Use when the user wants to change editor settings, preferences, configuration, themes, font size, tab…
Train and optimize AI agents using Microsoft's Agent Lightning framework with reinforcement learning. Use when setting up agent training, instrumenting agents…