Merged
Conversation
… docs Migrate all 13 skills to spec-compliant frontmatter format: - Required: name, description, metadata.title, metadata.category - Optional: license (Apache-2.0), compatibility (icp-cli >= 0.1.0) - Removed: version, endpoints, status, dependencies, requires, tags Site and tooling: - Delete ai-plugin.json endpoint (non-functional OpenAI format) - Delete generate-readme-table.js (merge conflict magnet) - Simplify CI from 3 steps to 1 (validate only) - Remove version/endpoints/status/dependencies from components - Fix header width jumping between pages (consistent 1200px) - Remove redundant Before/After section from how-it-works - Align anatomy section with README structure table - Remove Quick Start terminal from Access page (redundant) - Slim down template from 145 to 68 lines Docs: - Simplify README Usage to CLI + manual (was per-agent sections) - Downgrade categories from error to warning - Relax body sections to recommendations, not requirements - Add LICENSE file (Apache-2.0) - Update CLAUDE.md and CONTRIBUTING.md for new format Closes #45
15 tasks
The `compatibility` field covers environment requirements broadly (tools, system packages, network access) — not just CLI tools. This aligns with the Agent Skills spec definition. Library/SDK dependencies still go in the Prerequisites section.
The compatibility field covers environment requirements broadly (tools, system packages, network access) — not just CLI tools. Updated examples in template and CONTRIBUTING.md to reflect this. Library/SDK dependencies belong in the Prerequisites section.
Member
Author
|
Update: Added two commits clarifying the
Updated the template, CONTRIBUTING.md, and CLAUDE.md to reflect this distinction clearly. Follow-up needed: 3 skills ( |
Prerequisites section is for library/SDK versions, not environment requirements. Updated example from icp-cli to ic-cdk and @icp-sdk/auth.
Helps prevent overtriggering — agents loading a skill when a similar-but-wrong one matches. Pattern already used in draft skills.
raymondk
reviewed
Mar 2, 2026
raymondk
approved these changes
Mar 2, 2026
This was referenced Mar 2, 2026
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
name,description,license,compatibility,metadata.title,metadata.categoryversion,endpoints,status,dependencies,requires,tagsai-plugin.jsonendpoint andgenerate-readme-table.jsscriptChanges by area
Frontmatter (all 13 skills + template + schema):
New format:
Site:
Docs (README, CONTRIBUTING, CLAUDE.md):
CI & tooling:
_checks.ymlfrom 3 steps to 1 (npm ci+node scripts/validate-skills.js)generatescript from package.json, updatebuildtovalidate && astro buildscripts/generate-readme-table.jssrc/pages/.well-known/ai-plugin.json.tsCloses #45