i9wa4/dotfiles

programming

USE FOR: Programming/debugging: Bash, Python/Jupyter quality, Nix package workflow, Terraform with Checkov, Markdown, TDD/Tidy First, and root-cause isolation. DO NOT USE FOR: agent harness, data-platform, diagramming, or GitHub workflow work.

First seen May 24, 2026

Installation

$ npx skills add i9wa4/dotfiles --skill programming

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from i9wa4/dotfiles · top by installs.

npx skills add i9wa4/dotfiles

Browse all from i9wa4/dotfiles

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 21
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,154 B
  • docs SUMMARY.md 262 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Programming

Owns repo-local implementation guidance and debugging. Prefer a narrower domain skill when one exists.

1. Scope

  • Bash scripts and shell command design.
  • Python utility edits, local execution, and general Python quality:

type hints, pytest, uv/ruff/pyright tooling, Jupyter notebooks.

  • Nix package workflow, especially fetcher hash acquisition.
  • Terraform infrastructure code development, plan review, and Checkov

security/compliance scanning.

  • Markdown authoring and formatting rules.
  • Red-Green-Refactor and Tidy First implementation loops.
  • Systematic debugging: reproducers, working-pattern comparison, root cause.

Out of scope:

  • Agent harness runtime, Home Manager agent config, hooks, postman routing, or

installed agent outputs; use dotfiles.

  • GitHub issue, PR, review, or public-surface mechanics; use

dev-platform-workflow.

  • Data-platform or diagramming workflows; use their target skills.

2. Workflow

  1. Inspect relevant files, repo conventions, and git status.
  2. Select the focused reference below before changing files.
  3. Keep structural and behavioral edits separate when practical.
  4. Run the fastest focused check during iteration, then the nearest repo

validation surface before reporting success.

  1. Report changed files, verification, residual Waza findings, and remaining

risk.

3. References

  • [Bash Scripting](references/bash-scripting.md)
  • [Python Development](references/python-development.md)
  • [Python Quality](references/python-quality.md)
  • [Nix Package Workflow](references/nix-package-workflow.md)
  • [Terraform Development](references/terraform-development.md)
  • [Markdown Authoring](references/markdown-authoring.md)
  • [TDD And Tidy First](references/tdd-tidy-first.md)
  • [Systematic Debugging](references/systematic-debugging.md)