agentsclimarketplace

Keel ops

Skill sayeediftekhar/Keel/skills/keel-ops

A rigor router for AI coding agents: FAST lane for low-risk one-shots, HEAVY lane with full review gates for correctness-critical work — decided by a nine danger-surface scan.

Install
npx -y skills add sayeediftekhar/Keel --skill keel-ops

Assembled 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.

What its author says it does

Copied from the file, not written here

Operations & connectors lane router. Routes memory, workspace connectors, and meta/skills-management to the right tool — claude-mem, granola, slack, notion, zapier MCPs, plus find-skills and the claude-skills library. Defers to keel-v2. Use for persistent memory, pulling meeting notes, reading/writing Slack or Notion, wide app automation, or discovering/installing new skills.

SKILL.md

2.6 KB, as published. Nobody here has run it

Keel Ops — operations & connectors lane router

Index, not an implementation. Routes to a connector or meta tool; most here are MCP servers (wired in .mcp.json), not skills.

Deference — keel-v2 is the arbiter

Run the keel-v2 scan. Connector reads are usually FAST/no-artifact. Connector writes are irreversible/outward-facing (surface 6) → HEAVY, and the harness send/publish/settings gates apply: posting to Slack, writing a Notion page, or firing a Zapier action is confirmed with the human first, never auto-run.

Dispatch table

When the task is…Dispatch toTypeSource
Persistent cross-session memory (capture, compress, re-inject context)claude-memskill/toolthedotmack/claude-mem
Pull meeting transcripts / notes into contextgranolaMCPgranola.ai
Read/search or post Slack messages, threads, canvasesslackMCPslackapi/slack-mcp-plugin
Read/write Notion pages and databasesnotionMCPmakenotion/notion-mcp-server
Fire an action across 9,000+ apps in plain EnglishzapierMCPzapier/zapier-mcp
Discover & install new skills from the open ecosystemfind-skillsskillvercel-labs/skills
Reach into a large multi-platform skills libraryclaude-skillslibraryalirezarezvani/claude-skills

Token thrift note

Output-token compression is not here — it's your existing lazy-loop skill (/lazy), which already wraps caveman + ponytail and defers to keel-v2. Don't duplicate it in this lane.

Write-action gate (non-negotiable)

Any Slack post, Notion write, Zapier trigger, or other outward/irreversible connector action: state exactly what will be sent/changed and to where, then wait for an explicit human yes. One approval does not authorize the next.

If the target isn't installed

Say so; MCP connectors need credentials in .mcp.json (see .mcp.json.template

  • install.sh mcp) and cannot be faked. Install a skill lane: ./install.sh ops.

Sources: thedotmack/claude-mem · granola.ai · slackapi/slack-mcp-plugin · makenotion/notion-mcp-server · zapier/zapier-mcp · vercel-labs/skills · alirezarezvani/claude-skills. Upstreams unmodified.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.