shopify-app-dev
Custom Shopify app development using Shopify CLI, app architecture, OAuth authentication, app extensions, admin UI, Hydrogen/Remix frameworks, and deployment. Use when creating Shopify apps, setting up Shopify CLI, building app extensions, implementing OAuth flows, creating admin UI components, working with Hydrogen or Remix, deploying to Cloudflare Workers, or integrating third-party services with Shopify stores.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install Microck/ordinary-claude-skills/shopify-app-dev skilz install Microck/ordinary-claude-skills/shopify-app-dev --agent opencode skilz install Microck/ordinary-claude-skills/shopify-app-dev --agent codex skilz install Microck/ordinary-claude-skills/shopify-app-dev --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/Microck/ordinary-claude-skills cp -r ordinary-claude-skills/skills_categorized/payment/shopify-app-dev ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
architect-agent
by SpillwaveSolutionsCoordinates planning, delegation, and evaluation across architect and code agent workspaces. Use when asked to "write instructions for code agent", "i...
project-memory
by SpillwaveSolutionsSet up and maintain a structured project memory system in docs/project_notes/ that tracks bugs with solutions, architectural decisions, key project fa...
postgresql-table-design
by MicrockDesign a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
cloudflare-agents
by jezweb| Build AI agents with Cloudflare Agents SDK on Workers + Durable Objects. Includes critical guidance on choosing between Agents SDK (infrastructure/s...
Agentic Skill Details
- Repository
- ordinary-claude-skills
- Type
- Non-Technical
- Meta-Domain
- general
- Primary Domain
- general
- Sub-Domain
- schema query
- Market Score
- 60.0
Agent Skill Grade
D
Score: 60/100
Click to see breakdown
Score Breakdown
Areas to Improve
- 744 lines in single file without reference architecture; every invocation loads full document
- No verification steps after commands; no troubleshooting for common errors
- Uses 'your' extensively (your-app.com, your_api_key, your app)
Recommendations
- Focus on improving Pda (currently 11/30)
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 1/19/2026
Developer Feedback
I took a look at your shopify-app-dev skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 60/100, which puts you in D territory. The skill covers real Shopify development needs (solid utility score at 14/20), and your trigger terms are pretty strong—Shopify CLI, OAuth, Hydrogen, Remix are all there. But the architecture and structure need work. This is based on Anthropic's skill best practices.
Strongest areas: Spec Compliance (12/15) and metadata clarity
Weakest area: Progressive Disclosure Architecture (11/30)—this is your biggest opportunity
What's Working Well
- Rich code examples. You've got full implementations for config setup, API calls, and webhook handling—that's genuinely useful when someone's building something.
- Solid trigger coverage. Shopify CLI, Remix, extensions, webhooks, Cloudflare Workers—you've got the keywords people search for.
- Good section hierarchy. The 8 numbered capability sections are easy to scan, and the structure makes sense (setup → workflow → deployment).
The Big One: Monolithic Structure (PDA)
Your entire skill is 744 lines in a single SKILL.md file. Every time Claude loads this skill, the whole thing comes down. This is killing your Progressive Disclosure Architecture score (11/30) and burning token budget unnecessarily.
The fix: Split into a reference architecture:
references/
├── shopify-cli-setup.md
├── remix-architecture.md
├── extensions-guide.md
├── webhooks-guide.md
└── deployment.md
Keep SKILL.md lean—just the basics and pointers to references that load on-demand. This alone would bump you +15 points.
Other Things Worth Fixing
No feedback loops. You tell people to run
shopify app deploybut never verify it worked or troubleshoot failures. Add: "Verify:shopify app info" and "If you see OAuth redirect error → checkshopify.app.tomlredirect_urls". +3 pointsSecond-person voice throughout. Phrases like "your-app.com" and "your_api_key" make it read like a tutorial instead of reference material. Use placeholders:
<app-domain>,<api-key>. +2 pointsMissing workflow checklists. Complex setups (especially the app creation flow) need numbered step sequences or checkboxes, not just bullets. +3 points
No table of contents. At 744 lines, you need a TOC at the top so people can jump to sections. +2 points
Quick Wins
- Split into references for PDA compliance (+15 pts)
- Add verification steps and troubleshooting (+3 pts)
- Replace "your-" placeholders with
<angle-brackets>(+2 pts) - Add workflow checklists for complex processes (+3 pts)
Hit these and you're looking at D → B territory pretty easily. The content is solid; it just needs to be packaged more efficiently.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that installs skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
Browse Category
More general Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?