Commit 0499fae
Add Claude Code plugin marketplace support
Enable Claude Code users to install Hugging Face skills directly via
the plugin marketplace system.
Changes:
- Add .claude-plugin/marketplace.json for marketplace registration
- Add plugin.json manifests to each plugin for strict mode validation
- Restructure to follow Claude Code's recommended skill directory layout:
plugin-name/
├── plugin.json
└── skills/
└── skill-name/
├── SKILL.md
├── scripts/
├── references/
└── templates/
Users can now install via:
/plugin marketplace add huggingface/skills
/plugin install model-trainer
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a93950b commit 0499fae
File tree
50 files changed
+105
-0
lines changed- .claude-plugin
- hf-llm-trainer
- skills/model-trainer
- references
- scripts
- hf-paper-publisher
- skills/hugging-face-paper-publisher
- examples
- references
- scripts
- templates
- hf_dataset_creator
- skills/hugging-face-dataset-creator
- examples
- scripts
- templates
- hf_model_evaluation
- skills/hugging-face-evaluation-manager
- examples
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+105
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments