Agent Plugins Marketplace
← All plugins

engineering

v3.0.3

설계·구현·디버깅·검증과 도메인 구조, 단순성, 유지보수성, 실패 모드 및 운용 가능성 리뷰와 독립 심층 PR 리뷰를 함께 제공한다.

CodexClaude Code18 Skills

By sonsu-leeLicense: MIT AND Apache-2.02 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
18 skill or MCP entries
Source updated
Sep 25, 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 engineering for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add engineering@sonsu-marketplace

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

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

  • Codex: engineering-7@agent-plugin-marketplace → engineering@sonsu-marketplace

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/sonsu-lee/sonsu-marketplace

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

Plugin files

plugins/engineering/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/address-review/SKILL.md
├── skills/audit-overengineering/SKILL.md
├── skills/brainstorming/SKILL.md
├── skills/debug/SKILL.md
├── skills/domain-shaped-code/SKILL.md
├── skills/execute-plan/SKILL.md
├── skills/finish-branch/SKILL.md
├── skills/plan/SKILL.md
├── skills/review/SKILL.md
├── skills/review-failure-modes/SKILL.md
├── skills/review-maintainability/SKILL.md
├── skills/review-operability/SKILL.md
├── skills/review-overengineering/SKILL.md
├── skills/review-pr/SKILL.md
├── skills/simplify-code/SKILL.md
├── skills/test-driven-development/SKILL.md
├── skills/worktree/SKILL.md
└── skills/write-skill/SKILL.md

Included Skills18

address-reviewskills/address-review/SKILL.md

코드 리뷰 피드백을 받고 제안을 구현하기 전에 사용하며, 특히 피드백이 불명확하거나 기술적으로 의심스러울 때 적용한다

audit-overengineeringskills/audit-overengineering/SKILL.md

사용자가 repository 전체 또는 명시한 큰 경로를 over-engineering과 삭제 가능성 관점에서 audit해 달라고 요청할 때 사용한다. 일부 diff review나 코드 수정에는 사용하지 않는다.

brainstormingskills/brainstorming/SKILL.md

기존 코드·문서·메타데이터의 국소적 또는 기계적 변경부터 새 기능·하위 시스템까지, 구현 전에 작업 범위와 설계 경계를 정해야 할 때 사용한다

debugskills/debug/SKILL.md

버그, 테스트 실패 또는 예상하지 못한 동작을 만났을 때 수정안을 제안하기 전에 사용한다

domain-shaped-codeskills/domain-shaped-code/SKILL.md

사용자가 확인된 제품·도메인 계약이나 trust boundary를 타입, 상태, 경계와 제어 흐름에 직접 반영해 구현하거나 리팩터링해 달라고 명시적으로 요청할 때 사용한다. 도메인 용어 결정, ADR 작성, 일반 기능 구현·디버깅, 읽기 전용 리뷰와 Git 전달에는 사용하지 않는다.

execute-planskills/execute-plan/SKILL.md

승인된 여러 단계의 작업을 직접 또는 하위 에이전트로 실행·통합하거나 기존 계획을 재개할 때 사용한다

finish-branchskills/finish-branch/SKILL.md

검증된 구현의 기존 커밋을 통합하거나 보존할 방법을 정해야 할 때 사용한다. 브랜치·커밋·푸시·티켓·PR 산출물을 직접 만들어 달라는 요청은 해당 작업 절차를 따른다

planskills/plan/SKILL.md

여러 단계의 구현 작업에 대해 승인된 요구사항이 있고 구현 전에 흐름·책임·의존 관계를 정해야 할 때 사용한다

reviewskills/review/SKILL.md

현재 코드·diff·commit·branch·PR의 일반 리뷰, 명시적으로 요청한 독립 리뷰, 개발 중 필요한 전체 변경 리뷰에 사용한다. 같은 불변 입력을 받은 새 검토자 5명의 결과를 근거로 통합한다. PR 리뷰는 별도 세션·워크트리에서 병렬 검토 후 중복을 제거해 게시하며 로컬 전용·게시 금지는 우선한다. 한 관점만 지정한 집중 리뷰와 명시적인 PR 심층·다중 리뷰, 코드 수정에는 사용하지 않는다.

review-failure-modesskills/review-failure-modes/SKILL.md

사용자가 현재 diff나 지정한 코드의 도달 가능한 실패 경로, retry, 부분 성공, 동시성, cleanup과 복구 동작을 읽기 전용으로 검토해 달라고 요청할 때 사용한다. penetration test나 repository-wide security scan에는 사용하지 않는다.

review-maintainabilityskills/review-maintainability/SKILL.md

사용자가 현재 diff나 지정한 코드의 reader load, 변경 이유의 결합, 중복 지식, public surface와 장기 유지보수성을 읽기 전용으로 검토해 달라고 요청할 때 사용한다. 파일 길이만으로 분할을 요구하거나 코드를 수정하지 않는다.

