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

khw1031

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

수집된 skills
56
저장소
6
업데이트
2026-07-30
저장소 탐색

저장소와 대표 skills

source-code-analysis
소프트웨어 개발자

소프트웨어 프로젝트의 소스 코드를 체계적으로 분석합니다. 프로젝트 경로를 입력하면 아키텍처, 데이터 흐름, 설계 패턴, 의존성을 단계별로 파악합니다. 소스 분석, 코드 분석, 리버스 엔지니어링, 아키텍처 분석, 코드베이스 파악 요청 시 활성화.

2026-02-26
create-skill
소프트웨어 개발자

Claude Code Skill을 생성하거나 기존 스킬을 개선합니다. 스킬 생성, 스킬 수정, SKILL.md 작성, 새 스킬 만들기, 스킬 개선, 스킬 업데이트 요청 시 활성화.

2026-02-25
create-skill
소프트웨어 개발자

Claude Code Skill을 생성하거나 기존 스킬을 개선합니다. 스킬 생성, 스킬 수정, SKILL.md 작성, 새 스킬 만들기, 스킬 개선, 스킬 업데이트 요청 시 활성화.

2026-02-25
changelog
소프트웨어 개발자

CHANGELOG.md에 변경 사항과 담당자를 정리하고 package.json 버전을 올립니다. changelog 작성, 변경 이력 정리, 버전 올리기, 릴리즈 노트, CHANGELOG 업데이트 요청 시 사용.

2026-02-23
project-initializer
소프트웨어 개발자

새 프로젝트를 프레임워크에 맞게 초기화하고 최신 버전과 모범 사례를 적용합니다. 초기화 완료 후 rule-manager 워크플로우를 참조하여 기본 규칙을 자동 생성합니다. 프로젝트 생성, 프로젝트 초기화, 새 프로젝트, project init, scaffold, boilerplate, 프로젝트 시작, 프로젝트 만들기 요청 시 활성화.

2026-02-23
rule-manager
소프트웨어 개발자

Skill 기반의 규칙을 레포지토리에 추가하고 관리합니다. 기존 구조 분석 → 적절한 위치 판단 → 사용자 확인 후 추가. 규칙 추가, 룰 추가, rule 추가, 새 규칙, 컨벤션 추가, 스타일 가이드 추가, 가이드라인 추가 요청 시 활성화.

2026-02-23
rule-manager
소프트웨어 개발자

Skill 기반의 규칙을 레포지토리에 추가하고 관리합니다. 기존 구조 분석 → 적절한 위치 판단 → 사용자 확인 후 추가. 규칙 추가, 룰 추가, rule 추가, 새 규칙, 컨벤션 추가, 스타일 가이드 추가, 가이드라인 추가 요청 시 활성화.

2026-02-23
update-ai-tools
소프트웨어 개발자

AI 도구(Skill, Agent) 추가/변경 후 모든 README.md를 재귀적으로 업데이트하고 CHANGELOG에 반영합니다. update-ai-tools, README 업데이트, 도구 문서 갱신, 문서 동기화 요청 시 사용.

2026-02-14
이 저장소에서 수집된 skills 38개 중 상위 8개를 표시합니다.
content-delete
소프트웨어 개발자

Safely delete a document from an agent-authored content collection (notes, inbox, sources, wiki) by first mapping every inbound reference to it across the whole repo, surfacing structural dependencies (hub↔child, category TOC), and only then removing it with git rm so the deletion is reviewable and reversible. Never auto-rewrites inbound links — it reports them and proposes edits. Handles hubs with children explicitly (delete subtree / reparent / abort), never orphaning children. Use when the user asks to delete/remove a note, wiki card, spec, or inbox capture, or to clean up an obsolete doc without leaving dangling links. 노트·위키· 스펙·inbox 문서 안전 삭제, 참조 파악 후 삭제, dangling 링크 없이 정리 요청에 사용.

2026-07-30
idea
소프트웨어 개발자

