mako-code-intel
TRIGGER when: user wants structural code pattern search (ast-grep) or static lint against selected files, or wants to turn a fix diff into a rule-pack draft.…
TRIGGER when: user wants an investigation packet, pre-ship artifact, recall of prior work or answers, or to log tool-run feedback / inspect telemetry. Covers `suggest`, `investigate`, `workflow_packet`, `tenant_leak_audit`, `health_trend`, `issues_next`, `session_handoff`, all
$ npx -y skills add drhalto/agentmako --skill mako-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/mako-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
TRIGGER when: user wants an investigation packet, pre-ship artifact, recall of prior work or answers, or to log tool-run feedback / inspect telemetry. Covers `suggest`, `investigate`, `workflow_packet`, `tenant_leak_audit`, `health_trend`, `issues_next`, `session_handoff`, all
description: >- TRIGGER when: user wants an investigation packet, pre-ship artifact, recall of prior work or answers, or to log tool-run feedback / inspect telemetry. Covers `suggest`, `investigate`, `workflow_packet`, `tenant_leak_audit`, `health_trend`, `issues_next`, `session_handoff`, all four artifact tools, `recall_answers`, `recall_tool_runs`, `agent_feedback`, `agent_feedback_report`, `runtime_telemetry_report`, `finding_ack`, `finding_acks_report`. when_to_use: >- Use for multi-step workflows, durable task artifacts, prior-session memory, feedback logging, telemetry inspection, and reviewed static-finding state. allowed-tools: "mcp__mako-ai__*"
Use this skill when the user needs a workflow output rather than a single trace: investigation packets, pre-implementation or review artifacts, prior-session recall, feedback, telemetry, or finding acknowledgements.
Use to propose useful Mako queries or investigation directions.
Use to run a broader bounded investigation workflow around a target.
Use to produce a bundled workflow summary from gathered context.
Use to inspect likely tenant-boundary and data-leak risks.
when the user is evaluating security-sensitive changes.
Use to summarize health trends from recorded project signals.
Use to identify likely next issues or triage targets.
Use to produce a concise handoff for later continuation.
Use before implementation to create task context, risks, likely move surfaces, and verification plan.
Use when handing coding work to another agent or future session.
Use for pre-ship review findings, evidence, and risks.
Use to summarize verification steps, outcomes, trust state, and remaining gaps.
Use to retrieve prior answer artifacts relevant to the current task.
Use to retrieve recent Mako tool runs.
recent run.
Use to log whether a specific prior Mako tool run was useful.
Starter reason codes:
`missing_known_caller`, `top_not_useful`
Use to inspect feedback events by referenced tool, grade, time window, and aggregate counts.
Use to inspect runtime telemetry aggregates and event lists.
Use to acknowledge a specific static finding as reviewed, accepted-risk, false-positive, or otherwise handled.
acknowledgement is intentionally being applied.
Use to acknowledge multiple reviewed findings at once.
Use to inspect acknowledged finding history and trends.
`/mako-ai:mako-graph` to gather evidence before producing artifacts.
agentmako is a local-first codebase intelligence engine for AI coding tools. It gives agents like Codex, Claude Code, Cursor, and local harnesses a compact Reef-first tool surface for understanding a project before they edit it.
Repo: drhalto/agentmako
TRIGGER when: user wants structural code pattern search (ast-grep) or static lint against selected files, or wants to turn a fix diff into a rule-pack draft.…
TRIGGER when: user asks about database schema, RLS policies, foreign keys, stored procedures, or table DDL directly. Covers `db_ping`, `db_columns`, `db_fk`,…
TRIGGER when: user is working in an unfamiliar repo, asks 'where is X', 'what touches Y', needs broad search across code/schema/routes, or is unsure which mako…
TRIGGER when: user asks about relationships, dependency paths, import hotspots or cycles, symbol impact, or blast radius of a proposed change. Covers…
Start here when working in a project with the mako-ai MCP server configured. Entry point that explains how mako's tool skills are organized and carries the…
TRIGGER when: user wants entity-wide context for a table, route, or RPC -- schema + RLS + readers + writers + downstream touches all at once. Covers…