octocode-skills

octocode-skills is a skill for Claude Code, Codex from bgauryy/octocode. It costs 65 tokens per session (1,038 once invoked), scanned A, original, MIT.

A guide for working with Agent Skills: folders containing a SKILL.md file and optional supporting files such as references, scripts, and assets. It covers finding, comparing, reviewing, creating, improving, repairing, installing, and syncing those skills.

In plain words
What is it for?
Use it to discover suitable skills, review their contents, recommend one, create or repair a skill folder, install skills, or synchronize them with another source.
Why use it?
It provides a structured way to inspect and judge skills before changing or installing them, while avoiding duplicated or incomplete instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to discover suitable skills, review their contents, recommend one, create or repair a skill folder, install skills, or synchronize them with another source.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bgauryy/octocode/octocode-skills
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bgauryy/octocode --skill octocode-skills
Clone the repo
git clone --depth 1 https://github.com/bgauryy/octocode

Made for: Claude Code, 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 octocode-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/bgauryy/octocode/octocode-skills/github.svg)](https://agentmods.dev/skills/bgauryy/octocode/octocode-skills)
Your own site
<a href="https://agentmods.dev/skills/bgauryy/octocode/octocode-skills"><img src="https://agentmods.dev/badge/skills/bgauryy/octocode/octocode-skills/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 octocode-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/bgauryy/octocode/octocode-skills"><img src="https://agentmods.dev/badge/skills/bgauryy/octocode/octocode-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,038 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00065 $0.01038
Opus 5 $0.00032 $0.00519
Sonnet 5 $0.00013 $0.00208
Haiku 4.5 $0.00006 $0.00104

Measured 13d ago against content hash f7d3a8087d4b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

octocode-skills 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 13d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (assets/hooks/example-hook-brain.mjs, assets/hooks/example-hook.sh, scripts/hooks/example-hook.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/octocode-skills/SKILL.md · 43 lines

How it starts

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

Octocode Skills

Operate on standalone Agent Skill folders: SKILL.md plus optional references, scripts, and assets. Flow: UNDERSTAND → DISCOVER → INSPECT → JUDGE → RECOMMEND → USER GATE → ACT → CLEANUP → REVIEW → VERIFY.

Lobby rules

  • SKILL.md owns workflows, hard gates, and routes; each reference owns one concept and never restates the flow.
  • The lobby lists every reference and every script with when and how to use it, plus the workflows — no chunk is discoverable only by opening another file.
  • MUST read and navigate between routed reference files to understand the complete flow; this skill is intentionally simplified into reference units for efficiency, including reference-to-reference handoffs.
  • Inspect the real SKILL.md before quoting, judging, or installing; identify candidates by path and gate every write.
  • Stop when one fit is clear, two High candidates need a winner, three angles add nothing, or user/auth approval is pending.
  • Ship a standalone folder with one owner per concept; prune dead or duplicated material before done. Assume no sibling skill is installed: name a sibling to load, never depend on its files.

Smart routes — load only what the current step needs

  • When discovering, load references/search-playbook.md; choose a source with references/discovery-surfaces.md, parse manifests with references/discovery-manifests.md, and recover with references/recovery.md — search broadly enough without inventing candidates.
  • When judging, load references/quality-rubric.md for content fit and references/quality-signals.md for adoption/recency; when recommending, present through references/output-format.md — rank evidence, not popularity alone.
  • When designing structure, load references/skill-anatomy.md; write with references/skill-authoring.md, extract deterministic work with references/skill-scripts.md, and tune activation with references/description-tuning.md — keep the lobby lean and triggers strong.
  • When improving, load references/skill-improve.md; choose review/refactor mode with references/self-improvement.md, clean with references/skill-cleanup.md, and use references/improve-loop.md only if octocode-graph-eval is unavailable — preserve intent and require measurable acceptance.
  • Before done, load references/skill-review.md; interpret findings with references/skill-review-rules.md — enforce structure, navigation (lobby shows every chunk, routes state when/why, chunks declare entry and next hop, flow phases routed), prose, and standalone-folder gates.
  • When reviewing lifecycle automation, load references/hooks.md; when adding it, load references/hooks-add.md and use assets/hooks/ — map the correct host event and avoid silent no-ops.
  • When installing, load references/install-gates.md, then references/install-destinations.md; remote sources use references/fetch-remote.md, local creation uses references/create-local-skill.md, and vendor links use references/skill-sync.md — secure approval, destination, and provenance before writes.
  • When evidence needs code/package/repository research, load references/octocode.md — delegate research mechanics instead of duplicating them.
  • When tracing source provenance, load references/references.md; when authoring a source appendix, start from references/references-template.md — keep claims auditable without bloating instructions.

Read the full file on GitHub · 43 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. 13d ago First seen · 43 lines · 65 tokens per session scan A f7d3a8087d4b

Subscribe to this mod's changes

octocode-skills is a skill published in the GitHub repository bgauryy/octocode (932 stars, last pushed yesterday), licensed MIT. It adds 65 tokens to every session and 1,038 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-30.