promptbox

Three steps: browse, copy, and paste into your agent.사용 3단계: 카테고리에서 고르고, 원문을 복사하고, 에이전트에 붙여넣습니다.

Proven agent tools,
one copy away.
검증된 에이전트 도구를
복사 한 번으로 바로.

Prompts, skills, hooks, and configs for Claude Code, Codex, Gemini CLI, and other AI coding agents, curated in one place. Browse without installing anything, then copy the original and use it as-is. Claude Code · Codex · Gemini CLI 등 AI 코딩 에이전트에 바로 붙여 넣는 프롬프트·스킬·훅·설정을 한곳에 모았습니다. 설치 없이 둘러보고, 마음에 드는 항목의 원문을 복사해 그대로 쓰세요.

106
items개 항목
9
categories개 카테고리
OSS
mostly open source대부분 오픈소스

New here?처음이세요?

It takes three steps: browse, copy, paste.세 단계면 됩니다: 고르고, 복사하고, 붙여넣기.

How it works

Before you start: install an AI coding agent such as Claude Code, Codex, or Gemini CLI. 준비물: Claude Code · Codex · Gemini CLI 같은 AI 코딩 에이전트가 먼저 설치돼 있어야 합니다.

  1. 01

    Browse고르기

    Find what you need in the sidebar, the categories below, or by searching for a keyword.왼쪽 사이드바나 아래 카테고리에서 필요한 도구를 찾습니다. 검색창에 키워드를 넣어도 됩니다.

  2. 02

    Copy복사

    Open an item and use “Copy original” to put its ready-to-use source on your clipboard.상세 페이지의 “원문 복사” 버튼을 누르면 바로 쓸 수 있는 원문이 클립보드에 담깁니다.

  3. 03

    Use붙여넣기

    Paste it into an agent folder such as ~/.claude/skills/, or directly into your chat.에이전트 설정 폴더(예: ~/.claude/skills/)에 붙여넣거나, 채팅창에 그대로 붙여 넣으면 끝입니다.

What does each category mean?용어가 낯설다면

Prompts프롬프트

Copy-paste prompt templates for any AI chat.LLM 채팅창에 그대로 붙여넣어 쓰는 프롬프트 템플릿.

Skills스킬

Single-purpose playbooks (SKILL.md) that teach an agent one task, auto-triggered by a phrase.에이전트에게 한 가지 작업을 가르치는 설명서(SKILL.md). 특정 문장에 자동 발동한다.

Plugins플러그인

Bundles of skills and commands you install in one shot.여러 스킬·명령을 하나로 묶어 한 번에 설치하는 패키지.

Harnesses하네스

The coding agent itself, or a workflow layer that runs on top of one.코딩 에이전트 그 자체, 또는 그 위에 얹는 실행 워크플로우 레이어.

Hooks

Scripts that fire before or after a tool runs to block or polish it (e.g. stop a dangerous git command).도구 실행 전후에 끼어들어 막거나 다듬는 자동 스크립트 (예: 위험한 git 명령 차단).

Configs설정 파일

Whole-file system prompts an agent loads at startup (CLAUDE.md, AGENTS.md).에이전트가 시작할 때 통째로 읽는 시스템 프롬프트 파일 (CLAUDE.md · AGENTS.md).

MCPMCP

MCP server snippets that wire external tools and data into your agent.에이전트에 외부 도구·데이터를 연결하는 MCP 서버 설정.

Tools도구

Standalone CLIs and apps that assist agent work (indexers, token savers, …).에이전트 작업을 돕는 별도 CLI·앱 (인덱서, 토큰 절약기 등).

Apps오픈소스 앱

Open-source apps and products for startups and solo founders — wikis, project management, meeting tools, design editors, hiring tools.1인 기업·스타트업에 유용한 오픈소스 앱·프로덕트 — 위키, 프로젝트 관리, 회의록, 디자인 도구, 채용 도구 등.

Developer picks — start here개발자 추천 — 여기서 시작

A hand-picked starter kit, installed with one prompt.프롬프트 하나로 설치하는 엄선된 스타터 키트.

Developer picks

Paste the prompt below into Claude Code, Codex, Gemini CLI, or another coding agent. It installs the recommended skills and shared rules under ~/.agents/, connects every detected CLI, and updates anything already installed. 아래 프롬프트를 쓰는 코딩 에이전트(Claude Code · Codex · Gemini CLI …) 채팅창에 그대로 붙여넣으면, 추천 스킬 한 묶음과 공통 규칙을 ~/.agents/ 한곳에 설치하고 설치된 모든 CLI에 자동으로 연결합니다. 이미 있으면 최신으로 업데이트합니다.

Paste into your agent한 방 설치 프롬프트
Set up or refresh my default coding-agent environment from https://github.com/cskwork/pi-setup-public.
The default harness is pi. The default Z.ai model is GLM-5.3-Flash, which accepts text and images natively.

Work autonomously and make the process idempotent. Preserve user-owned files and settings unless the
pi-setup installer explicitly owns them. Never print credentials. Report real verification output.

1. Detect the operating system and shell.
   - Supported: macOS, Linux, and Windows.
   - On Windows, prefer PowerShell for bootstrap commands. pi itself uses Git Bash internally.

2. Ensure Node.js 22+ and npm are available.
   - First run `node -v` and `npm -v`.
   - If Node is missing or older than 22, use the platform package manager when available.
   - If no safe package manager is available, stop and tell me to install Node 22 from https://nodejs.org.

3. Ensure pi is installed.
   - Check with `pi --version`.
   - If missing, run:
     `npm install -g --ignore-scripts @earendil-works/pi-coding-agent`
   - Re-run `pi --version`. If the command is still missing, report the npm global prefix and ask me to
     open a new terminal. Do not patch PATH silently.

4. Clone or update pi-setup at `~/pi-setup-public`.
   - Canonical remote: `https://github.com/cskwork/pi-setup-public.git`.
   - If the directory is absent, clone it.
   - If it is a clean clone of that remote, run `git pull --ff-only`.
   - If it has local changes, do not discard them. Report the diff summary and continue with the local tree.
   - If the path exists but is not that repository, move it to a timestamped backup path before cloning.
   - Never use `git reset --hard`, `git clean`, or `rm -rf`.

5. Validate the checked-out setup before installing.
   - `models.json` must declare model id `glm-5.3-flash` with input types `text` and `image`.
   - The configured default model must be `glm-5.3-flash` on provider `zai`.
   - If any check fails, stop installation and report that pi-setup is stale. Do not invent a local workaround.

6. Run the repository installer.
   - macOS/Linux/Git Bash: `~/pi-setup-public/install.sh`.
   - Windows PowerShell: run the documented Windows path from the repository README; do not translate the
     shell script by guessing.
   - The installer backs up replaced files and links or copies `~/.pi/agent` configuration from the repo.

7. Share the operating instructions with every coding agent on this machine.
   - `~/pi-setup-public/AGENTS.md` is the operating contract: orient, options, delegate, plan, execute,
     verify, report. Plan confirmation is the last human gate; the agent runs the rest on its own and
     stops only for data loss, public APIs, security, or migrations.
   - The installer already links it into `~/.pi/agent/AGENTS.md`. Link the same file into each other agent
     you use, and skip any directory whose agent is not installed:
     `ln -sfn ~/pi-setup-public/AGENTS.md ~/.claude/CLAUDE.md`
     `ln -sfn ~/pi-setup-public/AGENTS.md ~/.codex/AGENTS.md`
     `ln -sfn ~/pi-setup-public/AGENTS.md ~/.gemini/GEMINI.md`
     `ln -sfn ~/pi-setup-public/AGENTS.md ~/.config/opencode/AGENTS.md`
   - If a target is an existing regular file rather than a symlink, move it to a timestamped backup first
     and report the path. Never overwrite my own instructions in place.
   - On Windows, symlinks need Developer Mode or an admin terminal. Copy the file instead and tell me the
     copy will drift.

8. Check authentication without exposing a key.
   - Run `pi auth check --provider zai`.
   - If it is not ready, tell me to run `pi auth`, log in to Z.ai, restart pi, and rerun this prompt.
   - Never ask me to paste an API key into chat.

