$npx -y skills add jmstar85/oh-my-githubcopilot --skill deepinitGenerate or refresh hierarchical repository guidance files for agents. Activate when: deepinit, repo init docs, initialize agent docs, create AGENTS guidance.
| 1 | # Deepinit |
| 2 | |
| 3 | Use this skill to analyze a repository and create durable agent-facing guidance for future work. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Map the repository structure, languages, build/test commands, and major subsystems. |
| 7 | 2. Identify local conventions and hazards that future agents must know. |
| 8 | 3. Write or update guidance files at the narrowest useful scope. |
| 9 | 4. Avoid duplicating stale or generic instructions. |
| 10 | 5. Verify references and commands where practical. |
| 11 | |
| 12 | ## Output |
| 13 | - Files created or updated |
| 14 | - Repository conventions captured |
| 15 | - Commands verified |
| 16 | - Areas intentionally left undocumented |
| 17 | |
| 18 | ## Rules |
| 19 | - Prefer specific, local facts over generic coding advice. |
| 20 | - Do not overwrite human-authored guidance without preserving intent. |
| 21 | - Keep guidance concise enough to be loaded repeatedly. |