By johnhenry
Autonomous skill consolidation modeled on the human sleep cycle. Tracks usage pressure, scans past conversations, generates edge-case scenarios, tests patches via subagent eval, and proposes evidence-backed improvements. Based on Borbély's two-process model and Karpathy's autoresearch pattern.
Stage N3. Deep structural analysis of skill against real usage. Verifies gaps, prunes cruft, measures baseline health. Produces structural audit that feeds REM. Front-loaded in early cycles.
Run autonomous deep sleep cycle. Loops until all skills are below 0.2 pressure or 4 cycles complete. Does not pause for input — NEVER STOP mode. Use for overnight consolidation.
Dream about a skill to find edge cases and improvements. Use when the user says 'dream about [skill]' or 'improve [skill] through dreaming'. Generates surreal scenarios and tests patches via eval loop.
Stage N1. Stochastic scanning of past conversations to gather raw memory fragments. Broad, unfocused, deliberately noisy. The only stage that touches conversation history directly.
Quick light sleep cycle on a specific skill — N1 drift scan + N2 spindle triage only, no deep analysis or dreaming. Use when user says 'nap on [skill]'.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A marketplace for Claude Code plugins focused on voice communications and utilities.
Voice mode for Claude Code with SenseVoice STT and Qwen3-TTS.
Commands:
/echo:up - Start voice services/echo:down - Stop voice services/echo:status - Check service status/echo:clean - Clean up voice service dataMCP Configurations:
Autonomous skill consolidation modeled on the human sleep cycle. Tracks skill usage, builds pressure over time, and runs N1→N2→N3→REM consolidation cycles that scan past conversations, generate edge-case scenarios, test patches via subagent eval, and propose evidence-backed improvements.
Commands:
/sleep - Auto-detect pressure, run appropriate cycle/sleep [skill] - Target a specific skill/sleep-status - Pressure gauges for all tracked skills/deep-sleep - Autonomous overnight mode/nap [skill] - Quick N1→N2 triage pass/dream [skill] - Standalone dream session on a skill/snooze - Defer sleep, accumulate debtAdd this marketplace to your Claude Code configuration:
/plugin marketplace add <your-github-username>/clapplications
Or if using a different Git host:
/plugin marketplace add https://github.com/<your-github-username>/clapplications.git
Once the marketplace is added, install plugins:
/plugin install echo@clapplications
/plugin install morpheus@clapplications
For testing locally before publishing:
/plugin marketplace add /Users/johnhenry/Projects/clapplications
/plugin install echo@clapplications
clapplications/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
└── plugins/
├── echo/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── commands/ # Plugin commands
│ ├── scripts/ # Plugin scripts
│ └── mcp.json # MCP configuration
└── morpheus/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Sleep cycle skills
├── hooks/ # Hook definitions
└── scripts/ # State tracker
plugins/.claude-plugin/plugin.json with plugin metadatacommands/ directory.claude-plugin/marketplace.json to include your plugin/plugin validate .Before committing changes, validate the marketplace:
/plugin validate .
This marketplace can be distributed via:
/plugin marketplace add owner/repoAdd to .claude/settings.json for automatic marketplace configuration:
{
"extraKnownMarketplaces": {
"clapplications": {
"source": {
"source": "github",
"repo": "<your-username>/clapplications"
}
}
},
"enabledPlugins": {
"echo@clapplications": true,
"morpheus@clapplications": true
}
}
See individual plugin directories for license information.
npx claudepluginhub johnhenry/clapplications --plugin morpheusVoice mode for Claude Code with SenseVoice STT and Qwen3-TTS
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Create and validate production-grade agent skills with 100-point marketplace grading
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
20 SEO/GEO skills and 5 commands on one shared contract for keyword research, content creation, technical audits, schema markup, monitoring, quality gates, entity truth, and campaign memory.