# Cnp

> \ubcc0\uacbd\uc0ac\ud56d \ucee4\ubc0b \ud6c4 \ub9ac\ubaa8\ud2b8 \ud478\uc2dc

- **Type:** Skill
- **Install:** `agentstack add skill-circui-try-circuit-cnp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [CIrcui-try](https://agentstack.voostack.com/s/circui-try)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [CIrcui-try](https://github.com/CIrcui-try)
- **Source:** https://github.com/CIrcui-try/Circuit/tree/main/.codex/skills/cnp
- **Website:** https://circui-try.github.io/Circuit/

## Install

```sh
agentstack add skill-circui-try-circuit-cnp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# cnp

Use this skill when the user asks to run the `cnp` workflow.

## Command Template

현재 브랜치의 변경사항을 커밋하고 리모트에 푸시하는 커맨드.

`$ARGUMENTS`로 커밋 메시지 힌트를 받을 수 있다. 예: `/cmp 키패드 버그 수정`

## 절차

1. **상태 확인**: `git status`로 변경사항을 확인한다. 변경사항이 없으면 사용자에게 알리고 중단한다.
2. **diff 확인**: `git diff`와 `git diff --staged`로 변경 내용을 파악한다.
3. **커밋 로그 확인**: `git log --oneline -5`로 최근 커밋 스타일을 확인한다.
4. **커밋 메시지 작성**: 변경 내용을 분석하여 영어 Conventional Commits 스타일로 커밋 메시지를 작성한다. `$ARGUMENTS`가 있으면 의미만 힌트로 활용하고 최종 메시지는 영어로 쓴다.
5. **스테이징**: 변경된 파일을 개별적으로 `git add`한다. `.env`, 자격 증명 파일 등 민감한 파일은 제외한다.
6. **커밋 및 푸시**: 확인 없이 바로 커밋하고 푸시한다.
7. **푸시**: 리모트 트래킹 브랜치가 있으면 `git push`, 없으면 `git push -u origin `으로 푸시한다.

## 주의사항

- `develop`이나 `main` 브랜치에서 직접 커밋하려는 경우 사용자에게 경고하고 확인을 받는다.
- 커밋 메시지는 반드시 영어로 작성한다. 한국어를 쓰지 않는다.
- `.env`, `credentials.json` 등 민감한 파일이 변경사항에 포함되어 있으면 스테이징에서 제외하고 사용자에게 알린다.
- `console.log`가 포함된 변경사항이 있으면 사용자에게 알린다.
- 위 경고 상황을 제외하면 확인 없이 바로 진행한다.

## Codex Invocation

Use this as a Codex project skill. Invoke `cnp` with the issue id and flags as described above; treat the user text after the skill name as ``.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [CIrcui-try](https://github.com/CIrcui-try)
- **Source:** [CIrcui-try/Circuit](https://github.com/CIrcui-try/Circuit)
- **License:** MIT
- **Homepage:** https://circui-try.github.io/Circuit/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-circui-try-circuit-cnp
- Seller: https://agentstack.voostack.com/s/circui-try
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
