urmzd/dotfiles

Cross-platform dotfiles managed by Chezmoi with Homebrew/apt and per-language version managers. One-command bootstrap for macOS and Linux with Neovim, Tmux, Zsh, and AI agent skills.

3Stars on the repository
58Mods indexed here, across every type
19d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

urmzd/dotfiles

Skill Claude CodeCodex

House doctrine for designing LLM agent systems: safety enforced by the harness and tools rather than model goodwill, tools that execute and return results, minimal loop code, interface-first component seams, typed config, deterministic evals over LLM judges, and POC scope discipline. Use when designing or reviewing…

3 19d ago A 121 tokens original Apache-2.0

asd-ste100

02

urmzd/dotfiles

Skill Claude CodeCodex

Write or rewrite text in ASD-STE100 Simplified Technical English (STE): the approved-word dictionary discipline, controlled verb forms, sentence and paragraph limits, procedural vs descriptive rules, and safety-instruction structure. Use when the user asks for Simplified Technical English, STE, ASD-STE100, controlled…

3 19d ago A 118 tokens original Apache-2.0

assess-quality

03

urmzd/dotfiles

Skill Claude CodeCodex

Foundational quality framework: the five questions (readable, easy to start, expands without bloat, consistent, intentional) every other dev skill is judged against, plus the dual-audience and workshop principles. Use when onboarding to a project, defining a quality bar, setting an assessment checklist, or arbitrating…

3 19d ago A 120 tokens original Apache-2.0

audit-security

04

urmzd/dotfiles

Skill Claude CodeCodex

Scans a repo and host for leaked keys and secrets (gitleaks, trufflehog), audits SSH/GPG/.env file permissions, checks git hygiene, investigates suspicious processes and listeners, and hardens config (FileVault, firewall, SIP, SSH). Use when auditing for leaked credentials or secrets, checking for security issues…

3 19d ago B 124 tokens original Apache-2.0

build-cli

05

urmzd/dotfiles

Skill Claude CodeCodex

Design and audit CLI tools end-to-end: output modes, TTY detection, JSON piping, stderr/stdout separation, color/symbol semantics, the ui module pattern, signal handling, exit codes, and install.sh. Use when building, reviewing, or releasing any CLI and you need general CLI design guidance. Do NOT use for the…

3 19d ago B 111 tokens original Apache-2.0

check-project

06

urmzd/dotfiles

Skill Claude CodeCodex

Validate project structure against scaffold conventions -- check for required files, CI consistency, documentation completeness, sub-package/workspace members, and optional directory usage, reporting PASS/WARN/FAIL with fix suggestions. Use to audit an existing project or verify a scaffold was applied correctly. Do…

3 19d ago A 82 tokens original Apache-2.0

choose-stack

07

urmzd/dotfiles

Skill Claude CodeCodex

Canonical tech-stack reference organized by purpose: release/versioning (sr), docs/demos (teasr, fsrc), codegen (oag), and per-language tools (cargo, clippy, clap, golangci-lint, biome, tsdown, uv, ruff, ty, pytest, pydantic, fastapi). Use when choosing a library, picking the standard CLI/linter/logging tool for a…

3 19d ago A 134 tokens original Apache-2.0

clean-docs

08

urmzd/dotfiles

Skill Claude CodeCodex

Clean and modernize documentation in place. Enforce no em dashes, readable structure, proper Markdown formatting, accurate commands, current examples, resolved internal links, and user-focused guidance. Use when the user invokes /clean-docs, asks to clean docs, make docs up to date, improve README/AGENTS prose, remove…

3 19d ago A 84 tokens original Apache-2.0

community-health

09

urmzd/dotfiles

Skill Claude CodeCodex

Scaffold the GitHub Community Standards files (CODEOFCONDUCT, SECURITY, ISSUETEMPLATE, pullrequesttemplate) using $COMMUNITYHEALTHCONTACT or git config user.email as the contact. Use when bootstrapping a new repo or backfilling community-health coverage.

3 19d ago A 58 tokens original Apache-2.0

configure-ai

10

urmzd/dotfiles

Skill Claude CodeCodex

Authors AGENTS.md and defines the skills-vs-docs boundary for a repo. Configures AI coding tools (Claude Code, Codex, Antigravity CLI, Copilot) and the skills-as-docs philosophy. Use when creating or auditing AGENTS.md, setting up AI tooling for a project, or deciding what belongs in a skill versus docs/. Do NOT use…

3 19d ago A 129 tokens original Apache-2.0

create-llms-txt

11

urmzd/dotfiles

Skill Claude CodeCodex

Generate a spec-compliant llms.txt file for any project by analyzing its codebase, docs, and public URLs. Use when creating an llms.txt, making a project LLM-discoverable, or when the user mentions "llms.txt" in the context of generating or scaffolding one.

3 19d ago A 68 tokens original Apache-2.0

create-oss-skill

12

urmzd/dotfiles

Skill Claude CodeCodex

