원클릭으로
preferred-tools
Preferred tools for common tasks like linting and link checking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Preferred tools for common tasks like linting and link checking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guidelines for Michael Vorburger's personal Git commit style.
Guidelines for Michael Vorburger's preferred Git workflow.
Java coding, testing, and logging conventions.
Guidelines for determining how to test a project based on its contents.
Enforces TypeScript and project-specific coding standards, including Bun usage and the zero-warning policy. Use this skill when creating or modifying any TypeScript or configuration files.
Update Nix flake inputs.
| name | preferred-tools |
| description | Preferred tools for common tasks like linting and link checking. |
To maintain consistency across the project, the following tools are preferred for common maintenance tasks:
markdownlint-cli2 for validating Markdown syntax.lychee for detecting broken internal and external links. It supports caching results to improve performance.lefthook framework via lefthook.yaml to run validations (like prettier, markdownlint, shellcheck, etc.) before each commit and push.prettier for formatting Markdown, JSON, YAML, and TypeScript files. This is automatically managed via lefthook on staged files.Whenever possible, these tools should be invoked through Nix flakes (nix flake check).