add-api
Installation
SKILL.md
Add API Skill
β οΈ Branch Protection (COMPLIANCE REQUIRED)
π NEVER commit directly to protected branches. This is a policy violation.
| Repository | Protected Branches | Required Action |
|---|---|---|
| SkiaSharp (parent) | main |
Create feature branch first |
| externals/skia (submodule) | main, skiasharp |
Create feature branch first |
BEFORE making any changes, create feature branches in BOTH repos:
# Step 1: Create branch in SkiaSharp repo
git checkout -b dev/issue-NNNN-description