feat: refactor skills to skill-creator spec and enhance npm publishing#11
Merged
feat: refactor skills to skill-creator spec and enhance npm publishing#11
Conversation
- Add npm-publish.yml workflow for automatic npm publishing - Support both automatic (version tags) and manual (workflow_dispatch) publishing - Includes test -> publish -> version bump pipeline - Supports NPM_TOKEN and OIDC authentication
- Add keywords for discoverability - Add os field for platform support - Add funding field for sponsorship - Improves npm package quality score
- Add logo.png at the top of README.md - Center-aligned logo for better presentation
- Refactor git-ai-mcp skill to follow skill-creator standard - Use SKILL.md with YAML frontmatter (name + description) - Add references/tools.md for complete tool documentation - Add references/constraints.md for behavioral rules - Remove legacy YAML-based skill format - Add one-click install script (install.sh) - Support --with-skill flag for AI agent skill installation - Colorful output with prerequisites check - Compatible with shells.sh distribution - Enhance GitHub Actions release workflow - Publish to both GitHub Packages and npmjs.org - Add npm provenance for package verification - Add workflow summary for release tracking - Remove redundant npm-publish.yml - Update package.json to include skills/ and install.sh
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.
Summary
This PR modernizes the git-ai skill format and enhances the npm publishing workflow.
Skills Refactoring
git-ai-mcpskill from legacy YAML format to official skill-creator specSKILL.mdwith YAML frontmatter +references/directory for detailed docsskill.yaml,git-ai.yaml,RULE.mdOne-Click Install Script
Enhanced Release Workflow
Files Changed
install.sh,skills/git-ai-mcp/structure.github/workflows/release.yml,package.jsonTesting
After merge, to publish:
NPM_TOKENsecret in GitHub repo settingsgit tag v2.3.0 && git push origin v2.3.0