Restructure saleor-paper-storefront skill v4.1#1176
Open
mariobrgomes wants to merge 2 commits intomainfrom
Open
Restructure saleor-paper-storefront skill v4.1#1176mariobrgomes wants to merge 2 commits intomainfrom
mariobrgomes wants to merge 2 commits intomainfrom
Conversation
Major restructuring of the skill for open-standard compatibility:
AGENTS.md (334 lines) — self-contained for any AI agent:
- Added: architecture decisions, key file paths, anti-patterns, task routing
table ("I Want To..."), code style, testing sections, dev commands
- Kept: env vars, common gotchas, caching strategy, project structure
- Updated: tech stack, rule reference (11 → 16 rules)
- Works for Codex, Copilot, Cursor, Claude — no tool-specific features
SKILL.md (75 lines) — thin skill-system wrapper:
- YAML frontmatter for Claude skill triggering
- Rule index + pointer to AGENTS.md
- Zero duplication with AGENTS.md
Rules expanded from 11 to 16:
- New: data-error-handling, data-auth-patterns, checkout-cart,
webhook-handlers, dev-testing, dev-new-page
- Removed: checkout-components (merged into checkout-management)
- dev-investigation expanded with diagnostic queries
References restructured:
- Deleted 5 narrow files (duplicated rule content)
- Added: saleor-domain-model (ER diagram, entity relationships)
- Added: saleor-glossary (13 non-obvious gotcha terms)
Deleted 2,468-line monolith (skills/.../AGENTS.md).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Generated skill AGENTS.md (4,931 lines) — compiled all 16 rules + 5 references into one file for agents without skill support - Restored variant-state-machine.md, variant-utils-reference.md, and saleor-key-directories.md reference files from main - Restored and updated README.md reflecting v4.1 structure (16 rules, 5 references) - Updated SKILL.md and root AGENTS.md to reference all 5 reference files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
data-error-handling,data-auth-patterns,checkout-cart,webhook-handlers,dev-testing,dev-new-page. Mergedcheckout-componentsintocheckout-management.saleor-domain-model.md(ER diagram, entity relationships) andsaleor-glossary.md(13 non-obvious gotcha terms).skills/.../AGENTS.md) — agents now load AGENTS.md (334 lines) + targeted rules instead.Design decisions
Test plan
🤖 Generated with Claude Code