Help us improve
Share bugs, ideas, or general feedback.
From agentic-systems
Process-first advisor routing with artifact capture
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-systems:canonical-advisor-routingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route a prompt through a local provider CLI and persist the result as an artifact.
Share bugs, ideas, or general feedback.
Route a prompt through a local provider CLI and persist the result as an artifact.
Use the provided command wrappers:
apx ask-codex "review this patch from a security perspective"
apx ask-gemini "suggest UX improvements for this flow"
apx ask-claude "draft an implementation plan for issue #123"
Required execution path:
Invoke the provider CLI via the canonical apx ask-* wrappers. Do not manually assemble raw provider CLI commands unless debugging the wrapper.
Write the response to the standard artifact location:
.agent-powerups/artifacts/ask/<provider>-<slug>-<timestamp>.md
npx claudepluginhub yeaight7/agent-powerups --plugin agentic-systemsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.