Agent Plugins Marketplace
All plugins

client

v1.0.0

Client-facing screen design and UX documentation with Notion integration

CodexClaude Code2 Skills

By Alvis4 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add client@agent-plugin-marketplace

Paste 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/alvis/.agents

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/client/.

Plugin files

plugins/client/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/create-screen-design/SKILL.md
└── skills/update-screen-design/SKILL.md

Included Skills2

create-screen-designskills/create-screen-design/SKILL.md

Create a new responsive screen-design contract from user-selected product and specification context, keep temporary exploration in the active work item, synchronize approved content through an explicitly selected body author and Notion transport, and promote durable design docs. Route existing screens to update-screen-design.

update-screen-designskills/update-screen-design/SKILL.md

Update explicitly selected responsive screen-design contracts from user-selected product and specification context, preserving identity and approved content while recording temporary work design and promoting durable versioned design. Require a selector or --all; route missing pages to create-screen-design.

Plugin manifests2

plugins/client/.codex-plugin/plugin.json
{
  "name": "client",
  "version": "1.0.0",
  "description": "Client-facing screen design and UX documentation with Notion integration",
  "author": {
    "name": "Alvis"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Client",
    "shortDescription": "Client-facing screen design and UX documentation.",
    "longDescription": "Create and maintain client-facing screen designs and UX documentation with Notion integration.",
    "developerName": "Alvis",
    "category": "frontend",
    "capabilities": [
      "Skills",
      "Hooks"
    ],
    "defaultPrompt": "Help me design or update a client-facing screen."
  }
}
plugins/client/.claude-plugin/plugin.json
{
  "name": "client",
  "author": {
    "name": "Alvis"
  },
  "dependencies": [
    "essential",
    "specification"
  ],
  "description": "Client-facing screen design and UX documentation with Notion integration",
  "version": "1.0.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[client on Agent Plugins Marketplace](https://pluginsmp.com/plugins/client)