---
title: "About cc-agents-kit"
description: "Who maintains cc-agents-kit, what the plugins are for, and how this site is built."
canonical: https://skills.donminzzi.kr/en/about/
last_updated: 2026-09-10
---

# About cc-agents-kit

Who maintains cc-agents-kit, what the plugins are for, and how this site is built.

## What this is

cc-agents-kit is a small marketplace of plugins for Claude Code. It contains three plugins with separate jobs: guard-hooks blocks common command mistakes before they run, context-handoff carries decisions and unfinished work into the next session, and repo-gate prepares commits and works through repository checks.

This site is the documentation for those plugins. It explains what each plugin does, what it requires, and where it stops, so that a developer can decide whether to install any of it. The product facts on this site are pinned to one public revision of the source repository, and every claim links back to that revision.

## Who maintains it

The plugins and this site are written and maintained by Dongmin Yu (유동민, also known as Andrew), a mobile developer working mainly in Flutter and React Native who also builds developer tooling for AI coding agents. The source code is published under the GitHub account AndrewDongminYoo.

The plugin source is licensed under Apache-2.0, with adapted parts that keep their original MIT license. The credits file in the repository lists those parts and their authors.

## How this site is built

The site is a static build. Both language versions are rendered to HTML at build time, and every page also exists as Markdown so that agents can read the same content without the layout. There is no account system, no database, and no tracking script.

The website source is public. If something on this site is wrong or out of date compared with the plugin source, the fastest fix is an issue or a pull request on the website repository.
