Use this skill when creating or modifying Biome's parsers. Covers grammar authoring with ungrammar, lexer implementation, error recovery strategies, and list parsing patterns.
For syntax only valid in certain contexts (e.g., strict mode):
Biome의 새로운 언어에 대한 오류 복구 기능이 있는 파서를 구현하기 위한 가이드입니다. JavaScript, CSS, JSON, HTML, GraphQL용 파서를 생성하거나 새로운 언어 지원을 추가할 때 사용합니다. 예:<example>사용자는 새 언어에 대한 구문 분석 지원을 추가해야 합니다.</example><example>사용자는 파서에서 오류 복구를 구현하려고 합니다.</example><example>사용자는 .ungram 형식으로 문법 정의를 작성합니다.</example> 출처: biomejs/biome.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/biomejs/biome --skill parser-development 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다