joshuadavidthomas/opencode-agent-skills
Instructions file GitHub Copilot
Instructions for joshuadavidthomas/opencode-agent-skills, covering github copilot instructions, issue tracking with bd, essential commands, find work and create and manage.
joshuadavidthomas/opencode-agent-skills
Instructions file GitHub Copilot
Instructions for joshuadavidthomas/opencode-agent-skills, covering github copilot instructions, issue tracking with bd, essential commands, find work and create and manage.
joshuadavidthomas/opencode-agent-skills
Skill Claude CodeCodex
Provides git workflow assistance, branch management, and commit message optimization.
joshuadavidthomas/opencode-agent-skills
Skill Claude CodeCodex
A test skill to verify all plugin tools work correctly - useskill, readskillfile, runskillscript, findskills.
joshuadavidthomas/opencode-agent-skills
Instructions file CodexOpenCode
Instructions for joshuadavidthomas/opencode-agent-skills, covering agent guidelines, commands, code style, project structure and issue tracking with bd (beads).
joshuadavidthomas/opencode-agent-skills
Instructions file
Instructions for joshuadavidthomas/opencode-agent-skills: Note: This project uses bd (beads) for issue tracking. Use bd commands instead of markdown TODOs. See AGENTS.md for workflow details.
joshuadavidthomas/agent-skills
Plugin Claude Code
Plugin marketplace listing 17 plugins: coolify-compose, crafting-effective-readmes, diataxis, frontend-design-principles, html-artifacts.
joshuadavidthomas/agent-skills
Instructions file CodexOpenCode
Instructions for joshuadavidthomas/agent-skills, covering editing rule and skill readme convention.
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…
joshuadavidthomas/agent-skills
Skill Claude CodeCodex
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.
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.
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…
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.
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…
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…
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.…
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…
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…
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)…
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…
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.
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.
joshuadavidthomas/agent-skills
Agent
Analyzes codebase implementation details. Call the code-analyzer agent when you need to find detailed information about specific components. As always, the more detailed your request prompt, the better! :).
joshuadavidthomas/agent-skills
Agent
Locates files, directories, and components relevant to a feature or task. Call codebase-locator with human language prompt describing what you're looking for. Basically a "Super grep/glob/list tool" — Use it if you find yourself desiring to use one of these tools more than once.
joshuadavidthomas/agent-skills
Agent
You are a specialist at finding code patterns and examples in the codebase. Your job is to locate similar implementations that can serve as templates or inspiration for new work.