Skip to main content
在 Manus 中运行任何 Skill
一键导入
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
当前展示该仓库 Top 8 / 54 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库