9. Verify the installed setup with real commands.
   - `pi --version`
   - `pi auth check --provider zai`
   - `pi --list-models zai` and confirm `glm-5.3-flash` appears.
   - Parse `~/.pi/agent/models.json` and confirm `glm-5.3-flash` has both `text` and `image` inputs.
   - Resolve every operating-instruction link from step 7 and confirm each one points at
     `~/pi-setup-public/AGENTS.md`.
   - `pi list` and report the installed package count.
   - If Z.ai auth is ready, run a text round trip:
     `pi -p "reply with exactly: PI-SETUP-OK" --no-session`
   - If a local image is available, run one native multimodal probe by asking GLM-5.3-Flash to read it.
     Do not install an image adapter if no image is available; report that the image probe was skipped.

10. Finish with a numbered report.
   - State the OS and shell.
   - State the pi and Node versions.
   - State whether pi-setup was cloned, updated, or already current.
   - State which agents now read the operating instructions, and which were skipped because they are absent.
   - State whether Z.ai authentication and text/image capability were verified or remain user actions.
   - State the backup path created by the installer, if any.
   - Do not commit or push either repository.
Installs each skill, updates if present추천 스킬을 ~/.agents/skills/ 에 설치 (있으면 최신화)
One shared system prompt for every tool공통 시스템 프롬프트 AGENTS.md 를 한곳에
Auto-symlinks into every CLI you have설치된 모든 CLI에 자동 심링크

What's in the kit한 묶음에 담긴 것

What's in the kit · 20 items Installation prompt details →설치 프롬프트 자세히 →
Harnesses

pipi

A deliberately minimal, self-extensible terminal coding agent: start with read, write, edit, and bash, then compose providers, tools, skills, prompts, session handling, and native multimodal input through extensions. The default harness for promptbox.도구 4개(read·write·edit·bash)만 들고 시작해 필요한 기능을 TypeScript 확장·스킬·프롬프트로 직접 조립하는 오픈소스 터미널 코딩 에이전트. 여러 모델 공급자, 세션 트리·압축, 이미지 입력, 커스텀 도구를 지원하며 promptbox의 기본 하네스다.

#harness#pi#coding-agent#terminal
github.com/badlogic/pi-mono
Configs

pi-setup — one-command pi setuppi-setup — one-command pi setup

The canonical dotfiles-style repository for restoring a complete pi setup in one command, with native multimodal GLM-5.3-Flash as the default model.pi 코딩 에이전트의 설정 전체(settings·에이전트·스킬·모델 프로파일)를 한 명령으로 복원하는 정본 저장소. 기본 모델은 네이티브 멀티모달 GLM-5.3-Flash이며 별도 비전 확장이 필요 없다.

#pi#config#agent-setup#dotfiles
github.com/cskwork/pi-setup-public
Skills

browser-qa (cskwork/browser-qa)browser-qa (cskwork/browser-qa)

Real-browser QA with user-story YAML DAGs: review the journey before replay, run it with local browser bindings, and report browser-side failures with evidence.실제 브라우저로 웹사이트를 QA하는 스킬 — 프롬프트를 사용자 스토리 YAML DAG 시나리오로 바꿔 검토하고 실행하며, 콘솔·JS 오류·실패한 요청·예상 못한 팝업 같은 부작용을 사람이 읽는 리포트로 정리한다. 실행 디렉토리와 리포트 없이는 통과라고 말하지 않는다.

#skill#qa#browser#playwright
github.com/cskwork/browser-qa
Skills

Verifyverify

Refuses to call a green build verified. Runs five gates in order — build, static checks, clean-code review of the diff, scenario-based API QA, report — and each one ends on a receipt file another person can re-run. Three verdicts: PASS, FAIL, and BLOCKED. A gate that could not run never reads as green.초록 빌드를 검증으로 인정하지 않는 스킬. 빌드·정적검사·클린코드·시나리오 API QA·보고 5개 게이트를 순서대로 돌리고, 게이트마다 남이 그대로 재실행할 수 있는 증거 파일(receipt)을 디스크에 남긴다. 판정은 PASS·FAIL·BLOCKED 세 가지이며, 실행하지 못한 게이트는 절대 PASS가 되지 않는다.

#skill#verification#qa#api-testing
github.com/cskwork/verify-skill
Skills

Create verification skillcreate-verification-skill

A meta-skill that interviews the repo and writes a verification skill tailored to it: how to launch the real app, drive one feature the way a user would, and capture proof. The generator must run its own output end to end before handing it over, and a skill that was never executed counts as a draft.레포를 인터뷰해서 그 프로젝트 전용 검증 스킬을 생성하는 메타 스킬. 앱을 실제로 띄우고, 사용자가 하듯 기능 하나를 조작하고, 증거를 남기는 절차를 레포의 스킬 디렉터리에 써 준다. 생성기가 스스로 한 번 돌려보고 통과해야 인도하며, 돌려보지 않은 결과물은 초안으로 취급한다.

#skill#verification#qa#meta-skill
github.com/cursor/plugins/tree/main/pstack/skills/create-verification-skill
Skills

Unslopunslop

Names 31 AI writing tells and says how to fix each one. The rules are concrete enough to run as a checklist rather than a judgment call: no em dashes, no bolded proper nouns, no 'not just X, but Y.' It also puts voice back in, because stripping the patterns alone leaves prose that reads just as machine-made.AI 냄새(AI tell)가 나는 글버릇 31가지를 이름 붙여 잡아내고 고치는 스킬. em dash 금지, 굵은 글씨 남용 금지, '단순히 X가 아니라 Y' 금지처럼 규칙이 구체적이라 판단이 아니라 체크리스트로 돌아간다. 패턴 제거로 끝내지 않고 의견·리듬·구체성을 다시 넣어 목소리를 살린다.

#skill#writing#editing#ai-slop
github.com/cursor/plugins/tree/main/pstack/skills/unslop
Skills

domain-modelingdomain-modeling

Actively sharpens your project's vocabulary while you design — challenging fuzzy terms, cross-checking against the code, and writing the glossary and decisions down the moment they crystallise.설계하면서 프로젝트의 용어와 개념을 실시간으로 다듬어 기록하는 스킬. 애매한 말을 붙잡아 정확한 이름을 제안하고, 코드와 어긋나면 즉시 지적하고, 정해지는 순간 CONTEXT.md에 적는다. 되돌리기 어려운 결정만 골라 ADR로 남긴다.

#skill#domain-modeling#glossary#adr
github.com/mattpocock/skills/tree/main/skills/engineering/domain-modeling
Skills

handoff (cskwork/handoff-skill)handoff (cskwork/handoff-skill)

Creates a durable handoff packet — a factual state snapshot plus an executable continuation plan — so a fresh agent can resume without re-reading the whole conversation.코딩 에이전트의 작업 상태를 사라지지 않게 packet(사실 스냅샷 + 실행 가능한 이어가기 계획)으로 저장하는 스킬. 새 컨텍스트의 다음 에이전트가 대화를 다시 읽지 않고도 추측 없이 재개하도록, 무엇이 참인지·무엇이 바뀌었는지·무엇을 검증했는지·정확히 무엇을 할지를 담는다.

#skill#handoff#state#continuation
github.com/cskwork/handoff-skill
Skills

wait-whatwait-what

Six words for when the agent's last message didn't land — it re-pitches with context, in Simplified Technical English, using your project's own vocabulary.에이전트의 방금 설명이 이해되지 않을 때 한 번에 다시 설명시키는 초단문 스킬. 맥락을 조금 깔고, 쉬운 기술 영어(ASD-STE100)로, 프로젝트 용어집(CONTEXT.md)의 말로 다시 말하게 한다.

#skill#communication#clarity#mattpocock
github.com/mattpocock/skills/tree/main/skills/productivity/wait-what
Skills

supergoal (cskwork/supergoal-skill)supergoal (cskwork/supergoal-skill)

Runs one objective through a gated pipeline (validate, plan, human approval, build, verify, QA, deliver) and refuses to declare done until a machine-checkable gate passes — builder and verifier are always separate.목표(objective) 하나를 게이트가 걸린 파이프라인(검증→계획→사람 승인→빌드→검증→QA→납품)으로 끝까지 돌리고, 기계로 검증되는 관문을 통과할 때까지 '완료'를 선언하지 않는 Claude 스킬. 코드를 쓰는 빌더와 검증자를 분리하고 모든 주장을 적대적으로 재검증한다.

