# CODEOWNERS file for agent-skills repository
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

* @mongodb/dbx-devtools @mongodb/apix-devtools @mongodb/devdocs

# GitHub configuration and workflows
/.github/ @mongodb/dbx-devtools @mongodb/apix-devtools @mongodb/devdocs

# Plugin packaging infrastructure
/.claude-plugin/ @mongodb/dbx-devtools @mongodb/apix-devtools
/.cursor-plugin/ @mongodb/dbx-devtools @mongodb/apix-devtools
/.agents/ @mongodb/dbx-devtools @mongodb/apix-devtools
/gemini-extension.json @mongodb/dbx-devtools @mongodb/apix-devtools
/plugins/ @mongodb/dbx-devtools @mongodb/apix-devtools
/assets/ @mongodb/dbx-devtools

# Repo tooling (sync + release scripts). review-skill/ is overridden below.
/tools/ @mongodb/dbx-devtools @mongodb/apix-devtools

# Review tooling
/tools/review-skill/ @mongodb/devdocs

# Skill content (canonical source of truth)
/skills/ @mongodb/devdocs

# Generated per-plugin skill copies follow canonical skill ownership
/plugins/*/skills/ @mongodb/devdocs

