Agent Plugins Marketplace
All plugins

toolkit

v2.1.1

여러 스킬을 담는 도구 상자. 보고·공유용 HTML 자료 한 장 만들기, 소스에서 API 스펙을 뽑아 카탈로그 화면 만들기, 두 스냅샷의 API 계약 변경 화면 만들기, 성과 기록을 쌓아 대시보드로 뽑기, 사고 기록을 회고 문서로 만들기, PR 본문 쓰기, 발견한 것을 GitHub 이슈로 등재하기, 열린 이슈를 골라 닫기, 독자와 목적에 맞는 업무 문서 쓰기, 고정 코드 근거로 문서를 갱신하고 독립 리뷰 후 반영하기

Claude Code11 Skills

By juhyeon-cha0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 20, 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 toolkit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install toolkit@agent-plugin-marketplace

Paste 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/juhyeon-cha/skills

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

Plugin files

plugins/toolkit/
├── .claude-plugin/plugin.json
├── skills/api-contract-diff/SKILL.md
├── skills/api-spec-viewer/SKILL.md
├── skills/brag/SKILL.md
├── skills/html-report/SKILL.md
├── skills/issue-resolution/SKILL.md
├── skills/plan-issue/SKILL.md
├── skills/postmortem/SKILL.md
├── skills/refresh-knowledge/SKILL.md
├── skills/review-knowledge/SKILL.md
├── skills/writing-for-humans/SKILL.md
└── skills/writing-pull-request/SKILL.md

Included Skills11

api-contract-diffskills/api-contract-diff/SKILL.md

Turn two API spec snapshot JSON files (before and after) into one self-contained HTML page that colour-codes added and removed endpoints and fields and lists the endpoints they affect. Use for requests like "API 뭐가 바뀌었는지 정리해줘", "이번 배포에서 계약이 어떻게 달라졌나", "클라이언트팀에 변경분 알려야 해".

api-spec-viewerskills/api-spec-viewer/SKILL.md

Read a source tree statically to extract an API spec snapshot JSON, and turn it into one self-contained HTML catalogue page with search, filters and a schema tree. Supports Spring Boot and FastAPI. Use for requests like "이 레포 API 뭐뭐 있는지 뽑아줘", "엔드포인트 목록 정리해줘", "API 스펙 화면으로 보여줘".

bragskills/brag/SKILL.md

Build up what you did as [problem - solution - result] entries in one place under your home directory, and render what has accumulated into a quarterly achievement dashboard HTML page. Entries accumulate in `~/.brag/` rather than in a project, so achievements spanning several repos and several employers gather in one place. Use for requests like "이번 분기 한 일 정리해줘", "성과 기록해줘", "brag 문서 만들어줘", "평가 자료 뽑아줘", "연봉협상 자료 만들어줘".

html-reportskills/html-report/SKILL.md

Build a single HTML page for reporting or sharing inside a company, out of `template.html`. Pick a preset for the purpose (analysis, finance, status, proposal), then delete or duplicate sections and fill them in; what comes out is one self-contained file. Use for requests like "보고서 만들어줘", "발표자료 만들어줘", "주간보고 정리해줘", "이 논의 HTML로 뽑아줘". Subject-agnostic.

issue-resolutionskills/issue-resolution/SKILL.md

Pick an open GitHub issue and close it — choose one that is not blocked, fix it, prove it by reverting, close it. Use for requests like "이슈 해결해줘", "열린 결함 처리해줘". For opening a new issue, use the `plan-issue` skill.

plan-issueskills/plan-issue/SKILL.md

File a discovered defect or open decision as a GitHub issue — what does and does not become an issue, the six-section skeleton for the body, and the standard label assignment. Use for requests like "이슈 등록해줘", "이슈로 남겨줘", "백로그에 넣어줘", "이거 이슈감이야". For fixing and closing an issue that already exists, use the `issue-resolution` skill.

postmortemskills/postmortem/SKILL.md

Turn one incident record into a single retrospective HTML page — a timeline, [cause - action - prevention] cards, and action items. With no timestamps the timeline section is left out rather than invented, and the output says it was left out. Use for requests like "장애 회고 써줘", "포스트모템 정리해줘", "사고 보고서 만들어줘", "이 장애 원인 정리해서 문서로".

refresh-knowledgeskills/refresh-knowledge/SKILL.md

Classify user, document, or code changes and update existing evidence-linked documents with independent review and resumable runs. Use for change intake, setup, or repeated document updates; behavior targets stop at implementation handoff. Excludes new knowledge bases and remote publication.

review-knowledgeskills/review-knowledge/SKILL.md

Independently review a knowledge-update packet against pinned source and the reader's task, returning a plan-bound decision. Use before applying a prepared document update; does not author or apply the proposal.

writing-for-humansskills/writing-for-humans/SKILL.md

Write, restructure, or condense human-facing work documents for their audience and purpose. Use for FE/BE engineering documents, UI/UX design explanations, PO decision proposals, service specifications, and cross-functional handoffs. Excludes agent instructions and proofreading-only requests.

writing-pull-requestskills/writing-pull-request/SKILL.md

Write a PR body — the four required sections (What / Why / Verification / What the green run does not establish), the three conditional ones, and the rule that section names are English while their content is Korean. Use for requests like "PR 만들자", "PR 열어줘", "PR 본문 써줘", "pull request 올려줘".

Plugin manifests1

plugins/toolkit/.claude-plugin/plugin.json
{
  "name": "toolkit",
  "description": "여러 스킬을 담는 도구 상자. 보고·공유용 HTML 자료 한 장 만들기, 소스에서 API 스펙을 뽑아 카탈로그 화면 만들기, 두 스냅샷의 API 계약 변경 화면 만들기, 성과 기록을 쌓아 대시보드로 뽑기, 사고 기록을 회고 문서로 만들기, PR 본문 쓰기, 발견한 것을 GitHub 이슈로 등재하기, 열린 이슈를 골라 닫기, 독자와 목적에 맞는 업무 문서 쓰기, 고정 코드 근거로 문서를 갱신하고 독립 리뷰 후 반영하기",
  "version": "2.1.1",
  "author": {
    "name": "juhyeon-cha"
  },
  "keywords": [
    "html",
    "report",
    "발표자료",
    "공유",
    "api",
    "openapi",
    "spec",
    "성과",
    "brag",
    "회고",
    "postmortem",
    "장애"
  ],
  "skills": [
    "./skills/html-report",
    "./skills/api-spec-viewer",
    "./skills/api-contract-diff",
    "./skills/brag",
    "./skills/postmortem",
    "./skills/writing-pull-request",
    "./skills/plan-issue",
    "./skills/issue-resolution",
    "./skills/writing-for-humans",
    "./skills/refresh-knowledge",
    "./skills/review-knowledge"
  ]
}

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

[toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/toolkit)