Release v1.29.0: Enhance skill-creator with comprehensive YAML frontmatter documentation
- Bump skill-creator from v1.3.0 to v1.4.0 - Add complete YAML frontmatter reference table with all available fields - Document `context: fork` for subagent-accessible skills (PR #6 by @costa-marcello) - Add invocation control comparison table - Document $ARGUMENTS placeholder with usage examples - Add allowed-tools wildcard syntax examples - Add hooks field inline example - Update init_skill.py template with all optional fields Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Professional Claude Code skills for GitHub operations, document conversion, diagram generation, statusline customization, Teams communication, repomix utilities, skill creation, CLI demo generation, LLM icon access, Cloudflare troubleshooting, UI design system extraction, professional presentation creation, YouTube video downloading, secure repomix packaging, ASR transcription correction, video comparison quality analysis, comprehensive QA testing infrastructure, prompt optimization with EARS methodology, session history recovery, documentation cleanup, format-controlled deep research report generation with evidence tracking, PDF generation with Chinese font support, CLAUDE.md progressive disclosure optimization, CCPM skill registry search and management, Promptfoo LLM evaluation framework, iOS app development with XcodeGen and SwiftUI, fact-checking with automated corrections, Twitter/X content fetching, intelligent macOS disk space recovery, skill quality review and improvement, GitHub contribution strategy, complete internationalization/localization setup, and plugin/skill troubleshooting with diagnostic tools",
|
||||
"version": "1.28.0",
|
||||
"version": "1.29.0",
|
||||
"homepage": "https://github.com/daymade/claude-code-skills"
|
||||
},
|
||||
"plugins": [
|
||||
@@ -15,7 +15,7 @@
|
||||
"description": "Essential meta-skill for creating effective Claude Code skills with initialization scripts, validation, packaging, marketplace registration, and privacy best practices",
|
||||
"source": "./",
|
||||
"strict": false,
|
||||
"version": "1.3.0",
|
||||
"version": "1.4.0",
|
||||
"category": "developer-tools",
|
||||
"keywords": [
|
||||
"skill-creation",
|
||||
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
@@ -10,6 +10,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- None
|
||||
|
||||
## [1.29.0] - 2026-01-29
|
||||
|
||||
### Added
|
||||
- **Enhanced Skill**: skill-creator v1.4.0 - Comprehensive YAML frontmatter documentation
|
||||
- Complete YAML frontmatter reference table with all available fields
|
||||
- `context: fork` documentation - critical for subagent-accessible skills
|
||||
- Invocation control comparison table showing behavior differences
|
||||
- `$ARGUMENTS` placeholder explanation with usage examples
|
||||
- `allowed-tools` wildcard syntax examples (`Bash(git *)`, `Bash(npm *)`, `Bash(docker compose *)`)
|
||||
- `hooks` field inline example for pre-invoke configuration
|
||||
- Updated init_skill.py template with commented optional fields
|
||||
|
||||
### Changed
|
||||
- Updated marketplace version from 1.28.0 to 1.29.0
|
||||
- Updated skill-creator plugin version from 1.3.0 to 1.4.0
|
||||
|
||||
### Contributors
|
||||
- [@costa-marcello](https://github.com/costa-marcello) - PR #6: Initial frontmatter documentation
|
||||
|
||||
## [1.28.0] - 2026-01-25
|
||||
|
||||
### Added
|
||||
|
||||
@@ -144,13 +144,13 @@ The marketplace is configured in `.claude-plugin/marketplace.json`:
|
||||
|
||||
1. **Marketplace Version** (`.claude-plugin/marketplace.json` → `metadata.version`)
|
||||
- Tracks the marketplace catalog as a whole
|
||||
- Current: v1.26.0
|
||||
- Current: v1.29.0
|
||||
- Bump when: Adding/removing skills, major marketplace restructuring
|
||||
- Semantic versioning: MAJOR.MINOR.PATCH
|
||||
|
||||
2. **Individual Skill Versions** (`.claude-plugin/marketplace.json` → `plugins[].version`)
|
||||
- Each skill has its own independent version
|
||||
- Example: ppt-creator v1.0.0, skill-creator v1.0.0
|
||||
- Example: ppt-creator v1.0.0, skill-creator v1.4.0
|
||||
- Bump when: Updating that specific skill
|
||||
- **CRITICAL**: Skills should NOT have version sections in SKILL.md
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://claude.com/code)
|
||||
[](./CONTRIBUTING.md)
|
||||
[](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://claude.com/code)
|
||||
[](./CONTRIBUTING.md)
|
||||
[](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
|
||||
|
||||
Reference in New Issue
Block a user