skillz AGENTS.md

Repository instructions for OKHP3/skillz, a library of reusable instruction packages that coding agents can load for specific tasks.

In plain words
What is it for?
Working on, organizing, and extending the library's 283 distribution skills and its project-local support skills.
Why use it?
They explain the project's purpose, boundaries, release state, and source of truth so agents know what belongs in the repository.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/okhp3/skillz/agents-md
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Codex, OpenCode.

Per session 8,039 This file is loaded in full into every session.
When invoked 8,039 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.08039 $0.08039
Opus 5 $0.04019 $0.04019
Sonnet 5 $0.01608 $0.01608
Haiku 4.5 $0.00804 $0.00804

Measured 2d ago against content hash ba4f6d064033, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skillz AGENTS.md 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 2d 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.md · 378 lines

How it starts

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

AGENTS.md: OKHP3/skillz

This is the canonical agent guide and routing index for this repository. Read it before working here. CLAUDE.md is a compatibility pointer to this file.

Project identity

  • Suite: OverKill Hill
  • Repository: OKHP3/skillz
  • Type: Public Agent Skills distribution library, using the SKILL.md format
  • License: MIT at the repository level; individual skills may declare a different license in frontmatter
  • Release state: Unreleased. There are no Git tags.
  • Current inventory: 283 distribution skills in 19 active families, and 46 project-local support skills under .agents/skills/
  • Source of truth: GitHub repository for installable files; the public landing surface is OverKill Hill /projects/skillz/

Mission: confirmed

Package recurring methods as portable, agent-readable delegation contracts that can run across compatible agent runtimes without repeating the same human explanation.

Vision: inferred

Become the reusable execution layer of the OKHP3 Visual Language Stack, with composable skill families that make recurring work portable and durable.

Scope and boundaries

This repository contains SKILL.md contracts, references, examples, fixtures, and small validation or rendering utilities. It also contains the artifacts/forge/ Vite/React frontend that builds the public Skillz Forge catalog, alongside the Review Desk, API server, and Mockup Sandbox artifacts. It is a pnpm workspace; use the artifact and package-local commands documented below. There is one Git repository at the root; no nested Git repositories were found.

The root family directories are the distribution surface. .agents/skills/ is a project-local support surface containing cataloging, skill-authoring, FoundRy tooling, and platform-specific context-extraction support. Do not count its packages as additional distribution skills or families.

Do not add employer-specific confidential material, private credentials, tokens, cookies, customer or employee data, proprietary system names, hidden network calls, or destructive behavior. Public skills must use synthetic or public-safe examples. A skill must not instruct an agent to bypass permissions, conceal actions, or remove user consent.

Read the full file on GitHub · 378 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. 2d ago First seen · 378 lines · 8,039 tokens per session scan A ba4f6d064033

Subscribe to this mod's changes

skillz AGENTS.md is an instructions file published in the GitHub repository OKHP3/skillz (2 stars, last pushed 2d ago), licensed MIT. It adds 8,039 tokens to every session, about $0.0402 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 instructions, from other repositories