#skill#claude-code#workflow#subagent
github.com/cskwork/supergoal-skill
Skills

superdesign (cskwork/superdesign-skill)superdesign (cskwork/superdesign-skill)

Intent-driven master web/mobile designer skill — routes to the right aesthetic, enforces anti-slop and WCAG contrast via deterministic gates, and renders every built surface with playwright-cli before declaring done. The designer never self-approves.의도(intent)를 읽고 트렌드를 점검한 뒤 어울리는 미학(aesthetic)으로 라우팅해 결정론적 anti-slop 게이트와 렌더링 검증 게이트를 통과한 우아한 UI를 만드는 Claude 스킬. 디자이너가 자기 결과물을 직접 승인하지 않으며, playwright-cli로 화면을 실제 렌더링해서 증거를 남긴다.

#skill#claude-code#design#ui-ux
github.com/cskwork/superdesign-skill
Skills

superoffice (cskwork/superoffice-skills)superoffice (cskwork/superoffice-skills)

Generates, reads, and converts business documents (docx/pptx/xlsx/hwpx/pdf) for Korean office workers — company brand applied, conclusion first, and delivery gated on a deterministic office-gate check.한국 직장인 업무 문서(보고서·덱·엑셀·한글 공문)를 회사 브랜드로 결론 먼저 작성하고, 결정론적 office-gate를 통과할 때까지 납품하지 않는 Claude 스킬.

#skill#claude-code#office#document
github.com/cskwork/superoffice-skills
Skills

superhacker (cskwork/superhacker-skill)superhacker (cskwork/superhacker-skill)

Accepts one authorized security objective, routes it to exactly one of 13 domain reference files, executes with least-impact ordering, and delivers an evidence-backed report — no scope, no action without written authorization.보안 목표 하나를 받아 승인(authorization) 게이트를 통과한 뒤, 13개 도메인 중 정확히 하나의 참조 파일로 라우팅하고 최소 영향(least-impact) 순서로 실행하며 재현 가능한 증거 기반 보고서를 산출하는 Claude 보안 스킬.

#security#ctf#pentest#claude-code
github.com/cskwork/superhacker-skill
Tools

ego (lite) + ego-browserego (lite) + ego-browser

A Chromium browser you and your agent share. It inherits your real logins and cookies, gives the agent its own Task Space so it never steals your tabs, and ships an ego-browser skill that batches many steps into one JS snippet instead of one tool call per click.사람과 AI 에이전트가 같이 쓰는 Chromium 브라우저. 내 로그인·쿠키·확장을 그대로 물려받은 채, 에이전트는 별도 작업 공간(Task Space)에서 탭을 열고 폼을 채우고 스크린샷을 찍는다. 함께 딸려오는 ego-browser 스킬이 JS 한 덩어리로 여러 동작을 묶어 실행해 Playwright식 셀렉터 자동화보다 왕복이 적다. 현재 macOS 전용, 무료.

#browser#agent-browser#web-automation#qa
lite.ego.app
Tools

officecliofficecli

Create, inspect, and edit .docx/.xlsx/.pptx from the CLI. Ships 11 skills so agents follow per-document-type rules — financial models, pitch decks, academic papers, fillable forms, Excel dashboards.docx · xlsx · pptx를 CLI로 만들고 읽고 고친다. 스킬 11종이 따라와서, 에이전트가 재무모델(3표·DCF·LBO)·피치덱·논문·채우는 양식·엑셀 대시보드 같은 문서 종류별 규칙까지 지켜 만들어 낸다.

#tool#office#docx#xlsx
github.com/iOfficeAI/OfficeCLI
Tools

herdrherdr

tmux for coding agents — run many agent sessions as panes in one terminal, see which is blocked/working/done at a glance, and detach/reattach without losing work.코딩 에이전트를 위한 tmux — 여러 에이전트 세션을 한 터미널 안에서 페인으로 나눠 띄우고, 각 에이전트가 막혔는지·일하는지·끝났는지 한눈에 보면서, 떼었다 다시 붙여도 작업이 안 끊긴다. macOS·Linux는 정식, Windows는 베타.

#tool#multiplexer#terminal#coding-agent
github.com/ogulcancelik/herdr
Plugins

Autoresearch (uditgoenka/autoresearch)Autoresearch (uditgoenka/autoresearch)

Give the AI a measurable goal and it iterates on its own — one change, one check, keep what helps, revert what doesn't.목표만 정해주면 AI가 한 번에 하나씩 고치고 직접 점검해서, 좋아지면 남기고 나빠지면 자동으로 되돌리는 작업을 알아서 반복합니다. 테스트 통과율 올리기, 속도 개선, 버그 잡기처럼 숫자로 잴 수 있는 일을 밤새 맡겨둘 수 있어요.

#plugin#autoresearch#autonomous-loop#iteration
github.com/uditgoenka/autoresearch

Catalog카탈로그

106 items

Prompts프롬프트

2

Copy-paste prompt templates for any AI chat.LLM 채팅창에 그대로 붙여넣어 쓰는 프롬프트 템플릿.

Skills스킬

60

Single-purpose playbooks (SKILL.md) that teach an agent one task, auto-triggered by a phrase.에이전트에게 한 가지 작업을 가르치는 설명서(SKILL.md). 특정 문장에 자동 발동한다.

Skills

archifyarchify

Turns plain-language descriptions or pasted Mermaid into explorable standalone HTML diagrams — architecture, sequence, data-flow, lifecycle — with pan/zoom, route probing, story navigation, and PNG/SVG/WebM export.아키텍처·시퀀스·데이터플로·상태 다이어그램을 의존성 없는 단일 HTML 파일로 만든다. 노드를 눌러 관계를 추적하고, 두 지점을 골라 경로를 분석하고, 스토리 순서로 넘겨 보며, PNG·SVG·WebM으로 내보낸다. 평문 설명이나 붙여넣은 Mermaid 코드 둘 다 입력으로 받는다.

#skill#diagram#architecture#mermaid
github.com/tt-a1i/archify
Skills

aside-browseraside-browser

The official skill for driving Aside from your coding agent. Delegate a whole task with `aside exec`, which spawns Aside's own agent like a browser-shaped subagent — or drop into `aside repl`, a Playwright-compatible JS session, when you need the evidence itself: accessibility snapshots, annotated screenshots, downloads. It works across the accounts you're already signed into. macOS only.코딩 에이전트가 Aside 브라우저를 조종하는 공식 스킬. 통째로 맡길 땐 `aside exec`로 Aside 에이전트를 서브에이전트처럼 띄우고, 증거가 필요할 땐 `aside repl`로 Playwright 호환 JS 환경에 들어가 snapshot·스크린샷·다운로드를 직접 집는다. 내가 이미 로그인해 둔 Slack·X·LinkedIn 같은 계정과 브라우징 기록 위에서 동작한다. macOS 전용.

#browser#web-automation#playwright#qa
docs.aside.com/help/developers
Skills

browser-qa (cskwork/browser-qa)browser-qa (cskwork/browser-qa)

Real-browser QA with user-story YAML DAGs: review the journey before replay, run it with local browser bindings, and report browser-side failures with evidence.실제 브라우저로 웹사이트를 QA하는 스킬 — 프롬프트를 사용자 스토리 YAML DAG 시나리오로 바꿔 검토하고 실행하며, 콘솔·JS 오류·실패한 요청·예상 못한 팝업 같은 부작용을 사람이 읽는 리포트로 정리한다. 실행 디렉토리와 리포트 없이는 통과라고 말하지 않는다.

#skill#qa#browser#playwright
github.com/cskwork/browser-qa
Skills

claude-code-announcementsclaude-code-announcements

Stop forgetting the slash commands you installed — drops a short command cheat sheet into Claude Code's settings so it sees your shortcuts at every session start and suggests the right one.설치해 둔 슬래시 명령어를 매번 까먹는 문제를 해결 — Claude가 세션을 시작할 때마다 자동으로 보는 작은 명령어 안내문을 설정 파일에 넣어, 적절한 명령어를 알아서 제안하게 만든다.

#skill#claude-code#workflow#settings
github.com/cskwork/claude-code-announcements
Skills

Clean Codeclean-code

