一键导入
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 页面并帮你完成安装。
Skill evaluation framework, self-evolving agent loop, multi-agent SDLC orchestration, and tool-use optimization for automated quality gates.
Use plain Git for local history, branches, pushes, and Hostinger deployment checkouts.
Use when editing owner/admin pages, CRUD forms, media library, environment editor, permissions, audit log, integrations, or admin navigation.
Use bapXaura 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 when editing README, docs, project-map docs, or agent-facing instructions.
基于 SOC 职业分类
| 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.bapXaura db CLI manages the DB (init, sync, query).storage/data/ are used only for one-time seeding via bapXaura db sync. Do not use JsonStoreService in runtime code.storage/data/ are used only for one-time seeding via bapXaura 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 bapXaura test.bapXaura read blog <slug> / bapXaura write blog [slug] for all blog operations.bapXaura read product <slug> / bapXaura write product [slug] for all product operations.