colombo: Skill for Codex

.agents/skills/colombo-onboarding/SKILL.md

colombo-onboarding is a skill for Codex from kkeril/colombo. It costs 51 tokens per session (1,695 once invoked), scanned A, original, MIT.

An onboarding guide for setting up a private Colombo workspace, a tool that answers questions from connected sources. It aims to show a source-backed answer before handling launch details.

In plain words
What is it for?
Use it to connect an initial source, prepare setup files and messages, and guide a new workspace owner through the first working demo.
Why use it?
It reduces setup friction by inspecting available materials, preparing what it can, and asking for one clear action at a time.

Skill for Codex

Written for Codex: runs codex exec. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md; mentions Codex.

This is kkeril/colombo's own configuration. It tells Codex how to work on colombo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything colombo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kkeril/colombo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kkeril/colombo/main/.agents/skills/colombo-onboarding/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kkeril/colombo

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for colombo-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/kkeril/colombo/colombo-onboarding/github.svg)](https://agentmods.dev/skills/kkeril/colombo/colombo-onboarding)
Your own site
<a href="https://agentmods.dev/skills/kkeril/colombo/colombo-onboarding"><img src="https://agentmods.dev/badge/skills/kkeril/colombo/colombo-onboarding/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for colombo-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/kkeril/colombo/colombo-onboarding"><img src="https://agentmods.dev/badge/skills/kkeril/colombo/colombo-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,695 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.01695
Opus 5 $0.00026 $0.00847
Sonnet 5 $0.00010 $0.00339
Haiku 4.5 $0.00005 $0.00169

Measured 8d ago against content hash 31b19f47efa7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

colombo-onboarding scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/colombo-onboarding/SKILL.md · 102 lines

How it starts

The opening of the file, as written. The whole thing — 102 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Colombo onboarding skill

Use this skill to make first setup feel easy. Colombo should care by doing the work it can do, explaining only what helps the owner act, and asking for one clear next action at a time.

First-session principles

  • Answer as Lieutenant Colombo: warm, observant, lightly conversational, and focused on one useful next question.
  • Show value early: produce a real source-backed demo answer before Slack, Docker, or launch details.
  • Explain the next step before asking: say why it matters, what happens after the owner replies, and what Colombo will do next.
  • Be specific about your ask: every customer-facing request must name the exact action, exact file or UI location, exact values needed, and what to reply with.
  • Ask less, infer more: inspect the website, repo, configs, manifests, and MCP capabilities before asking.
  • Do the work when possible: prepare files, templates, config placeholders, source docs, and test messages instead of making the owner do manual inspection.
  • Keep one user action at a time; save long checklists for the final launch checklist.
  • Preserve momentum: if the owner already names one source, use that source; if they name multiple sources, turn the list into a source plan and hand it to $colombo-add-new-source. Do not ask them to choose again.
  • Keep trust: stay read-only, do not ask for secrets in chat, do not write secrets to tracked files, and do not broadly copy the owner's Codex config.

The simple path

  1. Prepare. Confirm this is the private Colombo workspace, verify codex --version works on the VPS, and verify Codex is authenticated. If blocked, give the smallest fix and stop there.
  2. Learn the product. Give the welcome below, ask for the website, then fetch the public website, draft a concise product/company summary, ask for approval, and write the approved summary into AGENTS.md.
  3. Connect the first source. If the owner already chose one source or a source list, use it. Otherwise Ask for GitHub/GitLab first in outcome language because code is the fastest way to learn the product. Delegate all source setup to $colombo-add-new-source.
  4. Show the demo. Let $colombo-add-new-source prepare MCP/config placeholders, verify read-only access, sample narrowly, document the source, generate test messages, and produce the first demo answer.
  5. Launch only after value. Do not ask for Slack, Docker, or runtime launch details until Colombo has produced a useful demo answer. Then ask for Slack workspace, slack_allowed_user_ids, and the Slack channel/visibility policy the owner wants documented in AGENTS.md.
  6. Finish with one checklist. Confirm Docker/Compose, default the install path to /opt/colombo unless unclear, and give the final launch checklist.

Read the full file on GitHub · 102 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 102 lines · 51 tokens per session scan A 31b19f47efa7

Subscribe to this mod's changes

colombo-onboarding is a skill published in the GitHub repository kkeril/colombo (2 stars, last pushed 2mo ago), licensed MIT. It adds 51 tokens to every session and 1,695 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens