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 skills add ytunahankskn/oh-meine-excode --skill autopilotgit clone --depth 1 https://github.com/ytunahankskn/oh-meine-excodeWrote 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/ytunahankskn/oh-meine-excode/autopilot)<a href="https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/autopilot"><img src="https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/autopilot/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.
<a href="https://agentmods.dev/skills/ytunahankskn/oh-meine-excode/autopilot"><img src="https://agentmods.dev/badge/skills/ytunahankskn/oh-meine-excode/autopilot.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00030 | $0.00454 |
| Opus 5 | $0.00015 | $0.00227 |
| Sonnet 5 | $0.00006 | $0.00091 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
autopilot 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Autopilot
Use this skill when the user wants end-to-end execution, not just a single edit.
Autopilot is the high-level workflow layer of this plugin. It combines planning, staged delegation, implementation, and verification.
Default Team Shape
When the task is substantial, default to three coordinated roles:
explorerfor repository intelligenceworkerfor implementationreviewerfor verification
The main agent keeps orchestration and integration local.
Flow
- Expand the request into a concrete build target.
- Produce a short implementation plan.
- Execute with selective multi-agent delegation.
- Run QA checks.
- Run a review pass.
- Fix gaps and repeat until the task is genuinely complete or clearly blocked.
Operating Rules
- Make the initial expansion and critical-path read locally.
- Use
defaultagents for plan critique or second-opinion reasoning. - Use
exploreragents for repository intelligence. - Use
workeragents for bounded implementation slices. - Keep the integration path in the main thread.
- Avoid open-ended waiting; continue local work while agents run.
Delegation Model
Early phase
- Optional
defaultplanner: challenge scope and acceptance criteria - Preferred
explorer: map codebase structure and conventions
Execution phase
- One or more
workeragents with disjoint ownership - Main agent integrates shared changes, verification, and final polish
Validation phase
- Local review first
- Prefer a dedicated reviewer pass for meaningful tasks
- Additional
defaultorexplorerpass when risk or complexity is high
Stop Conditions
Stop only when one of these is true:
- the implementation is complete and verified
- a missing credential, external service, or business decision blocks progress
- repeated failures indicate a deeper issue that should be escalated
Output Expectations
The final answer should summarize:
- what was built
- how work was split
- what verification was run
- what remains open, if anything
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.
- 9d ago First seen · 74 lines · 30 tokens per session scan A 0398a6dd6d67
autopilot is a skill published in the GitHub repository ytunahankskn/oh-meine-excode (2 stars, last pushed 5mo ago), licensed MIT. It adds 30 tokens to every session and 454 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-08-31.
Other skills, from other repositories
windows-appshot
Use when the user invokes $windows-appshot or asks to create a Windows appshot bundle, including foreground-window screenshots, UI Automation text, metadata.json, prompt.md, or appshots generated by scripts/New-Appshot.ps1.
stss
Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.
compact-kb
Use only when user explicitly invokes $compact-kb.
boss-briefing
Vault health check — workflow pattern analysis, profile sync, session gap recovery, persona rule proposals.
gstack-sprint
3-Phase Sprint workflow — design → execute → review with user interaction at decision points.
codexkit-repository-maintenance
Use when maintaining or improving the GameStudio-CodexKIT source repository, including CI, governance, catalog, generators, adapters, packaging, documentation, versioning, or release readiness.