Agent Plugins Marketplace
All plugins

agent-engineering-skills

v0.1.0

Reusable engineering workflow Skills for Codex.

Codex12 Skills

By K9999999999990 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
12 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 agent-engineering-skills for Codex

Installs for the current user
codex plugin marketplace add K999999999999/agent-plugins
codex plugin marketplace upgrade personal
codex plugin add agent-engineering-skills@personal

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

Compatibility: the page URL and API slug “agent-engineering-skills” remain stable.

  • Codex: agent-engineering-skills@agent-plugin-marketplaceagent-engineering-skills@personal

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/K999999999999/agent-plugins

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

Plugin files

plugins/agent-engineering-skills/
├── .codex-plugin/plugin.json
├── skills/codebase-design/SKILL.md
├── skills/diagnosing-bugs/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/improve-codebase-architecture/SKILL.md
├── skills/maintainability-refactor/SKILL.md
├── skills/prototype/SKILL.md
├── skills/research/SKILL.md
├── skills/resolving-merge-conflicts/SKILL.md
├── skills/setup-matt-pocock-skills/SKILL.md
├── skills/triage/SKILL.md
├── skills/wayfinder/SKILL.md
└── skills/wizard/SKILL.md

Included Skills12

codebase-designskills/codebase-design/SKILL.md

为深模块设计清晰的 Interface;用于判断模块深度、Seam 位置、可测试性和是否需要 Adapter。

diagnosing-bugsskills/diagnosing-bugs/SKILL.md

诊断难复现的 Bug、失败和性能回归;先建立能针对症状变红的反馈循环,再定位根因。

domain-modelingskills/domain-modeling/SKILL.md

构建和校准项目的领域模型;用于讨论代码库术语、编辑 CONTEXT.md 或记录 ADR。

improve-codebase-architectureskills/improve-codebase-architecture/SKILL.md

扫描代码库中的架构摩擦,提出 Deep Module 改进候选,并在用户选择后进入设计澄清。

maintainability-refactorskills/maintainability-refactor/SKILL.md

在已明确范围内,以最小可验证改动改善代码职责、模块边界、依赖和长期可维护性;先诊断再重构,不默认扩大为全局或架构级重构。

prototypeskills/prototype/SKILL.md

用一次性 Prototype 快速回答一个具体的逻辑、状态模型、数据形状或 UI 设计问题。

researchskills/research/SKILL.md

针对一个明确问题查阅高可信一手资料,并把带来源的结论记录为本地 Markdown。

resolving-merge-conflictsskills/resolving-merge-conflicts/SKILL.md

处理正在进行的 Git Merge / Rebase 冲突;理解双方意图后逐块解决,并完成验证。

setup-matt-pocock-skillsskills/setup-matt-pocock-skills/SKILL.md

为当前仓库配置本地 Markdown 任务、Spec、Ticket 和领域文档布局。首次使用其他工程 Skills 前运行一次。

triageskills/triage/SKILL.md

在本地 Spec / Ticket 上进行分类、验证和状态整理,判断下一步应澄清、规划、实现还是暂缓。

wayfinderskills/wayfinder/SKILL.md

把无法在一个上下文中完成的大型工作拆成可逐个解决的本地决策 Ticket,直到进入 Spec 或实现的路径清晰。

wizardskills/wizard/SKILL.md

生成交互式本地向导,引导用户完成只有用户本人才能执行的配置、后台操作或迁移步骤。

Plugin manifests1

plugins/agent-engineering-skills/.codex-plugin/plugin.json
{
  "name": "agent-engineering-skills",
  "version": "0.1.0",
  "description": "Reusable engineering workflow Skills for Codex.",
  "author": {
    "name": "K999999999999"
  },
  "repository": "https://github.com/K999999999999/agent-plugins",
  "keywords": [
    "codex",
    "engineering-workflow",
    "software-design",
    "debugging"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Engineering Skills",
    "shortDescription": "Reusable engineering workflow Skills for Codex.",
    "longDescription": "A personal collection of explicit Codex Skills for software design, debugging, research, project planning, and safe engineering workflows.",
    "developerName": "K999999999999",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Help me diagnose this engineering problem.",
      "Help me design a maintainable module.",
      "Help me plan a large engineering task."
    ]
  }
}

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

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