guardrail이란?
아키텍처 패턴에서 사용자 정의 린트 규칙을 생성합니다. ESLint 로컬 플러그인(JS/TS) 또는 ast-grep YAML 규칙(Python/Go/Rust/any). 호출 시기: 가져오기 경계 코드화, API 규칙 시행, 더 이상 사용되지 않는 패턴을 차단하거나 "항상/절대로" 제약 조건을 적용하지 않습니다. 출처: phrazzld/claude-config.
아키텍처 패턴에서 사용자 정의 린트 규칙을 생성합니다. ESLint 로컬 플러그인(JS/TS) 또는 ast-grep YAML 규칙(Python/Go/Rust/any). 호출 시기: 가져오기 경계 코드화, API 규칙 시행, 더 이상 사용되지 않는 패턴을 차단하거나 "항상/절대로" 제약 조건을 적용하지 않습니다.
명령줄에서 guardrail AI 스킬을 개발 환경에 빠르게 설치
출처: phrazzld/claude-config.
Generate custom lint rules that enforce architectural decisions at edit time.
Lint rules are the highest-leverage codification target. They're cheaper than hooks (no custom Python), more durable than CLAUDE.md (automated, not advisory), and work in CI too (not just Claude Code). A lint rule catches violations the moment code is written — and fast-feedback.py surfaces the error immediately so Claude self-corrects.
| Language | JS/TS only | Any (Python, Go, Rust, etc.) | | Fixable | Yes (auto-fix) | Yes (rewrite) | | Testing | RuleTester built-in | YAML snapshot tests | | Config | Flat config plugin | sgconfig.yml | | Speed | Fast | Very fast |
아키텍처 패턴에서 사용자 정의 린트 규칙을 생성합니다. ESLint 로컬 플러그인(JS/TS) 또는 ast-grep YAML 규칙(Python/Go/Rust/any). 호출 시기: 가져오기 경계 코드화, API 규칙 시행, 더 이상 사용되지 않는 패턴을 차단하거나 "항상/절대로" 제약 조건을 적용하지 않습니다. 출처: phrazzld/claude-config.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/phrazzld/claude-config --skill guardrail아키텍처 패턴에서 사용자 정의 린트 규칙을 생성합니다. ESLint 로컬 플러그인(JS/TS) 또는 ast-grep YAML 규칙(Python/Go/Rust/any). 호출 시기: 가져오기 경계 코드화, API 규칙 시행, 더 이상 사용되지 않는 패턴을 차단하거나 "항상/절대로" 제약 조건을 적용하지 않습니다. 출처: phrazzld/claude-config.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/phrazzld/claude-config --skill guardrail 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/phrazzld/claude-config