wordpress-plugin

Automate WordPress plugin scaffolding with ihumbak-* conventions and hook registration.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0 --skill wordpress-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-plugin
Source: https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0/tree/main/.claude/skills/wordpress-plugin
Command: npx skills add https://github.com/michalstaniecko/wp-theme-sardynkibiznesu-2.0 --skill wordpress-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Develop any WordPress plugin faster by guiding architecture, hooks, shortcodes, and asset loading according to ihumbak-* conventions, ensuring consistent patterns across projects.

Core Features & Use Cases

  • Plugin scaffolding following ihumbak-* naming conventions
  • Header constants, autoloading, and dependency loading
  • Enqueueing assets (CSS/JS), registering shortcodes, and setting up AJAX endpoints
  • Example scenarios: building simple plugins, adding features to existing plugins, and maintaining code consistency across teams

Quick Start

Create a minimal ihumbak- WordPress plugin scaffold with a main plugin file and a sample hook.

Frequently Asked Questions about wordpress-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a WordPress plugin architecture with hooks and autoloading?

This Skill automates WordPress plugin scaffolding by generating main plugin files, defining header constants, and configuring autoloading. It guides hook registration, shortcode setup, and asset enqueueing to ensure consistent architecture across projects.

What is the best way to register shortcodes and AJAX endpoints in a WordPress plugin?

Register shortcodes and AJAX endpoints by following standardized plugin development patterns. This Skill guides hook registration and shortcode setup according to ihumbak-* conventions to maintain code consistency across development teams.

How do I enqueue CSS and JavaScript assets in WordPress plugin development?

Apply the Skill's automated guidance for loading CSS and JavaScript files to enqueue assets in WordPress plugin development. It handles asset enqueueing following best practices to ensure scripts and styles load correctly within the WordPress environment.

Do I need specific PHP experience to use standardized WordPress plugin scaffolding?

Foundational PHP knowledge is necessary to use standardized WordPress plugin scaffolding effectively. The Skill automates architectural guidance for hooks and constants, but understanding PHP is required to implement and maintain the generated plugin code.

Can I use this plugin development guidance for adding features to existing WordPress plugins?

Yes, this plugin development guidance supports adding features to existing WordPress plugins. The Skill addresses architecture, shortcodes, and asset loading, making it suitable for both building new plugins and maintaining existing codebases.