aider skills

315 tagged aider, measured the same way as everything else here.

Browse within: cline 87codex-cli 70awesome-list 50persistent memory 42gemini-cli 40agent-fleet 26agent-infrastructure 26agent-orchestrator 26agent-swarm 26ai-orchestration 26agents-md 21context 20bootable-usb 19disaster-recovery 19

arch-check

01

AgentsMesh/AgentsMesh

Skill Claude CodeCodex

An architecture and implementation review tool that examines how a codebase is modeled, divided into responsibilities, organized into modules, and connected by dependencies. It also checks for issues such as circular dependencies, over-design, and violations of common design principles.

2.3k 29d ago A 212 tokens

gh-merge

02

AgentsMesh/AgentsMesh

Skill Claude CodeCodex

Completes the AgentsMesh GitHub pull-request workflow: commits scoped changes, rebases on the authoritative GitHub branch, opens or reuses a PR, monitors required checks, fixes failures, and merges only after verification. Use when the user asks to merge, submit, or land repository changes.

2.3k 29d ago A 63 tokens

AgentsMesh/AgentsMesh

Skill Claude CodeCodex

Audits or synchronizes the authoritative GitHub main branch to the internal GitLab mirror without importing GitLab-only history back into GitHub. Use when checking GitHub/GitLab consistency, updating the internal mirror, or resolving a divergence between the two remotes.

2.3k 29d ago A 60 tokens

loki-mode

04

asklokesh/loki-mode

Skill Claude CodeCodex

Autonomous spec-driven build system with a built-in trust layer. It does not call work done until it is verified (RARV-C closure loop, 8 quality gates, completion council, verified-completion evidence gate). Triggers on "Loki Mode". Takes a spec (PRD, GitHub issue, OpenAPI doc, etc.) to deployed product with minimal…

1.1k +2 today A 96 tokens

loki-mode

06

asklokesh/loki-mode

Skill Claude CodeCodex

Launch Loki Mode autonomous SDLC agent. Handles PRD-to-deployment with minimal human intervention. Invoke for multi-phase development tasks, bug fixing campaigns, or full product builds.

1.1k +2 today A 39 tokens

bernstein-agents

07

sipyourdrink-ltd/bernstein

Skill Claude CodeCodex

Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see what an agent is doing, or needs to kill one.

1.0k +2 today A 49 tokens original Apache-2.0

bernstein-plan

08

sipyourdrink-ltd/bernstein

Skill Claude CodeCodex

Create and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a complex feature, break down a large task, or review an execution plan before agents start working.

1.0k +2 today A 51 tokens original Apache-2.0

bernstein-run

09

sipyourdrink-ltd/bernstein

Skill Claude CodeCodex

Run a verified multi-agent goal with Bernstein. Use when a task is too large for a single agent session: Bernstein decomposes the goal into tasks, spawns CLI coding agents in parallel git worktrees, verifies their output, and merges results. Also use to check run status, costs, and to verify a finished run against its…

1.0k +2 today A 75 tokens original Apache-2.0

watcher-creator

10

asheshgoplani/agent-deck

Skill Claude CodeCodex

Guide for creating agent-deck watchers conversationally. This skill should be used when users want to set up a new watcher (webhook, ntfy, github, slack, gmail) to route events to a conductor. It walks the user through selecting an adapter type, gathering required settings, generating watcher.toml and clients.json…

813 7d ago A 87 tokens original MIT

fleet

11

asheshgoplani/agent-deck

Skill Claude CodeCodex

Fan out a fleet of independent agent-deck child sessions from inside a session and check their progress non-blockingly. Use when the user wants to "launch several/N sessions", "fan out", "run agents in parallel", "spin up a fleet", "kick off background agents", or "check progress from the main session" without…

813 7d ago A 94 tokens original MIT

session-share

12

asheshgoplani/agent-deck

Skill Claude CodeCodex

Share Claude Code sessions between developers. Use when user mentions "share session", "export session", "import session", "send session to", "continue from colleague", or needs to (1) export current session to file, (2) import session from another developer, (3) hand off work context. Enables private, secure session…

813 7d ago A 76 tokens original MIT

release-notes

13

jnMetaCode/ai-coding-guide

Skill Claude CodeCodex

Draft user-facing release notes from a git log range. Trigger when the user asks for "release notes", "changelog entry", or "what shipped this week" with a git ref range. Output is markdown sections grouped by Features / Fixes / Breaking with PR links.

509 1mo ago A 59 tokens original Apache-2.0

snip

14

edouard-claude/snip

Skill Claude CodeCodex

You are an expert at writing declarative YAML filters for snip, a CLI proxy that reduces LLM token consumption by filtering shell output.

431 3d ago A 0 tokens original MIT

7-e1even/learn-agent

Skill Claude CodeCodex

A structured checklist for reviewing code changes or pull requests. It checks whether the change works, handles unusual inputs and failures, and has appropriate tests.

273 1mo ago A 47 tokens original MIT

7-e1even/learn-agent

Skill Claude CodeCodex

A guide for writing Git commit messages using Conventional Commits, a shared format that labels changes such as features, fixes, tests, documentation, and maintenance.

273 1mo ago A 32 tokens original MIT

aider-1h-ttl

17

OnlyTerp/prompt-cache-skills

Skill Claude CodeCodex

Aider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.

114 3d ago A 38 tokens

OnlyTerp/prompt-cache-skills

Skill Claude CodeCodex

Ladder-aware Cline Anthropic caching — verify the rolling read/write ladder on the wire, then add the tools breakpoint and tune TTL. Updated for the 2026-08 AI-SDK monorepo.

114 3d ago A 50 tokens

open-forge

20

zhangqi444/open-forge

Skill Claude CodeCodex

Automate self-hosting of open-source apps on cloud infrastructure the user owns. Use when the user asks to "self-host", "deploy to my own cloud", "install X on AWS / Lightsail / EC2 / Azure / Hetzner / DigitalOcean / GCP / Oracle Cloud / Hostinger / Raspberry Pi / Kubernetes / Fly.io / Render / Railway / Northflank /…

96 3mo ago E 969 tokens original MIT

eval-harness

21

Fmarzochi/EGC

Skill Claude CodeCodex

Formal evaluation framework for Gemini Code sessions implementing eval-driven development (EDD) principles.

46 5d ago A 19 tokens copy · 81% Apache-2.0

verification-loop

22

Fmarzochi/EGC

Skill Claude CodeCodex

A comprehensive verification system for Gemini Code sessions.

46 5d ago A 12 tokens copy · 83% Apache-2.0

postgres-patterns

23

Fmarzochi/EGC

Skill Claude CodeCodex

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection.

46 5d ago A 38 tokens copy · 84% Apache-2.0

new-migration

24

TheAstrelo/Claude-Pipeline

Skill Claude CodeCodex

Create a new database migration file with the correct next ID, preventing duplicates.

44 29d ago A 18 tokens original MIT