Refactor legacy code without changing its observable behavior. Lock current behavior with retained characterization tests first, then edit only in small batches that keep them green. Favors precise names and locality over abstraction.레거시 코드를 동작은 바꾸지 않고 리팩터링하게 이끄는 저장소 인식 에이전트 스킬. 먼저 특성화 테스트로 현재 동작을 고정하고, 그 테스트가 계속 통과하는 동안만 작은 배치로 편집한다. 추상화를 늘리기보다 정확한 이름과 지역성을 우선한다.

#skill#refactoring#legacy-code#characterization-test
github.com/cskwork/clean-code
Skills

code-reviewcode-review

Reviews changes since a fixed point along two independent axes — repo standards and the originating spec — in parallel sub-agents, so neither masks the other.지정한 기준점 이후의 변경을 두 축으로 나눠 리뷰한다 — 이 저장소의 코딩 규칙을 지켰는가(Standards), 원래 요청한 대로 만들었는가(Spec). 두 축을 서로 다른 서브에이전트에 병렬로 맡겨 한쪽이 다른 쪽을 가리지 않게 한다.

#skill#code-review#standards#code-smell
github.com/mattpocock/skills/tree/main/skills/engineering/code-review
Skills

codebase-designcodebase-design

Shared vocabulary for designing deep modules — a lot of behaviour behind a small interface, placed at a clean seam, tested through that interface.모듈을 '깊게' 설계하기 위한 공용 어휘집 — 작은 인터페이스 뒤에 많은 동작을 감추고, 이음새를 제대로 놓고, 그 인터페이스로 테스트한다. module·interface·depth·seam·adapter 같은 말을 정확히 한 뜻으로 쓰게 만든다.

#skill#design#module#interface
github.com/mattpocock/skills/tree/main/skills/engineering/codebase-design
Skills

context-dietcontext-diet

Measure and cut Claude Code's per-request system-prompt bloat — unused tool definitions, the bundled-skills catalogue, feature instructions — via settings.json, with a logging proxy that ranks tools by token size.Claude Code가 매 요청마다 실어 보내는 시스템 프롬프트 군살(안 쓰는 툴 정의·번들 스킬 목록·기능 안내)을 측정하고 settings.json으로 덜어낸다. 로깅 프록시로 툴별 토큰 크기를 순위로 뽑아 무엇을 끌지 근거를 만든다.

#skill#claude-code#tokens#cost
github.com/cskwork/context-diet-skill
Skills

Create verification skillcreate-verification-skill

A meta-skill that interviews the repo and writes a verification skill tailored to it: how to launch the real app, drive one feature the way a user would, and capture proof. The generator must run its own output end to end before handing it over, and a skill that was never executed counts as a draft.레포를 인터뷰해서 그 프로젝트 전용 검증 스킬을 생성하는 메타 스킬. 앱을 실제로 띄우고, 사용자가 하듯 기능 하나를 조작하고, 증거를 남기는 절차를 레포의 스킬 디렉터리에 써 준다. 생성기가 스스로 한 번 돌려보고 통과해야 인도하며, 돌려보지 않은 결과물은 초안으로 취급한다.

#skill#verification#qa#meta-skill
github.com/cursor/plugins/tree/main/pstack/skills/create-verification-skill
Skills

diagnosing-bugsdiagnosing-bugs

Playbook for hard bugs and slow regressions: build a repeatable test, shrink it to the smallest failing case, trace the cause, fix it, lock it in.잡히지 않는 버그와 갑자기 느려진 코드를 6단계로 체계적으로 잡는 디버깅 안내서. 재현 테스트를 만들고 최소로 줄이는 것부터 원인 분석, 수정, 재발 방지까지 다룬다.

#skill#debugging#performance#regression
github.com/mattpocock/skills/tree/main/skills/engineering/diagnosing-bugs
Skills

domain-modelingdomain-modeling

Actively sharpens your project's vocabulary while you design — challenging fuzzy terms, cross-checking against the code, and writing the glossary and decisions down the moment they crystallise.설계하면서 프로젝트의 용어와 개념을 실시간으로 다듬어 기록하는 스킬. 애매한 말을 붙잡아 정확한 이름을 제안하고, 코드와 어긋나면 즉시 지적하고, 정해지는 순간 CONTEXT.md에 적는다. 되돌리기 어려운 결정만 골라 ADR로 남긴다.

#skill#domain-modeling#glossary#adr
github.com/mattpocock/skills/tree/main/skills/engineering/domain-modeling
Skills

find-skillsfind-skills

Before building from scratch, searches for an existing skill that already does the job, vets it by popularity and source, then offers to install it."이거 어떻게 해?"라고 물으면, 직접 만드는 대신 이미 나와 있는 에이전트 추가 기능(스킬)이 있는지 먼저 찾아보고 설치 수·출처가 믿을 만한지 확인한 뒤 추천·설치해 준다.

#skill#skills-cli#discovery#vercel-labs
github.com/vercel-labs/skills/tree/main/skills/find-skills
Skills

grafana-loki-proxygrafana-loki-proxy

Search your Loki logs from the command line using just your Grafana login — no separate auth setup — and export a shareable HTML report, with per-environment profiles and auto-chunked large queries.Loki 로그를 따로 인증 설정할 필요 없이, 평소 쓰던 Grafana 로그인만으로 명령줄에서 검색하고 보기 좋은 HTML 리포트로 뽑아주는 도구. dev/운영 환경을 나눠 관리하고 큰 조회는 자동으로 쪼개 안전하게 가져온다.

#skill#grafana#loki#observability
github.com/grafana/grafana
Skills

grillinggrilling

Interviews you relentlessly about a plan until nothing is silently assumed — asking every answerable question in one numbered round, then recomputing the next round from your answers.계획·결정·아이디어를 끝까지 캐물어 흐릿한 부분을 없애는 인터뷰 도구. 지금 답할 수 있는 질문을 한 번에 번호 매겨 묶어 던지고, 답을 받으면 다음 묶음을 다시 계산한다. 사실은 에이전트가 직접 찾아보고, 결정만 사람에게 묻는다.

#skill#interview#planning#decision
github.com/mattpocock/skills/tree/main/skills/productivity/grilling
Skills

hallmarkhallmark

Anti-AI-slop design skill. Forces structural variety, not just colour swaps, so two briefs produce two different-feeling sites. Greenfield, audit, redesign, or extract a design from a URL or screenshot.에이전트가 만든 UI에서 'AI가 뽑은 티'를 걷어내는 디자인 스킬. 색만 바꾼 같은 템플릿이 아니라 구조 자체가 다른 화면을 만들도록 강제한다. 신규 페이지·감사·리디자인, URL이나 스크린샷에서 디자인 추출까지.

#skill#design#ui#frontend
github.com/Nutlope/hallmark
Skills

handoff (cskwork/handoff-skill)handoff (cskwork/handoff-skill)

Creates a durable handoff packet — a factual state snapshot plus an executable continuation plan — so a fresh agent can resume without re-reading the whole conversation.코딩 에이전트의 작업 상태를 사라지지 않게 packet(사실 스냅샷 + 실행 가능한 이어가기 계획)으로 저장하는 스킬. 새 컨텍스트의 다음 에이전트가 대화를 다시 읽지 않고도 추측 없이 재개하도록, 무엇이 참인지·무엇이 바뀌었는지·무엇을 검증했는지·정확히 무엇을 할지를 담는다.

#skill#handoff#state#continuation
github.com/cskwork/handoff-skill
Skills

improve-codebase-architectureimprove-codebase-architecture

Finds over-complex code, produces a before/after visual report per candidate, and walks you through whichever refactor you choose.코드에서 쓸데없이 복잡하게 얽혀 유지보수하기 어려운 부분을 찾아내, 정리 전후를 한눈에 보여주는 시각 리포트로 만들어 주고, 고른 곳을 어떻게 단순하게 고칠지 질문을 주고받으며 함께 다듬어 주는 스킬.

#skill#architecture#refactor#deep-modules
github.com/mattpocock/skills/tree/main/skills/engineering/improve-codebase-architecture
Skills

jk (Jenkins CLI)jk (Jenkins CLI)

