agent-skill-manager AGENTS.md

Repository instructions for a local manager of agent skills used by Claude Code and Codex. The manager is intended to show enabled skills and let users switch them off or on without losing how they were installed.

In plain words
What is it for?
Use them before significant work in the skill-manager repository, then consult the relevant wiki pages and authoritative project files. They guide planning, implementation and documentation updates.
Why use it?
They provide the project's required reading order and keep work aligned with its maintained wiki and original design decisions. This helps avoid changing behavior without understanding the project's current plan.

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

Made for: Codex, OpenCode.

Per session 11,416 This file is loaded in full into every session.
When invoked 11,416 The same file — it is already loaded in full.
Security scan B 1 finding. 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.11416 $0.11416
Opus 5 $0.05708 $0.05708
Sonnet 5 $0.02283 $0.02283
Haiku 4.5 $0.01142 $0.01142

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

Security

Grade B, and why

agent-skill-manager AGENTS.md scanned grade B with 1 finding 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Plugin enable/disable is out of scope for MVP. A future `Plugins` screen may toggle whole Claude plugins through `~/.claude/settings.json.enabledPlugins`, but the first `Skills` screen must not do that.
AGENTS.md · 1,021 lines

How it starts

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

Skill Manager Agent Brief

Project Intent

skill-manager is a local tool for managing globally installed agent skills for Claude Code and Codex. Its established terminal interfaces remain the primary source-management surface, with a macOS desktop interface for visibility and reversible toggles.

The first version is a local, simple, reversible TUI plus a minimal CLI. It must make it easy to see which skills are enabled for each tool and toggle them off and on without losing their original installation method.

This repository is intentionally greenfield. The planning discussion happened before implementation. Preserve these decisions unless the user explicitly changes them.

Mandatory Wiki Routing

This project has an LLM-maintained wiki under docs/wiki/.

Before starting non-trivial work in this repository:

  1. Read docs/wiki/README.md for the wiki contract, source precedence, and workflows.
  2. Read docs/wiki/index.md, then open the topic pages relevant to the task.
  3. Verify important or mutable claims against the authoritative project files; the wiki is a synthesis layer, not a replacement for this file, the planning documents, code, or tests.

After work that produces a reusable conclusion, correction, decision, implementation insight, or open item, update the relevant docs/wiki/topics/ or docs/wiki/sources/ pages, update docs/wiki/index.md when pages change structurally, and append an entry to docs/wiki/log.md using ## [YYYY-MM-DD] type | Short title.

If the user accepts a change to product scope, semantics, paths, or UX, update the authoritative files required by the Documentation Rules below before bringing the wiki synthesis up to date.

Current Target Environment

The supported source release targets Apple Silicon macOS and the standard global skill layout:

  • Claude Code user skills: ~/.claude/skills
  • Codex user skills: ~/.agents/skills
  • Codex system skills: ~/.codex/skills/.system
  • Claude plugin cache: ~/.claude/plugins/cache
  • Skill Manager state: ~/.skill-manager
  • Skill Manager managed repo checkouts: ~/.skill-manager/repos

Read the full file on GitHub · 1,021 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 · 1,021 lines · 11,416 tokens per session scan B c9c64cda3c01

Subscribe to this mod's changes

agent-skill-manager AGENTS.md is an instructions file published in the GitHub repository dees91/agent-skill-manager (1 stars, last pushed 7d ago), licensed MIT. It adds 11,416 tokens to every session, about $0.0571 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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