soulstack
v1.1.0ProxySoul's agent stack: the ensoul design-system skill and the working takeaways as rules.
By ProxySoulLicense: MIT2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 →
Get the plugin
git clone https://github.com/proxysoul/SoulStackClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json└── skills/ensoul/SKILL.md
Included Skills1
Build a product's design system and redesign its website (or any product UI) from scratch into a distinctive, alive, theme-aware site that is grounded in what the product really is. The agent first studies the codebase and the owner's way of talking to find the product's concept and vibe, then plans a design system of connected variants (palette, logos, screenshots) on one spacing scale, builds every page with parallel sub-agents, captures real product imagery, verifies by looking at screenshots at phone, laptop and ultra-wide widths in every theme and mode, and finishes by writing a design_system/ folder so the next agent can continue without context. Use when the user asks to redesign, rebuild or "bring to life" a product website, landing page or docs site, or asks for a design system handoff.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "soulstack",
"version": "1.1.0",
"description": "ProxySoul's agent stack: the ensoul design-system skill and the working takeaways as rules.",
"author": {
"name": "ProxySoul",
"url": "https://github.com/proxysoul"
},
"homepage": "https://github.com/proxysoul/SoulStack",
"repository": "https://github.com/proxysoul/SoulStack",
"license": "MIT",
"keywords": [
"skills",
"design-system",
"agents",
"empryo"
]
}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.
[soulstack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/soulstack)