interface-design
v1.0.0Cross-framework interface craft, visual direction, critique, and mechanical quality gates.
By Harness Start0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 22, 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 interface-design for Codex and Claude Code
codex plugin marketplace add harness-start/plugins
codex plugin marketplace upgrade harness-start
codex plugin add interface-design@harness-startPaste and run these commands in a terminal with Codex. They add and refresh the harness-start catalog, then install this plugin.
Compatibility: the page URL and API slug “interface-design” remain stable.
- Codex:
interface-design@agent-plugin-marketplace→interface-design@harness-start
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/harness-start/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/interface-design/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/interface-craft/SKILL.md├── skills/interface-craft-floor/SKILL.md└── skills/interface-visual-critique/SKILL.md
Included Skills3
Orchestrate general interface visual craft. Use when designing, reviewing, or repairing web or app UI direction, design-system continuity, hierarchy, contrast, type, spacing, motion, or anti-patterns. Do not use for posters, PPTX, Remotion, logos, or language/lockfile engineering.
Mechanical visual craft floor for interface files. Use immediately before editing UI. Do not use for posters, decks, video, or logos.
Read-only hierarchy, type, spacing, and contrast critique for interface files. No writer or release authority.
Plugin manifests2
{
"name": "interface-design",
"version": "1.0.0",
"description": "Cross-framework interface craft, visual direction, critique, and mechanical quality gates.",
"author": {
"name": "Harness Start",
"email": "[email protected]"
},
"hooks": "./hooks/codex.json",
"skills": "./skills/",
"interface": {
"displayName": "Interface Design",
"shortDescription": "Cross-framework interface craft, visual direction, critique, and mechanical quality gates.",
"developerName": "Harness Start",
"category": "Productivity"
}
}{
"name": "interface-design",
"version": "1.0.0",
"description": "Cross-framework interface craft, visual direction, critique, and mechanical quality gates.",
"author": {
"name": "Harness Start",
"email": "[email protected]"
},
"hooks": "./hooks/claude.json",
"skills": "./skills/"
}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.
[interface-design on Agent Plugins Marketplace](https://pluginsmp.com/plugins/interface-design)