phpWrite solid PHP avoiding type juggling traps, array quirks, and common security pitfalls.
Install via ClawdBot CLI:
clawdbot install ivangdavila/phpRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Building an online store with product listings, shopping cart functionality, and secure payment processing. This scenario requires strict type checking to avoid bugs in pricing calculations and robust security measures like prepared statements to prevent SQL injection during order management.
Developing a CMS for publishing articles with user authentication and content editing features. It involves handling arrays for dynamic content structures, using htmlspecialchars to prevent XSS in user-generated content, and implementing error handling for file uploads and database interactions.
Creating RESTful APIs to serve data to mobile apps, such as user profiles or real-time notifications. This requires leveraging PHP 8+ features like attributes for routing, strict typing to ensure data consistency, and secure input validation to protect against CSRF and injection attacks.
Developing a tool for generating financial reports with data aggregation and export capabilities. It demands precise array manipulation for data sets, avoiding type juggling in calculations, and using prepared statements to securely query transaction databases.
Building a learning management system that includes quiz functionality, score tracking, and user progress dashboards. This scenario involves string handling for question formatting, error management for user inputs, and object-oriented design with traits for reusable quiz logic.
Offering a subscription-based web application, such as a project management tool or CRM, built with PHP. Revenue is generated through monthly or annual fees, with features like user management and data analytics requiring secure coding practices and modern PHP features for scalability.
Providing bespoke PHP development services for clients across industries, from small businesses to enterprises. Revenue comes from project-based contracts, focusing on delivering secure, maintainable code with adherence to best practices like strict comparisons and error handling to reduce long-term support costs.
Operating an online marketplace where third-party sellers list products, with PHP handling the core platform. Revenue is earned through transaction fees, commissions, and premium listings, relying on robust security measures to protect user data and prevent fraud in payment processing.
💬 Integration Tip
Integrate this skill by setting up a local PHP environment with strict_types enabled and using version control for code management to apply best practices like prepared statements and error handling consistently.
Scored Apr 18, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.