Agent Plugins Marketplace
All plugins

ai-maintenance-skills

v0.4.8

AI 项目维护与初始化工作流:修复 Bug、最小修改、验证与记录。Workflows for bug fixes, focused changes, verification, and project bootstrap.

CodexClaude Code2 Skills

By canglei9527License: Apache-2.02 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ai-maintenance-skills@agent-plugin-marketplace

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

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/canglei9527/ai-maintenance-skills

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

Plugin files

ai-maintenance-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ai-project-bootstrapper/SKILL.md
└── skills/ai-project-maintainer/SKILL.md

Included Skills2

ai-project-bootstrapperskills/ai-project-bootstrapper/SKILL.md

Create a new standalone software project or initialize a new or empty project directory. Use when the user asks to build a new application, service, CLI, worker, daemon, automation tool, or similar independent codebase, even when an output path, specification, or assets are supplied. Before implementation, offer the optional requirements dialogue with a direct-execution choice. Do not use for modifying an existing codebase or merely explaining or reviewing an artifact.

ai-project-maintainerskills/ai-project-maintainer/SKILL.md

Explain, diagnose, review, fix, extend, or restructure an existing software project when the request concerns existing source, tests, build configuration, symbols, routes, failures, repository behavior, accumulating patches, oversized modules, God Classes, or maintainability. Select a read-only, normal-change, or structural-change path, and use the optional requirements dialogue before adding a new feature. Do not infer write authorization merely from a path or attachment.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ai-maintenance-skills",
  "version": "0.4.8",
  "description": "AI 项目维护与初始化工作流:修复 Bug、最小修改、验证与记录。Workflows for bug fixes, focused changes, verification, and project bootstrap.",
  "author": {
    "name": "canglei9527",
    "url": "https://github.com/canglei9527"
  },
  "homepage": "https://github.com/canglei9527/ai-maintenance-skills",
  "repository": "https://github.com/canglei9527/ai-maintenance-skills",
  "license": "Apache-2.0",
  "keywords": [
    "project-maintenance",
    "bug-fixing",
    "debugging",
    "verification",
    "project-bootstrap"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "AI Maintenance Skills",
    "shortDescription": "AI 项目维护与初始化 / Project maintenance and bootstrap",
    "longDescription": "先局部理解,再最小修改;完成后验证并记录根因。Build local context, make focused changes, verify results, and record root causes.",
    "developerName": "canglei9527",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "修复这个 Bug,并先定位目标函数和最小测试。",
      "从零创建这个项目,先设计目录结构和模块职责。"
    ],
    "websiteURL": "https://github.com/canglei9527/ai-maintenance-skills"
  }
}
.claude-plugin/plugin.json
{
  "name": "ai-maintenance-skills",
  "version": "0.4.8",
  "description": "AI 项目维护与初始化工作流:修复 Bug、最小修改、验证与记录。Workflows for bug fixes, focused changes, verification, and project bootstrap.",
  "author": {
    "name": "canglei9527",
    "url": "https://github.com/canglei9527"
  },
  "homepage": "https://github.com/canglei9527/ai-maintenance-skills",
  "repository": "https://github.com/canglei9527/ai-maintenance-skills",
  "license": "Apache-2.0",
  "keywords": [
    "project-maintenance",
    "bug-fixing",
    "debugging",
    "verification",
    "project-bootstrap"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "AI Maintenance Skills",
    "shortDescription": "AI 项目维护与初始化 / Project maintenance and bootstrap",
    "longDescription": "先局部理解,再最小修改;完成后验证并记录根因。Build local context, make focused changes, verify results, and record root causes.",
    "developerName": "canglei9527",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "修复这个 Bug,并先定位目标函数和最小测试。",
      "从零创建这个项目,先设计目录结构和模块职责。"
    ],
    "websiteURL": "https://github.com/canglei9527/ai-maintenance-skills"
  }
}

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

[ai-maintenance-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-maintenance-skills)