SKILLS.RULES.AGENTS.WORKFLOWS
Setup
Paste this prompt into Cursor or your agent. It fetches the setup instructions and adds MCP service to your tool. One prompt for all users.
Paste this prompt
Fetch and execute the setup instructions from https://framework.sdd.works/agent-setup
Once MCP is connected, type to AI:
Install SDD.works Framework
or, directly call MCP tool by giving the command:
sdd_install_framework
Manual setup
Prefer not to use the setup prompt? Add the remote MCP URL yourself.
mcp.json
{
"mcpServers": {
"framework.sdd.works": {
"url": "https://framework.sdd.works/mcp"
}
}
}Fallback — terminal installer
curl -fsSL https://framework.sdd.works/install | sh
Supported AI agents
Paste the setup prompt into any of these agents. One MCP server; install writes to that agent's local paths.
- Claude Code
- Codex
- Cursor
- CodeBuddy CN / CodeBuddy / WorkBuddy CN
- TraeCode CN / TRAE
- GitHub Copilot
- AWS Kiro
Tools
Use this MCP server to install the skills, rules, agents, and workflows recommended by framework.sdd.works. You can also request API keys for third-party capabilities such as Qwen and Amap from WoodenSward Dojo. Tools we provide:
| Tool | Channel | Description |
|---|---|---|
sdd_list_versions | stdio and HTTP | List package versions and inventory. Read-only. |
sdd_get_key | HTTP only | Pass a key_name to receive the plaintext key_value. Auth required. |
sdd_install_framework | stdio and HTTP | Install skills, rules, and other folders. Stdio writes locally; HTTP returns a tarball URL for the AI to extract. |
sdd_update_framework | stdio and HTTP | Update an existing install. Same version is idempotent. HTTP returns a tarball URL plus instructions. |
