agents-consilium

Installation
SKILL.md

Agents Consilium

Resolve the entrypoint below, then use only "$CONSILIUM". Select the mode from the user's intent and load only the linked reference needed for that mode.

Entrypoint resolution

Set CONSILIUM to the consilium executable in the scripts subdirectory of the exact SKILL.md loaded by skill discovery. Verify it before the first call:

test -x "$CONSILIUM" || { echo "agents-consilium entrypoint not found: $CONSILIUM" >&2; exit 1; }

Resolve this from the loaded skill path, never from the caller's working directory, repository root, or PATH. Do not execute the entrypoint as a relative path. Keep the shell in the repository the external agent should inspect or change.

Recommended review defaults

Installs
38
GitHub Stars
120
First Seen
May 4, 2026
agents-consilium — codealive-ai/ai-driven-development