Run and watch your Jenkins build jobs from the terminal instead of the web UI — trigger builds, follow logs, pull artifacts, and let your coding agent do the same.Jenkins(자동 빌드·배포 서버)의 작업을 웹 화면 대신 터미널에서 실행·확인하는 도구 — 빌드를 돌리고, 로그를 따라가고, 결과 파일을 받아오고, AI 코딩 에이전트도 같은 명령을 쓸 수 있다.

#skill#jenkins#cli#devops
github.com/avivsinai/jenkins-cli
Skills

prompterprompter

Drafts your most likely reply to an agent's question from rules learned on your own machine, and recommends your plausible next prompts in an unfamiliar repo — never sending anything without an explicit y/yes.에이전트가 질문하면 내 과거 결정 패턴으로 답장 초안을 만들어 주고, `y`/`yes`로 확인하기 전에는 절대 보내지 않는다. 낯선 레포에선 `prompt/ explore`가 읽기 전용 탐색으로 다음 작업 프롬프트를 추천한다. 대화 원문이 아니라 재사용 가능한 규칙만 로컬에 저장한다.

#skill#prompt#personalization#privacy
github.com/cskwork/prompter
Skills

prototypeprototype

Test a design before you build it — a throwaway terminal app for logic, or switchable UI mockups for looks.본격 개발 전에 버리는 셈 치고 빠르게 만들어 보며 설계를 확인하는 도구. 동작 로직이 맞는지 궁금하면 터미널에서 돌려 보는 작은 앱을, 화면 모양이 고민이면 한 화면에서 여러 디자인 안을 바꿔 보는 시안을 만들어 준다.

#skill#prototype#ui#state-machine
github.com/mattpocock/skills/tree/main/skills/engineering/prototype
Skills

reddit-poster (cskwork/reddit-skill)reddit-poster (cskwork/reddit-skill)

Generates Reddit-native posts, resolves flair automatically, and gates every live submit behind your explicit approval.광고처럼 안 보이는 Reddit 글을 사람 말투로 대신 써 주고, 올리기 직전에 미리보기와 내 승인을 꼭 거치게 하는 Claude 스킬. 글머리 태그(flair) 자동 매칭, 스팸·카르마 필터에 막히는 상황까지 알아서 안내한다.

#skill#claude-code#reddit#mcp
github.com/cskwork/reddit-skill
Skills

superdesign (cskwork/superdesign-skill)superdesign (cskwork/superdesign-skill)

Intent-driven master web/mobile designer skill — routes to the right aesthetic, enforces anti-slop and WCAG contrast via deterministic gates, and renders every built surface with playwright-cli before declaring done. The designer never self-approves.의도(intent)를 읽고 트렌드를 점검한 뒤 어울리는 미학(aesthetic)으로 라우팅해 결정론적 anti-slop 게이트와 렌더링 검증 게이트를 통과한 우아한 UI를 만드는 Claude 스킬. 디자이너가 자기 결과물을 직접 승인하지 않으며, playwright-cli로 화면을 실제 렌더링해서 증거를 남긴다.

#skill#claude-code#design#ui-ux
github.com/cskwork/superdesign-skill
Skills

supergoal (cskwork/supergoal-skill)supergoal (cskwork/supergoal-skill)

Runs one objective through a gated pipeline (validate, plan, human approval, build, verify, QA, deliver) and refuses to declare done until a machine-checkable gate passes — builder and verifier are always separate.목표(objective) 하나를 게이트가 걸린 파이프라인(검증→계획→사람 승인→빌드→검증→QA→납품)으로 끝까지 돌리고, 기계로 검증되는 관문을 통과할 때까지 '완료'를 선언하지 않는 Claude 스킬. 코드를 쓰는 빌더와 검증자를 분리하고 모든 주장을 적대적으로 재검증한다.

#skill#claude-code#workflow#subagent
github.com/cskwork/supergoal-skill
Skills

superhacker (cskwork/superhacker-skill)superhacker (cskwork/superhacker-skill)

Accepts one authorized security objective, routes it to exactly one of 13 domain reference files, executes with least-impact ordering, and delivers an evidence-backed report — no scope, no action without written authorization.보안 목표 하나를 받아 승인(authorization) 게이트를 통과한 뒤, 13개 도메인 중 정확히 하나의 참조 파일로 라우팅하고 최소 영향(least-impact) 순서로 실행하며 재현 가능한 증거 기반 보고서를 산출하는 Claude 보안 스킬.

#security#ctf#pentest#claude-code
github.com/cskwork/superhacker-skill
Skills

superloop (cskwork/superloop-skill)superloop (cskwork/superloop-skill)

/loop gives a heartbeat; superloop gives each beat a durable unit and a stop condition — verify holds a delivery to its original intent one criterion at a time, deliver advances a project one vertical ticket at a time via supergoal./loop이 심장박동이라면 superloop은 매 박동에 '지속되는 작업 단위 하나 + 멈출 조건'을 붙인다. verify는 완료된 결과물을 원래 의도에 맞는지 기준 하나씩 검증하고, deliver는 큰 프로젝트를 수직 티켓 하나씩 supergoal에 위임해 전진시킨다.

#skill#loop#orchestration#verification
github.com/cskwork/superloop-skill
Skills

superoffice (cskwork/superoffice-skills)superoffice (cskwork/superoffice-skills)

Generates, reads, and converts business documents (docx/pptx/xlsx/hwpx/pdf) for Korean office workers — company brand applied, conclusion first, and delivery gated on a deterministic office-gate check.한국 직장인 업무 문서(보고서·덱·엑셀·한글 공문)를 회사 브랜드로 결론 먼저 작성하고, 결정론적 office-gate를 통과할 때까지 납품하지 않는 Claude 스킬.

#skill#claude-code#office#document
github.com/cskwork/superoffice-skills
Skills

superpm (cskwork/superpm-skill)superpm (cskwork/superpm-skill)

One PM request in, a verified artifact out — routes across 10 PM domains (PRD, OKRs, GTM, analytics, and more), applies the right framework, then red-teams the draft with an independent critic before delivery.PM(제품/프로젝트 관리) 요청 하나를 받아 도메인별로 라우팅하고, 독립적인 비평가가 프레임워크와 실제 의사결정을 기준으로 검증한 가장 작은 유용한 산출물을 납품하는 Claude 스킬.

#skill#claude-code#pm#product-management
github.com/cskwork/superpm-skill
Skills

SwarmForge RouterSwarmForge Router

Routes a coding request to the right SwarmForge multi-agent pack (2/4/6 roles), installs it project-locally with provenance, and verifies the handoff integration.SwarmForge 2/4/6-에이전트 팩(pack, 역할 묶음)을 요청에 맞게 추천하고 확인을 받은 뒤 프로젝트 로컬 워크플로우로 설치해, 역할 브랜치 통합까지 검증하는 독립 스킬.

#skill#swarmforge#multi-agent#orchestration
github.com/cskwork/swarm-agent-skill
Skills

teachteach

Turns the current directory into a stateful teaching workspace — a mission you're grounded in, short beautiful HTML lessons, reference sheets, and learning records that decide what comes next.현재 디렉터리를 '학습 작업실'로 삼아 여러 세션에 걸쳐 한 주제를 가르친다. 왜 배우려는지(미션)를 먼저 캐묻고, 짧고 예쁜 HTML 레슨을 하나씩 만들며, 무엇을 배웠는지 기록으로 남겨 다음에 가르칠 것을 정한다.

#skill#teaching#learning#spaced-repetition
github.com/mattpocock/skills/tree/main/skills/productivity/teach
Skills

to-questionnaireto-questionnaire

Turns a decision you can't answer alone into a Markdown questionnaire for the person who can — it interviews you about the send, not the subject.혼자서는 답할 수 없는 결정을, 그걸 아는 사람에게 넘길 질문지(Markdown)로 바꿔 준다. 주제 자체가 아니라 '누구에게 보내고 무엇을 받아야 하는지'만 물어보고 나머지를 채운다.

#skill#questionnaire#discovery#stakeholder
github.com/mattpocock/skills/tree/main/skills/productivity/to-questionnaire
Skills

to-ticketsto-tickets

