Agent Skills: Programming

|

UncategorizedID: i9wa4/dotfiles/programming

Install this agent skill to your local

pnpm dlx add-skill https://github.com/i9wa4/dotfiles/tree/HEAD/skills/programming

Skill Files

Browse the full folder contents for programming.

Download Skill

Loading file tree…

skills/programming/SKILL.md

Skill Metadata

Name
programming
Description
|

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 collaboration.
  • 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.
  5. Report changed files, verification, residual Waza findings, and remaining risk.

3. References