agent-kit AGENTS.md

Repository instructions for maintaining and validating the WorkorAI Agent Skill, which connects coding agents to a talent marketplace.

In plain words
What is it for?
Use them when changing the WorkorAI skill, its documentation, credential handling, installer, or registry files.
Why use it?
They give contributors one place to find the repository structure, maintenance rules, validation steps, and installation details.

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/work0r-ai/agent-kit/agents-md
Clone the repo
git clone --depth 1 https://github.com/work0r-ai/agent-kit

Made for: Codex, OpenCode.

Per session 1,757 This file is loaded in full into every session.
When invoked 1,757 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.01757 $0.01757
Opus 5 $0.00879 $0.00879
Sonnet 5 $0.00351 $0.00351
Haiku 4.5 $0.00176 $0.00176

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

Security

Grade A, and why

agent-kit 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 yesterday.

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 · 149 lines

How it starts

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

AGENTS.md

This repository packages the WorkorAI talent marketplace Agent Skill for public distribution. The single workorai skill covers both candidate (9 tools: job search, job detail, applications, apply, invitation accept/decline, withdraw, saved jobs) and employer (18 tools: job lifecycle, candidate discovery, invitations, applicants review) workflows on the WorkorAI MCP server.

Structure

  • skills/workorai/ is the canonical skill folder for GitHub and skill registries.
  • skills/workorai/SKILL.md is the required Agent Skills entry point.
  • skills/workorai/agents/openai.yaml is UI metadata for Codex/OpenAI-style skill surfaces.
  • skills/workorai/references/ contains progressively loaded domain references.
  • skills/workorai/scripts/credential-store.mjs stores WorkorAI MCP keys after explicit user consent.
  • skills/workorai/LICENSE.txt is the per-skill license for registries that inspect skill folders directly.
  • bin/workorai-agent.mjs installs the skill and writes MCP config for supported local agent clients.
  • registry/ contains human-facing submission notes for external skill hubs.
  • Supported explicit install targets include Codex, Claude Code, OpenCode, Cursor, OpenClaw-compatible clients, Qwen Code, Antigravity, Deep Code, and generic .agents hosts.

Maintenance Rules

  • Keep skills/workorai as the source of truth. Do not reintroduce a second templates/ copy.
  • If the skill behavior changes, update README.md, CHANGELOG.md, and relevant registry/*.md files.
  • If the CLI install paths change, update README.md and run npm run validate.
  • Never commit real WorkorAI MCP keys. Examples must use redacted wai_[REDACTED] values.
  • Preserve compatibility with Node.js 18+ and avoid runtime dependencies unless they are clearly necessary.

Validation

Run:

npm run validate
npm run smoke
npm pack --dry-run

The smoke test installs into a temporary directory only.


ClawMem — Semantic Code Memory

⚠️ Not indexed yet. Add to ~/.config/clawmem/index.yml to enable.

Read the full file on GitHub · 149 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. yesterday First seen · 149 lines · 1,757 tokens per session scan A a7466db7723a

Subscribe to this mod's changes

agent-kit AGENTS.md is an instructions file published in the GitHub repository work0r-ai/agent-kit (0 stars, last pushed 2mo ago), licensed MIT. It adds 1,757 tokens to every session, about $0.0088 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

mcp-steroid CLAUDE.md

Instructions for jonnyzzz/mcp-steroid, covering claude.md, agents.md, design philosophy, recursive context lookup (do this before sub-folder work), sub-folder guides and must do.

jonnyzzz/mcp-steroid · 6,916 tokens

nopua AGENTS.md

Instructions for wuji-labs/nopua, covering nopua · codex 入仓规则, 一 · 项目定位, 二 · 起手必读, 三 · 工程与研究纪律 and 四 · 对外署名.

wuji-labs/nopua · 546 tokens

supergraph AGENTS.md

Instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).

datit309/supergraph · 1,664 tokens

skills CLAUDE.md

Instructions for mixedbread-ai/skills, covering mixedbread skills, repository structure, conventions, adding a new skill and testing a skill.

mixedbread-ai/skills · 1,225 tokens

video-podcast-maker AGENTS.md

AGENTS.md instructions for Agents365-ai/video-podcast-maker, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

Agents365-ai/video-podcast-maker · 624 tokens

growmos AGENTS.md

Instructions for codician-team/growmos: This repository keeps a knowledge graph in .growmos/ (entities, typed relations, provenance, profiles, a journal). It is the shared world model that survives context windows. Treat it as memory you read at the start of work and write to as you develop. Zero-config commands.

codician-team/growmos · 606 tokens