Plugin Claude Code
Plugin marketplace listing 10 plugins: devenv, commit-tools, jot, craft, sketch-note.
Plugin Claude Code
Plugin marketplace listing 10 plugins: devenv, commit-tools, jot, craft, sketch-note.
Command Claude Code
Release marketplace with version bumping, changelog generation via git-cliff, and git tagging.
Settings file Claude Code
A curated collection of Claude Code plugins focused on developer workflows, code generation, and productivity.
Instructions file CodexOpenCode
AGENTS.md instructions for jskswamy/claude-plugins, covering agent instructions, quick reference, landing the plane (session completion), beads workflow integration and essential commands.
Instructions file
Claude Code instructions for jskswamy/claude-plugins, covering claude.md, repository structure, creating a new plugin, testing plugins locally and plugin structure.
Plugin Claude Code
Intelligent codebase exploration powered by codebase-memory-mcp. Natural language queries, change impact analysis, symbol graph traversal, and automatic brainstorming/planning integration.
Command
Ask a natural language question about the codebase.
Command
Explore a symbol's callers, callees, and relationships in the codebase graph.
Command
Analyze the impact of recent code changes — blast radius, risk levels, affected tests.
Command
Index or re-index the codebase using codebase-memory-mcp.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pretooluse-grep.sh via bash. From 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…
Plugin Claude Code
End-to-end commit hygiene: write atomic commits with style enforcement, review and consolidate them before push, validate the final history.
Command
Generate and create git commit messages with classic or conventional commit style and strict atomic commit validation.
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…
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).
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…
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"…
Plugin Claude Code
The craft of building software end-to-end: capture ideas, understand problems, decompose work into structured units, dispatch subagents to execute them, and commit with full task context.
Agent
Executes beads CLI commands to create issues from a decomposition plan. Use this agent when you have an approved decomposition and need to create the actual beads issues with proper ordering and dependencies.
Agent
Reviews code quality after spec compliance passes. Checks for style, security, error handling, and maintainability issues.
Agent
Reviews task implementations for spec compliance. Use after a subagent completes a task to verify all requirements were met.
Command
Dashboard views of all work with filtering and statistics.
Command
Decompose complex tasks into structured beads issues with direct argument control.