By henkisdabro
Create isolated git worktrees for parallel feature development across multiple branches. Execute identical task plans concurrently via subagents in each workspace to run experiments and compare results side-by-side.
npx claudepluginhub henkisdabro/wookstar-claude-pluginsGit worktree management for parallel development workflows
Git worktree management expert for @desplega.ai/wts
Teaches Claude Code how to work with wt-managed git worktrees
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Share bugs, ideas, or general feedback.
A comprehensive marketplace for Claude Code providing specialised plugins for development, documents, analytics, e-commerce, AI integrations, and individual MCP servers.
Add this marketplace to Claude Code:
/plugin marketplace add henkisdabro/wookstar-claude-plugins
Then install the plugins you need:
# Core development
/plugin install developer@wookstar-claude-plugins
# Document processing
/plugin install documents@wookstar-claude-plugins
# Shopify development
/plugin install shopify-developer@wookstar-claude-plugins
# Claude Code thinking tools
/plugin install claudecode@wookstar-claude-plugins
# Skill development
/plugin install ultimate-skill-creator@wookstar-claude-plugins
# Analytics (standalone)
/plugin install google-tagmanager@wookstar-claude-plugins
/plugin install google-analytics@wookstar-claude-plugins
/plugin install google-ads-scripts@wookstar-claude-plugins
# Automation skills (standalone)
/plugin install google-apps-script@wookstar-claude-plugins
/plugin install tampermonkey@wookstar-claude-plugins
/plugin install git-worktrees@wookstar-claude-plugins
/plugin install gemini@wookstar-claude-plugins
/plugin install codex@wookstar-claude-plugins
# Utilities
/plugin install timezone-tools@wookstar-claude-plugins
Or install individual MCP servers without the full toolkits:
/plugin install mcp-fetch@wookstar-claude-plugins # Web content fetching
/plugin install mcp-google-workspace@wookstar-claude-plugins # Gmail, Drive, Calendar
/plugin install mcp-mikrotik@wookstar-claude-plugins # MikroTik router management
/plugin install mcp-n8n@wookstar-claude-plugins # n8n workflow automation
/plugin install mcp-notion@wookstar-claude-plugins # Notion integration
/plugin install mcp-open-meteo@wookstar-claude-plugins # Weather data (no API key)
/plugin install mcp-gemini-bridge@wookstar-claude-plugins # Google Gemini AI
/plugin install mcp-perplexity@wookstar-claude-plugins # Perplexity AI search
/plugin install mcp-alphavantage@wookstar-claude-plugins # Stock market data
/plugin install mcp-coingecko@wookstar-claude-plugins # Cryptocurrency data
/plugin install mcp-currency-conversion@wookstar-claude-plugins # Currency exchange rates
If you previously installed productivity, marketing, or utilities plugins:
# One-liner: Complete removal and update
claude plugin uninstall productivity@wookstar-claude-plugins && claude plugin uninstall marketing@wookstar-claude-plugins && claude plugin uninstall utilities@wookstar-claude-plugins && claude plugin marketplace update wookstar-claude-plugins && rm -rf ~/.claude/plugins/productivity ~/.claude/plugins/marketing ~/.claude/plugins/utilities
Or run each step separately:
# Uninstall old plugins
claude plugin uninstall productivity@wookstar-claude-plugins
claude plugin uninstall marketing@wookstar-claude-plugins
claude plugin uninstall utilities@wookstar-claude-plugins
# Update marketplace to get v6.0.0
claude plugin marketplace update wookstar-claude-plugins
# Remove leftover plugin folders
rm -rf ~/.claude/plugins/productivity ~/.claude/plugins/marketing ~/.claude/plugins/utilities
Check these files for references to the old plugins and remove/update them:
User-level settings (~/.claude/settings.json):
# Check for old plugin references
grep -E "productivity|marketing|utilities" ~/.claude/settings.json
Look in enabledPlugins, permissions.allow, and permissions.deny arrays.
Project-level settings (.claude/settings.json in your projects):
# Find project settings with old references
find ~ -path "*/.claude/settings.json" -exec grep -l -E "productivity|marketing|utilities" {} \; 2>/dev/null
What to look for and update:
| Old Reference | Replace With |
|---|---|
productivity@wookstar-claude-plugins | Remove or replace with specific plugins |
marketing@wookstar-claude-plugins | Remove or replace with google-tagmanager, google-analytics, google-ads-scripts |
utilities@wookstar-claude-plugins | timezone-tools@wookstar-claude-plugins |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim