From shopify-theme-dev
Use only when the user explicitly mentions Notion, the Sections tracker, pending section rows, syncing Sections, or asks to read or draft an update for a Notion storefront-tracking row.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopify-theme-dev:notion-sectionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the installed Notion app first. Verify the supplied database or data-source schema before filtering rows. Query all pages with pagination.
Use the installed Notion app first. Verify the supplied database or data-source schema before filtering rows. Query all pages with pagination.
Treat inaccessible data sources, missing schema, or unverified property names as blocked, not as zero pending work. Do not substitute similarly named databases.
Use ../../scripts/notion_fetch.py only as a REST fallback. It accepts NOTION_TOKEN or NOTION_API_KEY without printing either. Use ../../scripts/notion_update.py only to draft a dry run unless a separate current instruction authorizes the write.
Trace requested rows to real storefront files before implementation. After verified implementation and release, draft only the narrow row update supported by the live schema.
npx claudepluginhub vincent-laroche/hairsolutionsco-ai-toolkit --plugin shopify-theme-devCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.