원클릭으로
ai-agent-maintenance
Use when: auditing or optimizing AI agent prompts, bridge files, skills, SKILL.md metadata, and cross-tool compatibility.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when: auditing or optimizing AI agent prompts, bridge files, skills, SKILL.md metadata, and cross-tool compatibility.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when: configuring or building libatapp with CMake, changing shared/static builds, or adjusting build type options.
Use when: editing libatapp enable_expression config fields, environment-variable expansion syntax, YAML/INI/env loading, or atapp_conf.proto config metadata.
Use when: working on libatapp etcd integration, service discovery sets, topology management, keepalive actors, watchers, node selection, or etcd_module.
Use when: writing libatapp modules, connectors, endpoint management, connection handles, message routing, suspend_stop logic, or multi-node tests.
Use when: running or writing libatapp unit tests, filtering private test cases, using multi-node/debug-time patterns, testing etcd, or fixing Windows DLL/PATH startup issues.
| name | ai-agent-maintenance |
| description | Use when: auditing or optimizing AI agent prompts, bridge files, skills, SKILL.md metadata, and cross-tool compatibility. |
Use this skill when updating AI-agent guidance for this repository or subproject.
libatapp guidance to make sense.SKILL.md bodies focused on procedures,
gotchas, and validation, and move rarely needed detail to sibling files with explicit load conditions.AGENTS.md as the canonical repository guide; nested AGENTS.md files should be specific to the subtree they
govern..agents/skills/<name>/SKILL.md as the portable skill source for VS Code, Roo/Kilo/Windsurf/Antigravity-style
skill discovery, and OpenClaw/Hermes external skill directories..github/copilot-instructions.md copies when AGENTS.md and .agents/skills/ cover the same rules.CLAUDE.md as a thin Claude Code bridge that imports AGENTS.md and the skills index with @... references;
prefer imports over symlinks for Windows compatibility..agents/skills/<name>/SKILL.md; bridge files should not duplicate full skill bodies..agents/skills workflows into .claude/skills; keep CLAUDE.md as the Claude-compatible bridge.AGENTS.md and .agents/skills/ first.
Add tool-specific folders or config (.roo, .kilo, .windsurf, .opencode, etc.) only when the
repository already uses them or the task explicitly asks for that surface.Research first
AGENTS.md, CLAUDE.md, .agents/skills/README.md, and any relevant SKILL.md files before
editing. Read legacy .github AI customization files only when migrating or deleting them..gitignore and existing build-directory names before changing temp-file guidance so examples
point to ignored build subdirectories that already exist or are safe to create.Choose the right surface
AGENTS.md.AGENTS.md; skills should explain how to preserve the
rule, not replace it.Write compact, discoverable skills
name values identical; use lowercase hyphenated names.Use when: plus concrete user-intent trigger words.SKILL.md focused. Move bulky examples, scripts, or reference material into sibling files when needed,
and say exactly when to load them.Validate before finishing
name matches its folder, description still says when to use it, and no bridge file
has grown into a duplicate skill body.Summarize clearly