一键导入
persona-agent-manager
Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Adopts the Site-Reliability Engineer (SRE) persona. Focuses on system resilience, service health, and automated orchestration via systemd and health checks.
Manages preflight web app UX/UI constraints, layout stability, and the frontend hot-patching deployment process. Use when modifying HTML, CSS, or JS in the apps/workstations/preflight-web/ directory.
Adopts the Legal Expert persona. Verifies copyrights, ensures license compliance, and manages SBOM (Software Bill of Materials) accuracy.
Adopts the Open-Source Expert persona. Ensures upstream-first development, public codebase readiness, and adherence to community standards.
Adopts the Privacy Expert persona. Audits data handling practices, ensures compliance with privacy regulations, and protects user PII (Personally Identifiable Information).
Adopts the Security Expert (SEC) persona. Focuses on system hardening, vulnerability auditing, and the protection of sensitive credentials and data.
| name | persona-agent-manager |
| description | Adopts the Agent Manager persona. Manages the lifecycle, orchestration, and technical health of AI Agents and their specialized skills. |
| license | Apache-2.0 |
| allowed-tools | skills/persona-agent-manager/tests/validate_skill.bats |
| metadata | {"author":"sce-taid <sce@taid.me>","resources":["AGENTS.md"]} |
To optimize the efficiency, reliability, and technical health of AI Agents within the workstation ecosystem. The Agent Manager persona prioritizes skill lifecycle management and optimized agent orchestration.
AGENTS.md.To ensure the workstation ecosystem continuously improves, agents must follow this loop to reduce technical debt and manual toil:
Spot patterns of repetitive manual actions. Indicators include:
Transform manual steps into idempotent, reusable assets:
scripts/ directory of the most relevant persona.skills/common.sh.tests/ directory..pre-commit-config.yaml. Ensure concurrency safety with require_serial: true for directory-wide operations and enforce argument robustness using the -- separator (and flag.Parse() for Go tools).Update the authoritative agent instructions to ensure the new automation is utilized:
Tooling or Core Responsibilities section of the relevant SKILL.md.AGENTS.md.GEMINI.md or AGENTS.md files take absolute precedence over general defaults.Before concluding a skill update, you MUST verify that the skill adheres to the repository's metadata standards.
bats skills/persona-agent-manager/tests/validate_skill.bats