What problem does it solve?
Contributors working across the Composio SDK monorepo often struggle to know where code belongs, which branch to target, when to add changesets, and which files are generated or read-only, leading to misplaced changes and broken release metadata.
Core Features & Use Cases
- Repository Orientation: Explains the layout of the ts/, python/, docs/, and .agents/skills/ directories so changes land in the right package.
- Branch and PR Workflow: Documents the next base branch convention, feature branch creation, and PR targeting rules.
- Changeset and Generated-File Rules: Clarifies when changesets are required, which packages are ignored by Changesets, and which vendor or generated files must not be edited.
- Use Case: When preparing a pull request that touches both the TypeScript SDK and docs, use this Skill to confirm the correct base branch, decide whether a changeset is needed, and avoid editing generated files.
Quick Start
Ask the agent to explain where a new feature for the Python SDK should live and whether the change requires a changeset before opening a PR.