FradSer/dotclaude

A comprehensive development environment with specialized AI agents for code review, security analysis, and technical leadership.

587Stars on the repository
59Mods indexed here, across every type
21d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

FradSer/dotclaude

Skill Claude CodeCodex

This skill should be used when the user asks to "reflect on skills from memory", "audit marketplace skills against memory", "从记忆中检查 skills 的问题", "反思并修改 skill", "apply memory feedback to skills", or wants to turn accumulated memory feedback about this marketplace's skills into concrete skill fixes. Reads the project's…

587 21d ago A 99 tokens original MIT

acpx

02

FradSer/dotclaude

Skill Claude CodeCodex

Use acpx as a headless ACP CLI for agent-to-agent communication, always inside an isolated SubAgent. Use when running coding agents through acpx, managing persistent ACP sessions, queueing prompts, consuming structured agent output from scripts, comparing the same prompt across multiple agents, or composing…

587 21d ago A 83 tokens original MIT

delegate

03

FradSer/dotclaude

Skill Claude CodeCodex

Delegates a self-contained task to a Google Gemini Managed Agent (Antigravity) running in a remote sandbox with code execution, web search, and URL reading. This skill should be used when the user asks to "delegate to Gemini", "offload to Antigravity", "run this in a remote sandbox", or wants a task executed in an…

587 21d ago B 99 tokens original MIT

research

04

FradSer/dotclaude

Skill Claude CodeCodex

Runs a deep-research query on Google Gemini's deep-research managed agent and returns a cited report. This skill should be used when the user asks to "deep research with Gemini", "run Gemini deep research", "have Antigravity research X", or wants a thorough, multi-source web research report produced by a remote Gemini…

587 21d ago A 91 tokens original MIT

code-context

05

FradSer/dotclaude

Skill Claude CodeCodex

This skill should be used when the user asks to "understand a codebase", "get code context", "research a library", "explore a repository", "find code examples", "look up documentation", asks a natural-language code/technology question (e.g. "how does X work", "X vs Y", "best practice for Z"), or wants to understand…

587 21d ago C 93 tokens original MIT

get-context

06

FradSer/dotclaude

Skill Claude CodeCodex

Execute this when the user requests code context for a repository, library, or any natural-language code/technology question using DeepWiki, Context7, Exa, git clone, and/or web search+fetch.

587 21d ago A 45 tokens original MIT

generate-image

07

FradSer/dotclaude

Skill Claude CodeCodex

Generate or edit images via two backends: Google Gemini (gemini-3-pro-image) or any OpenAI-compatible endpoint (gpt-image-2, dall-e-3). Use when the user wants to create, draw, illustrate, or edit an image, icon, logo, poster, or concept art.

587 21d ago A 67 tokens original MIT

commit-and-push

08

FradSer/dotclaude

Skill Claude CodeCodex

Creates atomic conventional git commits using git-agent and pushes changes to the remote repository.

587 21d ago A 21 tokens original MIT

commit

09

FradSer/dotclaude

Skill Claude CodeCodex

Creates atomic conventional git commits using git-agent. This skill should be used when the user requests "commit", "git commit", "create commit", or wants to commit changes using AI atomic commits.

587 21d ago A 41 tokens copy · 88% MIT

init

10

FradSer/dotclaude

Skill Claude CodeCodex

Initializes or optimizes git-agent configuration, regenerates commit scopes from git history, and re-derives .gitignore rules.

587 21d ago A 29 tokens original MIT

related

11

FradSer/dotclaude

Skill Claude CodeCodex

Mines git history to find files and test suites that historically change together with specified target files (co-change relations). Use before making changes or running tests to discover coupled code.

587 21d ago A 37 tokens original MIT

finish-feature

12

FradSer/dotclaude

Skill Claude CodeCodex

Finalizes and merges a feature branch into develop using git-flow, then prunes stale branches and worktrees. This skill should be used when the user asks to "finish a feature", "merge feature branch", "complete feature", "git flow feature finish", or wants to finalize a feature branch.

587 21d ago A 63 tokens original MIT

finish-hotfix

13

FradSer/dotclaude

Skill Claude CodeCodex

