Classifies Finqu projects and routes to the appropriate development skill
Use this skill first for any Finqu-related task to determine which specialized skill applies. Use it when:
Check for these indicators in order:
Liquid theme — Look for layout/theme.liquid, templates/ with .liquid files, config/settings_schema.json, sections/ directory
→ Use
Headless storefront (Next.js) — Look for next.config.*, @finqu/storefront-sdk in package.json, puck configuration, app/ directory with React components
→ Use finqu-headless
Finqu app/integration — Look for @finqu/app-link in package.json, OAuth/install endpoint code, App Link initialization (App.create(...))
→ Use finqu-apps
REST API integration — Look for HTTP calls to *.api.myfinqu.com, API token usage, Authorization: Bearer headers targeting Finqu
→ Use finqu-rest-api
AI Commerce project — Look for Worker configurations, Playbook definitions, MCP tool setup, Success Agent customization → Use finqu-ai-commerce
Storefront MCP — Look for MCP server configuration pointing to <domain>/mcp, AI assistant code using Finqu storefront tools
→ Use finqu-storefront-mcp
Customer communications — Look for MJML/HTML email templates with Finqu Liquid variables ({{ customer.* }}, {{ order.* }}), print templates
→ Use finqu-customer-comms
Cool UI consumer — Look for @finqu/cool in package.json dependencies,
Cool UI CSS or SCSS imports, data-toggle attributes in templates, Cool.initialize() calls
→ Use finqu-cool
If no project files are found, route based on what the user wants to do:
| User wants to... | Skill |
|---|---|
| Build or customize a theme | finqu-liquid-themes |
| Build a headless storefront | finqu-headless |
| Build a partner app | finqu-apps |
| Integrate via REST API | finqu-rest-api |
| Query product/cart data via GraphQL | finqu-storefront-api |
| Use the Finqu CLI | finqu-cli |
| Set up AI agents, Workers, or Playbooks | finqu-ai-commerce |
| Build an AI shopping assistant | finqu-storefront-mcp |
| Customize emails, prints, or marketing messages | finqu-customer-comms |
| Use Cool UI components, utilities, or theming | finqu-cool |
Some tasks span multiple skills: