By ncaq
Nix best practices, command patterns, and more guidance for AI coding assistants.
Nix naming conventions for files, variables, packages, and NixOS options based on nixpkgs official coding standards. Use when writing or reviewing Nix code.
Nix CLI command guidelines. Use new unified CLI (nix subcommand) instead of legacy commands (nix-build, nix-env, nix-shell, etc.). Use when running or suggesting Nix commands.
nix-fast-build command reference. Parallel Nix evaluation and build tool using nix-eval-jobs. Use when running or configuring nix-fast-build.
treefmt-nix and nix fmt guide. Unified formatting and linting with treefmt. Use when configuring or running nix fmt, treefmt, or adding formatters/linters to a Nix project.
Nix writer functions (writeShellApplication, writeText, etc.) for generating scripts, text files, and data. Use when creating derivations that produce scripts or configuration files.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
LLM向けのプロンプトなどを管理するためのリポジトリです。
Claude Codeプラグインマーケットプレイスとして配布しています。
Claude Codeで以下を実行します。
/plugin marketplace add ncaq/konoka
または.claude/settings.jsonに追加します。
{
"extraKnownMarketplaces": {
"konoka": {
"source": {
"source": "github",
"repo": "ncaq/konoka"
}
}
}
}
direnv allow
nix fmt
nix-fast-build --option eval-cache false --no-link --skip-cached
npx claudepluginhub ncaq/konoka --plugin nix-tasukeAI-assisted git commit with editor review. Generates commit messages from staged changes and opens $EDITOR for user editing before committing.
Cross-source search for technical investigation, documentation lookup, library issue/PR tracking, and package information retrieval.
Extract key information from verbose command output while keeping main conversation context lean.
Code review for PRs or local changes. Covers code quality, performance, test coverage, documentation accuracy, and security.
Fix typos, grammar, readability, and notation consistency in Japanese text. Use when the user wants to proofread or edit Japanese text.
Nix language server
Advanced Nim programming skills for systems programming and metaprogramming
Plugin-first Claude Code workflows with planning, CI/CD debugging, reusable agents, TODOs, and MCP safety policies.
Developer onboarding, environment setup guides, and git commit workflows. Covers Windows, macOS, Linux, WSL, package management, shell configuration, AI tooling, and productivity tools.
Ubuntu changes since training cutoff (latest: 25.10) — sudo-rs, rust-coreutils, APT 3.1, OpenSSH 10.0, OpenSSL 3.5 post-quantum crypto, Chrony NTS, Wayland-only GNOME. Load before working with Ubuntu.
Infrastructure management discipline: Ansible automation, container orchestration, Proxmox virtualization, Unraid NAS, and network architecture