feat: package Clerk skills for multi-agent distribution#46
Draft
Railly wants to merge 4 commits into
Draft
Conversation
Railly
force-pushed
the
railly/aie-515-flat-skills-plugin
branch
2 times, most recently
from
May 20, 2026 01:48
58f04ab to
11012fc
Compare
Railly
force-pushed
the
railly/aie-515-flat-skills-plugin
branch
from
May 20, 2026 01:52
11012fc to
85d694e
Compare
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 makes
clerk/skillsthe single source of truth for Clerk's AI agent distribution across Agent Skills, Claude Code, Cursor, and Codex.skills/<skill-name>/withskills/clerkas the orchestrator/routerskills/bundle.mcp.jsonand Cursor-stylemcp.jsondiscoveryWhy
The scope expanded from a
/.well-known/agent-skillsendpoint into making the source repo itself distributable. That gives us one repo that can power:npx skills add clerk/skillsretrocompatclerk.com/.well-known/*discovery generated from this repoI compared the current Vercel and Stripe plugin repos before the latest adjustments:
skills/, plugin manifests, MCP config, and optional agents/commands/hooks.Platform coverage
Agent Skills
npx skills add clerk/skillsclerk-expoClaude Code
.claude-plugin/plugin.jsonfor direct plugin loading.claude-plugin/marketplace.jsonfor repo marketplace installsskills/<skill-name>/SKILL.md.mcp.jsonfor Clerk MCP discoveryCursor
.cursor-plugin/plugin.jsonat the repo rootskills/directory instead of duplicating all skill pathsmcp.jsonwith top-levelmcpServersCodex
.codex-plugin/plugin.json.agents/plugins/marketplace.jsonskills/bundleOut of scope
clerk/aiyet;clerk/skillskeeps the current install path stableclerk/cursor-plugin; after this lands it can become a compatibility shim or deprecated repoVerification
Local:
bun run validatejq empty .agents/plugins/marketplace.json .claude-plugin/plugin.json .claude-plugin/marketplace.json .codex-plugin/plugin.json .cursor-plugin/plugin.json .mcp.json mcp.json package.jsonclaude plugin validate .claude plugin validate .claude-plugin/plugin.jsongit diff --checkfind skills -mindepth 2 -maxdepth 2 -type f -name SKILL.md | wc -l=>20rg 'skills/(core|features|frameworks|mobile)' README.md AGENTS.md CLAUDE.md .cursor-plugin .claude-plugin .codex-plugin .agents/plugins skills=> no matchesnpx -y skills add . --list=> found 20 local skillsnpx -y skills add clerk/skills --list=> current public install command still works and finds 20 skillsnpx -y skills add /Users/raillyhugo/Clerk/skills --skill '*' --agent codex -y --copy=> installed 20 skillshttps://mcp.clerk.dev/mcpreturnedClerk MCP Servercapabilities for tools and resourcesGitHub checks: