home / skills / henkisdabro

henkisdabro skills

Find 36 skills from 2 repos created by henkisdabro on GitHub.

2 repos
36 skills
GitHub

Sponsored

google-apps-script

henkisdabro/wookstar-claude-plugins

26
This skill helps you automate Google Workspace tasks with Apps Script, enabling efficient management of Sheets, Docs, Gmail, Drive, Calendar, and more.
shopify-developer

henkisdabro/wookstar-claude-plugins

26
This skill provides a comprehensive Shopify development reference to accelerate Liquid, themes, APIs, and app builds with best-practice guidance.
tampermonkey

henkisdabro/wookstar-claude-plugins

26
This skill helps you generate and tailor Tampermonkey userscripts for browser automation, page modification, and persistent user preferences across sites.
create-ultimate-skill

henkisdabro/wookstar-claude-plugins

26
This skill guides you through creating, reviewing, and iterating Claude Code skills using official practices and up-to-date API docs.
git-worktrees

henkisdabro/wookstar-claude-plugins

26
This skill enables parallel feature development with git worktrees by preparing isolated workspaces and executing tasks across them.
react-best-practices

henkisdabro/wookstar-claude-plugins

26
This skill helps optimize React and Next.js performance by applying best-practice guidelines and 40+ rules across rendering, bundling, and data fetching.
google-tagmanager

henkisdabro/wookstar-claude-plugins

26
This skill guides GTM setup and optimization, covering containers, tags, triggers, data layer, debugging, templates, and API automation.
google-analytics

henkisdabro/wookstar-claude-plugins

26
This skill helps you implement and analyze GA4 setups, events, and reporting to improve data accuracy and insights.
ffmpeg-cli

henkisdabro/wookstar-claude-plugins

26
This skill helps you perform FFmpeg tasks such as format conversion, filtering, and media automation using concise CLI commands.
google-ads-scripts

henkisdabro/wookstar-claude-plugins

26
This skill guides you in building and automating Google Ads Scripts to optimise campaigns, manage bids, and generate performance reports.
humanizer

henkisdabro/wookstar-claude-plugins

26
This skill helps you humanize text by removing AI patterns and adding personality, making writing sound more natural and human-written.
message

henkisdabro/wookstar-claude-plugins

26
This skill helps you draft and assemble Gmail, Outlook, and WhatsApp messages from Markdown fragments into ready-to-send HTML.
timezone-tools

henkisdabro/wookstar-claude-plugins

26
This skill helps you get current time and convert between timezones using the IANA database, enabling scheduling across regions.
shopify-performance

henkisdabro/wookstar-claude-code-plugins

16
Performance optimization for Shopify stores including theme speed optimization, image optimization, JavaScript and CSS minification, lazy loading, CDN usage, caching strategies, Liquid template performance, and Core Web Vitals improvement. Use when optimizing store speed, reducing load times, improving Lighthouse scores, optimizing images, implementing lazy loading, reducing JavaScript bloat, or improving Core Web Vitals metrics (LCP, FID, CLS).
shopify-theme-dev

henkisdabro/wookstar-claude-code-plugins

16
Complete theme development guide including file structure, JSON templates, sections, snippets, settings schema, and Online Store 2.0 architecture. Use when creating Shopify themes, organizing theme files, building sections and blocks, working with .json template files, configuring settings_schema.json, creating snippets, or implementing theme customization features.
skill-mastery

henkisdabro/wookstar-claude-code-plugins

16
Provides master-level guidance for creating exceptional Claude Code skills using combined best practices from official plugin-dev toolkit, community patterns, and latest API. Use when creating skills, designing skill architecture, writing skill descriptions, planning progressive disclosure, choosing skill archetypes, optimising token efficiency, or when user says "create a skill", "skill best practices", "skill description help", "token-efficient skill".
git-commit-helper

henkisdabro/wookstar-claude-code-plugins

16
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
pdf-processing-pro

henkisdabro/wookstar-claude-code-plugins

16
Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation.
xlsx

henkisdabro/wookstar-claude-code-plugins

16
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
shopify-debugging

henkisdabro/wookstar-claude-code-plugins

16
Complete debugging and troubleshooting guide for Shopify including Liquid errors, theme preview debugging, API error handling, JavaScript console debugging, network request inspection, cart issues, checkout problems, and common error codes. Use when debugging Liquid syntax errors, troubleshooting theme rendering issues, fixing API errors, debugging JavaScript, investigating cart problems, or resolving webhook failures.
docx

