From vibe-check-mate
루트 biome-config 폴더를 기준으로 프로젝트 유형을 분석해 적절한 Biome preset(base/react/strict)을 선택하고, biome 설치 및 biome.json extends 설정을 적용한다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-check-mate:setup-biome-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
프로젝트를 분석해 적절한 Biome preset을 자동으로 선택하고, 루트 biome.json에 올바른 extends 구성을 적용한다.
프로젝트를 분석해 적절한 Biome preset을 자동으로 선택하고, 루트 biome.json에 올바른 extends 구성을 적용한다.
다음 중 하나 이상이면 React 계열로 판단한다.
다음 중 하나 이상이면 strict 적용을 고려한다.
루트 biome.json: { "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", "extends": ["./biome-config/biome.base.json"] }
루트 biome.json: { "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", "extends": ["./biome-config/biome.react.json"] }
루트 biome.json: { "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", "extends": ["./biome-config/biome.strict.json"] }
루트 biome.json: { "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json", "extends": [ "./biome-config/biome.react.json", "./biome-config/biome.strict.json" ] }
명령: pnpm add -D @biomejs/biome
가능하면 다음 스크립트를 확인하고 없으면 추가한다.
scripts: lint: biome check . lint:fix: biome check . --apply
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub letyuchan/vibe-check-mate --plugin vibe-check-mate