skill AGENTS.md

Repository-specific instructions for maintaining the niracler/skill collection, including its plugin layout, documentation, and checks.

In plain words
What is it for?
They guide adding or changing plugins and skills, keeping personal-plugin content anonymous, updating release notes, and running repository checks.
Why use it?
They prevent published files, marketplace listings, documentation, and validation tests from getting out of sync.

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

Made for: Codex, OpenCode.

Per session 652 This file is loaded in full into every session.
When invoked 652 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.00652 $0.00652
Opus 5 $0.00326 $0.00326
Sonnet 5 $0.00130 $0.00130
Haiku 4.5 $0.00065 $0.00065

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

Security

Grade A, and why

skill 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 · 50 lines

What it actually says

Niracler Skills 仓库约定

本文件只记录此仓库特有的结构、发布和内容约束。通用 Skill 质量规则由 plugins/developer-workflows/skills/skill-reviewer/ 维护,不在此重复。

发布结构

  • 已发布插件位于 plugins/<plugin>/,插件清单位于 .agents/plugins/marketplace.json
  • 插件清单固定为 plugins/<plugin>/.codex-plugin/plugin.json,Skill 固定为 plugins/<plugin>/skills/<skill>/SKILL.md
  • 根目录 .codex-plugin/skills/ 属于已删除的聚合布局,不得重新创建。
  • 插件名必须与目录名、Marketplace 条目和插件清单一致;Skill 名称在整个仓库中保持唯一。
  • 新增、移动或删除插件与 Skill 时,按影响范围同步更新 Marketplace、插件清单、README 和 tests/test_plugin_contract.py,避免发布内容与契约测试不一致。

Personal 插件

  • plugins/personal/ 面向作者的中文工作流;SKILL.md 的触发描述、标题和自然语言说明以 中文为主,相关模板与示例保持同一语言。
  • 命令、路径、产品名、API 字段和其他机器可读内容保持原样。
  • 轮班周期、日历名称、排期时段、数据源命令等运行规则写入对应 SKILL.mdreferences/,不写入本文件。
  • Personal 插件可以记录稳定且有意公开的个人偏好和 Obsidian 结构,但不得包含真实公司名、 工作项目名、人员信息、内部主机名、公司仓库路径、访问令牌或原始工作数据。
  • 示例使用「项目 A」「仓库 B」「成员 C」等匿名名称。远程工具的原始响应不得写入仓库。

文档同步

  • README 的插件列表、Skill 列表和依赖说明应与当前目录及各 SKILL.md 保持一致。
  • 对外可见的插件或 Skill 变化记录到 CHANGELOG.mdUnreleased,并归入 AddedChangedFixedRemoved
  • 仓库说明使用公开、可复用的信息,不把临时迁移过程或单次任务背景写成长期约定。

仓库验证

常规变更运行:

bash scripts/validate.sh
npx markdownlint-cli2 "**/*.md" "#repos" "#node_modules"
bash scripts/check-horizontal-rules.sh $(find . -name '*.md' -not -path './repos/*' -not -path './node_modules/*')

修改 Skill 发现或同步逻辑时,额外运行:

./scripts/sync --dry-run
npx skills add . --list --full-depth
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 · 50 lines · 652 tokens per session scan A 5f41dd36ec93

Subscribe to this mod's changes

skill AGENTS.md is an instructions file published in the GitHub repository niracler/skill (11 stars, last pushed 1mo ago), licensed MIT. It adds 652 tokens to every session, about $0.0033 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.

Related

Other instructions, from other repositories

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

buildNext

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

Instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,040 tokens

langchain AGENTS.md

Instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens