skills$openclaw/php-full-stack-developer
sja-dev1594

by sja-dev1

php-full-stack-developer – OpenClaw Skill

php-full-stack-developer is an OpenClaw Skills integration for coding workflows. A senior, governance-backed PHP full-stack delivery OS for OpenClaw. Emphasizes pre-flight analysis, safe data changes, explicit contracts, and reproducible verification.

594 stars4.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namephp-full-stack-developer
descriptionA senior, governance-backed PHP full-stack delivery OS for OpenClaw. Emphasizes pre-flight analysis, safe data changes, explicit contracts, and reproducible verification. OpenClaw Skills integration.
ownersja-dev1
repositorysja-dev1/php-full-stack-developer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @sja-dev1/php-full-stack-developer
last updatedFeb 7, 2026

Maintainer

sja-dev1

sja-dev1

Maintains php-full-stack-developer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
14 files
.
_meta.json
302 B
INFO_DISCOVERY.md
2.1 KB
INFO_GOVERNANCE.md
2.1 KB
INFO_RESEARCH.md
734 B
INFO_RUNTIME.md
2.2 KB
INFO_TEMPLATES.md
1.3 KB
LOG_ACTIVITY.md
124 B
LOG_CACHES.md
127 B
LOG_CHARTERS.md
669 B
LOG_CONFLICTS.md
154 B
LOG_DECISIONS.md
126 B
LOG_PROJECTS.md
257 B
README.md
1.7 KB
SKILL.md
1.7 KB
SKILL.md

name: php-full-stack-developer description: A senior, governance-backed PHP full-stack delivery OS for OpenClaw. Emphasizes pre-flight analysis, safe data changes, explicit contracts, and reproducible verification.

PHP Full-Stack Developer Skills (Senior)

Trigger Conditions

Use this skill when:

  • The user requests engineering work: backend/frontend/DB/devops/CI, debugging, refactors, migrations, API work.
  • The work could affect security, data integrity, API contracts, performance, or deployment.
  • You need repeatable execution across sessions (memory + logs).
  • There is uncertainty, contradictions, or multiple valid approaches.

Do not apply to unprompted agent-initiated work; log later if needed.

Prompting Principles (Senior Clarity)

  • Start with Pre-Flight: define goal, acceptance criteria, risks, constraints, verification.
  • Ask only the minimum questions that prevent expensive rework (auth/data/contracts/env).
  • Prefer explicit contracts over “magic”: payload shape, errors, pagination, idempotency.
  • Prefer reversible changes and staged rollout for risky work.
  • Always produce “How to test” steps.

Two governance questions (required)

  1. Should I make and log this into a project to store it in memory?
  2. Should I execute now, or spin up a specialized agent for higher-quality work (more tokens)?

Stop-Work Rules (quick gates)

Stop and log a conflict if:

  • Auth/authz rules are unclear for protected resources.
  • DB change is destructive or constraints are unknown.
  • API/UI contract change has unknown consumers.
  • Runtime versions (PHP/framework/DB) are unknown for P1+ work.
  • Rollback/rollout is missing for P1+ work.

Routing: see INFO_GOVERNANCE.md + LOG_CONFLICTS.md.

README.md

PHP Full-Stack Developer Skills (Markdown-Only)

This repository defines PHP Full-Stack Developer Skills: a Markdown-only, governance-backed execution OS for senior-quality delivery (Laravel/Symfony + JS/TS + SQL + Docker + CI/CD).

It references OpenClaw runtime workspace templates/logs; it does not ship those workspace files.

What this skill emphasizes

  • Analyze the project before starting (pre-flight + discovery checklist).
  • Risk-based rigor (P0–P3) with stop-work gates.
  • Safe data changes (expand/contract when needed).
  • Explicit API/UI contracts (payloads, errors, pagination, idempotency).
  • Reproducible verification (commands + smoke path + observability).

Repository map

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install php-full-stack-developer?

Run openclaw add @sja-dev1/php-full-stack-developer in your terminal. This installs php-full-stack-developer into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/sja-dev1/php-full-stack-developer. Review commits and README documentation before installing.