Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
ncaq
GitHub 제작자 프로필

ncaq

1개 GitHub 저장소에서 수집된 54개 skills를 저장소 단위로 보여줍니다.

수집된 skills
54
저장소
1
업데이트
2026-07-15
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

commit
소프트웨어 개발자

Generate a commit message from staged changes and let the user review before committing. Use when the user wants to commit changes or create a git commit.

2026-07-15
pr
소프트웨어 개발자

Generate a GitHub pull request title and body from the current branch and let the user review before creation. Use when the user wants to create a pull request.

2026-07-15
research
소프트웨어 개발자

Investigate any topic by querying multiple external sources (web, official docs, GitHub, MCP servers). Use whenever a question requires information not already in the working context, including library behavior, API specifications, error diagnostics, version comparisons, or general factual lookup.

2026-06-16
himari
소프트웨어 개발자

himari is ncaq's rio-like custom Haskell Prelude. Import it with a single `import Himari`, never `import Himari.Prelude` or other submodules directly. Use when writing or reviewing Haskell code in a project that depends on the himari package.

2026-06-14
prefer-specific-method
소프트웨어 개발자

Prefer the most specific built-in method over general-purpose ones in TypeScript/JavaScript. Use includes over indexOf, some over filter().length, find over filter()[0], flatMap over map().flat(), at(-1) over length-based access, startsWith/endsWith/includes over indexOf on strings, structuredClone over JSON round-trip. Use when writing or reviewing code that searches, tests, transforms arrays, objects, or strings.

2026-06-04
avoid-for
소프트웨어 개발자

Avoid for loops (C-style, for...of, for...in) in TypeScript/JavaScript. Prefer higher-order Array methods like map, filter, find, some, every, reduce. Use when writing or reviewing loops or iteration over arrays, objects, Map, Set, or String.

2026-06-04
variable-naming
소프트웨어 개발자

Variable naming conventions for TypeScript/JavaScript. Prefer camelCase even for constants and avoid UPPER_SNAKE_CASE. Use when naming or reviewing variables or constants.

2026-06-04
naming-convention
소프트웨어 개발자

Nix naming conventions for files, variables, packages, and NixOS options based on nixpkgs official coding standards. Use when writing or reviewing Nix code.

2026-06-01
이 저장소에서 수집된 skills 54개 중 상위 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다