odin-design-advanced
v2.0.2Advanced ODIN workflows for polished interfaces and design systems.
By OutlineDrivenLicense: SEE LICENSE IN LICENSE35 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 3, 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 odin-design-advanced for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add odin-design-advanced@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/OutlineDriven/odin-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/odin-design-advanced/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/final-grain/SKILL.md├── skills/ui-animation/SKILL.md├── skills/visual-brainstorm-companion/SKILL.md└── skills/web-accessibility-audit/SKILL.md
Included Skills4
Use when asked to push an already-working artifact to finished composition, texture, and feel without confusing implementation completion with composition. Not for remote, credential, publish, deploy, or irreversible changes. Not for hygiene routing — use clean-and-true.
Use when asked to build spring, easing, gesture, and choreographed animations with correct physics and reduced-motion support. Not for auditing existing motion or finding animation opportunities.
Use when a brainstorming question is genuinely clearer shown than told: a real mockup, layout, or diagram. Starts a local key-gated HTTP/WebSocket server, pushes HTML fragments to the browser, and merges click selections back into the terminal reply. Not for text-only idea exploration; use brainstorm or ideate.
Use when the user requests an accessibility audit, a11y check, or WCAG compliance review. Returns a prioritized WCAG findings report with file and line locations, before and after code fixes, and manual testing recommendations. Don't use for tasks that require source or remote-system changes.
Plugin manifests2
{
"name": "odin-design-advanced",
"version": "2.0.2",
"description": "Advanced ODIN workflows for polished interfaces and design systems.",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"design",
"advanced"
],
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"interface": {
"displayName": "ODIN Design Advanced",
"shortDescription": "Advanced ODIN workflows for polished interfaces and design systems.",
"category": "Design"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "odin-design-advanced",
"displayName": "ODIN Design Advanced",
"version": "2.0.2",
"description": "Advanced ODIN workflows for polished interfaces and design systems.",
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"homepage": "https://github.com/OutlineDriven/odin-claude-plugin",
"repository": "https://github.com/OutlineDriven/odin-claude-plugin",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"design",
"advanced"
]
}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.
[odin-design-advanced on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odin-design-advanced)