docs: add project skills for architecture, commit, PR, testing, and i18n#1420
Merged
docs: add project skills for architecture, commit, PR, testing, and i18n#1420
Conversation
added 12 commits
March 18, 2026 21:49
- Add architecture skill covering all process types, directory naming, and process boundary rules - Add commit skill with branch guard, quality gates, and mandatory rules - Add testing skill with quality standards, edge case checklist, and coverage requirements - Update i18n skill to dynamically reference i18n-config.json instead of hardcoded values - Add docs/conventions/file-structure.md for human-readable structure reference
- Simplify AGENTS.md by replacing inline rules with skill references - Add Skills Index table listing all 4 skills with triggers - Clarify that skills apply to all agents and contributors - Add architecture and i18n skill usage notes to CLAUDE.md
…ooks/utils grouping, and page naming
…target project layout
piorpua
approved these changes
Mar 19, 2026
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
.claude/skills/) codifying project conventions: architecture, commit, PR, testing, i18ndocs/conventions/file-structure.mdfor directory naming and structure rulesAGENTS.mdto reference skills instead of duplicating rulesChanges
New skills:
architecture— file/directory structure, process boundaries, module conversion patternscommit— structured commit workflow with branch guard (prevents direct commits to main)pr— pull request workflow with automatic issue creation and associationtesting— test quality standards, workflow, and checklisti18n— refactored internationalization workflowUpdated files:
AGENTS.md— simplified, now references skill files; added Skills Index tableCLAUDE.md— added@AGENTS.mdreferencedocs/conventions/file-structure.md— new file structure conventions documentRelated Issue
Closes #1419
Test Plan