Aegis operator
Skill HaloForgeAI/aegis-agent-plugins/plugins/aegis/skills/aegis-operator
Public Codex, Claude Code, and agent skill packages for Aegis.
npx -y skills add HaloForgeAI/aegis-agent-plugins --skill aegis-operatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use Aegis from Codex as an AI assistant. Trigger when the user asks to inspect, capture, triage, assign, dispatch, report, clean up, or diagnose Aegis work through the configured aegis MCP server. Do not trigger for simple one-off chat unless Aegis state should be read or changed.
SKILL.md
3.2 KB, 725 tokens by cl100k_base, as published. Nobody here has run it
Aegis Operator For Codex
Operate Aegis state through MCP tools only, not by guessing state from conversation or by falling back to the local CLI, REST API, curl, database queries, repository files, or shell probes.
Start
- If connection, owner/profile scope, Gateway, worker, or tool readiness matters, call
aegis_mcp_status. - For board/state work, call
aegis_boardbefore changing anything. Addaegis_members,aegis_nudges, oraegis_team_healthwhen relevant. - Keep answers grounded in tool output. If a tool is unavailable, say which layer is missing: MCP config, auth, server, Gateway, provider planner, connected local worker, or tool-ready local worker.
- If the required
aegis_*MCP tool is not callable in the current host, stop and reportmcp_unavailableor the concrete missing layer. Do not useaegisCLI commands, direct HTTP calls, local access-token files, or repo inspection as a substitute for Aegis MCP state.
Board Discipline
Only create WorkItems for durable work requiring follow-up, assignment, lifecycle status, evidence, or review.
Do not put ordinary questions, completed weather/time/web/script requests, casual chat, or simple personal reminders on the board unless the user explicitly says to track them as work.
Main Flows
- Discover:
aegis_search_toolswhen unsure which Aegis MCP tool applies;aegis_lifecyclewhen unsure about statuses or transitions. - Capture:
aegis_create_item, then optionallyaegis_comment_item. - Triage:
aegis_inbox,aegis_advance_item,aegis_transition_item,aegis_move_item. - Cleanup:
aegis_board, thenaegis_clear_itemfor non-work/accidental board items, oraegis_delete_itemwhen the owner explicitly requests deletion. - Assign:
aegis_members,aegis_add_member,aegis_assign_item. - Delegate:
aegis_recruiting_catalog,aegis_hire,aegis_dispatch, oraegis_switchboard. - Report:
aegis_team_health,aegis_nudges,aegis_report,aegis_statuses. - Memory/context:
aegis_memory_review,aegis_approve_memory,aegis_reject_memory,aegis_rebuild_context,aegis_run_compact. - Gateway:
aegis_gateway_status,aegis_gateway_accounts,aegis_gateway_deliveries.
Output Contract
Return concise operator-facing prose:
- What changed or what was found.
- The exact item/member/gateway ids only when useful.
- What needs owner review next.
- Any missing runtime capability as a concrete readiness gap.
Never claim that WebFetch, server-side tools, or MCP calls were a local script. For Aegis board, report, Gateway, member, memory, or worker-state requests, there is no non-MCP fallback. Other tools may help diagnose why MCP is missing, but they must not be used to answer Aegis state as if the plugin operated normally.
More Detail
Read references/aegis-mcp-workflows.md when the task needs exact tool grouping,
cleanup guidance, memory review, or Gateway diagnosis.
What ships with it: 1 file
2.7 KB alongside SKILL.md
references/
- aegis-mcp-workflows.md2.7 KB