Borrowing it
Nothing to install: this file belongs to cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions/main/.codex/skills/codex-onboarding/SKILL.mdgit clone --depth 1 https://github.com/cgfixit/AzureAI-CopilotStudio-PersonalAgent-InstructionsWrote 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/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-onboarding)<a href="https://agentmods.dev/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-onboarding"><img src="https://agentmods.dev/badge/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-onboarding/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/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-onboarding"><img src="https://agentmods.dev/badge/skills/cgfixit/azureai-copilotstudio-personalagent-instructions/codex-onboarding.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.00033 | $0.00300 |
| Opus 5 | $0.00016 | $0.00150 |
| Sonnet 5 | $0.00007 | $0.00060 |
| Haiku 4.5 | $0.00003 | $0.00030 |
Grade A, and why
codex-onboarding 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.
What it actually says
Codex Onboarding
Use this when cloning, resyncing, or preparing a fresh Codex session in this repository.
Steps
- Confirm the checkout is on
mainand aligned withorigin/main. - Verify the repo-local Codex setup:
python .codex/scripts/repo_audit.py verify-codex .
- Inspect
.github/workflows/*.ymlfor rootpermissions: contents: read, pinned third-party action SHAs, and non-blocking prose checks where intended. - If Markdown or prompt instructions changed, run:
python .codex/scripts/repo_audit.py preflight .
- Use
karpathy-skills:karpathy-guidelinesfor reasoning discipline andponytail:ponytailfor the smallest correct diff when those plugins are available in the current session. - Keep manual GitHub settings explicit when the tree cannot prove them (branch protection, app installation scope, or review rules).
Guardrails
- Do not pretend local files can prove GitHub-side permissions.
- Do not expand scope beyond onboarding, verification, and the smallest justified fix.
- Prefer repo-native Python entrypoints over bash-only instructions.
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 · 38 lines · 33 tokens per session scan A 91b9e2ef38c8
codex-onboarding is a skill published in the GitHub repository cgfixit/AzureAI-CopilotStudio-PersonalAgent-Instructions (1 stars, last pushed 7d ago), licensed MIT. It adds 33 tokens to every session and 300 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
omh-deploy-and-monitor
This is a Hermes-native deploy-and-monitor workflow skill.
version-control-strategy
Define version control for design files, components, and libraries — branching, naming, and release. Use when file history is chaotic. For design system contribution rules, use design-system-governance (design-systems).
research-archival
Scrape AI research URLs, archive with frontmatter, create GitHub Issues with identity verification.
debug-systematic
Systematic 4-phase debugging methodology for complex, intermittent, or mysterious issues. Use when investigating bugs, race conditions, or unexplained failures.
monorepo-navigator
Inspect or improve Turborepo, Nx, pnpm, or Lerna monorepos: package boundaries, dependency graphs, selective tests, caching, and migrations.
recording-change-intent
Requires an externalised rationale for high-risk changes - new public exports, new endpoints, auth edits, migrations, removed guards - recorded as an Intent commit trailer, an ADR reference, or a module intent register, and reports high-risk changes that carry none. Use when agent-generated or AI-assisted changes ship…