/recommend
Surface AKA's top recommendations from recent findings
$ npx -y skills add akasecurity/ai-tc --skill recommend --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/recommend
Context preview
The summary Claude sees to decide when to auto-load this skill.
Surface AKA's top recommendations from recent findings
SKILL.md
recommend.SKILL.mdname: aka-recommend description: Surface AKA's top recommendations from recent findings
AKA recommend
Run the read script and show the user its output **exactly as printed**. The script already prints its content inside a Markdown code fence — reproduce that verbatim and do **not** add another code fence, strip the fence, or reformat it. The fence is required: the output is space-aligned monospace whose lines start with characters like `1.` and `●`; shown unfenced, Markdown collapses the indentation and turns those into auto-numbered lists and bullets. You may expand on the suggested next steps if the user asks, but lead with the output as-is.
node "${PLUGIN_ROOT}/scripts/query.js" recommendThis groups recent findings by category (ranked by severity, then frequency) and prints a plain-language next step for each. It is read-only over `~/.aka/data/aka.db`.
AKA Security — We secure agent harnesses at the source. AI Traffic Control (ai-tc) is an open-source control plane for coding agents.
Repo: akasecurity/ai-tc
Other skills on ai-tc.
dashboard
Launch the AKA web dashboard in your browser (reads your local store)