Breaks a plan or spec into small, independently-workable tickets — each a full end-to-end slice, each declaring what blocks it.긴 계획서나 스펙을, 하나씩 따로 작업할 수 있는 작은 티켓으로 쪼개 이슈 트래커에 등록해 줍니다. 각 티켓은 화면부터 데이터까지 한 기능이 통째로 동작하는 단위이고, 먼저 끝나야 할 티켓이 무엇인지도 함께 적힙니다.

#skill#planning#tickets#vertical-slice
github.com/mattpocock/skills/tree/main/skills/engineering/to-tickets
Skills

Unslopunslop

Names 31 AI writing tells and says how to fix each one. The rules are concrete enough to run as a checklist rather than a judgment call: no em dashes, no bolded proper nouns, no 'not just X, but Y.' It also puts voice back in, because stripping the patterns alone leaves prose that reads just as machine-made.AI 냄새(AI tell)가 나는 글버릇 31가지를 이름 붙여 잡아내고 고치는 스킬. em dash 금지, 굵은 글씨 남용 금지, '단순히 X가 아니라 Y' 금지처럼 규칙이 구체적이라 판단이 아니라 체크리스트로 돌아간다. 패턴 제거로 끝내지 않고 의견·리듬·구체성을 다시 넣어 목소리를 살린다.

#skill#writing#editing#ai-slop
github.com/cursor/plugins/tree/main/pstack/skills/unslop
Skills

Verifyverify

Refuses to call a green build verified. Runs five gates in order — build, static checks, clean-code review of the diff, scenario-based API QA, report — and each one ends on a receipt file another person can re-run. Three verdicts: PASS, FAIL, and BLOCKED. A gate that could not run never reads as green.초록 빌드를 검증으로 인정하지 않는 스킬. 빌드·정적검사·클린코드·시나리오 API QA·보고 5개 게이트를 순서대로 돌리고, 게이트마다 남이 그대로 재실행할 수 있는 증거 파일(receipt)을 디스크에 남긴다. 판정은 PASS·FAIL·BLOCKED 세 가지이며, 실행하지 못한 게이트는 절대 PASS가 되지 않는다.

#skill#verification#qa#api-testing
github.com/cskwork/verify-skill
Skills

wait-whatwait-what

Six words for when the agent's last message didn't land — it re-pitches with context, in Simplified Technical English, using your project's own vocabulary.에이전트의 방금 설명이 이해되지 않을 때 한 번에 다시 설명시키는 초단문 스킬. 맥락을 조금 깔고, 쉬운 기술 영어(ASD-STE100)로, 프로젝트 용어집(CONTEXT.md)의 말로 다시 말하게 한다.

#skill#communication#clarity#mattpocock
github.com/mattpocock/skills/tree/main/skills/productivity/wait-what
Skills

wayfinderwayfinder

Charts a huge chunk of work — more than one session can hold — as a shared map of decision tickets on your tracker, resolving them one at a time until the way to the destination is clear.한 세션에 담기지 않는 큰 작업을, 이슈 트래커 위의 '지도' 하나와 그에 딸린 결정 티켓들로 만들어 한 번에 하나씩 풀어 나간다. 아직 또렷하지 않은 부분은 억지로 쪼개지 않고 안개로 남겨 두었다가, 앞이 트이는 만큼 티켓으로 승격시킨다.

#skill#planning#greenfield#decision-map
github.com/mattpocock/skills/tree/main/skills/engineering/wayfinder
Skills

web-design-guidelinesweb-design-guidelines

Audits UI code against Vercel's design and accessibility guidelines; reports each issue by file and line.내 웹사이트 코드를 Vercel의 웹 디자인 기준(접근성·UX 모범 사례)에 비춰 검사하고, 고쳐야 할 곳을 파일·줄 번호로 짚어 주는 스킬. 검사할 때마다 최신 규칙을 자동으로 받아 와 따로 업데이트할 필요가 없다.

#skill#vercel#audit#accessibility
github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines
Skills

web-tutorial-videoweb-tutorial-video

Turns a real web workflow into a finished tutorial MP4 — rehearsed in a real browser first, timed from measured Korean TTS, gated three times before render.웹 화면 사용법 영상을 에이전트가 직접 만든다. 열어보지도 않은 UI를 설명하는 대신 실제로 리허설하고, 나레이션 실측 길이로 장면 길이를 정하고, 렌더 전에 세 번 검증한다.

#skill#tutorial-video#screencast#playwright
github.com/cskwork/web-tutorial-video-skill
Skills

Whywhy

Answers why code looks the way it does by querying seven evidence categories in parallel: git, issue tracker, long-form docs, team chat, infra observability, error tracking, and the analytics warehouse. It keeps what the evidence says apart from what it infers, and reports the sources that came back empty, because an untracked decision is itself an answer.코드가 왜 이 모양인지를 7개 증거 출처(git, 이슈 트래커, 장문 문서, 팀 채팅, 인프라 관측, 에러 추적, 제품 분석 웨어하우스)에서 병렬로 캐내는 조사 스킬. 확신 등급을 분리해 '증거로 확인한 것'과 '추론한 것'을 절대 섞지 않고, 아무것도 못 찾은 출처도 결과로 보고한다.

#skill#code-archaeology#design-rationale#mcp
github.com/cursor/plugins/tree/main/pstack/skills/why
Skills

wizardwizard

Generates an interactive bash wizard that walks a human through the manual steps an agent can't do — opening dashboards, capturing keys, writing them to .env and CI secrets.사람만 할 수 있는 수작업 절차(대시보드 클릭, API 키 발급, CI 시크릿 등록)를 한 단계씩 안내하는 대화형 bash 스크립트를 만들어 준다. URL을 열어 주고, 무엇을 복사할지 알려 주고, 입력받은 값을 .env나 GitHub 시크릿에 대신 써 준다.

#skill#wizard#bash#onboarding
github.com/mattpocock/skills/tree/main/skills/engineering/wizard
Skills

writing-for-agentswriting-for-agents

The vocabulary and principles that make any agent-facing document predictable — sharpen the pointer wording, cut no-op lines, compress repeated phrasing into leading words, and disclose reference behind pointers. Read it before you write or edit a SKILL.md, AGENTS.md, or CLAUDE.md.에이전트가 읽는 문서(SKILL.md, AGENTS.md, CLAUDE.md)를 '예측 가능하게' 쓰는 법을 담은 레퍼런스 — 포인터 문구를 날카롭게 다듬고, no-op 문장은 지우고, 되풀이 표현은 leading word로 압축하고, 잘 안 쓰는 reference는 포인터 뒤로 내려 본문을 가볍게 유지한다.

#skill#meta#authoring#mattpocock
github.com/mattpocock/skills/tree/main/skills/productivity/writing-for-agents

Plugins플러그인

5

Bundles of skills and commands you install in one shot.여러 스킬·명령을 하나로 묶어 한 번에 설치하는 패키지.

Plugins

Agent Skills (addyosmani/agent-skills)Agent Skills (addyosmani/agent-skills)

24 skills that walk a coding agent through the whole lifecycle — define, plan, build, verify, review, ship — one slash command per phase. The default workflow set in this site's onboarding kit.코딩 에이전트에게 소프트웨어 개발 전 과정(정의→계획→구현→검증→리뷰→배포)을 단계별 슬래시 명령으로 강제하는 스킬 24종 묶음. 이 사이트 온보딩 키트의 기본 워크플로 세트.

#plugin#agent-skills#lifecycle#sdlc
github.com/addyosmani/agent-skills
Plugins

Autoresearch (uditgoenka/autoresearch)Autoresearch (uditgoenka/autoresearch)

Give the AI a measurable goal and it iterates on its own — one change, one check, keep what helps, revert what doesn't.목표만 정해주면 AI가 한 번에 하나씩 고치고 직접 점검해서, 좋아지면 남기고 나빠지면 자동으로 되돌리는 작업을 알아서 반복합니다. 테스트 통과율 올리기, 속도 개선, 버그 잡기처럼 숫자로 잴 수 있는 일을 밤새 맡겨둘 수 있어요.

#plugin#autoresearch#autonomous-loop#iteration
github.com/uditgoenka/autoresearch
Plugins

cc-agent-call (cskwork/cc-agent-call)cc-agent-call (cskwork/cc-agent-call)

