start

start is a skill for Claude Code, Codex from wrg32786/aigent-os. It costs 44 tokens per session (636 once invoked), scanned A, original, MIT.

A first-run and home-screen workflow for an AI assistant. It guides a new operator through setup and gives returning operators a short briefing with available actions.

In plain words
What is it for?
Use it to initialize the assistant, run its setup questions, produce a first useful result, and resume later sessions from the home screen.
Why use it?
It gives new users a clear starting point and helps returning users quickly understand what to do next. It also preserves setup progress if the first launch is interrupted.

Skill for Claude CodeCodex

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

Good fit Use it to initialize the assistant, run its setup questions, produce a first useful result, and resume later sessions from the home screen.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wrg32786/aigent-os/start
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 wrg32786/aigent-os --skill start
Clone the repo
git clone --depth 1 https://github.com/wrg32786/aigent-os

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 start

README.md
[![agentmods](https://agentmods.dev/badge/skills/wrg32786/aigent-os/start/github.svg)](https://agentmods.dev/skills/wrg32786/aigent-os/start)
Your own site
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/start"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/start/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 start

Your own site · 80×15
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/start"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/start.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 636 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00044 $0.00636
Opus 5 $0.00022 $0.00318
Sonnet 5 $0.00009 $0.00127
Haiku 4.5 $0.00004 $0.00064

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

Security

Grade A, and why

start 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.

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.

skills/start/SKILL.md · 70 lines

How it starts

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

/start: wake the operator

Use this skill on first launch and whenever the operator asks for the home screen, start menu, or orientation.

State contract

The canonical first-run state is .aigent/state.json:

{
  "schemaVersion": 1,
  "status": "uninitialized | setup-in-progress | ready",
  "completedAt": null
}

For compatibility with installations before v0.9, .aigent/first-run-done is also recognized.

  • status: ready or a legacy first-run marker means returning operator.
  • Missing state, invalid state, or any other status means first run.
  • If the legacy marker exists but the JSON state is not ready, migrate the JSON state to ready silently.

First run

  1. Write status: setup-in-progress before asking questions, so an interrupted setup can resume.
  2. Give a two-line, warm, plain greeting:

    I'm your AIgent operator. Let's get you one real win in the next few minutes.

  3. Run /operator-setup, one question at a time.
  4. When the operator chooses an action from the personal briefing, run /first-win and produce a usable artifact.
  5. Teach the operating loop once:

    Later sessions pick up on their own via /resume. When you are done, say "close up" or run /context-capsule so the work is banked (it also autosaves as you go). Run /statusline once in Claude Code to show context usage.

  6. Only after setup memory and the first artifact are successfully written:
    • Set .aigent/state.json to status: ready with an ISO-8601 completedAt value.
    • Write .aigent/first-run-done for backward compatibility.

Do not mark setup ready before the durable writes succeed.

Returning operator

  1. Read memory/about-you.md and recent session memory.
  2. Give a short, specific briefing: what matters today, what changed, and what is blocked.
  3. Surface the action menu.

Action menu

Present a short numbered list and accept either the number or a plain-language request:

  1. Plan my day
  2. Draft content
  3. Research something
  4. Build an automation
  5. Check my numbers
  6. Talk it through

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

Subscribe to this mod's changes

start is a skill published in the GitHub repository wrg32786/aigent-os (18 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 636 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

send-email

Compose and send a one-off email to a named recipient via Resend - written in the operator's voice, then sent in-run through the shared send caps with an operator audit copy.

aeonfun/aeon · 39 tokens

chief-of-staff

Act as the user's chief of staff, not a task-taker. Use for planning a day or week, triaging priorities, prepping for meetings or calls, drafting messages on the user's behalf, tracking commitments and follow-ups, reviewing what's in-flight, or any moment the user wants a trusted operator who knows their context.…

loganhc-09/claude-chief-of-staff · 156 tokens

RemoteTeamCommander

Complete operating system for remote and distributed teams — async communication, time zone equity, virtual culture, performance management at a distance, and preventing remote-class citizens.

vignesh2027/Claude-Agentic-Skills2.0-version · 34 tokens

meeting-analyzer

Activates MeetingAnalyzer for extracting intelligence from meeting transcripts, notes, and recordings. Use when you need to extract action items with owners and due dates, identify decisions made, summarize key discussion points, detect unresolved conflicts or blockers, or generate a structured meeting follow-up email.

vignesh2027/Claude-Agentic-Skills2.0-version · 58 tokens

Loop

Run the same task on a recurring cron schedule. Parses interval syntax (5m, 2h, 1d, "/15 "), records the schedule, and acknowledges back to the user.

CocoRoF/geny-executor · 46 tokens

Batch Run

Apply the same prompt or operation to a list of items in turn, collecting results. Useful for "do X to each of these files / PRs / records" tasks.

CocoRoF/geny-executor · 38 tokens