Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,12 @@ jobs:
echo "Valid: ${{ steps.validate.outputs.valid }}"
echo "Errors: ${{ steps.validate.outputs.errors }}"
echo "Warnings: ${{ steps.validate.outputs.warnings }}"
manifest-validation:
name: 📦 Manifest Validation
plugin-validate:
name: 📦 Plugin Validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Validate Plugin Manifest
run: bash ./scripts/validate_plugin_manifest.sh
- name: Install Claude Code
run: npm install -g @anthropic-ai/claude-code
- name: Validate Plugin
run: claude plugin validate .
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Every pull request runs the following checks automatically:
| Spelling | Runs cspell on all `*.md` files | `config/cspell.json` |
| File size | Ensures no file exceeds 50 KB | `scripts/check_large_files.sh` |
| Skill validation | Validates `SKILL.md` frontmatter and structure | `scripts/validate_skills.sh` |
| Manifest validation | Validates `.claude-plugin/plugin.json` | `scripts/validate_plugin_manifest.sh` |
| Plugin validation | Validates and test-installs the plugin | `claude plugin validate .` |

If the spelling check flags a legitimate word, add it to `config/cspell.json` in the `words` array.

Expand Down
162 changes: 0 additions & 162 deletions scripts/validate_plugin_manifest.sh

This file was deleted.