Home / tartinerlabs / skills · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from tartinerlabs/skills.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# AGENTS.md

Canonical guidance for coding agents working in this repository. Claude Code additions live in `CLAUDE.md`; everything here applies to every agent.

## Project Overview

**Repository:** https://github.com/tartinerlabs/skills
**Package:** `@tartinerlabs/skills`

A collection of agent skills distributed via Claude Code, Codex, Cursor, Antigravity, and [skills.sh](https://skills.sh). Each skill is a markdown file with YAML frontmatter following the [Agent Skills spec](https://agentskills.io).

## Development

- **Tooling:** stdlib-only Go plus plain shell git hooks — the repo deliberately avoids npm dependencies to keep the supply-chain surface minimal
- **Git hooks:** plain shell hooks in `.githooks/` (enable with `git config core.hooksPath .githooks`) — `commit-msg` enforces conventional commits (no scope, max 50-char header), `pre-commit` runs GitLeaks secrets detection
- **Checks:** `go run ./scripts/validate-skills` and `go test ./...`
- **Releases:** Automated via release-please on push to `main` — maintains a release PR from conventional commits; merging it bumps versions, updates `CHANGELOG.md`, and creates the GitHub release

## Skill Format
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tartinerlabs/skills/AGENTS.md@git:20260726.0241bb2
Exact content
mdr add tartinerlabs/skills/AGENTS.md@sha256:32521ef1c1ac0dce

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_luz5vob245elynrq.svg)](https://markdownregistry.com/a/art_luz5vob245elynrq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260726.0241bb2 latest2026-07-26 0241bb2 9,408 BA view · diff
git:20260726.114dd852026-07-26 114dd85 9,289 BA view · diff
git:20260726.41b57562026-07-26 41b5756 9,339 BA view · diff
git:20260723.0c7dab22026-07-23 0c7dab2 7,079 BA view · diff
git:20260723.17714842026-07-23 1771484 6,098 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (9408 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

tartinerlabs/skills · 8 stars · license MIT · pushed 2026-09-19 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_luz5vob245elynrq
GET https://markdownregistry.com/api/v1/resolve?ref=tartinerlabs/skills/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/32521ef1c1ac0dce83fe479b625cd5963beaec4ce33faf265a8cefc7e73678c4

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from tartinerlabs/skills

CLAUDE.md claude
tartinerlabs/skills · CLAUDE.md
git:20260726.3dddebc · audit A · 8 stars
commit skill
tartinerlabs/skills · skills/commit/SKILL.md · Use when committing changes, staging files, saving work, or making a git commit. Creates clean commits in the…
git:20260726.9b1c2f9 · audit A · 8 stars
create-branch skill
tartinerlabs/skills · skills/create-branch/SKILL.md · Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming…
git:20260807.4d3d994 · audit A · 8 stars
create-pr skill
tartinerlabs/skills · skills/create-pr/SKILL.md · Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub…
git:20260820.7bc4969 · audit A · 8 stars
deps skill
tartinerlabs/skills · skills/deps/SKILL.md · Use when hardening a dependency supply chain, pinning versions, adding registry/security flags, or setting up Renovate…
git:20260823.7490cdf · audit A · 8 stars
github-actions skill
tartinerlabs/skills · skills/github-actions/SKILL.md · Use when adding CI/CD, creating workflows, auditing GitHub Actions, or fixing action pinning. Creates and audits…
git:20260823.ba8e2e6 · audit A · 8 stars
github-issues skill
tartinerlabs/skills · skills/github-issues/SKILL.md · Use when filing a bug, requesting a feature, creating an issue, or updating issue details. Manages issues on GitHub…
git:20260817.a873993 · audit A · 8 stars
naming-format skill
tartinerlabs/skills · skills/naming-format/SKILL.md · Use when reviewing file names, renaming files, fixing naming conventions, or auditing exports. Enforces consistent…
git:20260726.9b1c2f9 · audit A · 8 stars
project-structure skill
tartinerlabs/skills · skills/project-structure/SKILL.md · Use when deciding where code should live, organising files, or auditing project structure. Checks colocation, grouping…
git:20260726.9b1c2f9 · audit A · 8 stars
refactor skill
tartinerlabs/skills · skills/refactor/SKILL.md · Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits code…
git:20260726.9b1c2f9 · audit A · 8 stars
security skill
tartinerlabs/skills · skills/security/SKILL.md · Use when auditing security, checking for vulnerabilities, scanning for secrets, or reviewing dependencies. Dependency…
git:20260823.ba8e2e6 · audit A · 8 stars
setup skill
tartinerlabs/skills · skills/setup/SKILL.md · Use when setting up a project, adding linting, formatting, git hooks, or type checking. Detects the language and…
git:20260823.ba8e2e6 · audit A · 8 stars

Every file in tartinerlabs/skills

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.