Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
ncaq
Perfil de creador de GitHub

ncaq

Vista por repositorio de 54 skills recopiladas en 1 repositorios de GitHub.

skills recopiladas
54
repositorios
1
actualizado
2026-07-15
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

explorador de repositorios

Repositorios y skills representativas

commit
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Mostrando las 8 principales de 54 skills recopiladas en este repositorio.
Mostrando 1 de 1 repositorios
Todos los repositorios cargados