henkisdabro/wookstar-claude-code-plugins

16
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
shopify-api

henkisdabro/wookstar-claude-code-plugins

16
Complete API integration guide for Shopify including GraphQL Admin API, REST Admin API, Storefront API, Ajax API, OAuth authentication, rate limiting, and webhooks. Use when making API calls to Shopify, authenticating apps, fetching product/order/customer data programmatically, implementing cart operations, handling webhooks, or working with API version 2025-10. Requires fetch or axios for JavaScript implementations.
shopify-app-dev

henkisdabro/wookstar-claude-code-plugins

16
Custom Shopify app development using Shopify CLI, app architecture, OAuth authentication, app extensions, admin UI, Hydrogen/Remix frameworks, and deployment. Use when creating Shopify apps, setting up Shopify CLI, building app extensions, implementing OAuth flows, creating admin UI components, working with Hydrogen or Remix, deploying to Cloudflare Workers, or integrating third-party services with Shopify stores.
tampermonkey

henkisdabro/wookstar-claude-code-plugins

16
Write Tampermonkey userscripts for browser automation, page modification, and web enhancement. Use when: creating browser scripts, writing greasemonkey scripts, automating user interactions, injecting CSS or JavaScript into web pages, modifying website behaviour, building browser extensions, hiding unwanted page elements, adding form auto-fill, scraping website data, intercepting requests, detecting URL changes in SPAs, or storing persistent user preferences. Covers userscript headers (@match, @grant, @require), synchronous and async GM_* API functions, common patterns (DOM mutation, URL change detection, element waiting), security sandboxing, and cross-browser compatibility (Chrome, Firefox, Edge).
webapp-testing

henkisdabro/wookstar-claude-code-plugins

16
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
building-mcp-server-on-cloudflare

henkisdabro/wookstar-claude-code-plugins

16
Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocol on Cloudflare. Also triggers on "MCP authentication" or "MCP deployment".
google-apps-script

henkisdabro/wookstar-claude-code-plugins

16
Comprehensive guide for Google Apps Script development covering all built-in services (SpreadsheetApp, DocumentApp, GmailApp, DriveApp, CalendarApp, FormApp, SlidesApp), triggers, authorization, error handling, and performance optimization. Use when automating Google Sheets operations, creating Google Docs, managing Gmail/email, working with Google Drive files, automating Calendar events, implementing triggers (time-based, event-based), building custom functions, creating add-ons, handling OAuth scopes, optimizing Apps Script performance, working with UrlFetchApp for API calls, using PropertiesService for persistent storage, or implementing CacheService for temporary data. Covers batch operations, error recovery, and JavaScript ES6+ runtime.
google-ads-scripts

henkisdabro/wookstar-claude-code-plugins

16
Expert guidance for Google Ads Script development including AdsApp API, campaign management, ad groups, keywords, bidding strategies, performance reporting, budget management, automated rules, and optimization patterns. Use when automating Google Ads campaigns, managing keywords and bids, creating performance reports, implementing automated rules, optimizing ad spend, working with campaign budgets, monitoring quality scores, tracking conversions, pausing low-performing keywords, adjusting bids based on ROAS, or building Google Ads automation scripts. Covers campaign operations, keyword targeting, bid optimization, conversion tracking, error handling, and JavaScript-based automation in Google Ads editor.
devtools

henkisdabro/wookstar-claude-code-plugins

16
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.
building-ai-agent-on-cloudflare

henkisdabro/wookstar-claude-code-plugins

16
Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling".
fifteen-factor-app

henkisdabro/wookstar-claude-code-plugins

16
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.
prp-generator

henkisdabro/wookstar-claude-code-plugins

16
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.
gtm

henkisdabro/wookstar-claude-code-plugins

16
Comprehensive Google Tag Manager guide covering container setup, tags, triggers, variables, data layer, debugging, custom templates, and API automation. Use when working with GTM implementation, configuration, optimisation, troubleshooting, or any GTM-related tasks.
ga4

henkisdabro/wookstar-claude-code-plugins

16
Comprehensive Google Analytics 4 guide covering property setup, events, custom events, recommended events, custom dimensions, user tracking, audiences, reporting, BigQuery integration, gtag.js implementation, GTM integration, Measurement Protocol, DebugView, privacy compliance, and data management. Use when working with GA4 implementation, tracking, analysis, or any GA4-related tasks.