repo-layout
SolidRegister, resolve, and validate where a project's path-slots actually live via .layout-slots.yaml markers, so relocating a slot needs zero SKILL.md edits. Do NOT use for single-file lookups.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- linkpranay-ai
- Repository
- linkpranay-ai/context-engineering-protocol
- Created
- 2 weeks ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
project-design
Assembles a complete planning package for software projects across two phases: product design (whitepaper, long/short horizons, agent instructions) in Phase A, then an engineering handbook, CI/CD plan, agent loop, and a bootstrap folder of GitHub artifacts (LICENSE, labels, branch protection, workflows, templates) in Phase B once the repo exists. Uses adaptive brainstorming via an exploration map rather than a linear interview. Trigger when the operator wants to plan, design, spec, or bootstrap a software project — including new ideas, existing codebases needing structure, CLAUDE.md generation, repo bootstrap, CI setup, or updates to an existing `{project}-design/` folder. Triggers on English and Swedish phrasing equally.
repo-alignment-scan
Power skill that explores the actual repo and stack before framing, surfacing where a requirement is misaligned with existing conventions.
setup_codeops
Sets up the CodeOps nested codeops/ layout in the current git repo — scaffolds a fresh skeleton or auto-migrates an existing flat-layout repo (requirements/ + plans/) into it. Use when the user says "setup_codeops", "/setup_codeops", "set up codeops", "initialize codeops", "migrate to the nested layout", "convert my plans/requirements to codeops/", or "scaffold the codeops structure". Detects repo state and dispatches: a marker (codeops/.codeops.yml) already present → no-op status report; a flat layout → migration (deterministic preview via scripts/codeops-migrate.sh, one confirmation, then git mv); neither → minimal fresh scaffold. Supports --dry-run (preview only) and --yes (apply without the prompt). Migration is git-mv-only, refuses a dirty tree, rejects path-traversal slugs, and is idempotent. setup_codeops is the SOLE writer of the layout marker.