Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
plan-design
Create high-quality, executable implementation plans for complex tasks by combining source digestion, parallel worker investigations, critic+guardian+boss review gates, and beginner-friendly packaging. Use when a user needs a step-by-step plan (not immediate implementation), especially when source material is large, fragmented, or hard for newcomers to understand.
i9wa4/dotfiles 9
-
orchestrator
Orchestration workflow for orchestrator role ONLY.
Use when:
- Agent's role name (tmux pane title) is "orchestrator"
i9wa4/dotfiles 9
-
mermaid-local
Mermaid diagram creation and debugging for Quarto revealjs slides.
Use when creating or editing mermaid diagrams (sequenceDiagram, flowchart, pie,
etc.) embedded in .qmd files, previewing with mmdc, or fixing text color issues
in revealjs output. Covers %%{init}%% config, CSS overrides, and sequenceDiagram tips.
i9wa4/dotfiles 9
-
tdd-tidy-first
Kent Beck style workflow for code changes using small verifiable steps,
Red-Green-Refactor, and Tidy First separation of structural versus
behavioral changes.
Use when:
- Implementing or fixing code where a cheap failing test or reproducer is possible
- Refactoring mixed changes into structural and behavioral slices
- Choosing the smallest safe next step for a code change
i9wa4/dotfiles 9
-
codex-config-optimizer
Codex CLI config optimization skill.
Use when:
- Editing agents.md or agents/
- User asks about Codex CLI config best practices
- User says "codex cli changelog" or "codex cli updates"
- User asks about new features or changes in Codex CLI
i9wa4/dotfiles 9
-
using-git-worktrees
Repo-local workflow for isolated workspaces in this dotfiles repo. Prefer `issue-worktree-create` for issue execution, `pr-worktree-create` for PR review, `worktree-remove` for cleanup, and use `vde-worktree` only as supporting generic tooling (`list`, `status`, `path`, `cd`, `switch`). Use when work needs an isolated worktree, a clean review workspace, worktree status/path inspection, or safe cleanup.
i9wa4/dotfiles 9
-
ubiquitous-language
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
mathiassoeholm/dotfiles 2
-
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
mathiassoeholm/dotfiles 2
-
gh-cli
Use when interacting with GitHub - searching for repos/orgs/packages, exploring codebases, finding projects to use, querying branches/PRs/issues/releases/workflows, automating GitHub operations, or when users mention GitHub organizations or repositories
mathiassoeholm/dotfiles 2
-
jira-cli
Use when querying or automating Jira - sprints, issues, epics, stories, boards, or correlating Jira data with external systems
mathiassoeholm/dotfiles 2
-
grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
mathiassoeholm/dotfiles 2
-
write-a-skill
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
mathiassoeholm/dotfiles 2
-
aws-cli
Use when interacting with AWS - managing S3, EC2, Lambda, IAM, CloudFormation, ECS/EKS, RDS, DynamoDB, CloudWatch, or any AWS service
mathiassoeholm/dotfiles 2
-
autoresearch-finalize
Finalize an autoresearch session into clean, reviewable branches. Use when asked to "finalize autoresearch", "clean up experiments", or "prepare autoresearch for review".
gmcabrita/dotfiles 4
-
autoresearch-create
Set up and run an autonomous experiment loop for any optimization target. Gathers what to optimize, then starts the loop immediately. Use when asked to "run autoresearch", "optimize X in a loop", "set up autoresearch for X", or "start experiments".
gmcabrita/dotfiles 4
-
update-changelog
Read this skill before updating changelogs
gmcabrita/dotfiles 4
-
web-browser
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
gmcabrita/dotfiles 4
-
summarize
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize
gmcabrita/dotfiles 4
-
commit
Read this skill before making git commits
gmcabrita/dotfiles 4
-
anachb
Austrian public transport (VOR AnachB) for all of Austria. Query real-time departures, search stations/stops, plan routes between locations, and check service disruptions. Use when asking about Austrian trains, buses, trams, metro (U-Bahn), or directions involving public transport in Austria.
gmcabrita/dotfiles 4
-
pi-share
Load and parse session transcripts from shittycodingagent.ai/buildwithpi.ai/buildwithpi.com/pi.dev (pi-share) URLs. Fetches gists, decodes embedded session data, and extracts conversation history.
gmcabrita/dotfiles 4
-
google-workspace
Access Google Workspace APIs (Drive, Docs, Calendar, Gmail, Sheets, Slides, Chat, People) via local helper scripts without MCP. Handles OAuth login and direct API calls.
gmcabrita/dotfiles 4
-
native-app-performance
Native macOS/iOS app performance profiling via xctrace/Time Profiler and CLI-only analysis of Instruments traces. Use when asked to profile, attach, record, or analyze Instruments .trace files, find hotspots, or optimize native app performance without opening Instruments UI.
gmcabrita/dotfiles 4
-
chrome-cdp
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
gmcabrita/dotfiles 4