Skip to main content
Showing 30 of 33 resources in commands
Saved
Active
Commands. Slash commands for Claude Code and Codex
commandsReview firstSource-backedReview firstClaude Code

/mcp-auth-audit - MCP Authorization Audit Command

by JSONbored

Slash command for auditing a remote MCP server authorization setup, including protected resource metadata, authorization server discovery, OAuth resource indicators, token audience validation, scopes, and token passthrough risk.

Invocation:/mcp-auth-audit <server-url>
Safety Privacy
commandsReview firstSource-backedReview firstClaude Code

/api-contract-check - API Contract Check Command for Claude Code

by techforgeworks

Slash command that runs consumer-driven contract verification for an HTTP API using Pact. It locates the consumer contracts (local pact files or a Pact Broker), verifies the provider against every recorded interaction, reports which consumer expectations the provider breaks, and, when no contracts exist yet, lays out how to record and publish them. It checks real interaction contracts, not just schema shape.

Invocation:/api-contract-check [provider]
Safety Privacy
commandsReview firstSource-backedReview firstClaude Code

/dependency-risk-review - Dependency Risk Review Command for Claude Code

by techforgeworks

Slash command that reviews the supply-chain risk of a project's dependencies using OpenSSF Scorecard health signals rather than CVE counts. It identifies high-impact dependencies, looks up each one's Scorecard checks (Maintained, Dangerous-Workflow, Pinned-Dependencies, Signed-Releases, Code-Review, and more) through the public API, cross-references OSV for known advisories, ranks the riskiest dependencies, and recommends concrete actions.

Invocation:/dependency-risk-review [package]
Safety Privacy
commandsReview firstSource-backedReview firstClaude Code

/deploy-readiness - Cloudflare Deploy Readiness Command for Claude Code

by jony376

Slash command that runs a pre-deploy readiness check for a Cloudflare Workers project before you ship. It confirms Wrangler auth, validates the worker config, dry-runs the build to catch bundling errors without deploying, cross-checks that secrets and bindings referenced in code actually exist, and returns a clear go or no-go summary.

Invocation:/deploy-readiness [environment]
Safety Privacy
commandsReview firstSource-backedReview firstClaude Code

/draft-release-notes - Release Notes Drafting Command for Claude Code

by jony376

Slash command that drafts release notes from the Conventional Commits made since the last release tag. It reads the git log, groups changes into Keep a Changelog sections (Added, Changed, Fixed, and more), recommends the Semantic Versioning bump, and produces human-readable notes ready to paste into a CHANGELOG or GitHub release.

Invocation:/draft-release-notes [from-ref]
Safety Privacy
commandsReview firstSource-backedReview firstClaude Code

/ci-failure-triage - CI Failure Triage Command for Claude Code

by jony376

Slash command that triages a failing GitHub Actions run: it pulls the failed job logs with the GitHub CLI, isolates the first real error, classifies the failure (test, lint, type, build, dependency, or flaky), and proposes a targeted, minimal fix with the exact command to reproduce it locally.

Invocation:/ci-failure-triage [run-id]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/security-audit - Security Scanner Command for Claude Code

by JSONbored

Deploy 100 specialized sub-agents for comprehensive enterprise-grade security, performance, and optimization audit of production codebase

Invocation:/security-audit [scope]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Agent Skills Installer for Claude Code

by JSONbored

Install and manage Claude Code Agent Skills - specialized knowledge packages that extend Claude's capabilities with domain expertise and progressive disclosure

Invocation:/skills-installer [action] [skill-name]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Checkpoint Manager for Claude Code

by JSONbored

Manage Claude Code checkpoints to safely rewind code changes, restore conversation states, and explore alternatives without fear using ESC+ESC or /rewind commands

Invocation:/checkpoint-manager [action] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

CLAUDE.md Builder for Claude Code

by JSONbored

Generate project-specific CLAUDE.md files with coding standards, architecture notes, and context preservation for team-wide AI consistency and efficient onboarding

Invocation:/claudemd-builder [action] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Context Analyzer for Claude Code

by JSONbored

Analyze codebase context with agentic search to understand architecture, patterns, and dependencies before major refactors or feature implementations

Invocation:/context-analyzer [scope] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Hooks Generator for Claude Code

by JSONbored

