skilltap AGENTS.md

Project instructions for skilltap, a tool that manages agent environments, plugins, skills, marketplaces, and shared instructions.

In plain words
What is it for?
Use them when designing or changing skilltap, especially its command handling, configuration updates, and support for different agent systems.
Why use it?
They give contributors the product rules, architecture, and expected command behavior in one place.

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/nklisch/skilltap/agents-md
Clone the repo
git clone --depth 1 https://github.com/nklisch/skilltap

Made for: Codex, OpenCode.

Per session 1,307 This file is loaded in full into every session.
When invoked 1,307 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.01307 $0.01307
Opus 5 $0.00654 $0.00654
Sonnet 5 $0.00261 $0.00261
Haiku 4.5 $0.00131 $0.00131

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

Security

Grade A, and why

skilltap 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 · 125 lines

How it starts

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

skilltap

Product

skilltap is a personal control plane for managing supported agent harness environments. It adopts, reconciles, and updates native marketplaces, plugins, complete skill directories, MCP configuration, and shared instructions.

It does not provide discovery, recommendations, security scanning, a TUI, or compatibility with the previous implementation.

Foundation

Read these before designing or implementing changes:

  • docs/VISION.md — purpose, audience, principles, and exclusions.
  • docs/SPEC.md — authoritative behavior, commands, state, and reconciliation.
  • docs/ARCH.md — Rust architecture and module boundaries.
  • docs/UX.md — non-interactive CLI behavior and output.
  • docs/HARNESS-CONTRACTS.md — Codex and Claude native contracts.

Foundation documents describe current or intended truth. Planned and time-bound work belongs in .work/.

Product Constraints

  • Commands are deterministic and non-interactive.
  • Bare scoped commands operate globally.
  • --project targets the current project.
  • --project <path> targets another project.
  • --all-scopes targets the managed computer.
  • --target selects one registered harness or all enabled harnesses.
  • ~/AGENTS.md is the canonical global instruction file.
  • A skill is the complete directory containing top-level SKILL.md.
  • Native harness lifecycle commands take precedence over file materialization.
  • Cross-harness transfer must be faithful or reported as partial.
  • Partial foreground operations require explicit acknowledgment.
  • Daemon updates never acknowledge partial operations or overwrite drift.
  • skilltap does not search or browse marketplace contents.

Architecture

The implementation is a stable Rust workspace:

  • skilltap-core owns domain types, state, planning, reconciliation, compatibility, and updates.
  • skilltap-harnesses owns the typed target registry, distinct native harness adapters, and user-service adapters.
  • skilltap-cli owns argument parsing, rendering, and exit codes.
  • skilltap-test-support owns fixtures and isolated test environments.

Read the full file on GitHub · 125 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 · 125 lines · 1,307 tokens per session scan A 38a40515652b

Subscribe to this mod's changes

skilltap AGENTS.md is an instructions file published in the GitHub repository nklisch/skilltap (6 stars, last pushed 17d ago), licensed MIT. It adds 1,307 tokens to every session, about $0.0065 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.