Skip to main content
coleam00
GitHub 제작자 프로필

coleam00

25개 GitHub 저장소에서 수집된 118개 skills를 저장소 단위로 보여줍니다.

수집된 skills
118
저장소
25
업데이트
2026년 8월 29일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
skills
skills 31개 · 2026년 8월 26일
소프트웨어 개발자기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가일반 사무원컴퓨터 시스템 분석가
직업 카테고리 6개 · 97% 분류됨
26%비중
#02
ai-native-starter-pack
skills 21개 · 2026년 7월 29일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가네트워크·컴퓨터 시스템 관리자
직업 카테고리 4개 · 100% 분류됨
18%비중
#03
Archon
skills 12개 · 2026년 8월 29일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
10%비중
#04
frontend-mix
skills 9개 · 2026년 6월 2일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터기타 컴퓨터 관련 직업웹·디지털 인터페이스 디자이너
직업 카테고리 4개 · 100% 분류됨
7.6%비중
#05
second-brain-skills
skills 5개 · 2026년 1월 24일
그래픽 디자이너기타 컴퓨터 관련 직업소프트웨어 개발자웹 개발자
직업 카테고리 4개 · 100% 분류됨
4.2%비중
#06
hyperframes-ai-video-generation
skills 5개 · 2026년 5월 13일
소프트웨어 개발자영화·비디오 편집자오디오 및 비디오 기술자특수 효과 아티스트 및 애니메이터
직업 카테고리 4개 · 100% 분류됨
4.2%비중
#07
custom-agent-with-skills
skills 5개 · 2026년 1월 26일
일반 사무원기타 중등 후 교사소프트웨어 품질 보증 분석가·테스터식당 조리사
직업 카테고리 4개 · 100% 분류됨
4.2%비중
#08
helpline
skills 4개 · 2026년 5월 19일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
3.4%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

hooks-create
미분류

Author a working Claude Code hook from a plain-English description of what it should guarantee or do. You describe the behavior ("never let the agent edit my migrations", "don't stop until the tests pass", "log every command"); this skill picks the right…

2026년 8월 26일
build-dark-factory
기타 컴퓨터 관련 직업

Take a PRD and build a dark factory around it - a repository that takes work in as an issue and ships validated code out with nobody at the keyboard - one component at a time, into the user's actual repo. Covers the five components in construction order - the…

2026년 8월 14일
opportunity-scan
기타 컴퓨터 관련 직업

Scan how you actually work with your coding agent and surface what to encode next. Point it at ONE run's artifacts to find what would have prevented a specific failure (the reactive loop — 'that went wrong, what should change in the AI layer?'), or at a…

2026년 8월 11일
piv-implement
소프트웨어 개발자

Executes an implementation plan task-by-task with validation at every step. Use when you have a completed feature plan and want to implement it in one pass.

2026년 8월 9일
piv-investigate-issue
소프트웨어 개발자

Investigate a GitHub issue — fan out parallel exploration, find the root cause (5 Whys, evidence-backed), and write a reviewable RCA artifact (then post a summary to the issue). The investigate step before piv-implement-issue. Use to diagnose a bug/issue…

2026년 8월 9일
piv-review-pr
소프트웨어 품질 보증 분석가·테스터

Full pull-request review — fetch the PR, run the project's validation, review the diff with fresh eyes (dispatching the code-reviewer agent), categorize issues by severity, post the review to GitHub (approve / request-changes / comment), and save a report.…

2026년 8월 9일
plan-create-prd
프로젝트 관리 전문가

