feat: agent skill distribution + /skill page#11
Merged
Conversation
- Add skills/ink-playing-cards/SKILL.md for Vercel skills CLI discovery - Add "agents" field to package.json for npm-agentskills/skills-npm - Add skills/ to "files" whitelist so it ships with npm publish - Sync skill file in release script before publishing
- Remove agents/skills/ink-playing-cards/ (redundant) - skills/ at repo root is the standard location for the ecosystem (Vercel CLI, skills-npm, agentskills spec) - Update .kiro/skills symlink to point at skills/ instead of agents/ - Update global ~/.kiro/skills symlink accordingly - Remove agents/ from .npmignore (directory no longer exists) - Simplify release script (no more copy step needed)
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
Ships the ink-playing-cards Agent Skill with the npm package and adds a dedicated section to the marketing site explaining agentic development with the library.
Distribution
The skill is now discoverable through multiple channels:
npx skills add gfargo/ink-playing-cardsskills-npm/npm-agentskillsdiscover fromnode_modulesskills/ink-playing-cards/SKILL.mdto agent dirPackage changes
skills/ink-playing-cards/SKILL.mdat repo root (where the Vercel CLI expects it)"agents"field topackage.jsonfor npm-based discoveryskills/to"files"whitelist.www site changes
/skillpage: dedicated page with install methods, supported agents grid, before/after demo, distribution explainerNote
The
.wwwsite is a separate git repo — its changes are committed there directly (5818ac7).