ncaq
Community@ncaq · Japan
エヌユル is my Japanese name. Haskell TypeScript Emacs Web NLP
Agent Skills by ncaq
Showing 32 vetted skills indexed across 1 GitHub repositories.
research
Research technical questions across official docs and web sources with parallel investigations.
nix-command
Map legacy Nix commands to unified nix subcommands.
treefmt
Run treefmt and nix fmt to format and lint multi-language repositories.
writer-function
Generate scripts and configuration files using Nix writer utilities.
nix-fast-build
Parallelize Nix evaluation and builds using nix-eval-jobs and nix-output-monitor.
naming-convention
Enforce nixpkgs naming conventions for files, variables, and packages.
commit
Generate git commit messages from staged changes with user review prompts.
commit-style
Standardize commit messages across projects with a shared style guide.
proofreading-ja
Correct Japanese text for typos, grammar, readability, and notation consistency.
bump-cabal-index-state
Update Cabal project index-state timestamps and verify with a build.
kyosei
Analyze pull requests and local changes for code quality, security, performance, and documentation gaps.
pr-style
Standardize GitHub PR titles and descriptions to repository conventions.
pr
Generate a GitHub pull request title and body from the current branch.
dynamic-import
Enforce static imports over dynamic import() in TypeScript and JavaScript code.
window-alert-confirm
Guides usage of window.alert() and window.confirm() in web applications with accessibility and cross-browser considerations.
as-const-satisfies
Preserve literal types in TypeScript constants with as const satisfies.
react-use-effect
Review React useEffect usage and recommend refactoring alternatives.
semantic-html
Replace non-semantic div wrappers with semantic HTML elements in JSX and static pages.
aria-usage
Identify and correct ARIA misuses and redundancies in HTML/JSX markup.
react-refactor-component
Refactor React components to project conventions with safe import rewrites.
non-null-assertion
Replace TypeScript non-null assertions with optional chaining and type guards.
react-use-ref
Replace React useRef patterns with declarative HTML features and state-driven logic.
react-component-convention
Standardize React component file structure with fixed import, type, and export ordering.
async-state-type
Advise type-safe React/TypeScript patterns for asynchronous data fetching.