svelte-development
v0.1.2Svelte Development gives Codex a remote-MCP-backed operating contract for serious Svelte 5 and SvelteKit architecture, implementation, and verification work.
By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 6, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install svelte-development for Codex
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add svelte-development@codex-essentialsPaste and run these commands in a terminal with Codex. They add and refresh the codex-essentials catalog, then install this plugin.
Compatibility: the page URL and API slug “svelte-development” remain stable.
- Codex:
svelte-development@agent-plugin-marketplace→svelte-development@codex-essentials
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/nerymurillohnd/codex-essentialsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/svelte-development/.
Plugin files
├── .codex-plugin/plugin.json├── skills/svelte-architect/SKILL.md├── skills/svelte-component-engineer/SKILL.md├── skills/svelte-verification/SKILL.md├── skills/sveltekit-engineer/SKILL.md└── .mcp.json
Included Skills4
Use before designing a Svelte 5 or SvelteKit app, major feature, migration, routing model, state model, adapter strategy, or shared component architecture.
Use when writing, editing, reviewing, or debugging Svelte 5 components, .svelte.ts modules, props, runes, snippets, bindings, events, accessibility, styles, and component tests.
Use before claiming Svelte or SvelteKit work is complete, and when choosing MCP docs, Svelte CLI commands, autofix, checks, tests, builds, preview servers, browser validation, or failure recovery.
Use when implementing, reviewing, or debugging SvelteKit routes, layouts, load functions, form actions, endpoints, hooks, cookies, auth, env, adapters, redirects, and server-only modules.
MCP servers1
- url
- https://mcp.svelte.dev/mcp
Plugin manifests1
{
"name": "svelte-development",
"version": "0.1.2",
"description": "Svelte Development gives Codex a remote-MCP-backed operating contract for serious Svelte 5 and SvelteKit architecture, implementation, and verification work.",
"author": {
"name": "Nery Samuel Murillo",
"email": "[email protected]",
"url": "https://github.com/nerymurillohnd"
},
"homepage": "https://forestal-mt.com",
"repository": "https://github.com/nerymurillohnd/codex-essentials",
"license": "MIT",
"keywords": [
"svelte",
"sveltekit",
"svelte-5",
"mcp",
"cli",
"codex",
"developer-tools"
],
"interface": {
"displayName": "Svelte Development",
"shortDescription": "Engineer Svelte 5 and SvelteKit with official MCP-backed guidance.",
"longDescription": "A focused Svelte development plugin for Codex. It packages four skills for architecture, component implementation, SvelteKit server and routing work, and verification. The plugin also declares the official remote Svelte MCP endpoint so agents can prefer current Svelte documentation and MCP static-analysis workflows before relying on stale framework memory.",
"developerName": "Nery Samuel Murillo",
"category": "Developer Tools",
"capabilities": [
"Svelte 5 architecture planning",
"Svelte component implementation guidance",
"SvelteKit server and routing workflow",
"Official remote Svelte MCP integration",
"Verification workflow for Svelte changes"
],
"websiteURL": "https://forestal-mt.com",
"privacyPolicyURL": "https://forestal-mt.com/privacy/",
"termsOfServiceURL": "https://forestal-mt.com/terms/",
"defaultPrompt": [
"Use Svelte Development to plan this Svelte app.",
"Review this SvelteKit change with official MCP docs.",
"Validate these Svelte 5 components before finalizing."
],
"brandColor": "#FF3E00"
},
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[svelte-development on Agent Plugins Marketplace](https://pluginsmp.com/plugins/svelte-development)