Skip to main content

Browse the directory

Showing 30 of 43 resources in commands
Saved
Active

Reviewed filter active — add entries to compare trust side by side.

Trust snapshot

Trust signals across 40 of 43 results

Claimed
0%(0/40)

2 trust signals differ in this sample: Source provenance, Submitter

Signals differ on Source provenance, Submitter — add entries to compare before you install.

Rollout signal scan

1 rollout risk signal in current results

Biggest gaps: package integrity. 0 entries have 2+ required gaps.

12 scanned

Install payload

Install payload is broadly covered in current results.

good

100% (12/12)

Adoption queue

Browse adoption queue · balanced

0/43 visible results are ready for staged adoption under this preset.

ready 0caution 8hold 0

Decision confidence

Decision confidence scan · balanced

0/43 results are high-confidence for the selected preset.

high 0medium 8low 0

Freshness distribution

Current results are broadly fresh

Median age 33 days; all 12 scanned entries are within 90 days.

median 33d

Aging

91–180 days

0%

0 entries

Stale

> 180 days

0%

0 entries

Theme distribution

Themes are broadly spread across this view

101 distinct themes with no dominant one. Most common: slash-command, architecture, automation.

Diverse

101 distinct themes across 24 scanned

Commands. Slash commands for Claude Code and Codex

Slash command runbook for scanning HeyClaude catalog collisions by slug, title, repo URL, and docs URL before opening a content-only PR—using audit-content patterns and GitHub code search.

Invocation:/catalog-collision-scan <category> <proposed-slug>
Safety ✓ Privacy ✓

Community slash command runbook to refresh stale project documentation after code changes: use git history to find affected docs, compare README commands to package scripts, and flag broken internal links before opening a docs PR.

Invocation:/documentation-refresh [since-ref]
Safety ✓ Privacy ✓

Community slash command runbook for frontend visual QA using documented Claude Code Chrome integration workflows: enable /chrome, open a local page, read console messages, and follow the design verification checklist from the Chrome integration guide.

Invocation:/frontend-visual-qa <route-or-host>
Safety ✓ Privacy ✓

Slash command that builds a chronological incident timeline from trusted sources such as GitHub Actions run metadata, deployment notes, and operator timestamps, then drafts a handoff-ready post-incident summary.

Invocation:/incident-timeline <incident-id-or-run-id>
Safety ✓ Privacy ✓

Community slash command runbook for post-install MCP verification using only documented Claude Code MCP commands: claude mcp list, claude mcp get, and the /mcp panel for authentication status before exercising a read-only tool.

Invocation:/mcp-smoke-test [server-name]
Safety ✓ Privacy ✓

Community slash command runbook for OpenAPI contract review: lint base and head spec files with the documented Spectral CLI, compare rule failures, and classify release impact before merging API changes.

Invocation:/openapi-diff-review <base-spec> <head-spec>
Safety ✓ Privacy ✓

Slash command runbook for designing and running prompt evaluations: define tasks, success criteria, golden outputs, regression checks, and privacy-safe reporting using Anthropic test-and-evaluate guidance.

Invocation:/prompt-eval-runbook <feature-or-prompt-name>
Safety ✓ Privacy ✓

Community slash command runbook for adding minimal automated tests around a changed module: inspect the git diff, mirror repository test conventions, and draft focused unit or integration tests using Anthropic develop-tests guidance.

Invocation:/targeted-test-generation <file-or-symbol>
Safety ✓ Privacy ✓

Slash command that reviews a pull request diff for security regressions: authentication and authorization gaps, injection surfaces, secret exposure, unsafe deserialization, and dependency risk introduced by the change.

Invocation:/pr-security-review [pr-number]
Safety ✓ Privacy ✓
Raycast logo

Slash command that validates a HeyClaude Raycast extension feed JSON file against registry schema expectations: required entry fields, forbidden payload keys, HTTPS detail URLs, MCP install targets, and copy preview limits.

Invocation:/raycast-feed-validation [feed-path]
Safety ✓ Privacy ✓

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 ✓

Slash command that runs consumer-driven contract verification for an HTTP API using Pact.

Invocation:/api-contract-check [provider]
Safety ✓ Privacy ✓

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 ✓

Slash command that reviews the supply-chain risk of a project's dependencies using OpenSSF Scorecard health signals rather than CVE counts.

Invocation:/dependency-risk-review [package]
Safety ✓ Privacy ✓
Cloudflare logo

Slash command that runs a pre-deploy readiness check for a Cloudflare Workers project before you ship.

Invocation:/deploy-readiness [environment]
Safety ✓ Privacy ✓

Slash command that drafts release notes from the Conventional Commits made since the last release tag.

Invocation:/draft-release-notes [from-ref]
Safety ✓ Privacy ✓

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

Invocation:/security-audit [scope]
Safety ✓ Privacy ✓

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 ✓

Use the built-in /init command to generate a project CLAUDE.md from your codebase, then refine it by hand. Covers /memory, file locations, @path imports, and .claude/rules/.

Invocation:/init
Safety ✓ Privacy ✓

Use the built-in /hooks menu to inspect Claude Code hooks and configure them in settings.json so shell commands run deterministically at lifecycle events like PreToolUse, PostToolUse, and Stop.

Invocation:/hooks
Safety ✓ Privacy ✓

Add Model Context Protocol servers to Claude Code with the claude mcp add CLI and the /mcp slash command, covering transports, scopes, and OAuth for remote servers.

Invocation:claude mcp add --transport http <name> <url>
Safety ✓ Privacy ✓

Create and manage specialized Claude Code subagents using the interactive /agents command or Markdown definition files in .claude/agents/, with scoped tools, model selection, and isolated context.

Invocation:/agents
Safety ✓ Privacy ✓

Use the built-in /context command to inspect Claude Code's context-window usage, plus a custom .claude/commands recipe for repeatable codebase-context analysis before refactors.

Invocation:/context
Safety ✓ Privacy ✓

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 ✓

Use Claude Code's built-in checkpointing: run /rewind or press Esc twice to restore code, conversation, or both to an earlier point in a session, and summarize parts of the chat.

Invocation:/rewind
Safety ✓ Privacy ✓

Claude Code slash command that generates a new .claude/commands/*.md file from a template, with optional arguments, frontmatter, and team-sharing support.

Invocation:/slash-command-gen [command-name] [options]
Safety ✓ Privacy ✓

A user-created custom slash command that runs a red-green-refactor TDD loop in Claude Code: write failing tests first, implement until they pass, then refactor. Built with the documented custom-command frontmatter and $ARGUMENTS substitution, not a built-in feature.

Invocation:Create .claude/commands/tdd-workflow.md, then run: /tdd-workflow add a slugify() helper
Safety ✓ Privacy ✓
Cursor logo

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 ✓

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 ✓

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 ✓