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.
npx agentmods add skills/martinffx/atelier/atelier-setupnpx skills add martinffx/atelier --skill atelier-setupgit clone --depth 1 https://github.com/martinffx/atelierWrote 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.
[](https://agentmods.dev/skills/martinffx/atelier/atelier-setup)<a href="https://agentmods.dev/skills/martinffx/atelier/atelier-setup"><img src="https://agentmods.dev/badge/skills/martinffx/atelier/atelier-setup.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00052 | $0.00984 |
| Opus 5 | $0.00026 | $0.00492 |
| Sonnet 5 | $0.00010 | $0.00197 |
| Haiku 4.5 | $0.00005 | $0.00098 |
Grade A, and why
atelier-setup 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Atelier Setup
Set up repository guidance that Atelier skills need without taking ownership of the developer's installation, harness configuration, or project structure. Explore first, present every proposed edit exactly, and write only after the developer approves it.
1. Explore
Read the repository before proposing any change:
- Root
AGENTS.mdandCLAUDE.md, if present. Note whether either already has an## Agent skillsheading. - Root
CONTEXT.mdandCONTEXT-MAP.md. docs/adr/and any context-localdocs/adr/directories.docs/agents/, including existingissue-tracker.mdanddomain.md.- Existing issue-tracker conventions: remotes, issue links in documentation, local issue directories, and project guidance.
- Genuine monorepo signals: a workspace manifest, or multiple independently deployable packages with their own source directories.
Do not create, install, configure, or modify anything during exploration.
2. Present Findings
Summarize what exists and recommend a domain-document layout:
- Single-context is the default: domain language belongs in root
CONTEXT.md; architectural decisions belong in rootdocs/adr/. - Multi-context is appropriate only when the repository has genuinely separate bounded
contexts.
CONTEXT-MAP.mdbelongs at the root and points to each context'sCONTEXT.mdanddocs/adr/directory.
Explain that domain documents remain lazy: do not create CONTEXT.md, CONTEXT-MAP.md, or an ADR
directory until another Atelier skill has resolved terminology or made a decision worth recording.
Select or confirm the issue tracker:
- If
docs/agents/issue-tracker.mdalready defines one, preserve it unless the developer asks to change it. - Otherwise recommend the tracker indicated by existing repository practice, then ask the developer to confirm or describe their tracker.
- Accept GitHub, GitLab, local Markdown, another tracker described by the developer, or
none. - Record the chosen workflow in
docs/agents/issue-tracker.md; do not install, initialize, or create external tracker resources.
What ships with it
2 files 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.
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.
- 5d ago First seen · 104 lines · 52 tokens per session scan A 36ccf59b282f
atelier-setup is a skill published in the GitHub repository martinffx/atelier (45 stars, last pushed 26d ago), licensed MIT. It adds 52 tokens to every session and 984 once invoked, about $0.0003 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.
Other skills, from other repositories
gws
Manage Google Workspace from the CLI: Gmail, Drive, Calendar, Sheets, Docs, Slides, Tasks, Chat, and audit reports via the official gws command, with multi-account support through per-account config dirs. Use when the user mentions gmail, drive, calendar, sheets, docs, workspace, gws, email, files, events, or names a…
smartsheet
Operate the smartsheet CLI for bounded sheet discovery and reads, explicitly authorized bulk row additions or updates, structured JSON automation, and verified write workflows. Use when the user says "smartsheet", asks to list sheets, read or add/update rows, or script Smartsheet through its JSON contract.
read-book
When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…
document-classification-nlp
Automatically classify and extract information from construction documents using NLP. Categorize RFIs, submittals, change orders, specifications, and contracts.
google-apps-script
Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…
compression
Cuts a draft to a target word count without losing substance. Two modes behind one skill. target-count hits a specific number (200 for a cold email, 500 for an op-ed, 6 for a product summary). redundancy catches the specific failure where a phrase says what the verb or context already implied — "going forward" after a…