SimplerDevelopment
Install the Claude skills
One-click installer for the SimplerDevelopment skills bundle. After installing, you can draft pages, decks, emails, surveys, and full multi-page sites directly from Claude Desktop or Claude Code.
1. Download the installer
SimplerDevelopmentSkills.pkg, then double-click in Finder to install.Signed + notarized by Apple. No admin password needed.WindowsDownload install-sd-skills.bat, then double-click in Explorer.Requires Windows 10 build 17063+ (April 2018) for built-in curl + tar.Other options (advanced)
macOS shell-script installer
Fallback if the .pkg doesn't work for you. Download install-sd-skills.command, then right-click → Open in Finder (unsigned — Gatekeeper prompts).
Linux / manual install (curl one-liner)
mkdir -p ~/.claude/skills && \ curl -fsSL https://simplerdevelopment.com/api/skills/bundle \ | tar -xz -C ~/.claude/skills
2. Configure Claude Desktop
Open claude_desktop_config.json (Settings → Developer → Edit Config in Claude Desktop) and add the simplerdevelopment entry under mcpServers.
{
"mcpServers": {
"simplerdevelopment": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://<your-tenant>.simplerdevelopment.com/api/mcp"
]
}
}
}Replace <your-tenant>with your tenant subdomain. Your account manager has it if you don't.
3. Restart Claude and run sd-init
Quit and reopen Claude Desktop. In any conversation, say Run sd-init. Claude will OAuth into your portal, pull your brand profile + site list, and write a .sd/config.json into your working directory. After that, every other skill below is ready.
What you get
sd-initBootstrap your tenantsd-create-pageDraft CMS pagessd-create-deckDraft pitch deckssd-create-emailDraft email campaignssd-create-surveyDraft surveys + intake formssd-create-booking-pageBuild booking pagessd-create-websiteCompose a multi-page sitesd-build-html-embedAuthor single-file HTML embedssd-learnCapture per-project feedbackhtml-render-blockEdit HTML-render block JSON
Plus the shared design-principles doc and the full client quickstart, both installed alongside the skills under ~/.claude/skills/.