goodboy
v0.29.0Good Boy — 세상에 나쁜 AI는 없다(There Are No Bad Agents). agentic LLM-CLI 가드레일(인용 환각 검증·테스트 강제·축별 리뷰·도구 위임·재읽기 방지·컨텍스트 관리·재귀 폭주 방어·토큰 낭비 억제)
By yolol3120 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 13, 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 goodboy for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install goodboy@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/yolol312/goodboyClone 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
├── .claude-plugin/plugin.json├── skills/add-feature/SKILL.md├── skills/debug/SKILL.md├── skills/fix-bug/SKILL.md├── skills/migrate/SKILL.md├── skills/refactor/SKILL.md├── skills/request-review/SKILL.md├── skills/setup-statusline/SKILL.md└── skills/write-doc/SKILL.md
Included Skills8
기능 추가 워크플로우. 시나리오 → 설계(결정 근거 기록) → 구현 → 자동 검증 → 리뷰. 사용 예 /add-feature <설명>
디버깅 워크플로우. 원인 모를 때 진단부터 시작. 결정 근거 기록로 가설 분리. 사용 예 /debug <증상>
버그 수정 워크플로우. 재현 → 원인 분석(결정 근거 기록) → 수정 → 자동 검증 → 리뷰. 사용 예 /fix-bug <설명>
마이그레이션 워크플로우. 위험도 위험. 사용자 승인 게이트 + 결정 근거 기록 + 자동 검증 + 깊은 리뷰. 사용 예 /migrate <설명>
리팩토링 워크플로우. 동작 동일성 보장 + 결정 근거 기록 + 자동 검증 + 리뷰. 사용 예 /refactor <설명>
리뷰 요청 워크플로우. 변경된 코드를 review-changes 서브에이전트에게 위임. 사용 예 /request-review <기준>
Good Boy 동봉 상태바 설치/연동. 컨텍스트 %(게이트와 동일 계산), 작업 위험도, 리뷰 대기, 검증 실패, 게이트 발동 수를 상태바에 표시한다. 기존 상태바가 있으면 덮어쓰지 않고 status.json 연동 가이드를 안내.
문서 작성 워크플로우. 대상 독자에 맞춘 톤/분량. 결정 근거 기록로 가정 분리. 사용 예 /write-doc <주제>
Plugin manifests1
{
"name": "goodboy",
"version": "0.29.0",
"description": "Good Boy — 세상에 나쁜 AI는 없다(There Are No Bad Agents). agentic LLM-CLI 가드레일(인용 환각 검증·테스트 강제·축별 리뷰·도구 위임·재읽기 방지·컨텍스트 관리·재귀 폭주 방어·토큰 낭비 억제)",
"author": {
"name": "yolol312"
},
"homepage": "https://github.com/yolol312/goodboy"
}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.
[goodboy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/goodboy)