Add the marketplace
/plugin marketplace add DieGopherLT/dotclaudefilesInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
My personal Claude Code configuration packaged as a plugin. Includes commands, agents, skills, and configs I use daily.
Skills for managing Claude Code memory files: split heavy CLAUDE.md into on-demand rules (rulify) and generate token-efficient module documentation (claudify).
Retrofit testing pipeline for existing code: measure testability, break dependencies with seams, write characterization + behavior tests, and audit test quality via mutation-thinking. Runs autonomously inside a dedicated worktree.
Autonomous TypeScript migration pipeline for JavaScript codebases: audits the project, installs tooling, renames files leaf-first with git mv, extracts shared types, runs parallel per-chunk typers with ctx7 and LSP support, then consolidates with progressive strict-mode checks and a final build gate. Runs autonomously inside a dedicated worktree.
Git workflow toolkit: commit standards enforcement (staged deliberately, linted, message format with explicit approval), branch naming conventions, and rebase conflict resolution guided by intent analysis from both branches' history.
Autonomous structural refactor that reshapes a codebase from layer-first into feature-first screaming architecture (modules/<domain>/<layer>). Applies strategic DDD to discover bounded contexts, classify subdomains, then relocate files and rewrite imports with zero functional change inside a dedicated worktree.
Spec-driven workflow toolkit: author closed, self-contained specs, harden their design through a fresh-auditor closure loop (closed-design-enforcer), then dispatch implementation across write-directly, agent-waves, and workflow strategies. Pairs with the /goal command.