Interactive, problem-first PRD generator — interviews the user to surface the thesis (the problem, and WHY build it) and a falsifiable hypothesis, then writes a focused PRODUCT-level PRD (problem · evidence · hypothesis · users · MVP · success metrics ·…

2026년 8월 9일
rules-create-global
소프트웨어 개발자

Set up your project's global rules, a lean and well-structured root CLAUDE.md (plus a starter .claude/), following the course methodology. Greenfield: pass your PRD and/or architecture-spec path and it derives rules from your engineering decisions (a PRD…

2026년 8월 9일
수집된 skill 31개 중 8개를 표시합니다.
spec
프로젝트 관리 전문가

Slice an epic or next-epic doc into PIV-sized tickets with a dependency graph. Turns a large strategic doc into the discrete units of work that the PIV loop consumes. Accepts a Confluence page id OR a local PRD/epic doc path; optionally cross-references a…

2026년 7월 29일
agent-browser
소프트웨어 품질 보증 분석가·테스터

Drive a real browser to validate web apps end-to-end. Use when you need to navigate to a URL, interact with UI elements, fill forms, click buttons, take screenshots, assert page state, or run a full end-to-end validation flow for a web feature. The primary…

2026년 5월 24일
create-rules
소프트웨어 개발자

Derive the AI Layer's global rules (CLAUDE.md) and on-demand context modules FROM an existing codebase by analyzing its real structure, conventions, and patterns. Use on a brownfield codebase that has no CLAUDE.md yet (Brownfield Type A) to build the…

2026년 5월 24일
plan-feature
소프트웨어 개발자

Creates a comprehensive, context-rich implementation plan through deep codebase analysis and external research. Use when you have a feature request and need a one-pass-ready plan before writing any code.

2026년 5월 24일
prime-backend
소프트웨어 개발자

Primes the agent with focused understanding of the backend portion of the codebase — API routes, services, data models, and database layer — without loading unrelated frontend code. Use at the start of a session when the work is scoped to API endpoints,…

2026년 5월 24일
prime-frontend
소프트웨어 개발자

Primes the agent with focused understanding of the frontend portion of the codebase — components, routing, state management, and styling — without loading unrelated backend code. Use at the start of a session when the work is scoped to UI or client-side…

2026년 5월 24일
code-review-fix
소프트웨어 품질 보증 분석가·테스터

Fixes bugs surfaced by a manual or AI code review, one at a time, with tests, then runs full validation. Use after a code review has produced a list of issues or a review file.

2026년 5월 21일
code-review
소프트웨어 품질 보증 분석가·테스터

Performs a technical code review of recently changed files for bugs, security issues, and standards compliance, then writes a report. Use before committing, as a pre-commit quality gate.

2026년 5월 21일
수집된 skill 21개 중 8개를 표시합니다.
archon-cli
소프트웨어 개발자

Drive Archon through its CLI: run AI workflows on a repo, manage those runs (inspect, approve, reject, cancel, resume), set up Archon or change its config, author new workflows, and improve workflow prompts. Use when the user says "use archon", "run archon",…

2026년 8월 29일
rulecheck
소프트웨어 품질 보증 분석가·테스터

Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.

2026년 8월 18일
release
소프트웨어 개발자

Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says: - "/release" - create a patch release (default) - "/release minor" - create a minor release -…

2026년 8월 4일
test-release
소프트웨어 품질 보증 분석가·테스터

Verify a released archon binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released version, or validating that a hotfix binary actually works after a re-tag. Triggers: "test the…

2026년 8월 4일
docker-extend
소프트웨어 개발자

Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend docker', 'docker-extend', 'add tools to docker', 'customize docker', 'add my tools to the container',…

2026년 4월 5일
replicate-issue
소프트웨어 품질 보증 분석가·테스터

Replicate and validate a GitHub issue by spinning up Archon, analyzing the issue, and systematically testing all described symptoms using browser automation. Use when: User wants to reproduce a bug, validate a GitHub issue, confirm a reported problem, or…

2026년 4월 4일
validate-ui
소프트웨어 품질 보증 분석가·테스터

Comprehensive end-to-end validation of the Archon Web UI using browser automation and codebase review. Use when: User wants to validate, test, or audit the Archon web interface, find UI/UX bugs, test workflow management, verify parallel agent orchestration,…

2026년 4월 4일
agent-browser
소프트웨어 품질 보증 분석가·테스터

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026년 3월 30일
수집된 skill 12개 중 8개를 표시합니다.
frontend-mix-explore
소프트웨어 개발자

Gather context for a mixed-provider full-stack build before planning. Run this skill in a Claude Code session on Sonnet (cheap context gathering, no heavy reasoning needed). It inspects the repo, reads the spec if you point it at one, and writes a context.md…

2026년 6월 2일
frontend-mix-plan
소프트웨어 개발자

Plan a full-stack web application by producing a three-section spec (UI / Integration / Deployment) that downstream provider-specific sessions can execute. Run this skill in a Claude Code session on Opus, AFTER frontend-mix-explore has produced a context.md.…

2026년 6월 2일
frontend-mix-fix-validation
소프트웨어 품질 보증 분석가·테스터

Address validation failures recorded by the frontend-mix-validate session. Run this skill in a Claude Code session driving Opus - failures that survived two Sonnet repair attempts need real judgment, not more grinding. Reads validation-issues.md, fixes each…

2026년 6월 1일
frontend-mix-smoke
소프트웨어 품질 보증 분석가·테스터

Runtime smoke-test a freshly validated mixed-provider build by driving the RUNNING app with agent-browser - load every route, exercise the primary interaction, check status codes and console errors. Run this skill in a Claude Code session driving Sonnet.…

2026년 6월 1일
frontend-mix-validate
소프트웨어 품질 보증 분석가·테스터

Run the full validation suite (install, type-check, lint, build, tests) on a freshly integrated app and fix anything broken. Run this skill in a Claude Code session driving Sonnet - validation is grind work, Sonnet is the right tool. Two-attempt cap per step;…

2026년 6월 1일
frontend-mix-deploy
소프트웨어 개발자

Deploy a validated build per SECTION C of a planning document. Run this skill in a Claude Code session driving Opus - the deploy step is reasoning-light most of the time but needs judgment when the dry-run output looks off. Skill is generic: it does whatever…

2026년 5월 29일
frontend-mix-design
웹·디지털 인터페이스 디자이너

Design and scaffold a beautiful frontend from SECTION A of a planning document. Run this skill in a Pi session driving Gemini 3.5 Flash, because Gemini builds the most beautiful frontends right now. The skill only builds the UI surface - auth, API calls, and…

2026년 5월 29일
frontend-mix-integrate
소프트웨어 개발자

Wire up auth, backend API, and third-party SDK integrations into a UI scaffold by executing SECTION B of a planning document. Run this skill in a Claude Code session driving Opus - integration is reasoning-heavy. The skill is plan-driven, not vendor-specific:…

2026년 5월 29일
수집된 skill 9개 중 8개를 표시합니다.
brand-voice-generator
그래픽 디자이너

Generate tone-of-voice and brand-system files for use with the PPTX Generator and other brand-aware skills. TRIGGERS - Use this skill when user says: - "help me create a brand system" / "set up my brand" - "generate my tone of voice" / "create my voice…

2026년 1월 24일
mcp-client
기타 컴퓨터 관련 직업

Universal MCP client for connecting to any MCP server with progressive disclosure. Wraps MCP servers as skills to avoid context window bloat from tool definitions. Use when interacting with external MCP servers (Zapier, Sequential Thinking, GitHub,…

2026년 1월 24일
pptx-generator
그래픽 디자이너

Generate and edit presentation slides as PPTX files. Also create LinkedIn carousels and manage reusable slide layouts. TRIGGERS - Use this skill when user says: - "create slides for [brand]" / "generate presentation for [brand]" / "make slides for [brand]" -…

2026년 1월 24일
remotion-best-practices
웹 개발자

Create and edit Remotion videos with domain-specific knowledge. TRIGGERS - Use this skill when: - User mentions "Remotion" in their request - User references a Remotion project path (remotion-videos/*, contains remotion.config.ts) - User asks to create,…

2026년 1월 24일
sop-creator
소프트웨어 개발자

Create runbooks, playbooks, and technical documentation for engineering teams. Use when the user wants to document a process, create a runbook, build operational docs, or formalize any repeatable technical procedure. Triggers on requests like "create a…

2026년 1월 24일
diy-yt-creator
영화·비디오 편집자

Use when the user wants to create a new YouTube Short using one of the templates in this repo's templates/ folder. Spawns the project folder, drafts the script from a topic, generates TTS, fills the composition with real content sync'd to word-level…

2026년 5월 13일
hyperframes-cli
소프트웨어 개발자

HyperFrames CLI tool — hyperframes init, lint, inspect, preview, render, transcribe, tts, doctor, browser, info, upgrade, compositions, docs, benchmark. Use when scaffolding a project, linting, validating, inspecting visual layout in compositions, previewing…

2026년 5월 12일
hyperframes
오디오 및 비디오 기술자

Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in HyperFrames HTML. Use when asked to build any HTML-based video content, add captions or subtitles synced to audio, generate…

2026년 5월 12일
text-to-speech
소프트웨어 개발자

Convert text to speech using ElevenLabs voice AI. Use when generating audio from text, creating voiceovers, building voice apps, or synthesizing speech in 70+ languages.

2026년 5월 12일
visual-diagrams
특수 효과 아티스트 및 애니메이터

Professional diagram and architecture visualization design system for Remotion video compositions. Use when building: architecture diagrams, hub-and-spoke layouts, flowcharts, pipeline visualizations, comparison panels, layered stacks, data flow diagrams, or…

2026년 5월 12일
저장소 25개 중 12개 표시