Agent Skills
Agent Skills steer coding agents. Mountly ships four
so an agent scaffolds Views with mountly-mcp, not by cloning SDK examples.
| Skill | Job | Ask for |
|---|---|---|
create-mcp-app |
mountly-mcp create |
“Create an MCP App” |
add-app-to-server |
Views on an existing server | “Add UI to my MCP server” |
convert-web-app |
Wrap a React / Vue / Svelte component | “Turn my component into an MCP App” |
migrate-ext-apps |
Move off official templates | “Migrate from ext-apps” |
Use @modelcontextprotocol/ext-apps for host or bridge protocol code. Use
Mountly for Views.
Install
Section titled “Install”Claude Code plugin
Section titled “Claude Code plugin”/plugin marketplace add jagreehal/mountly/plugin install mountly-mcp@mountlySkills CLI
Section titled “Skills CLI”Root skills/ symlinks plugins/mountly-mcp/skills/:
npx skills add jagreehal/mountlyManual
Section titled “Manual”Copy plugins/mountly-mcp/skills/*/SKILL.md into .claude/skills/ or
.cursor/skills/.
Ask “What skills do you have?” You should see all four names above.
After install
Section titled “After install”Ask the agent to create an MCP App. It should run:
npx mountly-mcp create my-app --framework reactcd my-app && pnpm install && pnpm devAgents must not clone jagreehal/mountly or modelcontextprotocol/ext-apps
for greenfield Views.
Maintainer checklist
Section titled “Maintainer checklist”After skills change on main:
.claude-plugin/marketplace.jsonlistsmountly-mcp.- Root
skills/*symlinks resolve. - Users install via the plugin commands above. Skills are not a separate npm package.
- Quick start for hand-wired Vite
- Dev and verify for
devandverify