MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Wordpress

Wordpress is an productivity AI skill with a core value of Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening. It helps developers solve real-world problems in the productivity domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening.

Last verified on: 2026-07-07

Quick Facts

Category productivity
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/wordpress && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/wordpress/SKILL.md -o ./skills/wordpress/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# WordPress Development Workflow Bundle


Overview


Comprehensive WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security. This bundle orchestrates skills for building production-ready WordPress sites and applications.


When to Use This Workflow


Use this workflow when:

- Building new WordPress websites

- Creating custom themes

- Developing WordPress plugins

- Setting up WooCommerce stores

- Optimizing WordPress performance

- Hardening WordPress security


Workflow Phases


Phase 1: WordPress Setup


#### Skills to Invoke

- `app-builder` - Project scaffolding

- `environment-setup-guide` - Development environment


#### Actions

1. Set up local development environment (LocalWP, Docker, or Valet)

2. Install WordPress

3. Configure development database

4. Set up version control

5. Configure wp-config.php for development


#### Copy-Paste Prompts

text
Use @app-builder to scaffold a new WordPress project with modern tooling

Phase 2: Theme Development


#### Skills to Invoke

- `frontend-developer` - Component development

- `frontend-design` - UI implementation

- `tailwind-patterns` - Styling

- `web-performance-optimization` - Performance


#### Actions

1. Design theme architecture

2. Create theme files (style.css, functions.php, index.php)

3. Implement template hierarchy

4. Create custom page templates

5. Add custom post types and taxonomies

6. Implement theme customization options

7. Add responsive design


#### Theme Structure

text
theme-name/
├── style.css
├── functions.php
├── index.php
├── header.php
├── footer.php
├── sidebar.php
├── single.php
├── page.php
├── archive.php
├── search.php
├── 404.php
├── template-parts/
├── inc/
├── assets/
│   ├── css/
│   ├── js/
│   └── images/
└── languages/

#### Copy-Paste Prompts

text
Use @frontend-developer to create a custom WordPress theme with React components

text
Use @tailwind-patterns to style WordPress theme with modern CSS

Phase 3: Plugin Development


#### Skills to Invoke

- `backend-dev-guidelines` - Backend standards

- `api-design-principles` - API design

- `auth-implementation-patterns` - Authentication


#### Actions

1. Design plugin architecture

2. Create plugin boilerplate

3. Implement hooks (actions and filters)

4. Create admin interfaces

5. Add custom database tables

6. Implement REST API endpoints

7. Add settings and options pages


#### Plugin Structure

text
plugin-name/
├── plugin-name.php
├── includes/
│   ├── class-plugin-activator.php
│   ├── class-plugin-deactivator.php
│   ├── class-plugin-loader.php
│   └── class-plugin.php
├── admin/
│   ├── class-plugin-admin.php
│   ├── css/
│   └── js/
├── public/
│   ├── class-plugin-public.php
│   ├── css/
│   └── js/
└── languages/

#### Copy-Paste Prompts

text
Use @backend-dev-guidelines to create a WordPress plugin with proper architecture

Phase 4: WooCommerce Integration


#### Skills to Invoke

- `payment-integration` - Payment processing

- `stripe-integration` - Stripe payments

- `billing-automation` - Billing workflows


#### Actions

1. Install and configure WooCommerce

2. Create custom product types

3. Customize checkout flow

4. Integrate payment gateways

5. Set up shipping methods

6. Create custom order statuses

7. Implement subscription products

8. Add custom email templates


#### Copy-Paste Prompts

text
Use @payment-integration to set up WooCommerce with Stripe

text
Use @billing-automation to create subscription products in WooCommerce

Phase 5: Performance Optimization


#### Skills to Invoke

- `web-performance-optimization` - Performance optimization

- `database-optimizer` - Database optimization


#### Actions

1. Implement caching (object, page, browser)

2. Optimize images (lazy loading, WebP)

3. Minify and combine assets

4. Enable CDN

5. Optimize database queries

6. Implement lazy loading

7. Configure OPcache

8. Set up Redis/Memcached


#### Performance Checklist

- [ ] Page load time < 3

🎯 Best For

  • Security auditors
  • DevSecOps teams
  • Compliance officers
  • Claude users
  • Knowledge workers

💡 Use Cases

  • Auditing dependencies for known CVEs
  • Scanning API endpoints for auth gaps
  • Using Wordpress in daily workflow
  • Automating repetitive productivity tasks

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Wordpress to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Can this replace a dedicated SAST tool?

AI-based security review is complementary to SAST tools. Use it as a first-pass filter, not a replacement.

How do I install Wordpress?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/wordpress/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Only scanning surface-level issues

Deep security review requires understanding your app architecture, not just regex patterns.

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills