@asymmetric-al/repo-entry-2
BDefault orientation skill for work in this monorepo. Pointer to AGENTS.md, canonical skills under docs/ai/skills/, and the skills:sync / skills:verify workflow for mirror directories.
Install
agr install @asymmetric-al/repo-entry-2 --target claudeWrites 1 file into .claude/skills/, pinned to git-b5731cf1.
- .claude/skills/repo-entry-2/SKILL.md
Document
name: repo-entry description: "Default orientation skill for work in this monorepo. Pointer to AGENTS.md, canonical skills under docs/ai/skills/, and the skills:sync / skills:verify workflow for mirror directories." metadata: owner: core last_updated: 2026-04-28 status: active version: "1.0.0"
Repository agent instructions (entry)
This skill is the compact entry point for the instruction and skill system. It is not a substitute for reading AGENTS.md.
When to use
- You are starting or resuming work in this repo and need the authoritative map of rules and skills.
- A tool or workflow only surfaced a root
SKILL.mdand you need the full picture. - You changed or added something under
docs/ai/skills/and must refresh mirrors.
Workflow
- Read and follow root
AGENTS.md(Next.js managed block, routing, Nia, MCP, monorepo commands). - For canonical task skills maintained by this repo, use
docs/ai/skills/*/SKILL.mdand the Skill Routing section inAGENTS.md. - After changing skills under
docs/ai/skills/, runbun run skills:syncand ensurebun run skills:verifypasses before committing. - Optional tool-specific or ecosystem skills may originate under
.agents/skills/and be mirrored into.cursor/skills/and.claude/skills/; use them only when theirSKILL.mddescription matches and they remain subordinate to canonical repo guidance.
Checklist
-
AGENTS.mdopened for the current task’s domain (rules, Nia scoping, checks). - Relevant
docs/ai/skills/<topic>/SKILL.mdfiles loaded per Skill Routing. - If
docs/ai/skills/was edited:bun run skills:syncandbun run skills:verifyrun and clean.
See also
- Discover / install skills:
docs/ai/skills/find-skills/SKILL.md - Copilot entrypoint:
.github/copilot-instructions.md(points atAGENTS.md)
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicensecopyleft/unknown — index-and-link only
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-b5731cf1e1682026-07-31