From paradigm
Agent learning health dashboard — Neverland metrics, nomination stats, threshold drift, notebook growth. Use when the user says "health", "agent health", "neverland", "learning metrics", "how are agents doing", or wants to check the learning system.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paradigm:healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are presenting a comprehensive view of how the agent learning system
You are presenting a comprehensive view of how the agent learning system is performing — combining Neverland metrics, nomination stats, and notebook growth into one actionable dashboard.
paradigm_ambient_health({})
For each active agent from the Neverland response, get detailed stats:
paradigm_ambient_learn({ agent: "<agent-id>", dry_run: true })
This returns stats without adjusting thresholds.
paradigm_agent_list({ scope: "all" })
Combine all data into a single dashboard:
Agent Learning Health
=====================
Overall: {healthStatus}
Avg accept rate: {avgAcceptRate}% | Target: >70%
Avg threshold: {avgThreshold} | Range: 0.0–1.0
Total expertise: {totalExpertise} symbols
Total notebooks: {totalNotebooks} entries
Total transferable: {totalTransferable} patterns
Per-Agent Breakdown
-------------------
architect {✓ active | ⏸ benched}
Accept: {rate}% ({accepted}/{total}) | Threshold: {threshold}
Expertise: {count} symbols | Notebooks: {count}
Direction: {↑ improving | → stable | ↓ declining}
{recommendation if any}
builder {✓ active | ⏸ benched}
Accept: {rate}% | Threshold: {threshold}
...
security {✓ active | ⏸ benched}
Accept: {rate}% | Threshold: {threshold}
...
(repeat for all agents)
Neverland Progress
------------------
cold-start [==== ] Sessions 1-3
accumulating [======== ] Sessions 3-5
calibrating [============ ] Sessions 5-8
mature [====================] Sessions 8+
Current: {healthStatus} ← you are here
Target milestones:
□ Agents have divergent expertise scores (by session 5)
□ Maestro routes to right agent >80% (by session 10)
□ Agent acceptance rate >70% (by session 10)
□ Cross-project patterns appear in enrichment
Based on the health data:
If cold-start:
paradigm_orchestrate_inline) to generate events and nominations"/paradigm:teach to give agents initial domain knowledge"If accumulating (accept rate <50%):
/paradigm:teach for agents with 0% accept rate"If calibrating (accept rate 50-70%):
If mature (accept rate >70%):
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub ascend42/a-paradigm --plugin paradigm