A bundle of 5 delegation skills that let your current AI CLI auto-hand work off to another tool (Codex for images, Antigravity for grounded search, Kiro, NotebookLM for RAG) — without leaving the host.지금 쓰는 AI CLI가 다른 도구가 더 잘하는 작업을 만나면 자동으로 그 CLI로 위임하게 해 주는 5개 위임(delegation) 스킬 묶음. 예: Claude Code 안에서 이미지가 필요하면 Codex로 넘겨 생성하고 결과만 받아온다 — 터미널을 안 떠난다.

#plugin#claude-code#codex#delegation
github.com/cskwork/cc-agent-call
Plugins

Ponytail (DietrichGebert/ponytail)Ponytail (DietrichGebert/ponytail)

A plugin that flips coding agents into 'lazy senior dev' mode — a 7-rung ladder forces the simplest code that actually works (YAGNI, stdlib first, one line over fifty). Works across 20 agents; measured -54% code, -20% cost, -27% time, still 100% safe.AI 코딩 에이전트를 '게으른 시니어 개발자' 모드로 만드는 플러그인. 코드를 쓰기 전 7단계 사다리(YAGNI → 재사용 → stdlib → 네이티브 기능 → 설치된 의존성 → 한 줄 → 최소 구현)를 올려 정말 필요한 코드만 쓰게 강제한다. 20개 에이전트 지원, 실측 기준 코드 -54% · 비용 -20% · 시간 -27%, 안전성 100% 유지.

#plugin#lazy-code#yagni#minimal-code
github.com/DietrichGebert/ponytail

Harnesses하네스

8

The coding agent itself, or a workflow layer that runs on top of one.코딩 에이전트 그 자체, 또는 그 위에 얹는 실행 워크플로우 레이어.

Harnesses

ArchonArchon

Pin your dev process (plan, build, test, review, PR) into one file so the AI runs the same steps every time, with each task isolated so several can run at once.AI에게 매번 다르게 시키지 말고, '계획→구현→테스트→리뷰→PR' 순서를 파일 하나로 정해두면 그대로 똑같이 실행해 주는 도구. 작업마다 따로 떼어 진행해서 여러 개를 한꺼번에 돌릴 수 있다.

#harness#archon#workflow-engine#yaml
github.com/coleam00/archon
Harnesses

jcode — RAM 효율 최우선 하네스jcode — RAM 효율 최우선 하네스

A Rust-built terminal coding agent light enough to keep many sessions open at once — logs in with the Claude, ChatGPT, Gemini, or Copilot subscription you already pay for, and lets several agents share one repo without stepping on each other.Rust로 새로 쓴 터미널 코딩 에이전트. 세션 하나가 30MB 남짓만 쓰고 첫 화면이 수십 ms 안에 뜨기 때문에, 여러 세션을 동시에 켜 두고 일하는 방식이 실제로 가능하다. 이미 결제 중인 Claude·ChatGPT·Gemini·Copilot 구독으로 로그인해 쓸 수 있고, 같은 저장소에서 여러 에이전트가 서로 파일 충돌을 알려 주는 swarm 모드가 들어 있다.

#harness#jcode#coding-agent#rust
github.com/1jehuang/jcode
Harnesses

omp — oh-my-piomp — oh-my-pi

One binary, every OS: a coding agent with editing, debugging, and web search built in, plus 40+ AI models switchable with one command.코드 편집·검색·디버깅·웹 검색·브라우저 조작까지 AI 코딩 에이전트에 필요한 도구를 하나의 프로그램에 다 넣은 올인원 에이전트. 외부 도구를 따로 깔 필요 없이 macOS·Linux·Windows에서 같은 방식으로 돌고, 40개 넘는 AI 모델을 명령 하나로 바꿔 쓸 수 있다. Cursor·Codex 같은 다른 도구의 설정도 알아서 읽어 온다.

#harness#omp#pi#coding-agent
github.com/can1357/oh-my-pi
Harnesses

OpenCodeOpenCode

A provider-agnostic open-source terminal coding agent with LSP-aware editing and configurable permissions. GLM-5.3-Flash adds a 1M-token context and native image input.터미널에서 도는 공급자 독립 오픈소스 코딩 에이전트. Z.ai·OpenAI·Anthropic 등을 붙여 쓰며 LSP로 코드를 이해하고 실행 권한을 제어한다. GLM-5.3-Flash를 연결하면 컨텍스트 100만 토큰과 네이티브 이미지 입력을 함께 쓴다.

#harness#opencode#terminal#tui
github.com/anomalyco/opencode
Harnesses

pipi

A deliberately minimal, self-extensible terminal coding agent: start with read, write, edit, and bash, then compose providers, tools, skills, prompts, session handling, and native multimodal input through extensions. The default harness for promptbox.도구 4개(read·write·edit·bash)만 들고 시작해 필요한 기능을 TypeScript 확장·스킬·프롬프트로 직접 조립하는 오픈소스 터미널 코딩 에이전트. 여러 모델 공급자, 세션 트리·압축, 이미지 입력, 커스텀 도구를 지원하며 promptbox의 기본 하네스다.

#harness#pi#coding-agent#terminal
github.com/badlogic/pi-mono
Harnesses

Prime AgentPrime Agent

An open-source coding/research agent where a persistent IPython kernel is the model's only tool — context is treated as variables (Recursive Language Model), subagents are native code calls, and a Continual Harness persists and refines lessons across sessions.영구 IPython 커널(대화형 파이썬 환경)을 모델의 유일한 도구로 삼는 오픈소스 코딩·연구 에이전트. 컨텍스트를 변수로 다루고(RLM), 재귀 서브에이전트를 코드처럼 호출하며, 사용된 교훈을 자동으로 저장·개선하는 Continual Harness(지속 학습 장치)가 달려 있다. 터미널을 닫아도 백그라운드 데몬이 세션을 유지한다.

#harness#prime-agent#rlm#ipython
github.com/PrimeIntellect-ai/prime-agent
Harnesses

sdlc-kitsdlc-kit

Anthropic's AI-Native SDLC playbook made harness-neutral — intent grilling, on-the-record approval gates with lazymode 0-4, fresh-context adversarial review, size-aware tracks (micro/map), capped loops, archive-on-close, and bounded lessons memory, all as plain files + shell.Anthropic AI-Native SDLC 플레이북을 하네스 중립으로 옮긴 파일 기반 SDLC 프레임워크 — 의도 심문, 기록형 승인 게이트(lazymode 0-4), 적대적 리뷰, 티켓 크기별 트랙(micro/map), 루프 상한, 종결 아카이브, 교훈 메모리

#sdlc#workflow#approval-gates#adversarial-review
github.com/cskwork/sdlc-kit

Hooks

2

Scripts that fire before or after a tool runs to block or polish it (e.g. stop a dangerous git command).도구 실행 전후에 끼어들어 막거나 다듬는 자동 스크립트 (예: 위험한 git 명령 차단).

Configs설정 파일

3

Whole-file system prompts an agent loads at startup (CLAUDE.md, AGENTS.md).에이전트가 시작할 때 통째로 읽는 시스템 프롬프트 파일 (CLAUDE.md · AGENTS.md).

MCPMCP

3

MCP server snippets that wire external tools and data into your agent.에이전트에 외부 도구·데이터를 연결하는 MCP 서버 설정.

MCP

code-review-graphcode-review-graph

Parses your codebase with Tree-sitter into a persistent graph, then feeds reviews only the impact radius instead of whole files. 30 MCP tools, 7 review skills, and a multi-repo registry for cross-repo search.코드를 Tree-sitter로 파싱해 지식 그래프로 만들고, 리뷰에 필요한 영향 반경·변경 blast radius만 골라 넘겨 토큰을 아끼는 MCP. 툴 30종과 리뷰 스킬 7종이 따라오고, 여러 레포를 레지스트리에 등록하면 상위 폴더에서도 교차 검색된다.

#mcp#code-review#knowledge-graph#tree-sitter
github.com/tirth8205/code-review-graph

Tools도구

14

Standalone CLIs and apps that assist agent work (indexers, token savers, …).에이전트 작업을 돕는 별도 CLI·앱 (인덱서, 토큰 절약기 등).

Tools

ai-memoryai-memory

One local memory server every coding agent shares. FTS5 SQLite plus a markdown wiki, no embeddings required, with lifecycle hooks that capture each session automatically.설치된 모든 코딩 에이전트가 하나의 로컬 서버를 공유하는 크로스 하네스 영속 메모리. FTS5 SQLite + 마크다운 위키로 임베딩 없이 동작하고, 세션 종료 시 훅이 자동으로 기억을 남긴다.

