joshuadavidthomas/agent-skills

A collection of skills for agentic LLM tools

This repository also configures its own agents. See what agent-skills tells them →

50Stars on the repository
27Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

coding-standards

01

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when reviewing code quality, asking whether a refactor or design is good, looking for code smells, or evaluating architecture tradeoffs. Identifies shallow interfaces, invalid state models, unclear boundaries, hidden effects, weak failure contracts, over-mocking, over-abstraction, compatibility glue, and…

not rated 50 +1 1mo ago A 71 tokens original MIT

coolify-compose

02

joshuadavidthomas/agent-skills

Skill Claude CodeCodex needs its repo

Convert Docker Compose files to Coolify templates. Use when creating Coolify services, converting docker-compose.yml for Coolify deployment, working with SERVICEURL/SERVICEPASSWORD magic variables, or troubleshooting Coolify compose errors.

not rated 50 +1 1mo ago A 46 tokens copy · 100% MIT

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.

not rated 50 +1 1mo ago A 35 tokens copy · 100% MIT

diataxis

04

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Structure, classify, and write documentation using the Diátaxis framework. Use when writing docs, README files, guides, tutorials, how-to guides, API references, or organizing documentation architecture. Also use when asked to improve documentation, restructure docs, decide what type of doc to write, or classify…

not rated 50 +1 1mo ago A 78 tokens copy · 100% MIT

english-please

05

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Dude, come on. You write at the density of your own thinking and leave the reader to unpack it. Apply whenever explaining anything to a human — not just end-of-run summaries, every message.

not rated 50 +1 1mo ago A 45 tokens original MIT

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when creating or iterating staged planning artifacts for a complex feature: design discussion, structure outline, final executor plan, or supporting research/research questions. Also use when designing before coding, breaking work into vertical slices, or deepening a high-value roadmap item, NNN improve plan…

not rated 50 +1 1mo ago A SkillSpector: pass 73 tokens original MIT

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when building or reviewing frontend UI — dashboards, admin panels, landing pages, marketing sites, web apps. Drives domain-specific design decisions (typography, color world, layout, CSS token naming, depth and spacing systems) instead of generic AI defaults; routes to app.md (product/data UIs) or marketing.md…

not rated 50 +1 1mo ago A SkillSpector: pass 79 tokens original MIT

grug-brained-dev

08

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when reviewing PRs, simplifying over-engineered code, judging architecture, or renaming unclear concepts — inline fake helpers, delete meatless ceremony, rename lying names, merge over-split files, reject premature abstraction, say no to speculative config/modes/layers, then end with the smallest safe next change.…

not rated 50 +1 1mo ago A SkillSpector: pass 126 tokens original MIT

html-artifacts

09

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when the user asks to create, generate, visualize, or turn material into a standalone HTML artifact, self-contained or single-file .html report, interactive explainer, interactive illustration or visualization, visual walkthrough or handoff, or HTML presentation or slide deck. Handles source-grounded codebase and…

not rated 50 +1 1mo ago A SkillSpector: pass 112 tokens original MIT

improve

10

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Survey a codebase as a senior advisor and turn the highest-value findings into implementation plans for other agents to execute — strictly read-only on source code, never implements anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech…

not rated 50 +1 1mo ago A 86 tokens original MIT

improving-prompts

11

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when optimizing CLAUDE.md, AGENTS.md, custom commands, or skill files — diagnose the concrete failure first, then apply current documented Anthropic best practices (explicit instructions, context/motivation, examples, output and verbosity control, thinking/effort, CLAUDE.md size and skill-description rules)…

not rated 50 +1 1mo ago A 107 tokens original MIT

jj

12

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Jujutsu (jj) — the Git-compatible version control system. Activate ONLY when a .jj/ directory is present in the project or when jj/jujutsu is explicitly mentioned. Do NOT activate for plain git repos without .jj/. Use for any VCS operations in jj-managed projects: commit, push, pull, branch, bookmark, rebase, squash…

not rated 50 +1 1mo ago A SkillSpector: pass 104 tokens original MIT

reducing-entropy

13

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when evaluating designs, reviewing code, or refactoring - measures success by total code in the final codebase, not effort to get there. Bias toward deletion.

