Agent Plugins Marketplace
All plugins

setup

v0.1.3

为 Claude Code 或 Codex 初始化项目级 agent 工作流,并支持可选的用户级安装

CodexClaude CodeAgent Plugins6 Skills

By BaiJunjie0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
6 skill or MCP entries
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 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@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” remain stable.

  • Codex: setup@agent-plugin-marketplacesetup@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/.

Plugin files

plugins/setup/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/cron/SKILL.md
├── skills/dev-memory/SKILL.md
├── skills/docs/SKILL.md
├── skills/git-worktree/SKILL.md
├── skills/report-style/SKILL.md
└── skills/workflow/SKILL.md

Included Skills6

cronskills/cron/SKILL.md

给当前项目装上(或更新)一套 crontab 定时任务安装器——任务清单 tasks.conf 加 install.sh / uninstall.sh,随仓库提交。用于"给这个项目配定时任务""装个 cron 安装脚本""把脚本挂到 crontab 上""加一个每天跑的定时任务"等场景。

dev-memoryskills/dev-memory/SKILL.md

给当前项目装上(或更新)项目级 dev-memory skill,让开发记忆的读写规则随仓库提交。用于"给这个项目配开发记忆""初始化 dev-memory""更新项目里的记忆 skill"等场景。

docsskills/docs/SKILL.md

给当前项目装上(或更新)项目级 docs skill 与 doc-writer 子代理,让总索引、项目地图、产品文档的维护规则随仓库提交。用于"给这个项目配文档规范""初始化项目文档结构""让 agent 维护文档""更新项目里的 docs skill"等场景。

git-worktreeskills/git-worktree/SKILL.md

给当前项目装上(或更新)git worktree 开发流程规则,按宿主写入 AGENTS.md 或 CLAUDE.md,并让 .gitignore 忽略 worktree 目录。用于"给这个项目配 worktree 流程""让 agent 在独立分支上开发""初始化 git worktree 规范"等场景。

report-styleskills/report-style/SKILL.md

装上(或更新)Concise+ 回答规则,让 Claude Code 使用自定义 output style,Codex 把等价规则合并进 AGENTS.md。默认装进当前项目,也可安装到用户级配置。用于"agent 报告太啰嗦""让它少说废话只给结论""别顺着我说""配输出风格""装 output style"等场景。

workflowskills/workflow/SKILL.md

装上(或更新)通用 agent 工作流规范——注释规范、提交信息、分派子代理、编码结束自检,外加五个通用子代理。默认装进当前项目,也可安装到用户级配置、对当前用户环境中的所有项目生效。用于"给这个项目配 agent 规范""装通用子代理""配一台新电脑""同步我的 agent 工作流""更新全局规则"等场景。

Plugin manifests3

plugins/setup/.codex-plugin/plugin.json
{
  "name": "setup",
  "version": "0.1.3",
  "description": "为 Claude Code 或 Codex 初始化项目级 agent 工作流,并支持可选的用户级安装",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills",
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Setup",
    "shortDescription": "初始化项目级 agent 工作流",
    "longDescription": "安装项目文档、开发记忆、工作流、worktree、定时任务与输出规范。",
    "developerName": "BaiJunjie",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "为当前项目安装 agent 工作流。"
    ]
  }
}
plugins/setup/.claude-plugin/plugin.json
{
  "name": "setup",
  "version": "0.1.3",
  "description": "为 Claude Code 或 Codex 初始化项目级 agent 工作流,并支持可选的用户级安装",
  "author": {
    "name": "BaiJunjie"
  },
  "repository": "https://github.com/baijunjie/agent-skills"
}
plugins/setup/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "setup",
  "version": "0.1.3",
  "description": "为 Claude Code 或 Codex 初始化项目级 agent 工作流,并支持可选的用户级安装",
  "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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/setup)