一键导入
backend-json
Use when editing PHP controllers, services, JSON persistence, auth, support assistant context, wallet, orders, reviews, media, or audit behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when editing PHP controllers, services, JSON persistence, auth, support assistant context, wallet, orders, reviews, media, or audit behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when editing public, account, shop, astrologer, temple, cart, checkout, contact, or support templates.
Use when editing owner/admin pages, CRUD forms, media library, environment editor, permissions, audit log, integrations, or admin navigation.
Use bapXphp CLI for ALL file/content/db operations. Never use raw shell/edit/write/find/grep tools directly.
Use when editing Hostinger deployment, Git auto-deploy, environment, permissions, cron, or production setup documentation.
Use plain Git for local history, branches, pushes, and Hostinger deployment checkouts.
Use when designing, implementing, or debugging sub-agent handoff workflows, model routing, telemetry, or admin-panel agent wiring.
| type | skill |
| name | backend-json |
| description | Use when editing PHP controllers, services, JSON persistence, auth, support assistant context, wallet, orders, reviews, media, or audit behavior. |
AGENTS.md repository contract.DatabaseService.bapXphp db CLI manages the DB (init, sync, query).storage/data/ are used only for one-time seeding via bapXphp db sync. Do not use JsonStoreService in runtime code.storage/data/ are used only for one-time seeding via bapXphp db sync. Do not use JsonStoreService in runtime code.content/blog/posts/. Media metadata uses storage/media.yaml.DatabaseService, ResourceService, and existing services instead of ad hoc storage writes.AgentContextService or equivalent user-specific filtering.ConsultationService; do not introduce a persistent WebSocket or CLI service.DatabaseService mutation protocol. The /remoteDB endpoint is protected by remote_db_password (set via Admin → Integrations or REMOTE_DB_PASSWORD in .env). DatabaseService sends the password automatically in every remote payload. Never expose arbitrary write SQL or secret records through the remote endpoint.integrations/ wrappers, source secrets through SecretService (MySQL-backed) or system env vars, and verify signatures server-side before mutating orders or wallet balances.php -l, then run bapXphp test.bapXphp read blog <slug> / bapXphp write blog [slug] for all blog operations.bapXphp read product <slug> / bapXphp write product [slug] for all product operations.