Agent Skills: Project Vendor Boundary

Generic overlay for app-owned versus vendored dependency boundaries.

UncategorizedID: n-n-code/cpp-agentic-development-frame/project-vendor-boundary

Install this agent skill to your local

pnpm dlx add-skill https://github.com/n-n-code/cpp-agentic-development-frame/tree/HEAD/.agents/skills/project-vendor-boundary

Skill Files

Browse the full folder contents for project-vendor-boundary.

Download Skill

Loading file tree…

.agents/skills/project-vendor-boundary/SKILL.md

Skill Metadata

Name
project-vendor-boundary
Description
Generic overlay for app-owned versus vendored dependency boundaries.

Project Vendor Boundary

Read AGENTS.md first. Use this skill when work touches vendored dependencies or their integration boundary.

Focus

  • prefer app-side integration changes before editing vendored code
  • treat vendored code as subtree/vendor content, not normal project code
  • keep notices, provenance, and install rules aligned with vendor changes
  • avoid unrelated churn inside vendor trees