ワンクリックで
add-admin-page
Add a NiceGUI admin page for an existing domain while keeping config and page routing separated and masking sensitive fields.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add a NiceGUI admin page for an existing domain while keeping config and page routing separated and masking sensitive fields.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Inspect drift between code, shared workflow references, and Claude, Codex, or Antigravity harness assets after architecture or workflow changes.
This skill should be used when the user asks to "sync guidelines", "document inspection", "check skill updates", "update project-dna", "sync patterns", "verify code-document consistency", or after architecture changes to verify Skills/AGENTS.md/CLAUDE.md match the actual code.
Guide a feature from requirements interview through architecture analysis, security check, and task decomposition.
This skill should be used when the user asks to "plan feature", "design feature", or wants to plan and design a new feature before implementation.
Audit a domain or the full repository for architecture compliance using the shared architecture checklist and repository rules.
Review a pull request or local diff against the repository's shared Review Protocol (correctness, regression, stability, contract, architecture, security, governance).
| name | add-admin-page |
| description | Add a NiceGUI admin page for an existing domain while keeping config and page routing separated and masking sensitive fields. |
| metadata | {"short-description":"Add admin page"} |
implement (approach options upstream conditional — required for sensitive fields or new admin auth surfaces)/test-domain {name} run (verify) → /security-review (self-review) if sensitive fields exposed/plan-feature from inside this skillBaseAdminPage instances — they inherit the design
system automatically (the base class renders via the component builders).admin.components builders (c.page_header,
c.card, c.stat_card, c.data_grid, c.confirm_dialog, …) — never raw
ui.card / ui.aggrid / ui.dialog for those shapes, and never hardcoded
color classes or inline grid heights (AST-guarded).@admin_error_boundary(...) + require_auth* as the first statement.components/, not an inline page helper.Read docs/ai/shared/skills/add-admin-page.md for detailed steps and code templates.
Refer to docs/ai/shared/admin-design-system.md for the component catalog + DO/DON'T,
and docs/ai/shared/project-dna.md §11 for the admin page DI pattern.