Auto-discovered marketplace from popcornboom/shadoworker-marketplace
npx claudepluginhub popcornboom/shadoworker-marketplaceA shadow-driven development system for Claude Code that enables efficient work on large-scale projects through high-density information compression.
A shadow-driven development system for Claude Code that enables efficient work on large-scale projects through high-density information compression.
Shadoworker is a development pattern that maintains a parallel "shadow directory" containing compressed, high-density representations of your working files. These shadow files contain 10x the information density of regular files, allowing AI agents to maintain global context without overwhelming their working memory.
Key Benefits:
Use Cases:
Shadow files compress information by 10x using clear, concise natural language. They're free-form and adapt to content type, focusing on intent and architecture rather than implementation details.
Prefer many small shadow files over few large ones.
Why?
Example:
❌ Bad: One large file
.shadow/src/auth.ts.shadow.md (login, register, tokens, permissions)
✅ Good: Multiple focused files
.shadow/src/auth/login.ts.shadow.md
.shadow/src/auth/register.ts.shadow.md
.shadow/src/auth/token.ts.shadow.md
.shadow/src/auth/permissions.ts.shadow.md
Copy the shadoWorker directory to your Claude Code plugins directory:
# Unix/Linux/macOS
cp -r shadoWorker ~/.claude/plugins/
# Windows
xcopy shadoWorker %USERPROFILE%\.claude\plugins\shadoWorker\ /E /I
Restart Claude Code or reload plugins
Verify installation:
You: "Load shadoWorker skill"
Place the shadoWorker directory in your Claude Code plugins directory:
~/.claude/plugins/shadoWorker/%USERPROFILE%\.claude\plugins\shadoWorker\The plugin includes:
shadoWorkershadoWorker:init, shadoWorker:to-working, shadoWorker:to-shadowshadow-diff.sh, shadow-diff.ps1You: "Initialize shadow system for this project"
The shadoWorker:init agent will:
.shadow/ directory structure.shadowignore templateYou: "Add user authentication feature"
The main agent (using shadoWorker skill) will:
You: "Check shadow sync status"
The agent will run shadow-diff to identify:
The main skill that guides agent behavior. It:
Initializes shadow system for existing projects.
Input: Project root directory path
Output: Initialization report with file counts
Behavior:
.shadowignore from templateMaterializes shadow changes into working files.
Input:
Output:
Behavior:
Compresses working files into shadow files.
Input:
Output:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations