dot_config/opencode/skills/core/SKILL.md
Always-on coding fundamentals for safety, naming conventions, import order, and instruction precedence across all tasks.
npx skillsauth add drgnxd/dotfiles coreInstall 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.
rm, dd, mkfs, chmod -R, and shell redirection overwrite (>).uv is mandatory for environment and package workflows.pip, python -m venv, or virtualenv directly.snake_case (exceptions: README.md, SKILL.md, AGENTS.md).snake_case.UPPER_SNAKE.PascalCase.src, lib, doc, cfg, bin, tmp, env, pkg.Apply project guidance in this order:
.opencode/skillsCODING_STANDARDS.md.editorconfigUse this import grouping order:
thinking skill.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
Language-specific coding conventions for Bash, Python, JavaScript, Rust, and Nushell, including safety patterns and anti-patterns.