Project onboarding
Skill yuri-semenenko/ai-engineering-workspace/codex/skills/project-onboarding
One engineering workflow across Claude Code, Codex, Copilot, and Gemini CLI. A portable persona canon, process skills, and safety guardrails, kept in sync by design.
npx -y skills add yuri-semenenko/ai-engineering-workspace --skill project-onboardingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when initializing, auditing, or updating a project's AGENTS.md, onboarding Codex to a repository, capturing repo-specific commands, or turning sparse project context into high-signal agent instructions.
SKILL.md
1.6 KB, as published. Nobody here has run it
Project Onboarding
Create or improve a project-level AGENTS.md that helps Codex work in the repo without restating generic engineering advice.
What To Capture
- Scripts: build, test, lint, typecheck, dev, format, and workspace flags.
- Single-test command with a concrete example.
- Migrations: location, generate/apply/rollback commands, Supabase workflow if relevant.
- Local DB and seed data setup.
- Required env vars and where values come from.
- Non-obvious repo structure, server/client boundaries, route conventions, and generated files.
- Auth, RLS, test harness, PR/commit conventions, CI gotchas, and monitoring only when they exist.
What To Skip
- Full file trees.
- Generic "write tests" or "use TypeScript" advice.
- Stack summaries already visible in
package.json. - Friendly boilerplate.
Process
- Read existing
AGENTS.md,README,package.json, test config, migration folders, and CI files. - Identify commands and gotchas from repo evidence, not guesses.
- Keep
AGENTS.mdaround 80-150 lines unless the repo genuinely needs more. - Prefer repo-specific facts over universal preferences.
- If the repo already has good instructions, patch only stale or missing sections.
Use $CODEX_HOME/references/memory-seed/project_claude_md_checklist.md for the longer migrated checklist when needed.