chore(skills): reorganize for npx skills compatibility#102
Merged
Conversation
- Move skill/ → skills/nexusx-4phase/ to match `npx skills` discovery conventions (it scans skills/<name>/SKILL.md). - Add template/.gitignore so generated projects ignore .venv, __pycache__, .pytest_cache without inheriting from repo root. All in-skill relative paths (phases/, spec-management.md, template/) remain valid after the move. Enables: npx skills add KLR-Pattern/nexusx -s nexusx-4phase -a claude-code Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Follow-up to the skill/ → skills/nexusx-4phase/ migration. The CI template-guard and docs still referenced the old skill/template path, causing CI to fail on PR #102. Updated references in: - .github/workflows/ci.yml (template-guard job) - scripts/check-ci.sh (local CI mirror) - docs/clean-architecture-comparison.md / .zh.md (path + install command) Co-Authored-By: Claude Opus 4.7 <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.
摘要
skill/迁移到skills/nexusx-4phase/,符合npx skills的扫描约定(识别skills/<name>/SKILL.md)template/添加独立.gitignore,让 skill 生成的新项目自带 Python / venv / 缓存忽略规则,无需继承仓库根的.gitignorephases/、spec-management.md、template/)保持有效,无需改动迁移后,任何人都可以通过以下命令安装此 skill:
Test plan
npx skills add ./ --list能识别nexusx-4phasenpx skills add ./ -a claude-code -s nexusx-4phase -y安装到.claude/skills/成功/nexusx-4phaseskill 正常加载.venv/、__pycache__/、.pytest_cache/🤖 Generated with Claude Code