Claude Code plugin marketplace for voice and autonomous skill consolidation
npx claudepluginhub johnhenry/clapplicationsVoice mode for Claude Code with SenseVoice STT and Qwen3-TTS
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.
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.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 88 marketplace plugins, 194 local specialized agents, and 158 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations