wordpress-theme

Document WordPress theme file structure, templates, and modular conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides developers and site owners in building and maintaining the Sardynki Biznesu 2.0 WordPress theme, covering file structure, templates, and modular architecture.

Core Features & Use Cases

  • Theme file structure: functions.php, header.php, footer.php, inc/ modules, and template hierarchy.
  • Modular feature loading and best practices for environment detection, namespaces, and asset management.
  • Use Case: Extend the Sardynki Biznesu theme with new features and cohesive code organization across the project.

Quick Start

Create a new WordPress theme based on Sardynki Biznesu 2.0 and enable a sample feature under inc/ to verify the setup.

Frequently Asked Questions about wordpress-theme

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

FAQPage Schema
How do I structure a WordPress theme using inc modules and template hierarchy?

Structure a WordPress theme by organizing core files like functions.php, header.php, and footer.php, then loading modular features from the inc/ directory using the template hierarchy for robust, maintainable code.

What's the best way to load modular features in WordPress theme development?

Load modular features in WordPress theme development by placing them under inc/ modules and applying environment-aware loading guidelines, namespaces, and safe coding patterns to ensure cohesive code organization across the project.

How do I enqueue assets safely in a custom WordPress theme?

Enqueue assets safely in a custom WordPress theme by following environment-aware asset management practices and modular conventions, ensuring stylesheets and scripts load efficiently without conflicts across the project.

Does this WordPress theme Skill work for extending an existing codebase with new features?

Yes, this Skill works for extending an existing WordPress theme codebase by detailing modular architecture and conventions, allowing you to add new features under inc/ while maintaining cohesive code organization.

When do I need to use namespaces and environment detection in WordPress themes?

Use namespaces and environment detection in WordPress themes when applying safe coding patterns and modular feature loading, ensuring environment-aware loading guidelines prevent errors across development and production environments.