template-guide

template-guide is a skill for Claude Code, Codex from TheSmuks/ai-project-template. It costs 18 tokens per session (1,630 once invoked), scanned A, original, MIT.

A guide to the file conventions and upgrade process used by ai-project-template repositories, which are starter project structures for software teams.

In plain words
What is it for?
Use it to navigate template-based projects, review changes for compliance, and plan upgrades to a newer template version.
Why use it?
It helps developers understand unfamiliar project files and check whether a repository follows the template's expected structure.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is Checking markdown internal links... FAIL: docs/ci.md links to missing ./docs/nonexistent.md.

Good fit Use it to navigate template-based projects, review changes for compliance, and plan upgrades to a newer template version.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/TheSmuks/ai-project-template
agentmods
npx agentmods add skills/thesmuks/ai-project-template/template-guide

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for template-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesmuks/ai-project-template/template-guide/github.svg)](https://agentmods.dev/skills/thesmuks/ai-project-template/template-guide)
Your own site
<a href="https://agentmods.dev/skills/thesmuks/ai-project-template/template-guide"><img src="https://agentmods.dev/badge/skills/thesmuks/ai-project-template/template-guide/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for template-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/thesmuks/ai-project-template/template-guide"><img src="https://agentmods.dev/badge/skills/thesmuks/ai-project-template/template-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00018 $0.01630
Opus 5 $0.00009 $0.00815
Sonnet 5 $0.00004 $0.00326
Haiku 4.5 $0.00002 $0.00163

Measured 9d ago against content hash cd587a91b9f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

template-guide 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.omp/skills/template-guide/SKILL.md · 166 lines

How it starts

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

Template Guide

A skill for navigating ai-project-template conventions, auditing compliance, and guiding upgrades.

When to Use

Invoke this skill when:

  • You are new to a project scaffolded from ai-project-template
  • You are reviewing a PR against a project using this template
  • You need to check whether a project follows template conventions
  • A user asks how to update their project to a newer template version
  • You encounter a file you don't recognize and need to understand its purpose

Conventions Reference

Core Files

File Purpose Key sections
AGENTS.md Project-level context for AI coding agents Project Overview, Build & Run, Code Style, CI/CD, Agent Behavior
README.md Human-facing project documentation Features, Quick Start, What's Included, Documentation
CONTRIBUTING.md Development guidelines Commits, Branches, Changelog, Code Review
CHANGELOG.md Version history (Keep a Changelog format) [Unreleased], [0.x.0] headers with Added/Changed/Fixed/Removed
ARCHITECTURE.md System design documentation Components, data flow, dependencies
UPGRADING.md Re-sync guide for template upgrades Version check, diff, merge, verify
ADOPTING.md First-time adoption guide for existing repos Pre-flight audit, incremental adoption phases
SETUP_GUIDE.md Greenfield setup instructions Required info, setup checklist, quality gates

CI/CD Files

File Purpose Trigger
.github/workflows/ci.yml Lint, typecheck, test push + PR to main
.github/workflows/commit-lint.yml Enforces Conventional Commits PR + push
.github/workflows/changelog-check.yml Requires CHANGELOG.md updates PR only
.github/workflows/blob-size-policy.yml Rejects oversized files PR only
docs/ci.md CI architecture guide Reference

Agent Configuration

File/Directory Purpose
.omp/agents/ Agent definitions (code-reviewer, adr-writer, changelog-updater)
.omp/skills/ Agent skills (e.g., template-guide)
.omp/settings.json OMP configuration
.omp/rules/ Agent rules
.omp/hooks/ Pre/post hooks
.omp/tools/ Agent tools

Read the full file on GitHub · 166 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 166 lines · 18 tokens per session scan A cd587a91b9f5

Subscribe to this mod's changes

template-guide is a skill published in the GitHub repository TheSmuks/ai-project-template (6 stars, last pushed 4mo ago), licensed MIT. It adds 18 tokens to every session and 1,630 once invoked, about $0.0001 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 skills, from other repositories

template-docgen

Derived documentation generators for the template research framework. Scripts that write to docs/generated/ and update in-place doc blocks.

docxology/template · 28 tokens

task-prd-creator

Use this skill when users request new features, enhancements, bug fixes, or any work that needs planning. Creates structured task files and PRDs (Product Requirements Documents) before implementation. Activates for "I want to add X", "implement Y", "create a task for Z", "plan this feature", or any feature request.

coco-research/coco · 73 tokens

design-speak-up-framework

Use when building or auditing your organization's ability to surface ethical violations, compliance breaches, safety issues, and misconduct — to design the channels, protections, and culture that make reporting wrongdoing possible and expected, because without explicit institutional design, fear of retaliation…

jeffreytse/grimoire-core · 64 tokens

apply-raci-matrix

Use when a project or recurring process has unclear ownership — tasks stall waiting on an unnamed decision-maker, or too many people weigh in on a decision that only needed one owner — assign each task exactly one Responsible doer and one Accountable owner, and explicitly limit who is Consulted (two-way input before…

jeffreytse/grimoire-core · 81 tokens

create-project

Scaffold a new project with git, .gitignore, CLAUDE.md, AGENTS.md, GitHub repo, and memory directory. Use when user says "start a new project", "create a repo", or "scaffold an app". Creates the project as a sibling to the .claude/ config directory.

john-wilmes/claude-agentic-coding-playbook · 69 tokens

recursive-spine-digest

Use when sweeping all recursive-spine-conforming repos for tracking health — aging deferrals (oldest first), stalled milestones, in-flight by lane, assigned-but-untouched issues, and debts named in closing comments but never filed, plus seedling pollen that never transplanted (hive repos). Reports honest denominators…

slopstopper/recursive-spine · 82 tokens