name: strapi-engineering description: Deep knowledge of Strapi CMS, including official docs and internal engineering patterns.
Strapi Engineering Skill
This skill is the Source of Truth for all Backend/CMS development.
Resources
- Official Docs Audit:
references/STRAPI_DOC/(Contains local copies of key Strapi documentation) - Engineering Guides:
references/strapi-engineering/ - Project Specifics:
references/strapi/
Usage
MANDATORY: Before writing any Strapi code (Controllers, Services, Policies), you MUST consult STRAPI_DOC to avoid hallucinating APIs.
- Use
find_by_nameorgrep_searchwithinreferences/STRAPI_DOCto find the relevant API. - Follow patterns in
references/strapi-engineeringfor project-specific conventions.