Agent skill
shopify-dev-mcp
Use Shopify Dev MCP tools for Liquid/theme work (call learn_shopify_api first, validate theme after edits).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/shopify-dev-mcp
SKILL.md
When working on Shopify themes or Liquid:
- If Shopify Dev MCP tools are available, ALWAYS call
learn_shopify_apifirst.- Do NOT attempt to run it as a shell command; it is an MCP tool.
- Prefer MCP doc tools when unsure:
search_docs_chunksfor broad searchfetch_full_docsfor full pages / deeper context
- For theme changes:
- Use theme validation tools (prefer full-theme validation).
- After edits, validate the theme and fix issues before continuing.
- Keep changes minimal, Dawn-compatible, and avoid guessing Liquid objects/filters.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?