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…
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…
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).
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…
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"…
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".
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".
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:".
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".
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".
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…
jskswamy/claude-plugins
Skill Claude CodeCodex
Initialize and manage Nix flake development environments with auto-detection and security tooling.
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…
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.
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…
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.
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.