By henkisdabro
Delegate end-to-end development to AI agents: generate executable Product Requirement Plans from features, implement full-stack web apps with React/Next.js UIs, Node/Python backends, databases, auth; execute PRPs with coding, testing, validation; manage git commits, docs updates, containerization with Docker/K8s prep, browser automation via DevTools/Playwright, and external API integrations.
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin developerExternal network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Expert documentation specialist. Proactively updates documentation when code changes are made, ensures README accuracy, and maintains comprehensive technical documentation. Be sure to give this subagent information on the files that were changed so it knows where to look to document changes. Always call this agent after there are code changes.
Full-stack development specialist covering frontend, backend, and database technologies. Use PROACTIVELY for end-to-end application development, API integration, database design, and complete feature implementation.
Testing and validation specialist. Proactively runs tests, validates code changes, ensures quality gates are met, and iterates on fixes until all tests pass. Call this agent after you implement features and need to validate that they were implemented correctly. Be very specific with the features that were implemented and a general idea of what needs to be tested.
This skill helps launch and configure the Chrome DevTools MCP server, giving Claude visual access to a live browser for debugging and automation. Use when the user asks to set up browser debugging, launch Chrome with DevTools, configure chrome-devtools-mcp, see what my app looks like, take screenshots of my web application, check the browser console, debug console errors, inspect network requests, analyse API responses, measure Core Web Vitals or page performance, run a Lighthouse audit, test button clicks or form submissions, automate browser interactions, fill out forms programmatically, simulate user actions, emulate mobile devices or slow networks, capture DOM snapshots, execute JavaScript in the browser, or troubleshoot Chrome DevTools MCP connection issues. Supports Windows, Linux, and WSL2 environments.
The Fifteen-Factor App methodology for modern cloud-native SaaS applications. This skill should be automatically invoked when planning SaaS tools, product software architecture, microservices design, PRPs/PRDs, or cloud-native application development. Extends the original Twelve-Factor App principles with three additional factors (API First, Telemetry, Security). Trigger keywords include "fifteen factor", "12 factor", "SaaS architecture", "cloud-native design", "application architecture", "microservices best practices", or when in a planning/architecture session.
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
Generate comprehensive Product Requirement Plans (PRPs) for feature implementation with thorough codebase analysis and external research. Use when the user requests a PRP, PRD, or detailed implementation plan for a new feature. Conducts systematic research, identifies patterns, and creates executable validation gates for one-pass implementation success. Do NOT use for client discovery, requirements gathering, or scope definition - use scope-clarifier for those.
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behaviour, capturing browser screenshots, and viewing browser logs. Use when user asks to test a web app, verify UI, capture screenshots, check browser logs, or debug frontend issues.
Full-stack orchestration with deployment, performance, security, and test automation
Complete collection of 30 Claude Code skills for document processing, development, business productivity, and creative tasks
Full-stack web development with app scaffolding and page generation
Project health and permission management, dev sessions, team updates with feedback triage, GitHub releases, multi-model brains trust, git workflows, UX audits, responsive layout testing, and browser automation.
'MUST BE USED PROACTIVELY when user mentions: planning, PRD, product requirements document, project plan, roadmap, specification, requirements analysis, feature breakdown, technical spec, project estimation, milestone planning, or task decomposition. Use IMMEDIATELY when user says "create a PRD", "plan this feature", "document requirements", "break down this project", "estimate this work", "create a roadmap", "write specifications", or references planning/documentation needs. Expert Technical Project Manager that creates comprehensive PRDs with user stories, acceptance criteria, technical architecture, task breakdowns, and separate task assignment files for sub-agent delegation.'
The development-workflow plugin for Claude Code — 35 skills organized around a 6-phase workflow (Think → Review → Build → Ship → Maintain → Setup), 24 agents, and an interactive setup wizard for rules, modes, hooks, and MCP servers.
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
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 |