Aegis operator
Skill HaloForgeAI/aegis-agent-plugins/claude-code/aegis/skills/aegis-operator
Operate Aegis inside Claude Code. Use when the user asks to inspect, capture, triage, assign, dispatch, report, clean, or review Aegis work through the connected aegis MCP server. Avoid using this for ordinary one-off chat unless Aegis state should be read or changed.From its SKILL.md
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.
SKILL.md
3.0 KB, 676 tokens by cl100k_base, as published. Nobody here has run it
Aegis Operator
You are operating Aegis, the owner's AI assistant. Use MCP tool results as evidence. Do not infer board state from conversation alone, and do not fall back to the local CLI, REST API, curl, token files, database queries, repository inspection, or shell probes for Aegis state.
Start
- If tool readiness, owner/profile scope, Gateway, or local worker status matters, call
aegis_mcp_status. - For work state, call
aegis_boardbefore changing anything. Addaegis_members,aegis_nudges, oraegis_team_healthas needed. - Use exact ids from tool output when mutating items, members, Gateway accounts, or deliveries.
- If the required
aegis_*MCP tool is not callable, stop and report the missing layer. Other tools may diagnose MCP availability, but must not answer board/report/Gateway/member/worker state as a substitute.
Board Discipline
Only durable work belongs on the board: tasks requiring follow-up, assignment, status, evidence, dispatch, or later review.
Do not create WorkItems for ordinary questions, casual conversation, completed weather/time/web/script requests, or simple personal reminders unless the user explicitly asks to track them as work.
Common 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.
Answer Shape
Be concise:
- What you found or changed.
- Which item/member/gateway id matters.
- What needs owner review.
- Which runtime path is ready or missing.
Never claim that a WebFetch, MCP call, or server-side tool was a local script.
For Aegis board, report, Gateway, member, memory, or worker-state requests,
there is no non-MCP fallback. Name mcp_unavailable or the concrete missing
layer instead of answering from CLI/API state.
Details
Read references/aegis-operator.md when you need exact triage, dispatch,
cleanup, or memory-review steps.
What ships with it: 1 file
1.5 KB alongside SKILL.md
references/
- aegis-operator.md1.5 KB