#tool#memory#mcp#cross-agent
github.com/akitaonrails/ai-memory
Tools

asc (App Store Connect CLI)asc (App Store Connect CLI)

Drive App Store Connect from the terminal — upload builds, ship TestFlight, sync metadata and screenshots, submit for review. Ships 23 agent skills.App Store Connect를 터미널에서 다루는 CLI. 빌드 업로드·TestFlight 배포·메타데이터와 스크린샷 동기화·심사 제출까지 스크립트로 굴린다. 에이전트용 스킬 23종이 딸려 온다.

#tool#ios#app-store-connect#testflight
github.com/rorkai/App-Store-Connect-CLI
Tools

AsideAside

A macOS browser where the agent drives your already-logged-in sessions — no integrations, no APIs. It brings no model of its own: plug in your ChatGPT or Claude subscription, or an API key. Credentials autofill into pages instead of reaching the agent, and payments or posts wait for your confirmation.에이전트가 내 로그인 세션을 그대로 쓰는 macOS AI 브라우저. API 연동 없이 사람처럼 사이트를 조작해 메일·결제·사내 툴 작업을 대신한다. 자체 모델이 없고 내 ChatGPT·Claude 구독이나 API 키를 꽂아 쓰며, 비밀번호는 에이전트에게 넘기지 않고 페이지에 자동 입력만 한다. 무료 플랜 월 500크레딧, Pro $20/월.

#browser#agent-browser#web-automation#password-manager
aside.com
Tools

ego (lite) + ego-browserego (lite) + ego-browser

A Chromium browser you and your agent share. It inherits your real logins and cookies, gives the agent its own Task Space so it never steals your tabs, and ships an ego-browser skill that batches many steps into one JS snippet instead of one tool call per click.사람과 AI 에이전트가 같이 쓰는 Chromium 브라우저. 내 로그인·쿠키·확장을 그대로 물려받은 채, 에이전트는 별도 작업 공간(Task Space)에서 탭을 열고 폼을 채우고 스크린샷을 찍는다. 함께 딸려오는 ego-browser 스킬이 JS 한 덩어리로 여러 동작을 묶어 실행해 Playwright식 셀렉터 자동화보다 왕복이 적다. 현재 macOS 전용, 무료.

#browser#agent-browser#web-automation#qa
lite.ego.app
Tools

Firebase CLI (firebase-tools)Firebase CLI (firebase-tools)

The official Firebase CLI for init, local emulators, and deploys — and the same binary ships the Firebase MCP server so agents can touch Firestore, Auth, and Crashlytics directly.Firebase 프로젝트를 터미널에서 초기화·에뮬레이터 실행·배포하는 공식 CLI. 같은 바이너리에 MCP 서버가 들어 있어, 코딩 에이전트가 Firestore·Auth·Crashlytics를 직접 읽고 고칠 수 있다.

#tool#firebase#mcp#deploy
github.com/firebase/firebase-tools
Tools

herdrherdr

tmux for coding agents — run many agent sessions as panes in one terminal, see which is blocked/working/done at a glance, and detach/reattach without losing work.코딩 에이전트를 위한 tmux — 여러 에이전트 세션을 한 터미널 안에서 페인으로 나눠 띄우고, 각 에이전트가 막혔는지·일하는지·끝났는지 한눈에 보면서, 떼었다 다시 붙여도 작업이 안 끊긴다. macOS·Linux는 정식, Windows는 베타.

#tool#multiplexer#terminal#coding-agent
github.com/ogulcancelik/herdr
Tools

officecliofficecli

Create, inspect, and edit .docx/.xlsx/.pptx from the CLI. Ships 11 skills so agents follow per-document-type rules — financial models, pitch decks, academic papers, fillable forms, Excel dashboards.docx · xlsx · pptx를 CLI로 만들고 읽고 고친다. 스킬 11종이 따라와서, 에이전트가 재무모델(3표·DCF·LBO)·피치덱·논문·채우는 양식·엑셀 대시보드 같은 문서 종류별 규칙까지 지켜 만들어 낸다.

#tool#office#docx#xlsx
github.com/iOfficeAI/OfficeCLI

Apps오픈소스 앱

9

Open-source apps and products for startups and solo founders — wikis, project management, meeting tools, design editors, hiring tools.1인 기업·스타트업에 유용한 오픈소스 앱·프로덕트 — 위키, 프로젝트 관리, 회의록, 디자인 도구, 채용 도구 등.

Apps

Agent ReachAgent Reach

Give your AI agent internet access — read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu and more. One CLI, zero API fees, multi-backend routing per platform.AI 에이전트에게 인터넷 접근 능력을 부여하는 CLI. Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu 등 14개 플랫폼을 읽고 검색한다. API 비용 0원, 모든 도구 오픈소스. 각 플랫폼마다 '首选 + 백업' 다중 백엔드 라우팅으로 한 막히면 자동 전환. 55.2k 스타.

#agent-infrastructure#web-scraper#internet-access#twitter
github.com/Panniantong/Agent-Reach
Apps

AstryxAstryx

Meta's in-house design system, open-sourced — 150+ accessible components, 7 themes, CLI. Built for both humans and AI agents to build UI the same way.Meta가 8년간 사내에서 키운 디자인 시스템의 오픈소스화. 150+ 접근성 컴포넌트, 7개 테마, CLI, 다크모드. 사람과 AI 에이전트가 같은 방식으로 UI를 만들도록 설계(agent-ready)되었고, StyleX 기반이지만 소비자는 어떤 CSS 프레임워크와도 호환된다.

#design-system#react#stylex#meta
github.com/facebook/astryx
Apps

DocmostDocmost

Open-source collaborative wiki and documentation software — a self-hosted alternative to Confluence and Notion with real-time editing, diagrams, and permissions.Confluence·Notion 대안 오픈소스 협업 위키·문서화 플랫폼. 실시간 공동 편집, Draw.io·Excalidraw·Mermaid 다이어그램, 스페이스 권한 관리, 페이지 이력, 전문 검색을 Docker 한 번으로 자체 호스팅한다.

#wiki#documentation#notion-alternative#confluence-alternative
github.com/docmost/docmost
Apps

Hiring AgentHiring Agent

AI agent that evaluates and scores resumes — PDF parsing, GitHub enrichment, and fair, explainable scoring. Runs locally on Ollama or on Google Gemini.이력서 PDF를 넣으면 구조화 데이터 추출 → GitHub 활동 보강 → 공정성 기반 평가·점수화까지 자동 수행하는 AI 에이전트. Ollama(로컬) 또는 Gemini로 동작하며, 카테고리별 점수·근거·보너스·감점을 설명 가능한 형태로 출력한다. HackerRank(interviewstreet)가 만들었다.

#hiring#resume#evaluation#hr
github.com/interviewstreet/hiring-agent
Apps

OpenMontageOpenMontage

The first open-source agentic video production system — 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video studio, from research to render.세계 최초 오픈소스 에이전트 기반 비디오 제작 시스템. 12개 프로덕션 파이프라인, 52개 툴, 500+ 에이전트 스킬로 AI 코딩 어시스턴트를 영상 제작 스튜디오로 바꾼다. 리서치→스크립트→에셋→편집→렌더 전 과정을 자동화하고, 무료 풋포인지로 실사 영상도 만든다.

#video-production#agentic#ai-video#pipeline
github.com/calesthio/OpenMontage
Apps

OpenPencilOpenPencil

Open-source AI-native design editor — a Figma alternative that opens .fig files natively, with built-in AI (100+ tools), CLI, MCP server, and Vue SDK for agent-driven design.오픈소스 AI 네이티브 디자인 에디터 — Figma 대안. .fig 파일을 네이티브로 열고 편집하며, 100+ 툴을 가진 내장 AI, CLI(XPath 쿼리), MCP 서버, 헤드리스 Vue SDK로 코딩 에이전트가 디자인을 직접 조작한다. WebRTC 실시간 협업, ~7MB Tauri 데스크톱 앱.

#figma-alternative#design-editor#ai-native#mcp
github.com/open-pencil/open-pencil