claudeindex
Marketplace

diegopher

diegopher

Stars

1

Forks

0

Plugins

10

Installation

1

Add the marketplace

/plugin marketplace add DieGopherLT/dotclaudefiles
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

10

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

dotclaudefiles

My personal Claude Code configuration packaged as a plugin. Includes commands, agents, skills, and configs I use daily.

Plugin

claude-management

Skills for managing Claude Code memory files: split heavy CLAUDE.md into on-demand rules (rulify) and generate token-efficient module documentation (claudify).

Plugin

dotclaudehooks

Personal collection of hooks for daily development

Plugin

document-api

Set of skills to document API rest endpoints & socket events

Plugin

react-dev

Utils for react development

Plugin

testing

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.

Plugin

typescript-migration

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.

Plugin

git-toolkit

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.

Plugin

domain-restructure

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.

Plugin

spec-kit

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.