Skip to main content
ClaudeWave

Slash Commands de Claude Code

Slash commands de Claude Code recopilados del directorio: definiciones de prompts instalables en ~/.claude/commands con un comando.

967 slash commandsinstalación en 1 comando
  1. Workflow command scaffold for add-language-rules in everything-claude-code.

    affaan-m/ECCInstalar
  2. Workflow command scaffold for database-migration in everything-claude-code.

    affaan-m/ECCInstalar
  3. Workflow command scaffold for feature-development in everything-claude-code.

    affaan-m/ECCInstalar
  4. Commit, push, and open a PR

  5. dedupe132.1k

    Find duplicate GitHub issues

  6. Triage GitHub issues by analyzing and applying labels

  7. dedupe78.6k

    Find duplicate GitHub issues

  8. Display the current time in Pakistan Standard Time (PKT, UTC+5)

  9. Fetch Dubai weather and create an SVG weather card

  10. Update the AGENT COLLECTIONS table by researching all agent-collection repos in parallel

  11. Track Claude Code commands report changes and find what needs updating

  12. Track Claude Code settings report changes and find what needs updating

  13. Track Claude Code skills report changes and find what needs updating

  14. Track Claude Code subagents report changes and find what needs updating

  15. Update the README CONCEPTS section with the latest Claude Code features and concepts

  16. Update the DEVELOPMENT WORKFLOWS table by researching all 11 workflow repos in parallel

  17. Update the SKILL COLLECTIONS table by researching all 5 skill-collection repos in parallel

  18. Fetch the current time for Dubai (GST, UTC+4) and create a visual SVG time card

  19. Execute phased implementation with validation gates

  20. plan57.6k

    Create comprehensive planning documentation for a feature

  21. Research and analyze feature viability - GO/NO-GO decision gate

  22. build56.9k

    Implement tasks incrementally — build, test, verify, commit. Add "auto" to run the whole plan in one approved pass.

  23. Simplify code for clarity and maintainability — reduce complexity without changing behavior

  24. plan56.9k

    Break work into small verifiable tasks with acceptance criteria and dependency ordering

  25. review56.9k

    Conduct a five-axis code review — correctness, readability, architecture, security, performance

  26. ship56.9k

    Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision

  27. spec56.9k

    Start spec-driven development — write a structured specification before writing code

  28. test56.9k

    Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.

  29. webperf56.9k

    Run a web performance audit via the web-performance-auditor persona

  30. compact36.3k

    Prepare OMC context for a manual Claude Code /compact handoff.

  31. ARS academic-paper `abstract-only` mode — bilingual abstract + keywords

  32. ARS /ars-cache-invalidate — drop cached verification entries for a citation key

  33. ARS academic-paper `citation-check` mode — citation error report

  34. ARS academic-paper `disclosure` mode — venue-specific AI-usage statement

  35. ARS academic-paper `format-convert` mode — convert to LaTeX / DOCX / PDF / Markdown

  36. ARS full pipeline — research → write → review → revise → finalize

  37. ARS academic-paper `lit-review` mode — annotated bibliography in paper format

  38. ARS /ars-mark-read — record human-read signal for one or more citation keys

  39. ARS academic-paper `outline-only` mode — detailed outline + evidence map

  40. ARS academic-paper `plan` mode — Socratic chapter-by-chapter planning

  41. ARS academic-paper-reviewer `full` mode — simulated peer-review panel

  42. ARS academic-paper `revision-coach` mode — Revision Roadmap + Response Letter Skeleton

  43. ARS academic-paper `revision` mode — revised draft + R&R responses

  44. ARS /ars-unmark-read — rescind a prior human-read mark for one or more citation keys

  45. Create a block configuration for a Sim integration with proper subBlocks, conditions, and tool wiring

  46. Add a knowledge base connector for syncing documents from an external source

  47. Add a code-defined table enrichment (registry entry) backed by a provider cascade, ensuring each provider tool has hosted-key support

  48. Add a complete integration to Sim (tools, block, icon, registration)

  49. Add a new LLM model to apps/sim/providers/models.ts with specs verified against the provider's live API docs (no hallucination)

  50. Create tool configurations for a Sim integration by reading API docs

  51. Create webhook or polling triggers for a Sim integration

  52. cleanup28.8k

    Run all code quality skills in sequence — effects, memo, callbacks, state, React Query, and emcn design review

  53. council28.8k

    Spawn task agents to explore a given area of interest in the codebase

  54. Review UI code for alignment with the emcn design system — components, tokens, patterns, and conventions

  55. Audit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership

  56. ship28.8k

    Commit, push, and open a PR to staging in one shot

  57. Validate an existing knowledge base connector against its service's API docs

  58. Validate an existing Sim integration (tools, block, registry) against the service's API docs

  59. Validate a model entry (or every model in a provider) in apps/sim/providers/models.ts against the provider's live API docs (no hallucination — reports what cannot be verified)

  60. Validate an existing Sim webhook trigger against provider API docs and repository conventions

  61. Analyze and fix useCallback anti-patterns in your code

  62. Analyze and fix useMemo/React.memo anti-patterns in your code

  63. Analyze and fix useEffect anti-patterns in your code

  64. Analyze and fix unnecessary useState, derived state, and server-state-in-local-state anti-patterns

  65. Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space

  66. Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image

  67. Check current worktree status, branch, and assigned task

  68. Clean up merged worktrees and their branches

  69. Commit, push, and create PR from the current worktree

  70. Create parallel worktrees for multi-task development with Ghostty panels

  71. Configure HUD display options (layout, language, presets, display elements) while preserving advanced manual overrides

  72. setup25.1k

    Configure claude-hud as your statusline

  73. plan-ar23.1k

    بدء تخطيط الملفات بنمط Manus. إنشاء task_plan.md و findings.md و progress.md للمهام المعقدة.

  74. Lock the current task_plan.md content with a SHA-256 attestation. Hooks then refuse to inject plan content if the file diverges from the attested hash, blocking silent tampering. Use --show to print the stored hash, --clear to remove the attestation. Available since v2.37.0.

  75. plan-de23.1k

    Starte Manus-artige Dateiplanung. Erstelle task_plan.md, findings.md, progress.md für komplexe Aufgaben.

  76. plan-es23.1k

    Iniciar planificación de archivos estilo Manus. Crear task_plan.md, findings.md, progress.md para tareas complejas.

  77. Bridge Claude Code's /goal to the active plan. Derives a goal condition from task_plan.md and invokes /goal so Claude keeps working until the plan is complete. Available since v2.38.0.

  78. Run a planning-aware cadence with Claude Code's /loop. Default tick checks plan status, runs check-complete, nudges progress.md update if stalled. Available since v2.38.0.

  79. plan-zh23.1k

    启动 Manus 风格的文件规划。为复杂任务创建 task_plan.md、findings.md、progress.md。

  80. plan23.1k

    Start Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks.

  81. pwf23.1k

    Short alias for /plan. Starts Manus-style file-based planning: task_plan.md, findings.md, progress.md. Available since v3.0.0.

  82. start23.1k

    Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear

  83. status23.1k

    Show current planning status at a glance - phases, progress, and any logged errors.

  84. Deep-dive feature repair — systematically fix an entire feature/module. Usage: /focused-fix <feature-path>

  85. clean17.9k

    Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.

  86. cm17.9k

    Stage working tree changes and create a Conventional Commit (no push).

  87. cp17.9k

    Stage, commit, and push the current branch following git governance rules.

  88. pr17.9k

    Create a pull request from the current branch.

  89. Run the full 8-phase plugin audit pipeline on a skill directory.

  90. review17.9k

    Run the local review gate before pushing.

  91. Run the security scan gate before pushing.

  92. Scan and optimize docs for SEO — meta tags, readability, keywords, broken links, sitemap.

  93. Update all the documentation related files.

  94. Update dev documentation before context compaction

  95. Create a comprehensive strategic plan with structured task breakdown

  96. Map edited routes & launch tests

  97. bmad-master agent

    UfoMiao/zcfInstalar
  98. analyst agent

    UfoMiao/zcfInstalar
  99. architect agent

    UfoMiao/zcfInstalar
  100. dev6k

    dev agent

    UfoMiao/zcfInstalar