ワンクリックで
deployment
Use when editing Hostinger deployment, Git auto-deploy, environment, permissions, cron, or production setup documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when editing Hostinger deployment, Git auto-deploy, environment, permissions, cron, or production setup documentation.
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 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.
Use when editing PHP controllers, services, JSON persistence, auth, support assistant context, wallet, orders, reviews, media, or audit behavior.
| type | skill |
| name | deployment |
| description | Use when editing Hostinger deployment, Git auto-deploy, environment, permissions, cron, or production setup documentation. |
AGENTS.md repository contract for deployment documentation edits.public_html, writable storage/, and Git auto-deploy..env as a deployable repo file for shared-hosting auto-deploy (APP_NAME and APP_URL only). Never put secrets in .env. Admin credentials go through Admin → Settings. API secrets (Razorpay, SMTP, Google OAuth, support bot, AI model) go through Admin → Integrations and are stored in the remote MySQL secrets collection — never in .env. Keep generated runtime secret stores, lock files, logs, and backups ignored.push -> authenticated repository_dispatch -> downstream merge-upstream for fork synchronization. Do not use scheduled polling when event-driven dispatch is configured.audit_events with bapXphp logs. Never commit hosted logs, local server.log, or browser-test output to Git.bapXphp update. Before creating or merging a PR, run non-mutating bapXphp ci; it validates tests, both generated maps, and cli/smoke-local.php.git pullbapXphp ci) runs on push/PR to main/remotedb fallbacksecrets tableworkflow_dispatch on GitHub Actions for long-running deployment tasksgit and PHP; GitHub CLI is not a Hostinger dependencymainbapXphp ci (lint → test → map validation → smoke)Coding agents work locally and publish branches with plain Git. GitHub Actions
owns issue, handoff, PR, and review events. On hosting, agents may use project
CLI commands for database, logs, mail, and browser diagnostics, but must not
depend on gh.