Claude Prompts
Prompts, agents, and instructions for Claude
Conventional Commit
Slash command to create conventional commit messages and commit staged changes following the conventional commits specification
Create Plugin
Slash command to convert a project into a properly structured Claude Code plugin with marketplace configuration
Create Command
Slash command to generate properly structured slash command files for Claude Code with standardized structure
Create CLAUDE.md Documentation
Slash command to analyze project structure and generate CLAUDE.md files for project documentation and coding guidelines
Create Agent Command
Slash command to create custom subagents for specialized tasks with proper configuration and system prompts
Create Hook
Slash command to create and configure Claude Code hooks with reference documentation and interactive guidance
Create Output Style
Slash command to generate custom output styles that modify Claude Code's system prompt for different agent behaviors
Create Skill
Slash command to generate new Claude Skills with proper structure, YAML frontmatter, and bundled resources
Nuxt Content Documentation Reference Skill
Skill that ensures Claude fetches current Nuxt Content documentation before answering questions or implementing features
Commit: Create Conventional Commit Message
Analyzes staged and unstaged changes to create a well-formatted conventional commit message
Branch: Create Feature Branch from Main
Creates a new branch from main with conventional commit-style naming based on a task description
Fix Pipeline: Systematic CI/CD Debugging
Agent that systematically debugs CI pipeline failures using root cause analysis before implementing fixes
Lint: Auto-fix and Resolve Linting Issues
Runs linter with auto-fix enabled and resolves any remaining errors that require manual intervention
Merge to Main: Complete PR Workflow
Merges current branch to main via GitHub PR with squash merge and branch cleanup
PR: Create Well-Formatted Pull Request
Creates a GitHub PR with conventional title and structured description including summary, changes, and test plan
Push: Commit and Push to Remote
Combines commit creation with conventional message and push to remote in one command
Refactor Page Object: Test Pattern Refactoring
Refactors Vue component tests to use the Page Object Pattern for better maintainability and readability
Review CodeRabbit: Process AI Code Reviews
Agent that processes CodeRabbit review comments with technical rigor - verifies suggestions before implementing and pushes back when wrong
Vitest: Run Tests and Fix Failures
Runs Vitest test suite and systematically fixes any failing tests
Create Command: Scaffold New Slash Commands
Interactive agent that scaffolds new slash commands with best practices, proper frontmatter, and structured templates