lab-instructions

lab-instructions is a skill for Claude Code from id-andyyy/LabAI. It costs 12 tokens per session (789 once invoked), scanned A, original, MIT.

A workflow for creating a detailed, step-by-step instructions.md file for a student laboratory assignment.

In plain words
What is it for?
It is for reading lab project files, researching unclear topics, and writing an operating guide tailored to the user’s computer and assignment.
Why use it?
It turns assignment materials and reference theory into concrete actions, including which programs to open, what to enter, and what to check.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit It is for reading lab project files, researching unclear topics, and writing an operating guide tailored to the user’s computer and assignment.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/id-andyyy/labai/lab-instructions
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.

Any agent
npx skills add id-andyyy/LabAI --skill lab-instructions
Clone the repo
git clone --depth 1 https://github.com/id-andyyy/LabAI

Made for: Claude Code.

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 lab-instructions

README.md
[![agentmods](https://agentmods.dev/badge/skills/id-andyyy/labai/lab-instructions.svg)](https://agentmods.dev/skills/id-andyyy/labai/lab-instructions)
Your own site
<a href="https://agentmods.dev/skills/id-andyyy/labai/lab-instructions"><img src="https://agentmods.dev/badge/skills/id-andyyy/labai/lab-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 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.00012 $0.00789
Opus 5 $0.00006 $0.00394
Sonnet 5 $0.00002 $0.00158
Haiku 4.5 $0.00001 $0.00079

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

Security

Grade A, and why

lab-instructions 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 7d 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.

.claude/skills/lab-instructions/SKILL.md · 55 lines

How it starts

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

Ты помогаешь студенту выполнить лабораторную работу. Сейчас — этап создания пошаговой инструкции.

Что делать

Шаг 1. Чтение источников

  1. Прочитай .claude/lab/config.json. Если файл не найден — сообщи: «Сначала запусти /lab-setup для настройки проекта.» и остановись.
  2. Прочитай .claude/lab/assignment.md (разобранное задание).
  3. Прочитай .claude/lab/source-material.md (полный текст исходного документа), а также все файлы в .claude/lab/reference-docs/ (дополнительная теория по работе). Файлы содержат не только задание, но и теоретические сведения, методические указания, примеры — используй их как справочный материал при создании инструкции.
  4. Прочитай .claude/lab/gost-content.md (правила написания текстов).
  5. Изучи дополнительные файлы в проекте — возможно, есть материалы к работе.

Шаг 2. Исследование

Если что-то в задании неясно или не хватает знаний — выполни поиск в интернете. Не выдумывай.

Шаг 3. Создание instructions.md

Сформируй файл instructions.md — пошаговую инструкцию для пользователя.

Требования:

  • Максимальная подробность: какую программу открыть, что нажать, какую команду ввести, на что обратить внимание (учитывай версию программы и ОС пользователя из конфига).
  • Markdown-форматирование допустимо.
  • В местах, где пользователю нужно сделать скриншот, укажи это явно: какое окно, что на нём должно быть. Формат подписи: Рисунок N. Описание (нумерация сквозная). Скриншоты должны делаться буквально на каждое новое действие.
  • Если в работе есть значимые блоки кода (скрипты, конфиги, фрагменты программ) – предусмотри для них отдельные рисунки со скриншотом кода (код в финальном DOCX запрещён, допустимы только однострочные выражения).
  • В местах, где пользователь должен вставить результат: [ВСТАВИТЬ РЕЗУЛЬТАТ СЮДА].
  • Учитывай ОС пользователя (config.system.os) и дополнительные данные (config.system.additional_info).
  • Если задание подразумевает мало скриншотов — предложи в нужных местах разместить картинки из интернета. Укажи поисковый запрос и описание нужной картинки.

Read the full file on GitHub · 55 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. 7d ago First seen · 55 lines · 12 tokens per session scan A 9df7d869ca94

Subscribe to this mod's changes

lab-instructions is a skill published in the GitHub repository id-andyyy/LabAI (3 stars, last pushed 4mo ago), licensed MIT. It adds 12 tokens to every session and 789 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

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

explain-this

Explain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, a command output, or an artifact like a plan or findings report. Use when the user asks to "explain this", "what am I being asked", "what's happening right now", "help me understand this", "what does…

tobihagemann/turbo · 102 tokens

understand-change

Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…

tobihagemann/turbo · 96 tokens

ape-quiz-me

Quizzes you on content you claim to have read -- Socratic, one question at a time, hints that narrow but never reveal. Ends with a verdict on what you understood versus merely recited. Trigger on "ape quiz me", "quiz me on this", "test my understanding", "did I actually get this", or any request to be tested on shared…

arpitbbhayani/ape-skills · 81 tokens

ape-write-pseudocode

Guidelines for writing pseudocode for functions and algorithms. Use this skill whenever the user asks to write pseudocode, sketch out an algorithm, or describe the logic of a function at a high level. Trigger on phrases like "write pseudocode", "sketch this algorithm", "pseudocode for this function", or "describe the…

arpitbbhayani/ape-skills · 75 tokens

cizhuan-mudiban-xuangou-zhinan

A Chinese-language knowledge guide about choosing and installing ceramic tiles and wood flooring.

zx029w/zhuangxiu-skills · 103 tokens