ai
v0.1.0AI agent 与 skill 编写规范. Includes 1 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 ai for Codex and Claude Code
codex plugin marketplace add baijunjie/agent-skills
codex plugin marketplace upgrade bjj-agent-skills
codex plugin add ai@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 “ai-3” remain stable.
- Codex:
ai-3@agent-plugin-marketplace→ai@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/ai/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/skill-authoring/SKILL.md
Included Skills1
Skill 编写规范。创建或修改 SKILL.md 时使用。规定 skill 只写 agent 推不出来的规则、必须自包含不引用代码、给判断标准而非操作脚本。
Plugin manifests3
{
"name": "ai",
"version": "0.1.0",
"description": "AI agent 与 skill 编写规范",
"author": {
"name": "BaiJunjie"
},
"repository": "https://github.com/baijunjie/agent-skills",
"skills": "./skills/",
"interface": {
"displayName": "AI Authoring",
"shortDescription": "Agent skill 编写规范",
"longDescription": "提供自包含、可维护且容易可靠触发的 agent skill 编写规范。",
"developerName": "BaiJunjie",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"检查或编写一个 agent skill。"
]
}
}{
"name": "ai",
"version": "0.1.0",
"description": "AI agent 与 skill 编写规范",
"author": {
"name": "BaiJunjie"
},
"repository": "https://github.com/baijunjie/agent-skills"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "ai",
"version": "0.1.0",
"description": "AI agent 与 skill 编写规范",
"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.
[ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-3)