Show HN: Grug – Claude Code Skill Inspired by the Grug Brained Developer
hackernews
|
|
📦 오픈소스
#ai 개발도구
#ai 딜
#claude
#claude code
#grug brained
#개발 철학
#소프트웨어 엔지니어링
#ai 개발 도구
#ai 스킬
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
카슨 그로스(Carson Gross)가 창조한 '그루그 브레인드 개발자(The Grug Brained Developer)' 철학을 바탕으로 한 클로드 코드(Claude Code)용 새로운 스킬이 공개되었습니다. 이 스킬은 복잡성을 배제하고 실용적인 소프트웨어 엔지니어링 조언을 제공하며, 한 번 활성화하면 종료 명령을 입력하기 전까지 모든 답변을 그루그 관점에서 제시하는 끈기 있는 모드를 특징으로 합니다. 사용자는 macOS, Linux, Windows 등 각 운영체제에 맞는 명령어를 통해 손쉽게 해당 스킬을 설치하고 프레임워크 선택이나 아키텍처 결정 등의 기술적 고민에 활용할 수 있습니다.
본문
channel the grug brained developer for hard-won software wisdom A Claude Code skill that channels the philosophy of the grug brained developer — practical grug-based engineering takes for eternel complexity spirit demon battle. /grug is this a good idea? enter grug mode with any of: /grug grug mode grug take what would grug say give me the grug perspective think like grug then grug give take on what you currently speak. Architecture decision? /grug . Framework choice? /grug . Coworker wants to add GraphQL for a CRUD app? definitely /grug . grug mode is sticky — once on, every reply comes from grug until you exit. Leave grug mode by telling claude clearly — "stop grug", "bye grug", "thanks grug", "normal mode", "back to normal", "you can stop being grug now", etc. grug give short farewell, then claude take wheel next turn. copy grug/ into ~/.claude/skills/ or /.claude/skills/ npx skills add replete/grug-skill # macOS / Linux mkdir -p ~/.claude/skills && \ curl -sL https://github.com/replete/grug-skill/archive/main.tar.gz | \ tar -xz -C ~/.claude/skills --strip-components=1 grug-skill-main/grug # Windows (PowerShell) $dst = "$env:USERPROFILE\.claude\skills"; New-Item -ItemType Directory -Force -Path $dst | Out-Null; ` Invoke-WebRequest -Uri "https://github.com/replete/grug-skill/archive/main.zip" -OutFile "$env:TEMP\grug.zip"; ` Expand-Archive -Force "$env:TEMP\grug.zip" "$env:TEMP\grug-extract"; ` Copy-Item -Recurse -Force "$env:TEMP\grug-extract\grug-skill-main\grug" $dst # macOS / Linux mkdir -p .claude/skills && \ curl -sL https://github.com/replete/grug-skill/archive/main.tar.gz | \ tar -xz -C .claude/skills --strip-components=1 grug-skill-main/grug # Windows (PowerShell) $dst = ".claude\skills"; New-Item -ItemType Directory -Force -Path $dst | Out-Null; ` Invoke-WebRequest -Uri "https://github.com/replete/grug-skill/archive/main.zip" -OutFile "$env:TEMP\grug.zip"; ` Expand-Archive -Force "$env:TEMP\grug.zip" "$env:TEMP\grug-extract"; ` Copy-Item -Recurse -Force "$env:TEMP\grug-extract\grug-skill-main\grug" $dst Based entirely on The Grug Brained Developer by Carson Gross (creator of htmx). grug say read original. is funny and free. MIT — free like wise word around mass fire. complexity very, very bad. you say now.
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유