Measure and shrink the always-loaded context of a Claude Code harness (CLAUDE.md + rules without paths frontmatter) back under budget โ migrate narrative to reference files, convert rules to path-scoped or skill-triggered loading, and verify zero governanceโฆ
sangrokjung/claude-forge
SkillsMP has collected 25 skills from sangrokjung/claude-forge. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 25
- GitHub stars
- 835
- GitHub forks
- 177
Skills in this repository
Showing 25 of 25 collected skills.
Use Nara/PNU Korean spell-check surfaces conservatively to proofread Korean text, chunk long input, and return change-focused correction suggestions.
Run the adversarial verification loop โ implement, then hand the change to a fresh checker that did not write it, fix what it finds, and re-dispatch until APPROVE. Use before claiming any behavioural change is done, and on requests like "review loop",โฆ
Clean up translation-ese and AI-writing tics in Korean prose so it reads like a person wrote it โ content (facts, numbers, proper nouns, quotes) stays 100% unchanged, only style and rhythm are touched. Single-pass, done in this session. Triggers โ AI ํฐ ์์ ์ค,โฆ
Count Korean text deterministically with exact grapheme, line, and byte contracts for self-intros and form limits.
Session relay โ compresses what's been done so far (writes a one-liner for /compact) and generates a "next task" prompt (a baton) for the user to hand off. Use on requests like "relay / hand off / next session / continue after compact / baton / handoff /โฆ
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Turn a one-line description of a repetitive task into a reusable, self-guarding slash command. loop-forge diagnoses the task into one of 5 loop shapes (Batch / Pipeline / Refine / Watch / Explore), interviews for the blanks, and auto-injects two safetyโฆ
Use *before* starting work in a domain you don't know well, to surface the "unknown unknowns" โ the things you don't even know to ask about โ and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fableโฆ
Source text: Mixed languages
Use when detecting and running project build systems automatically. Supports npm/yarn/pnpm/pip/poetry/gradle/maven/cargo/go/make. Triggers on build, test run, project setup, package manager detection.
Source text: Korean
Use when starting Claude Code projects, writing CLAUDE.md/spec.md, dispatching subagents, or requesting Agent Teams parallel development. Covers Spec-Driven Development, Context Engineering, and post-dev workflow.
Source text: Mixed languages
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.
Source text: Korean
Use when security verification is needed - pre-commit security checks, vulnerability scanning, STRIDE threat analysis. Integrates with /handoff-verify --security and /commit-push-pr. CWE Top 25 based.
Source text: Korean
Use when wrapping up a session before ending. 4 parallel subagents detect doc updates, repeated patterns, learning points, and follow-ups, then a verifier deduplicates and presents choices. Triggers on /session-wrap, session wrap, session cleanup, end ofโฆ
Source text: Korean
Use when orchestrating Agent Teams for parallel development - team composition, task distribution, dependency management, and result aggregation. Triggers on /orchestrate, multi-agent coordination, parallel team work, task delegation to teammates.
Source text: Korean
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Use when verifying build/test/lint before commit, PR, or completion claims. Runs verification pipeline in fresh subagent context with auto-repair. Triggers on /handoff-verify, pre-commit check, build verification, test validation.
Source text: Korean
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for โtranscribe this YouTube/videoโ).
Structured debugging methodology โ use before proposing fixes for any error or failure. Covers: code bugs, build errors, deploy failures, config conflicts, dependency issues, infra problems. Also use when previous fix attempts failed or root cause is unclear.
์ธ์ ๋ณ๊ฒฝ์ฌํญ์ ๋ถ์ํ์ฌ ๊ฒ์ฆ ์คํฌ ๋๋ฝ์ ํ์งํฉ๋๋ค. ๊ธฐ์กด ์คํฌ์ ๋์ ์ผ๋ก ํ์ํ๊ณ , ์ ์คํฌ์ ์์ฑํ๊ฑฐ๋ ๊ธฐ์กด ์คํฌ์ ์ ๋ฐ์ดํธํ ๋ค ํ๋ก์ ํธ CLAUDE.md๋ฅผ ๊ด๋ฆฌํฉ๋๋ค.
Source text: Korean
ํ๋ก์ ํธ์ ๋ชจ๋ verify ์คํฌ์ ์คํํ์ฌ ํตํฉ ํจํด ๊ฒ์ฆ ๋ณด๊ณ ์๋ฅผ ์์ฑํฉ๋๋ค. ๊ธฐ๋ฅ ๊ตฌํ ํ, PR ์ , ์ฝ๋ ๋ฆฌ๋ทฐ ์ ์ฌ์ฉ.
Source text: Korean
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config isโฆ
Analyze session work and automatically convert reusable patterns into Claude Code skills. Use when: "์ธ์ ์ ์คํฌ๋ก", "์คํฌ ๋ง๋ค์ด", "์ด๊ฑฐ ์คํฌ๋ก", "skill factory", "์ด ์์ ์๋ํํด", "์คํฌ ์ถ์ถ", "make this a skill", "extract skill", "convert to skill", "์คํฌ ํฉํ ๋ฆฌ", "์๋ ์คํฌ ์์ฑ". Differsโฆ