development▌
120 indexed skills · max 10 per page
golang-backend-development
manutej/luxor-claude-marketplace · Backend
$23
php-development
mindrally/skills · Productivity
You are an expert PHP developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles.
wp-block-development
wordpress/agent-skills · Productivity
WordPress block development for Gutenberg: metadata, registration, rendering, and build workflows. \n \n Covers block creation, block.json configuration, static vs. dynamic rendering, and server-side PHP registration with register_block_type_from_metadata() \n Enforces apiVersion: 3 for WordPress 6.9+ compatibility, including iframe editor support and style isolation \n Handles attribute serialization, deprecations/migrations to prevent \"Invalid block\" errors, and inner blocks composition \n I
ios-swift-development
aj-geddes/useful-ai-prompts · Productivity
Native iOS app development with Swift, SwiftUI, and modern async patterns. \n \n Covers MVVM architecture, SwiftUI declarative UI, URLSession networking, and Combine reactive programming \n Includes async/await patterns, Core Data persistence, and Keychain for secure storage \n Best practices emphasize dependency injection, proper error handling, @StateObject for ViewModels, and testing across iOS versions \n Reference guides provided for network services, MVVM setup, and SwiftUI view implementa
prd-development
deanpeters/product-manager-skills · Productivity
Structured PRD creation from discovery notes to engineering-ready requirements document. \n \n Orchestrates 8 phases across 2–4 days: problem framing, persona definition, strategic context, solution overview, success metrics, user stories, and scope/dependencies documentation \n Includes problem statement with evidence, target personas, business goals, and competitive context to align stakeholders before engineering begins \n Breaks solutions into epic hypotheses and user stories with acceptance
web-development
tencentcloudbase/skills · Productivity
Web frontend development with CloudBase integration, static hosting deployment, and SDK-based authentication. \n \n Covers project structure conventions (src/dist/cloudfunctions directories), modern build systems (Vite, Webpack), and hash routing for static hosting compatibility \n Provides CloudBase Web SDK integration patterns for database, cloud functions, and authentication, with strict rules against implementing login logic in cloud functions \n Includes deployment guidance for CloudBase st
agent-development
anthropics/claude-plugins-official · Productivity
$23
wp-plugin-development
wordpress/agent-skills · Productivity
Complete WordPress plugin development workflow from architecture through security and release packaging. \n \n Covers plugin structure, hooks/actions/filters, activation/deactivation/uninstall lifecycle, and Settings API for admin UI and options management \n Includes mandatory security baseline: input validation/sanitization, nonces, capability checks, and parameterized SQL queries via $wpdb->prepare() \n Supports data storage patterns, cron task setup with idempotency, and schema migrations wi
game-development
davila7/claude-code-templates · Productivity
Orchestrator skill that provides core principles and routes to specialized sub-skills.
game-development
sickn33/antigravity-awesome-skills · Productivity
Routing orchestrator for game development projects with platform and dimension-specific sub-skills. \n \n Routes to specialized sub-skills based on target platform (web, mobile, PC, VR/AR) and game dimension (2D or 3D) \n Covers core principles applicable across all platforms: game loop architecture, fixed timestep physics, input abstraction, and performance budgeting for 60 FPS \n Includes pattern selection matrix (State Machine, ECS, Behavior Trees, Object Pooling) with decision rules for when