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.
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.
npx claudepluginhub johnhenry/clapplications --plugin echoAutonomous 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.
Voice conversations with Claude Code using local speech-to-text and text-to-speech
Voice I/O for Claude Code - speak to users and hear their voice input
Claude Code skill pack for ElevenLabs (18 skills)
Voice-first interaction with automatic TTS markers for Claude Code
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.