Finalizes a hotfix and merges it into main and develop using git-flow, then prunes stale branches and worktrees. This skill should be used when the user asks to "finish a hotfix", "merge hotfix branch", "complete hotfix", "git flow hotfix finish", or wants to finalize a hotfix.

587 21d ago A 71 tokens original MIT

finish-release

14

FradSer/dotclaude

Skill Claude CodeCodex

Finalizes a release and merges it into main and develop with a tag using git-flow, then prunes stale branches and worktrees. This skill should be used when the user asks to "finish a release", "merge release branch", "complete release", "git flow release finish", or wants to finalize a release.

587 21d ago A 67 tokens original MIT

start-feature

15

FradSer/dotclaude

Skill Claude CodeCodex

Starts working on a new feature branch using git-flow. This skill should be used when the user asks to "start a feature", "create feature branch", "begin new feature", "git flow feature start", or wants to start a new feature. Accepts either a branch name or a natural-language description.

587 21d ago A 65 tokens original MIT

start-hotfix

16

FradSer/dotclaude

Skill Claude CodeCodex

Begins a hotfix for a production issue using git-flow. This skill should be used when the user asks to "start a hotfix", "create hotfix branch", "fix a critical bug", "git flow hotfix start", or wants to begin a hotfix. Accepts either an explicit version or a natural-language description of the fix.

587 21d ago A 75 tokens original MIT

start-release

17

FradSer/dotclaude

Skill Claude CodeCodex

Begins a new version release using git-flow. This skill should be used when the user asks to "start a release", "create release branch", "prepare a release", "git flow release start", or wants to begin a new version release. Accepts either an explicit version or a natural-language description of the release.

587 21d ago A 68 tokens original MIT

create-issues

18

FradSer/dotclaude

Skill Claude CodeCodex

Creates GitHub issues following test-driven development principles and proper labeling conventions. This skill should be used when the user asks to "create an issue", "file a bug", or needs to document new requirements, epics, or PR-scoped tasks.

587 21d ago A 54 tokens original MIT

create-pr

19

FradSer/dotclaude

Skill Claude CodeCodex

Creates comprehensive GitHub pull requests with automated quality validation and security scanning, then hands off to /github:review-pr for CI monitoring and reviewer-comment triage. This skill should be used when the user asks to "create a PR", "submit a pull request", or needs to merge completed work with full…

587 21d ago A 67 tokens original MIT

resolve-issues

20

FradSer/dotclaude

Skill Claude CodeCodex

Resolves GitHub issues using isolated worktrees and test-driven development, then delegates PR creation to /github:create-pr so the quality gate and the /github:review-pr loop always run. This skill should be used when the user asks to "resolve an issue", "fix issue.

587 21d ago A 60 tokens original MIT

review-pr

21

FradSer/dotclaude

Skill Claude CodeCodex

Reviews a pull request: runs its own baseline review of the PR diff, then a persistent Monitor watches CI and incoming reviewer comments, triages each comment through an independent skeptical agent, applies only verified fixes, and commits+pushes via inline git commands until CI passes and no comments remain to adopt…

587 21d ago A 105 tokens original MIT

use-kicad-cli

22

FradSer/dotclaude

Skill Claude CodeCodex

Drives the KiCad command-line interface (kicad-cli, version 9.0) to export schematics and PCBs, produce fabrication outputs, and run design checks. This skill should be used when the user asks to export gerbers, drill, or pick-and-place files, generate a BOM or netlist, run ERC or DRC (including in CI), export a…

587 21d ago A 123 tokens original MIT

use-openscad

23

FradSer/dotclaude

Skill Claude CodeCodex

Writes OpenSCAD code and drives the openscad command-line compiler to produce STL/3MF/AMF/DXF/SVG/PNG outputs from parametric .scad models. This skill should be used when the user asks to design a 3D-printable part, generate a laser-cut 2D plate, render a preview image of a CAD model, export STL for 3D printing…

587 21d ago A 113 tokens original MIT

hyperframes

24

FradSer/dotclaude

Skill Claude CodeCodex

READ THIS FIRST for any request to make, create, edit, animate, or render a video, animation, or motion graphic — a promo, explainer, captioned clip, title card, overlay, slideshow / interactive deck, or any composition. HyperFrames renders video from HTML; this is the entry skill and the default way an agent authors…

587 21d ago A 154 tokens original MIT