Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

wordpress-plugin-boilerplate

wordpress-plugin-boilerplate contém 15 skills coletadas de code-soup, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
15
Stars
17
atualizado
2026-05-11
Forks
3
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

activation-deactivation
Desenvolvedores de software

Handle plugin activation, deactivation, and uninstall. Use when setting up database tables, default options, cleanup tasks, or requirement checks.

2026-05-11
file-naming
Desenvolvedores de software

File naming conventions and namespace-to-directory mapping for PHP files. Use when creating new classes, traits, interfaces, or abstract classes to ensure proper autoloading.

2026-05-11
hooker
Desenvolvedores de software

Use Hooker service to register WordPress actions and filters. Use when adding WordPress hooks, filters, or actions in the plugin. Never use add_action or add_filter directly.

2026-05-11
service-provider
Desenvolvedores de software

Create service providers to register and boot services in the WordPress plugin. Use when adding new features, controllers, or services that need dependency injection and initialization.

2026-05-11
traits
Desenvolvedores de software

Use existing traits and create custom traits for code reuse. Use when sharing common functionality across multiple classes without inheritance.

2026-05-11
webpack-config
Desenvolvedores de software

Modify webpack configuration in src/config/ - add entry points, loaders, plugins, aliases. Use when user needs to customize webpack build, add React/TypeScript, modify Babel, add PostCSS plugins, or change dev server settings.

2026-05-11
ajax-handler
Desenvolvedores de software

Create AJAX handlers for WordPress admin and frontend. Use when handling asynchronous requests from JavaScript, form submissions, or dynamic content loading.

2026-02-28
asset-management
Desenvolvedores de software

Enqueue scripts and styles using the Assets service. Use when adding JavaScript or CSS files to admin or frontend, localizing scripts, or managing asset dependencies.

2026-02-28
container
Desenvolvedores de software

Use dependency injection container to resolve services and manage dependencies. Use when retrieving services, implementing dependency injection, or managing class instances.

2026-02-28
custom-post-type
Desenvolvedores de software

Register custom post types and taxonomies with proper labels, capabilities, and features. Use when creating custom content types like portfolios, testimonials, or products.

2026-02-28
i18n-translation
Desenvolvedores de software

Make strings translatable using WordPress i18n functions. Use when displaying any user-facing text to ensure proper internationalization and localization support.

2026-02-28
rest-api
Desenvolvedores de software

Create REST API endpoints with controllers, routes, permissions, and validation. Use when adding custom REST API endpoints for external integrations or JavaScript applications.

2026-02-28
scss-workflow
Desenvolvedores de software

SCSS structure, variables, mixins, font loading, and SVG sprites. Use when styling admin or frontend, adding custom fonts, or using SVG icons.

2026-02-28
security
Desenvolvedores de software

Security best practices - escape output, sanitize input, verify nonces, check capabilities. Use when handling user input, displaying data, or performing privileged operations.

2026-02-28
wordpress-plugin-boilerplate
Desenvolvedores de software

Understand and use the WordPress Plugin Boilerplate architecture - service providers, dependency injection, Hooker service, file naming conventions, and coding standards. Use when creating new features or understanding plugin structure.

2026-02-28