jskswamy/claude-plugins

A curated collection of Claude Code plugins focused on developer workflows, code generation, and productivity.

3Stars on the repository
59Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

explore

01

jskswamy/claude-plugins

Skill Claude CodeCodex

Explore codebase using indexed knowledge from codebase-memory-mcp. Use when: exploring project context during brainstorming or planning, user asks about codebase architecture or structure, user asks how something works or where something happens, user asks what would be affected by a change, user wants to understand…

3 1mo ago A 63 tokens

commit-action

02

jskswamy/claude-plugins

Skill Claude CodeCodex

Triggers when user wants to PERFORM a git commit action. Activates on phrases like "commit these changes", "commit this", "let's commit", "make a commit", "create a commit", "commit my work", "commit the changes", "time to commit", "ready to commit", "commit what I've done", "save my changes" (git context), "commit…

3 1mo ago A 113 tokens

commit-style

03

jskswamy/claude-plugins

Skill Claude CodeCodex

Provides educational guidance on writing good git commit messages. Activates when users ASK QUESTIONS about commit message formats, styles, conventional commits, classic commits, atomic commit principles, or git best practices. Does NOT activate when users want to PERFORM a commit (use the commit-action skill instead).

3 1mo ago A 60 tokens

review-commits

04

jskswamy/claude-plugins

Skill Claude CodeCodex

Review and clean up commits before pushing. Uses planner/executor split: reads commits inline, authors final messages in saved style, replays via git rebase --exec with GITEDITOR=true so no editor opens. Detects logical clusters of granular TDD commits and proposes collapsing them into one logical commit. Auto-amends…

3 1mo ago A 127 tokens

validate-commits

05

jskswamy/claude-plugins

Skill Claude CodeCodex

Validate commits before pushing. Runs six deterministic checks: clean worktree, tests pass, no AI co-author leaks (Claude, Anthropic, GPT, OpenAI, Copilot), no conflict markers, no squash/fixup residue, and subject lines conform to the configured style (classic or conventional). Activates on: "validate commits"…

3 1mo ago A 105 tokens

decompose

06

jskswamy/claude-plugins

Skill Claude CodeCodex

Transform complex tasks into well-structured beads issues. Use when user says: "plan this work", "help me plan", "plan the task", "decompose this", "break this down", "break down the work", "create issues for", "create an epic for", "turn this into beads", "structure this work", "how should I approach this".

3 1mo ago B 75 tokens

execute-tasks

07

jskswamy/claude-plugins

Skill Claude CodeCodex

Execute decomposed tasks with subagent dispatch. Use when user says: "execute the tasks", "run the plan", "start executing", "dispatch tasks", "work through the backlog", "execute ready tasks", "run the decomposition", "implement these", "build it", "go ahead", "start working".

3 1mo ago A 64 tokens

park-idea

08

jskswamy/claude-plugins

Skill Claude CodeCodex

Quick idea capture while working - park thoughts without breaking flow. Use when user says: "park this idea", "park this thought", "save this for later", "side thought", "note for later", "idea for later", "don't forget", "remind me later", "come back to this", "tangent:", "btw:", "also:".

3 1mo ago A 74 tokens

review-parked

09

jskswamy/claude-plugins

Skill Claude CodeCodex

Review parked ideas on demand. Use when user says: "review parked ideas", "show parked", "what did I park", "check my parking lot", "any ideas parked", "parked ideas".

3 1mo ago A 42 tokens

task-commit

10

jskswamy/claude-plugins

Skill Claude CodeCodex

Create rich commit messages by combining beads task context with code changes. Use when user says: "commit this task", "commit for task", "task commit", "commit with context", "beads commit", "commit with beads", or after closing a task: "now commit".

3 1mo ago A 57 tokens

understand

11

jskswamy/claude-plugins

Skill Claude CodeCodex

Deeply explore a task through structured questioning before planning. Use when user says: "help me understand this task", "what questions should I ask", "let's think through this", "explore this with me", "clarify this task", "what am I missing", "deep dive into this", "before we plan, let's understand", "interview me…

3 1mo ago A 77 tokens

devenv

12

jskswamy/claude-plugins

Skill Claude CodeCodex

Initialize and manage Nix flake development environments with auto-detection and security tooling.

3 1mo ago A 20 tokens

ide-handoff

13

jskswamy/claude-plugins

Skill Claude CodeCodex

Guardrail for efficient refactoring. IDEs use AST-based semantic refactoring (instant, atomic, accurate). AI uses text-based pattern matching (slower, sequential, error-prone for structural changes). This skill provides decision criteria for when to delegate to IDE vs proceed with AI. Consult before: renames across…

3 1mo ago A 86 tokens

sketch-from-capture

14

jskswamy/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user wants to create a visual sketch, diagram, or mind map from captured content like articles, videos, or blips. Enables creating Excalidraw visualizations from jot captures.

3 1mo ago A 50 tokens

scan

15

jskswamy/claude-plugins

Skill Claude CodeCodex

Scan for refactoring opportunities. Use when: "scan for refactoring opportunities", "check for code duplication", "look for patterns to extract", "refactoring scan", "scan the entire codebase for refactoring", "find architectural issues", "look for refactoring opportunities across the codebase", "audit refactor…

3 1mo ago A 80 tokens

capture-for-sketch

16

jskswamy/claude-plugins

Skill Claude CodeCodex

This skill should be used when the user wants to sketch content from a URL, YouTube video, or external source. Enables fetching and extracting content before creating a visual sketch.

3 1mo ago A 40 tokens

excalidraw-format

17

jskswamy/claude-plugins

Skill Claude CodeCodex

This skill should be used when generating Excalidraw JSON files, creating visual diagrams in Excalidraw format, or needing to understand Excalidraw element structure. Provides comprehensive knowledge of Excalidraw JSON schema, element types, styling properties, and valid configurations.

3 1mo ago A 62 tokens