Skip to content

feat: agent skill distribution + /skill page#11

Merged
gfargo merged 2 commits into
mainfrom
feat/agent-skill-page
May 4, 2026
Merged

feat: agent skill distribution + /skill page#11
gfargo merged 2 commits into
mainfrom
feat/agent-skill-page

Conversation

@gfargo

@gfargo gfargo commented May 4, 2026

Copy link
Copy Markdown
Owner

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:

Channel Command
Vercel skills CLI npx skills add gfargo/ink-playing-cards
skills.sh marketplace Auto-listed via install telemetry
npm bundled skills-npm / npm-agentskills discover from node_modules
Manual Copy skills/ink-playing-cards/SKILL.md to agent dir

Package changes

  • Added skills/ink-playing-cards/SKILL.md at repo root (where the Vercel CLI expects it)
  • Added "agents" field to package.json for npm-based discovery
  • Added skills/ to "files" whitelist
  • Release script syncs the skill before publishing

.www site changes

  • Homepage: new "Built for agents" section with install command + capabilities
  • /skill page: dedicated page with install methods, supported agents grid, before/after demo, distribution explainer
  • Nav: added "Agent Skill" link

Note

The .www site is a separate git repo — its changes are committed there directly (5818ac7).

gfargo added 2 commits May 4, 2026 18:29
- 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)
@gfargo gfargo merged commit fead263 into main May 4, 2026
2 checks passed
@gfargo gfargo deleted the feat/agent-skill-page branch May 4, 2026 22:35
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