dot_config/opencode/skills/languages/SKILL.md
Language-specific coding conventions for Bash, Python, JavaScript, Rust, and Nushell, including safety patterns and anti-patterns.
npx skillsauth add drgnxd/dotfiles languagesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
set -euo pipefail."${var}".readonly V="${1}"; [[ -n "$V" ]] || exit 1.rm -rf $V).pathlib over legacy path APIs.uv workflows:
uv venvuv pip install <pkg>uv run script.pypip, python -m venv, virtualenv.const/let over var.===, !==).async/await over callback-heavy style.any unless explicitly justified.const d = await fetch(u).then(r => r.json()).rustfmt and clippy clean.Result/Option propagation over unwrap() in non-test code.fn read(p: &Path) -> Result<String>.ls | where size > 1mb | select name size.open data.json | each { |x| $x.value * 2 }.do { cmd } | complete | if $in.exit_code != 0 { error make {...} }.open data.csv | from csv | save output.json.$env.PATH = ($env.PATH | append "/path").^cmd or bash -c when needed.eval and unchecked run-external usage.development
Adaptive reasoning framework with simple/medium/complex modes, decomposition patterns, confidence scoring, and token-efficient synthesis.
business
Deep research workflow with scoped question design, source triangulation, CRAAP evaluation, confidence scoring, and report synthesis.
development
Engineering practice guidelines for Unix design, function boundaries, error handling, testing, code review, refactoring, and debugging workflows.
development
Japanese response style rules for user-facing output while preserving code literals and enforcing English-only AI-readable instruction files.