Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

wordpress-plugin-boilerplate

wordpress-plugin-boilerplate에는 code-soup에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
17
업데이트
2026-05-11
Forks
3
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

activation-deactivation
소프트웨어 개발자

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

2026-05-11
file-naming
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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