Agent Plugins Marketplace
All plugins

setup-user

v0.1.0

可从 Claude Code 或 Codex 执行的用户级初始化,当前提供 Codex 的 Claude 配置预检能力

CodexClaude CodeAgent Plugins1 Skill

By BaiJunjie0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 setup-user for Codex and Claude Code

Installs for the current user
codex plugin marketplace add baijunjie/agent-skills
codex plugin marketplace upgrade bjj-agent-skills
codex plugin add setup-user@bjj-agent-skills

Paste and run these commands in a terminal with Codex. They add and refresh the bjj-agent-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “setup-user” remain stable.

  • Codex: setup-user@agent-plugin-marketplacesetup-user@bjj-agent-skills

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/baijunjie/agent-skills

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

Plugin files

plugins/setup-user/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/codex-bridge/SKILL.md

Included Skills1

codex-bridgeskills/codex-bridge/SKILL.md

在当前用户环境给 Codex 装上(或更新)读取 Claude 规范的 `claude` skill,让 Codex 开工前先盘点用户级与项目级的 CLAUDE.md、skills、agents、settings,并把兼容的工作流用于本次任务。用于"让 Codex 也认 Claude 的规范""Codex 读不到我的 CLAUDE.md""配一台新电脑的 Codex""同步 Codex 侧配置"等场景。

Plugin manifests3

plugins/setup-user/.codex-plugin/plugin.json
{
  "name": "setup-user",
  "version": "0.1.0",
  "description": "可从 Claude Code 或 Codex 执行的用户级初始化,当前提供 Codex 的 Claude 配置预检能力",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills",
  "skills": "./skills/",
  "interface": {
    "displayName": "User Setup",
    "shortDescription": "安装 Codex 的 Claude 配置预检",
    "longDescription": "可从 Claude Code 或 Codex 执行,为当前用户的 Codex 安装 Claude 配置预检 skill。",
    "developerName": "BaiJunjie",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "为当前用户的 Codex 安装 Claude 配置预检能力。"
    ]
  }
}
plugins/setup-user/.claude-plugin/plugin.json
{
  "name": "setup-user",
  "version": "0.1.0",
  "description": "可从 Claude Code 或 Codex 执行的用户级初始化,当前提供 Codex 的 Claude 配置预检能力",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills"
}
plugins/setup-user/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "setup-user",
  "version": "0.1.0",
  "description": "可从 Claude Code 或 Codex 执行的用户级初始化,当前提供 Codex 的 Claude 配置预检能力",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills"
}

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

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