What problem does it solve?
This Skill prevents incorrect edits in monorepos and nested repositories by identifying the precise service context and loading only the relevant project rules, manifests, and technology information.
Core Features & Use Cases
- Scoped Context Discovery: Walks upward from a target file to locate the nearest AGENTS.md, service manifest, and.pi/tech-stack.md while staying within the git worktree boundary.
- Service Ownership Detection: Identifies the owning service through supported manifests such as package.json, pyproject.toml, Cargo.toml, go.mod, or Dockerfile.
- Use Case: When modifying a file inside a large monorepo, use this Skill to determine which service conventions and technical context apply instead of loading unrelated sibling project rules.
Quick Start
Use the service-scoping skill to determine the correct service context and scoped configuration for the file I need to edit.