review-operabilityskills/review-operability/SKILL.md

사용자가 현재 diff나 지정한 코드의 error ownership, logging, telemetry, 진단 가능성과 민감정보 노출을 읽기 전용으로 검토해 달라고 요청할 때 사용한다. 특정 observability vendor나 모든 endpoint의 계측을 강제하지 않는다.

review-overengineeringskills/review-overengineering/SKILL.md

사용자가 현재 diff, commit, branch 또는 지정한 코드 변경을 over-engineering, 불필요한 추상화, YAGNI 관점에서 검토해 달라고 명시적으로 요청할 때 사용한다. 코드를 수정하거나 repository 전체를 audit하지 않는다.

review-prskills/review-pr/SKILL.md

GitHub PR을 심층 검토하거나 여러 독립 리뷰어로 검토해 달라는 요청에 사용한다. 현재 호스트의 기본 구성은 일반 검토자 5명과 상위 검토자 1명이며 별도 세션·워크트리에서 병렬 검토한 결과를 중복 제거해 PR에 게시한다. 로컬 전용·게시 금지 요청은 우선한다. 일반 코드·diff·PR 리뷰는 review가 담당하고 PR URL만으로 선택하지 않는다. 코드 수정과 개발 완료 게이트는 담당하지 않는다.

simplify-codeskills/simplify-code/SKILL.md

사용자가 코드 변경이나 구현을 가장 단순한 형태로 줄이거나 YAGNI, 삭제 우선, 최소 해법을 명시적으로 요청할 때 사용한다. 일반 구현을 가로채는 지속 모드, 읽기 전용 리뷰, repository 전체 audit에는 사용하지 않는다.

test-driven-developmentskills/test-driven-development/SKILL.md

프로덕션 동작 변경, 결함 수정 또는 동작에 민감한 리팩터링에서 구현 전에 테스트 적용 방법을 정할 때 사용한다

worktreeskills/worktree/SKILL.md

현재 체크아웃과 작업을 격리해야 하거나 구현 계획 실행 전에 작업 공간 상태를 확인해야 할 때 사용한다

write-skillskills/write-skill/SKILL.md

새 스킬을 만들거나 기존 스킬의 설명·절차·참고 자료를 수정하고, 배포 전에 형식과 실제 적용 동작을 검증한다.

Plugin manifests2

plugins/engineering/.codex-plugin/plugin.json
{
  "name": "engineering",
  "version": "3.0.3",
  "description": "설계·구현·디버깅·검증과 도메인 구조, 단순성, 유지보수성, 실패 모드 및 운용 가능성 리뷰와 독립 심층 PR 리뷰를 함께 제공한다.",
  "author": {
    "name": "sonsu-lee",
    "url": "https://github.com/sonsu-lee"
  },
  "license": "MIT AND Apache-2.0",
  "keywords": [
    "engineering",
    "brainstorming",
    "skills",
    "planning",
    "tdd",
    "debugging",
    "code-review",
    "code-quality",
    "maintainability",
    "verification"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Engineering",
    "shortDescription": "설계·구현·검증과 근거 중심 코드 품질 리뷰",
    "longDescription": "개발 lifecycle과 승인 범위를 유지하면서 확인된 도메인 계약을 코드에 반영하고, 단순성, 유지보수성, 실패 처리와 운용 가능성을 일반 리뷰와 집중 lens로 검토한다. PR 리뷰는 별도 세션·워크트리에서 병렬 검토하고 중복 제거한 결과를 해당 PR에 게시한다. 로컬 전용·게시 금지 요청은 우선한다.",
    "developerName": "sonsu-lee",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "이 프로젝트에 새 기능을 추가해 줘.",
      "이 diff를 여러 새 검토자에게 같은 기준으로 품질 리뷰해 줘.",
      "이 PR을 병렬로 리뷰하고 확인된 지적을 중복 없이 PR에 남겨 줘."
    ],
    "brandColor": "#F59E0B",
    "screenshots": []
  }
}
plugins/engineering/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "engineering",
  "displayName": "Engineering",
  "version": "3.0.3",
  "description": "설계·구현·디버깅·검증과 도메인 구조, 단순성, 유지보수성, 실패 모드 및 운용 가능성 리뷰와 독립 심층 PR 리뷰를 함께 제공한다.",
  "author": {
    "name": "sonsu-lee",
    "url": "https://github.com/sonsu-lee"
  },
  "license": "MIT AND Apache-2.0",
  "keywords": [
    "engineering",
    "brainstorming",
    "skills",
    "planning",
    "tdd",
    "debugging",
    "code-review",
    "code-quality",
    "maintainability",
    "verification"
  ]
}

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

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