Create well-formed Agent Skills following the agentskills.io specification. Scaffold directories, write SKILL.md files, bundle scripts, and structure instructions for progressive disclosure. Use when creating a new skill, reviewing skill structure, optimizing a skill description, or setting up evals for skill quality.

3 19d ago A 63 tokens original Apache-2.0

diagnose-ci

13

urmzd/dotfiles

Skill Claude CodeCodex

Investigate failing REMOTE CI runs on GitHub Actions: find the failed run, pull the failed-step logs with gh, identify the root cause (compile error, test failure, lint, missing secret, timeout), and recommend a fix. Read-only: it does not commit, push, or edit. Use when CI is red, a GitHub Actions run failed, or the…

3 19d ago A 130 tokens original Apache-2.0

diagnose-runtime

14

urmzd/dotfiles

Skill Claude CodeCodex

Triage LOCAL runtime failures on your own machine: crashes and errors, hangs and deadlocks, slowness and high CPU/memory, and hardware/serial/USB issues. Method: reproduce, isolate (bisect, log, strace/dtruss, sample), form a hypothesis, verify the fix holds. Read-mostly: it inspects processes and logs, it does not…

3 19d ago B 171 tokens original Apache-2.0

dotfiles

15

urmzd/dotfiles

Skill Claude CodeCodex

Chezmoi dotfiles conventions and patterns. Use when modifying dotfiles, adding new managed files, working with chezmoi templates, or syncing agent skills and subagents through agentspec.

3 19d ago A 41 tokens original Apache-2.0

urmzd/dotfiles

Skill Claude CodeCodex

Extend standard agentskills.io skills with Claude Code-specific features. Invocation control, subagent execution, dynamic context injection, string substitutions, model/effort overrides, and deployment scoping. Use when adapting a portable skill for Claude Code, adding Claude-specific frontmatter, setting up subagent…

3 19d ago A 74 tokens original Apache-2.0

fix-and-retry

17

urmzd/dotfiles

Skill Claude CodeCodex

Diagnose a failing CI run, apply the code fix, commit it, push, and watch the re-run until it passes or fails -- the full fix-and-retry loop in one shot. Use after a pipeline fails and the user says "fix it and retry", "fix the CI and push", or "make CI green". Do NOT use for a read-only investigation that stops at a…

3 19d ago A 106 tokens original Apache-2.0

manage-secrets

18

urmzd/dotfiles

Skill Claude CodeCodex

1Password-based secret storage workflow: vault layout, 1p:// references in .envrc, op run for local execution. Use when storing or rotating credentials with 1Password. (Other backends not covered.).

3 19d ago B 48 tokens original Apache-2.0

merge-ready

19

urmzd/dotfiles

Skill Claude CodeCodex

Drive an existing pull request to a mergeable state: get CI green, resolve merge conflicts with the base branch, address and resolve review comments, trigger required bot reviews/approvals (e.g. commenting '@claude review'), link associated issues, and clean up the PR title and description. Ends with a readiness…

3 19d ago A 208 tokens original Apache-2.0

orchestrate-agents

20

urmzd/dotfiles

Skill Claude CodeCodex

Orchestrate multiple agent CLIs (Claude, Codex, Antigravity) via tmux with a shared fleet store, dispatching one guardian subagent per pane. Survey-first: inspects and adopts existing tmux sessions, windows, and agent panes before creating anything new. Use when running a multi-agent session, dispatching parallel…

3 19d ago A 83 tokens original Apache-2.0

pr

21

urmzd/dotfiles

Skill Claude CodeCodex

Open a pull request via gh pr create with an auto-generated title and summary derived from the commits on the branch, grouped by conventional-commit type. Use when the user says "create a pull request", "open a PR", "gh pr create", "raise a PR", or "make a PR for this branch". Assumes commits already exist and only…

3 19d ago A 107 tokens original Apache-2.0

release-audit

22

urmzd/dotfiles

Skill Claude CodeCodex

Audit GitHub releases, git tags, and release assets for one repo or every repo in a directory. Flags orphaned tags, missing binaries/checksums, draft releases, floating tag drift, pre-release remnants, and (when sr.yaml is present) sr config issues. Read-only: never deletes or modifies tags/releases. Use when checking…

3 19d ago A 126 tokens original Apache-2.0

repo-init

23

urmzd/dotfiles

Skill Claude CodeCodex

End-to-end repo bootstrap: creates the GitHub repo (gh repo create), adds an Apache-2.0 LICENSE, dispatches to scaffold-project for CI/release/config, invokes community-health, writes a README, sets topics/description, and makes the initial commit and push. Use when starting a brand-new project from zero and you need…

3 19d ago A 107 tokens original Apache-2.0

repo-status

24

urmzd/dotfiles

Skill Claude CodeCodex

Scan a folder of git repos and report each repo's local dirty/clean state, ahead/behind divergence from upstream, recent activity, and latest CI run status. Read-only: never commits, pushes, or edits. Defaults to the folder argument or your repo root. Use when checking "what's live", "which repos are dirty", or "repo…

3 19d ago A 140 tokens original Apache-2.0