Agent Plugins Marketplace
All plugins

yg-toolkit

v0.1.1+codex.20260918054746

约格开源的 Codex 工作流工具集,覆盖工程配置迁移、数据库结构提取和文档工作。

Codex5 Skills

By 约格License: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
5 skill or MCP entries
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 yg-toolkit for Codex

Installs for the current user
codex plugin marketplace add phoben/agent-skills
codex plugin marketplace upgrade yg
codex plugin add yg-toolkit@yg

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

Compatibility: the page URL and API slug “yg-toolkit” remain stable.

  • Codex: yg-toolkit@agent-plugin-marketplaceyg-toolkit@yg

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

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

Plugin files

plugins/yg-toolkit/
├── .codex-plugin/plugin.json
├── skills/config-migrate/SKILL.md
├── skills/database-schema/SKILL.md
├── skills/datapull/SKILL.md
├── skills/requirement-docs/SKILL.md
└── skills/user-manual/SKILL.md

Included Skills5

config-migrateskills/config-migrate/SKILL.md

盘点并迁移项目级或用户级的工程化配置,包括 skills、rules、MCP、agents、hooks 和 commands;适用于在 Claude、Codex、Cursor、Trae、ZCode、Kimi 等平台之间规划或执行配置迁移。

database-schemaskills/database-schema/SKILL.md

通过已登记的连接别名导出指定 MySQL、PostgreSQL 或 SQL Server 数据库的无业务数据 DDL 结构快照;适用于连接配置、结构提取、CLI 依赖和导出异常处理。

datapullskills/datapull/SKILL.md

检查并指导安装 DataPull CLI,使用已登记连接拉取 MySQL、PostgreSQL 或 SQL Server 的结构文件;适用于环境诊断、连接选择、对象范围确认和 CLI 错误恢复,不替代 CLI 管理凭证或生成 DDL。

requirement-docsskills/requirement-docs/SKILL.md

创建 BRD、PRD、TRD 或 SRS 需求文档;适用于用户要求生成、编写或完善商业、产品、技术及软件需求规格文档,不适用于最终用户操作手册。

user-manualskills/user-manual/SKILL.md

基于现有软件仓库及可用运行界面创建、增量更新、优化或纠正最终用户操作手册;适用于需要按语言与角色范围核对路由、权限、真实界面、测试和代码证据的手册任务,不适用于开发、API、部署或架构文档。

Plugin manifests1

plugins/yg-toolkit/.codex-plugin/plugin.json
{
  "name": "yg-toolkit",
  "version": "0.1.1+codex.20260918054746",
  "description": "约格开源的 Codex 工作流工具集,覆盖工程配置迁移、数据库结构提取和文档工作。",
  "author": {
    "name": "约格",
    "url": "https://github.com/phoben"
  },
  "homepage": "https://github.com/phoben/agent-skills#readme",
  "repository": "https://github.com/phoben/agent-skills",
  "license": "MIT",
  "keywords": [
    "yg",
    "codex",
    "skills",
    "documentation",
    "database",
    "ddl",
    "migration"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "YG Toolkit",
    "shortDescription": "约格开源的工程迁移、数据库与文档工作流工具集",
    "longDescription": "为 Codex 提供工程配置迁移、数据库结构提取、最终用户操作手册和需求文档编写能力。",
    "developerName": "约格",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "盘点当前项目的工程化配置并规划迁移。",
      "根据当前仓库创建最终用户操作手册。",
      "根据业务需求编写一份产品需求文档。"
    ]
  }
}

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

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