drn

72 mods across 2 repositories, 34 stars between them.

apply

01

drn/dots

Command Claude Code

name: OpenSpec: Apply description: Implement an approved OpenSpec change and keep tasks in sync. category: OpenSpec tags: [openspec, apply].

23 3d ago A 0 tokens copy · 100% MIT

archive

02

drn/dots

Command Claude Code

name: OpenSpec: Archive description: Archive a deployed OpenSpec change and update specs. category: OpenSpec tags: [openspec, archive].

23 3d ago A 0 tokens copy · 100% MIT

proposal

03

drn/dots

Command Claude Code

name: OpenSpec: Proposal description: Scaffold a new OpenSpec change and validate strictly. category: OpenSpec tags: [openspec, change].

23 3d ago A 0 tokens copy · 100% MIT

dots AGENTS.md

04

drn/dots

Instructions file CodexOpenCode

Instructions for drn/dots, covering openspec instructions, agents.md, quick start, essential commands for development and building & testing.

23 3d ago B 4,627 tokens original MIT

dots CLAUDE.md

05

drn/dots

Instructions file

Instructions for drn/dots, a project described as: :newmoon: Obsessively curated dotfiles.

23 3d ago A 3 tokens copy · 100% MIT

AGENTS

06

drn/dots

Agent

Always check available skills FIRST before trying CLI commands, sub-agents, or MCP tool workarounds.

23 3d ago A 0 tokens original MIT

address-comments

07

drn/dots

Skill Claude CodeCodex

Walk every unresolved review thread on a PR, triage each one, reply with a rationale of whether or not the comment will be acted upon, make the code change if warranted, and mark the thread resolved. Use when the user asks to address only the open PR comments without re-running CI, respond to review feedback, resolve…

23 3d ago A 79 tokens original MIT

amend

08

drn/dots

Skill Claude CodeCodex

Amend the last git commit with a useful, descriptive message. Use when you want to rewrite a commit message, amend commit description, or improve the last commit message.

23 3d ago A 37 tokens original MIT

archive

09

drn/dots

Skill Claude CodeCodex

Archive the current Argus task so it moves to the Archive section of the task list. Use at the end of a session when the work is done.

23 3d ago A 33 tokens original MIT

argus-schedule

10

drn/dots

Skill Claude CodeCodex

Manage recurring or one-shot tasks in the local Argus daemon via its HTTP API. Use when the user wants to schedule a task locally in argus, create a cron-driven task, fire X every weekday/hour/morning, fire something once at a specific future time or "in N minutes" (one-shot via runonceat), set up an agent that needs…

23 3d ago A 125 tokens original MIT

bash-tool-path

11

drn/dots

Skill Claude CodeCodex

Safely add a directory to Claude Code's Bash tool PATH. Use when a binary runs in your terminal but is "command not found" inside Claude Code's Bash tool, when adding a directory to PATH for Claude Code, when configuring CLAUDEENVFILE, or when settings.json env.PATH did not work. Explains why env.PATH replaces rather…

23 3d ago B 104 tokens original MIT

bisect

12

drn/dots

Skill Claude CodeCodex

Find which commit introduced a bug using git bisect with automatic test verification. Use when tracking down which commit introduced a bug.

23 3d ago A 28 tokens original MIT

changelog

13

drn/dots

Skill Claude CodeCodex

Generate an intelligent changelog from recent commits. Use for release notes, version history, or documenting what changed.

23 3d ago A 25 tokens original MIT

ci-investigate

14

drn/dots

Skill Claude CodeCodex

Investigate flaky CI failures across multiple workflow runs to identify patterns, categorize root causes, and propose fixes. Use when asked to investigate CI failures, find flaky tests, diagnose test flakiness, or understand why CI is failing repeatedly.

23 3d ago A 51 tokens original MIT

combine-prs

15

drn/dots

Skill Claude CodeCodex

Compare two competing PRs implementing the same feature, identify strengths of each, and combine the best parts into a single branch. Use when comparing PRs, combining implementations, cherry-picking between PRs, or resolving competing approaches.

23 3d ago A 50 tokens original MIT

complete

16

drn/dots

Skill Claude CodeCodex

Mark the current Argus task as complete. Use when the work for the current worktree is done and the user wants the task to transition to the "complete" status.

23 3d ago A 37 tokens original MIT

contest

17

drn/dots

Skill Claude CodeCodex

Competing implementations with judge evaluation. Use when comparing multiple approaches, picking the best solution, or running a bake-off.

23 3d ago A 26 tokens original MIT

cross-agent

18

drn/dots

Skill Claude CodeCodex

Set up cross-agent skill infrastructure so skills work across Claude Code, OpenAI Codex, and GitHub Copilot. Use for multi-agent compatibility, skill migration, cross-agent sync.

23 3d ago B 40 tokens original MIT

debug

19

drn/dots

Skill Claude CodeCodex

Multi-agent competing hypotheses debugging. Use when stuck on a bug, need root cause analysis, or want competing debug theories.

23 3d ago A 26 tokens original MIT

deploy-audit

20

drn/dots

Skill Claude CodeCodex

Audit every commit pending between a base branch and a deployed branch/tag for deploy risk (migrations, config/secret wiring completeness, feature-flag defaults, schema parity), then open the GitHub compare diff. Use when asked to audit pending commits, check deploy risk, review what is about to ship, or before…

23 3d ago A 76 tokens original MIT

deploy-validate

21

drn/dots

Skill Claude CodeCodex

Validate a deploy after it lands — CI status, rollout health, error tracking, and monitoring/alerting — correlating every finding against the deploy's start time to separate genuine regressions from pre-existing noise. Use when asked to validate a deploy, check post-deploy health, confirm a production rollout is…

23 3d ago A 73 tokens original MIT

deploy

22

drn/dots

Skill Claude CodeCodex

Deploy latest master to production with a version tag. Use when releasing to production or tagging a deploy.

23 3d ago A 22 tokens original MIT

deps

23

drn/dots

Skill Claude CodeCodex

Audit outdated dependencies, check for vulnerabilities, and upgrade with test verification. Use for dependency audits, security checks, or upgrading packages.

23 3d ago A 28 tokens original MIT

dev

24

drn/dots

Skill Claude CodeCodex

Multi-agent iterative development with parallel testing and code review. Use for building features, implementing changes, or coding tasks that need testing and review.

23 3d ago A 30 tokens original MIT