Take a raw idea, research BOTH how to best develop it (idea-handling methodologies) AND its subject-domain evidence (official/primary sources first), apply the chosen methodology, and persist the result as an OKF note under src/content/idea, served on the unlisted /idea route. /idea behaves like the notes route (URL-only, excluded from search index, sitemap, and robots) but is additionally NOT linked in the footer — reachable only by a direct URL. Content is committed plaintext, so it is public-if-found; do not put secrets in it. Use when the user hands over an idea to develop, expand, pressure-test, or capture. 아이디어를 방법론+도메인 근거로 조사·발전시켜 unlisted /idea 노트로 남길 때 사용. 아이디어 정리·발전·검증 요청에 사용.

2026-07-30
ideabox
소프트웨어 개발자

Lightweight idea capture. Given a raw idea (or a few), do a light cleanup, list a handful of questions worth exploring next, and run a quick scan of related references and existing services — then save it as a short note under src/content/idea/inbox, served at /idea/inbox/. This is the fast, low-ceremony sibling of the `idea` skill: no full methodology, no exhaustive primary-source verification, no business analysis — just enough structure to make the idea reviewable and promotable later. Use when the user runs /ideabox or wants to jot and lightly organize an idea to BUILD. NOT for research/analysis captures — those go to the separate top-level `src/content/inbox/` collection (`YYYY-MM-DD-{slug}.md`, no owning skill), so a bare "inbox에 추가해줘" / "조사해서 inbox에 넣어줘" is NOT this skill. 아이디어를 가볍게 정리·질문·레퍼런스 스캔해 idea 인박스에 남길 때 사용.

2026-07-30
notes-polish
소프트웨어 개발자

Batch-polish agent-authored content collections (notes, inbox, wiki, idea) — NOT user-authored posts/read-and-write. Two body edits: (1) highlight the load-bearing spans with `==마커==`, sparingly; (2) align structure to each collection's own charter (hub 통합 + 하위 목차 재구성), deferring to the owning skill's model. A deterministic checker stamps a body-only `polishHash` and flags files whose body drifted since their last polish. Warning-only in pre-push. Runs as an independent pass (manual batch, or scoped to named files) — not coupled to /lint. Use before commit/push, or when the polish check flags drift.

2026-07-30
research
시장조사 분석가·마케팅 전문가

Research references for a topic — official/primary sources first — and persist them into the OKF-conformant wiki collection (src/content/wiki), categorized in a nested tree. Each doc gets a `type` frontmatter, a readable prose core, and primary/secondary reference links. Use when the user wants to gather the sources/evidence behind a topic, build up a reference category, or asks to "조사해서 위키에 정리" / "레퍼런스 카드 만들어줘". Distinct from the one-off deep-research report: /research produces a persistent, browsable, searchable library entry. 레퍼런스 조사·근거 자료 수집· 위키 카테고리 정리·공식 문서 우선 조사 요청에 사용.

2026-07-30
cv-entry-writer
인사 전문가

Write and revise CV/résumé project entries in a consistent Korean résumé voice — flowing narrative + separated impact, with an optional leading Why. Use when adding a project or experience to the CV, rewriting an entry, tightening wording, removing redundant dates, or converting segmented What/How/Impact bullets into narrative flow. CV 항목 작성·수정, 이력서 문체(개조식) 정리, 프로젝트 추가 시 사용.

2026-07-22
interpretive-generative-visuals
소프트웨어 개발자

Interpret abstract words, compressed names, brand-like tokens, or concepts into mathematical generative visual grammars, confirm the interpretation direction with the user, then implement Three.js/WebGL or another renderer. Use when creating concept-driven visuals where the user expects semantic interpretation, recursive/metaphorical structure, formula-based shapes, 3D fields, or custom generated graph forms rather than literal text rendering or fixed chart/math-pattern presets.

2026-07-22
skill-manager
기타 컴퓨터 관련 직업

Creates, updates, reviews, and tests project agent skills under .agents/skills with .claude symlink compatibility. Use when the user asks to write or improve SKILL.md, create a reusable skill, validate skill structure, restructure skill-manager, or prepare workflow skills such as git-stash-pull. 스킬 생성, 수정, 리뷰, 검증, SKILL.md 작성 요청에 사용.

2026-07-22
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다