Agent Plugins Marketplace
All plugins

complexity-first

v1.0.0

复杂度优先 - 动手新增前先证明必要性:搜已有代码/标准库/平台原生,全不成立才写最小新增实现,保留安全与无障碍边界

CodexClaude Code1 Skill

By zhangq0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 19, 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 complexity-first for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add complexity-first@claude-devkit-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “complexity-first” remain stable.

  • Codex: complexity-first@agent-plugin-marketplacecomplexity-first@claude-devkit-marketplace

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/ibootz/claude-devkit-marketplace

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

Plugin files

plugins/complexity-first/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/complexity-first/SKILL.md

Included Skills1

complexity-firstskills/complexity-first/SKILL.md

新增功能、新文件、新脚本、新依赖之前,先证明必要性并穷尽复用路径:仓库已有代码/抽象/配置 → 标准库 → 平台原生 → 已有依赖,全不成立才写最小新增实现;每次建议保留安全、权限、错误处理、数据完整性与无障碍边界;需求存在规格空白时要求澄清、不替你定义业务行为。用户提出新增/新写/新建、说"别重复造轮子""最小实现""先看看有没有现成的"、或要引入新依赖/新脚本时使用。

Plugin manifests2

plugins/complexity-first/.codex-plugin/plugin.json
{
  "name": "complexity-first",
  "version": "1.0.0",
  "description": "复杂度优先 - 动手新增前先证明必要性:搜已有代码/标准库/平台原生,全不成立才写最小新增实现,保留安全与无障碍边界",
  "author": {
    "name": "zhangq"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "复杂度优先 (complexity-first)",
    "shortDescription": "先复用再新增的复杂度决策",
    "category": "Productivity"
  }
}
plugins/complexity-first/.claude-plugin/plugin.json
{
  "name": "complexity-first",
  "version": "1.0.0",
  "description": "复杂度优先 - 按需决策 skill:新增功能/代码/脚本/依赖前,按顺序查已有实现、标准库、平台原生,全不成立才写最小新增,保留安全与无障碍边界(1 技能,见 README)",
  "author": {
    "name": "zhangq"
  }
}

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

[complexity-first on Agent Plugins Marketplace](https://pluginsmp.com/plugins/complexity-first)