dev
v0.1.0开发流程 skills:讨论、文档、执行与优化. Includes 5 skills.
By BaiJunjie0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 5 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 dev for Codex and Claude Code
codex plugin marketplace add baijunjie/agent-skills
codex plugin marketplace upgrade bjj-agent-skills
codex plugin add dev@bjj-agent-skillsPaste 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 “dev-3” remain stable.
- Codex:
dev-3@agent-plugin-marketplace→dev@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-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dev/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/coding/SKILL.md├── skills/discuss/SKILL.md├── skills/docs/SKILL.md├── skills/exec/SKILL.md└── skills/optimize/SKILL.md
Included Skills5
编写代码。先补齐项目上下文再动手实现;开发任务较多时改为调度子代理执行,主代理只做调度。
问题讨论。在动手编码前先补齐项目上下文、给出并对齐解决方案,用于方案探讨、技术选型、可行性分析等只讨论不落地的场景。
开发文档输出。把已讨论确定的方案整理成开发文档,按 docs/development/YYYYMMDD-{简述}/ 目录、按可独立测试合并的里程碑拆分并编号(只有一个里程碑时就只写一份 README.md),只写设计不写实现代码。
根据开发文档执行开发任务。按编号顺序读取 docs/development 下的开发文档并逐个实现,边做边勾文档里的 checkbox;里程碑做完后把该固化的内容整理进产品文档,自足的里程碑随即删除,给后续里程碑留了过渡层或未了结的账的则写下落地状态、留到账清为止。
优化代码。开发收尾时全面复查逻辑遗漏、冗余代码与可优化点。
Plugin manifests3
{
"name": "dev",
"version": "0.1.0",
"description": "开发流程 skills:讨论、文档、执行与优化",
"author": {
"name": "BaiJunjie"
},
"repository": "https://github.com/baijunjie/agent-skills",
"skills": "./skills/",
"interface": {
"displayName": "Dev Workflows",
"shortDescription": "讨论、文档、执行与优化工作流",
"longDescription": "用于讨论方案、编写开发文档、执行里程碑与代码收尾检查的开发流程 skills。",
"developerName": "BaiJunjie",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用开发流程 skill 处理当前任务。"
]
}
}{
"name": "dev",
"version": "0.1.0",
"description": "开发流程 skills:讨论、文档、执行与优化",
"author": {
"name": "BaiJunjie"
},
"repository": "https://github.com/baijunjie/agent-skills"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dev",
"version": "0.1.0",
"description": "开发流程 skills:讨论、文档、执行与优化",
"author": {
"name": "BaiJunjie"
},
"repository": "https://github.com/baijunjie/agent-skills"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dev-3)