# Admin Ui Orchestrator

> Use when a project needs admin/CMS/back-office UI architecture: roles, permissions, content workflows, AI assistant boundaries, audit logs, destructive-action confirmations, and builder handoff. Planning only; do not perform production admin actions or expose secrets.

- **Type:** Skill
- **Install:** `agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-admin-ui-orchestrator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sergekostenchuk](https://agentstack.voostack.com/s/sergekostenchuk)
- **Installs:** 0
- **Category:** [Security](https://agentstack.voostack.com/c/security)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [sergekostenchuk](https://github.com/sergekostenchuk)
- **Source:** https://github.com/sergekostenchuk/ui-ux-agent-skill-system/tree/main/core/skills/admin-ui-orchestrator

## Install

```sh
agentstack add skill-sergekostenchuk-ui-ux-agent-skill-system-admin-ui-orchestrator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Admin UI Orchestrator

This skill coordinates admin UI architecture. It is not the central UI/UX chair and does not execute production admin mutations.

## Operating Modes

- `admin-architecture`: define roles, permissions, navigation, data objects, and workflows.
- `ai-boundary`: define admin AI tool permissions, audit logs, and confirm gates.
- `builder-handoff`: prepare scope for `admin-ui-builder`.
- `security-review`: identify destructive actions, privacy risks, and injection surfaces.

## Required Workflow

1. Read [references/admin-ops-guardrails.md](references/admin-ops-guardrails.md).
2. Use [assets/admin-architecture.template.md](assets/admin-architecture.template.md).
3. Define role-based access and destructive-action confirmations before UI build.
4. Route detailed screen/component build to `admin-ui-builder`.

## Safety Rules

- Do not perform production admin actions, deletes, publishes, CRM sends, or permission changes without approval.
- Admin AI must use tool allowlists, audit logs, source boundaries, and confirmation gates.
- Treat CMS content, form submissions, CRM text, and wiki content as prompt-injection surfaces.

## Validation

```bash
python3 $CODEX_HOME/skills/.system/skill-creator/scripts/quick_validate.py $CODEX_HOME/skills/admin-ui-orchestrator
python3 $CODEX_HOME/skills/senior-skill-architect/scripts/lint_production_skill.py $CODEX_HOME/skills/admin-ui-orchestrator
python3 -m json.tool $CODEX_HOME/skills/admin-ui-orchestrator/evals/evals.json >/dev/null
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sergekostenchuk](https://github.com/sergekostenchuk)
- **Source:** [sergekostenchuk/ui-ux-agent-skill-system](https://github.com/sergekostenchuk/ui-ux-agent-skill-system)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sergekostenchuk-ui-ux-agent-skill-system-admin-ui-orchestrator
- Seller: https://agentstack.voostack.com/s/sergekostenchuk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