Create automated Claude Code hooks that execute shell commands at specific lifecycle points for deterministic control over formatting, testing, linting, and notifications

Invocation:/hooks-generator [hook-type] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

MCP Server Setup for Claude Code

by JSONbored

Configure and connect MCP servers to Claude Code with OAuth authentication, tool access, and remote server support for seamless external integrations

Invocation:/mcp-setup [server-type] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Plan Mode & Extended Thinking for Claude Code

by JSONbored

Activate Claude's extended thinking mode with multi-level planning depth from 'think' to 'ultrathink' for comprehensive strategy creation before implementation

Invocation:/plan-mode [task] [depth]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Slash Command Generator for Claude Code

by JSONbored

Create custom slash commands for Claude Code with templates, arguments, frontmatter metadata, and team-shared workflows stored in .claude/commands directory

Invocation:/slash-command-gen [command-name] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Subagent Creator for Claude Code

by JSONbored

Create specialized Claude Code subagents with custom system prompts, scoped tool access, and independent context for parallel task execution and workflow orchestration

Invocation:/subagent-create [role] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

TDD Workflow for Claude Code

by JSONbored

Implement test-driven development workflows with Claude Code using red-green-refactor cycles, automatic test generation, and AI-guided iteration until all tests pass

Invocation:/tdd-workflow [feature] [options]
Safety · Privacy ·
commandsReview firstSource-backedReview firstCursorClaude Code

/cursor-rules - Cursor Rules Generator for Claude Code

by JSONbored

Generate .cursorrules files for AI-native development with project-specific patterns, coding standards, and intelligent context awareness

Invocation:/cursor-rules [options] <project_type>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

AutoGen Multi-Agent Workflow for Claude

by JSONbored

Orchestrate multi-agent workflows using Microsoft AutoGen v0.4 with role-based task delegation, conversation patterns, and collaborative problem solving

Invocation:/autogen-workflow [options] <workflow_description>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

Mintlify Documentation Generator for Claude

by JSONbored

Generate beautiful, searchable documentation using Mintlify with AI-powered content generation, API reference automation, and MDX components

Invocation:/mintlify-docs [options] <documentation_scope>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

V0 Component Generator for Claude

by JSONbored

Generate production-ready React components from natural language using V0.dev patterns with shadcn/ui, TailwindCSS, and TypeScript

Invocation:/v0-generate [options] <component_description>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/zod-audit - Zod Auditor Command for Claude Code

by JSONbored

Production codebase auditor specialized in Zod schema validation coverage, security vulnerability detection, and dead code elimination

Invocation:/zod-audit [audit-type=full|security|duplication|validation|zod] [path]
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/debug - Debugging Assistant Command for Claude Code

by JSONbored

Advanced debugging assistant with root cause analysis, step-by-step troubleshooting, and automated fix suggestions

Invocation:/debug
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/docs - Docs Generator Command for Claude Code

by JSONbored

Intelligent documentation generator with API specs, code examples, tutorials, and interactive guides

Invocation:/docs [options] <file_or_project>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/explain - Code Explanation Command for Claude Code

by JSONbored

Intelligent code explanation with visual diagrams, step-by-step breakdowns, and interactive examples

Invocation:/explain [options] <code_or_file>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/optimize - Performance Optimizer Command for Claude Code

by JSONbored

Advanced performance optimization with bottleneck analysis, memory profiling, and automated improvements

Invocation:/optimize [options] <file_or_function>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/refactor - Code Refactoring Command for Claude

by JSONbored

Intelligent code refactoring command that analyzes code structure and applies best practices for improved maintainability and performance

Invocation:/refactor [options] <file_or_selection>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/refactor-code - Specialized Refactor Commands for Claude

by JSONbored

Intelligent code refactoring command that analyzes code structure and applies best practices for improved maintainability and performance

Invocation:/refactor [options] <file_or_selection>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/review - Code Review Command for Claude Code

by JSONbored

Comprehensive code review with security analysis, performance optimization, and best practices validation

Invocation:/review [options] <file_or_directory>
Safety · Privacy ·
commandsReview firstSource-backedReview firstClaude Code

/security - Vulnerability Scan Command for Claude Code

by JSONbored

Comprehensive security audit with vulnerability detection, threat analysis, and automated remediation recommendations

Invocation:/security [options] <file_or_project>
Safety · Privacy ·