FradSer

70 mods across 7 repositories, 1.1k stars between them.

init

25

FradSer/dotclaude

Skill Claude CodeCodex

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

587 20d ago A 29 tokens original MIT

related

26

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 20d ago A 37 tokens original MIT

git

27

FradSer/dotclaude

Plugin Claude Code

GitFlow workflow automation for feature, hotfix, and release branches with post-finish cleanup.

587 20d ago A tokens not measured original MIT

finish-feature

28

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 20d ago A 63 tokens original MIT

finish-hotfix

29

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 20d ago A 71 tokens original MIT

finish-release

30

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 20d ago A 67 tokens original MIT

start-feature

31

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 20d ago A 65 tokens original MIT

start-hotfix

32

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 20d ago A 75 tokens original MIT

start-release

33

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 20d ago A 68 tokens original MIT

github

34

FradSer/dotclaude

Plugin Claude Code

GitHub project operations with quality gates.

587 20d ago A tokens not measured original MIT

create-issues

35

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 20d ago A 54 tokens original MIT

create-pr

36

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 20d ago A 67 tokens original MIT

resolve-issues

37

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 20d ago A 60 tokens original MIT

review-pr

38

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 20d ago A 105 tokens original MIT

hardware

39

FradSer/dotclaude

Plugin Claude Code

Hardware and EDA toolkit. Drives the KiCad CLI for schematic/PCB export and checks, and OpenSCAD for parametric 3D/2D part design and STL/DXF/PNG output.

587 20d ago A tokens not measured original MIT

use-kicad-cli

40

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 20d ago A 123 tokens original MIT

use-openscad

41

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 20d ago A 113 tokens original MIT

hyperframes

42

FradSer/dotclaude

Plugin Claude Code

HyperFrames HTML-based video authoring skills, mirrored from heygen-com/hyperframes — keyframes, animation, captions, motion graphics, and remotion-to-hyperframes conversion.

587 20d ago A tokens not measured original MIT

hyperframes

43

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 20d ago A 154 tokens original MIT

builder

44

FradSer/dotclaude

Agent

Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…

587 20d ago A 0 tokens copy · 100% MIT

director

45

FradSer/dotclaude

Agent

Turn a request into a shot-plan.json for a short (3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.

587 20d ago A 0 tokens copy · 100% MIT

finalize

46

FradSer/dotclaude

Agent

Perform snapshot QA and one in-place repair pass. Dispatch only when Step 5 lint, check, or snapshot review reports a defect. The orchestrator owns final approval and render; this agent never renders.

587 20d ago A 0 tokens copy · 100% MIT

interfaces

47

FradSer/dotclaude

Plugin Claude Code

Agent skills for building great product interfaces, from typography and color to accessibility and UX writing.

587 20d ago A tokens not measured original MIT

better-interface

48

FradSer/dotclaude

Skill Claude CodeCodex

User-invoked, cross-discipline interface review that coordinates six domain references: accessibility, layout, writing, typography, colors, and ui. Use when explicitly invoked for a holistic review of a screen, flow, feature, or product interface. Supports quick and full review modes. Triggers on better-interface…

587 20d ago A 84 tokens original MIT