Plugin Claude Code
Claude Agent SDK Development Plugin.
Plugin Claude Code
Claude Agent SDK Development Plugin.
Agent
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Agent
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.
Command
Create and setup a new Claude Agent SDK application.
Plugin Claude Code
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Skill Claude CodeCodex
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what…
Plugin Claude Code
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Command
Update CLAUDE.md with learnings from this session.
Skill Claude CodeCodex
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…
Plugin Claude Code
Automated code review for pull requests using multiple specialized agents with confidence-based scoring.
Command
Code review a pull request.
Plugin Claude Code
Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Plugin Claude Code
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests.
Command
Cleans up all git branches marked as [gone] (branches that have been deleted on the remote but still exist locally), including removing associated worktrees.
Command
Commit, push, and open a PR.
Command
Based on the above changes, create a single git commit.
Plugin Claude Code
A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers.
Command
An example slash command that demonstrates command frontmatter options (legacy format).
Skill Claude CodeCodex
An example user-invoked skill that demonstrates frontmatter options and the skills/ /SKILL.md layout.
Skill Claude CodeCodex
This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.
Plugin Claude Code
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style).
Hook
Runs when a session starts, executing session-start.sh via bash. From neuradex/sna.
Plugin Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review.