skill-base-template AGENTS.md

Instructions for turning a bootstrap repository into a maintainable agent skill repository using material placed in an .intake folder.

In plain words
What is it for?
Use it when building a skill under skills/<name>, rewriting the repository’s README and AGENTS.md, and removing temporary template files. It also explains the repository’s global, communication, and task goals.
Why use it?
They give an agent a defined goal and cleanup process when the source material is incomplete or messy, while preserving the intended purpose and leaving clear maintenance guidance.

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

Made for: Codex, OpenCode.

Per session 1,363 This file is loaded in full into every session.
When invoked 1,363 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.01363 $0.01363
Opus 5 $0.00681 $0.00681
Sonnet 5 $0.00273 $0.00273
Haiku 4.5 $0.00136 $0.00136

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

Security

Grade A, and why

skill-base-template 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 · 105 lines

How it starts

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

Agent Instructions for skill-base-template - Skill Repository Bootstrap

Summary

This repository is in bootstrap mode. Build a standalone agent skill repository from user material placed in .intake/, then convert the repository to maintenance mode by rewriting README.md, rewriting AGENTS.md, and removing .template/.

Goal Stack

Global Goal

Create skill repositories that let future agents perform specialized work reliably without needing the original builder's private context.

Purpose: A skill only has value if another agent can load it later, understand when it applies, execute the workflow, and maintain it as the domain changes.

Communication Goal

Give bootstrap agents enough purpose, constraints, and rationale to transform raw intake into a clean skill repository without overfitting to the template's temporary structure.

Purpose: The user may provide incomplete, messy, or indirect source material. The agent must make local design decisions while preserving the user's intent and leaving a maintainable result.

Task Goal

Use .intake/ to build the generated skill under skills/<name>/, then remove bootstrap scaffolding and leave maintenance instructions for the generated repository.

Purpose: The final repository should stand alone. Future agents should maintain the skill itself, not this template's construction process.

Values

  • Prefer downstream agent autonomy over rigid mechanical compliance.
  • Prefer explicit rationale over unexplained rules.
  • Prefer clean final repositories over preserving bootstrap history.
  • Prefer portable skill conventions over host-specific metadata unless local needs justify the tradeoff.
  • Prefer transformed durable knowledge over copying raw intake.
  • Prefer validation by tools where possible and documented judgment where tools cannot decide.

Decision Criteria

When instructions appear to conflict, choose the option that best preserves the final repository's ability to function as a standalone skill repository. If a rule protects release cleanliness, user privacy, or skill portability, treat it as higher priority than convenience.

Read the full file on GitHub · 105 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 · 105 lines · 1,363 tokens per session scan A 4e1c8dc7c6fa

Subscribe to this mod's changes

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