Skip to content

release: v1.2.0 — fix SkillsMP validation + god-mode + versioning#5

Merged
vamsivarma27 merged 2 commits intomainfrom
release/v1.2.0
Apr 6, 2026
Merged

release: v1.2.0 — fix SkillsMP validation + god-mode + versioning#5
vamsivarma27 merged 2 commits intomainfrom
release/v1.2.0

Conversation

@vamsivarma27
Copy link
Copy Markdown
Owner

Summary

  • Fixes the SkillsMP indexing issue — SKILL.md description was over 1024 characters (hard validation failure)
  • Bumps version to 1.2.0
  • CHANGELOG updated with all changes since 1.1.0

Why the skill wasn't showing on SkillsMP

Two blockers found:

  1. SKILL.md description > 1024 chars — SkillsMP validator rejects it silently. Fixed by trimming to a concise single-paragraph description.
  2. 0 stars — SkillsMP requires minimum 2 stars to index a repo. Need 2 stars on the repo after merging this.

After merging this PR

  1. Star the repo (you = 1 star, need 1 more)
  2. Push the v1.2.0 tag to trigger the GitHub Release:
git checkout main && git pull
git tag v1.2.0
git push origin v1.2.0
  1. The release workflow auto-creates a GitHub Release with changelog notes
  2. SkillsMP expected URL (once 2+ stars): https://skillsmp.com/skills/vamsivarma27-ui-restructure-skill-md

Test plan

  • skills validate ./ui-restructure passes
  • Merge PR
  • Star the repo (need 2 total)
  • Push v1.2.0 tag → confirm GitHub Release is created

🤖 Generated with Claude Code

vamsivarma27 and others added 2 commits April 6, 2026 21:22
- Fix SKILL.md description > 1024 chars (SkillsMP validation was failing)
- Bump version 1.1.0 → 1.2.0 in SKILL.md and package.json
- Update CHANGELOG — move Unreleased items into [1.2.0] section
- god-mode, remove-tokens, banner image, README overhaul all captured

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vamsivarma27 vamsivarma27 merged commit 7d8558b into main Apr 6, 2026
1 check passed
@vamsivarma27 vamsivarma27 deleted the release/v1.2.0 branch April 6, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant