repo-layout

Solid

Register, 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.

AI & Automation 0 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# ult-repo-layout **Status: implemented — all 8 phases complete.** This skill implements `context-engineering/CONTEXT-ENGINEERING-DESIGN.md` §15 ("Project Layout and Path-Dependency Configuration") and §16 ("Workspace Root Consolidation" — `layout.workspace_root`, scaffold-not-copy, and the `layout-slots-registry.yaml` superset registry), covering **eight** path-slots: - `context_packages` — read/written by `ult-context-generate` and every `CONSUMING-CONTEXT-PACKAGE.md` consumer. The only slot a real, shipped skill in this repo both produces and consumes. - `compiled_guidelines` — written by `compiling-project-guidelines`, read by its own `CONSUMING-COMPILED-GUIDELINES.md` consumers. The registry's only `kind: file` slot, and the only slot whose D21 default re-roots to a different bucket (`inputs` → `cache`). - `plans_output`, `brainstorm_output`, `user_stories_output`, `security_docs`, `security_report`, `project_plan_docs` — six further slots that prove the same registry/marker mechanism scales past one owner. Their producer/ consumer skills (`example-plan-writer`, `example-brainstorm-writer`, `example-consumer`, `example-threat-modeler`, `example-report-writer`, `example-project-planner`, etc.) are **illustrative — not shipped in this repo**; see the slot registry table below. ...plus **5 starter-kit drop-zones** — not `project_layout` path-slots (no marker, no resolution algorithm), just regenerated `.pointer.md` scaffold files. Read `references/s...

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

AI & Automation Listed

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.

1 Updated 1 weeks ago
alfred-intelligence
AI & Automation Listed

repo-alignment-scan

Power skill that explores the actual repo and stack before framing, surfacing where a requirement is misaligned with existing conventions.

0 Updated today
JeelVankhede
AI & Automation Solid

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.

4 Updated 2 days ago
blendsdk