not rated 50 +1 1mo ago A 38 tokens copy · 94% MIT

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when answering complex questions about a codebase that require exploring multiple areas or understanding how components connect - coordinates parallel sub-agents to locate, analyze, and synthesize findings.

not rated 50 +1 1mo ago A 39 tokens copy · 100% MIT

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when turning a roadmap, repo priorities, architecture priorities, chosen opportunities, accepted feature outlines/plans, or “roadmap to plans” request into grouped improvement plan batches for future executors. Writes README.md indexes, 001-.md/NNN-style plans, optional memo-.md files, verification gates, drift…

not rated 50 +1 1mo ago A 88 tokens original MIT

roadmap

16

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Build evidence-backed software/product roadmaps from repo state, tickets, ideas, audit findings, or user goals — prioritize and sequence work across Now/Next/Later, milestones, dependencies, risks, and handoffs. Use when asked for a roadmap, feature roadmap, technical roadmap, release plan, milestone plan, backlog…

not rated 50 +1 1mo ago A 105 tokens original MIT

rust

17

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Mental-model reset for Rust. Use when writing or reviewing Rust code to shift from "it compiles" to "thinks in Rust." Triggers on Rust code review, "is this idiomatic", borrow-checker errors, API design, domain modeling, ownership, lifetimes, errors, traits, async/Tokio, unsafe, serde, FFI, tests, performance, Cargo…

not rated 50 +1 1mo ago A 156 tokens original MIT

salsa

18

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Mental-model reset for Salsa, the incremental computation framework for Rust. Use when building or reviewing Salsa databases, tracked functions, input/ tracked/interned structs, query pipelines, accumulators, cancellation, durability, LSP integration, memory management, cycles, or production Salsa architecture.…

not rated 50 +1 1mo ago A SkillSpector: pass 144 tokens original MIT

skill-authoring

19

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when authoring, creating, refining, or troubleshooting agent skills — scaffold SKILL.md and frontmatter, write and optimize the trigger description, structure the body with progressive disclosure, validate structure, and test or debug activation. Also when building a new skill from scratch, when a skill won't…

not rated 50 +1 1mo ago A SkillSpector: pass 93 tokens original MIT

strategic-roadmap

20

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when a user asks “what should I work on in this repo?”, “what’s worth doing next?”, repo audit, tech-debt priorities, architecture priorities, old-plan reconciliation, or repo-grounded opportunity discovery. Produces .agents/ROADMAP.md with generated opportunities, user-seeded ideas, Now/Next/Later sequencing…

not rated 50 +1 1mo ago A 105 tokens original MIT

svelte5

21

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Reviews Svelte components for idiomatic patterns, identifies anti-patterns carried over from React/Vue/Svelte 4, and suggests Svelte 5 refactorings. Use when writing or reviewing Svelte components, asking "is this idiomatic", "Svelte way", doing Svelte 5 migration, or encountering smells like: effect assigns state…

not rated 50 +1 1mo ago A SkillSpector: warn 180 tokens original MIT

sveltekit

22

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Mental-model reset for SvelteKit apps. Use when writing or reviewing routes, layouts, load functions, form actions, remote functions, hooks, auth, cookies, endpoints, redirects, errors, SSR, progressive enhancement, or app-level data flow. Triggers on SvelteKit, +page, +layout, +server, +page.server.ts…

not rated 50 +1 1mo ago A SkillSpector: pass 154 tokens original MIT

writing-cli-skills

23

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when authoring an agent skill that wraps a command-line tool — covers hands-on tool exploration, required vs. recommended sections, installation/usage structure, trigger-rich descriptions, task-grouped commands, progressive disclosure, and a pre-publish checklist. Triggers for CLI / command-line / terminal /…

not rated 50 +1 1mo ago A 80 tokens copy · 91% MIT

joshuadavidthomas/agent-skills

Skill Claude CodeCodex

Use when writing, reviewing, or rewriting user-facing error messages, validation messages, form errors, empty/error states, auth errors, failure notifications, retry/support copy, CLI errors, or API errors humans will read. Helps make errors specific, actionable, non-blaming, accessible, and safe without leaking…

not rated 50 +1 1mo ago A SkillSpector: warn 68 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: