Slash Commands de Claude Code
Slash commands de Claude Code recopilados del directorio: definiciones de prompts instalables en ~/.claude/commands con un comando.
- add-language-rules214.4k
Workflow command scaffold for add-language-rules in everything-claude-code.
affaan-m/ECCInstalar - database-migration214.4k
Workflow command scaffold for database-migration in everything-claude-code.
affaan-m/ECCInstalar - feature-development214.4k
Workflow command scaffold for feature-development in everything-claude-code.
affaan-m/ECCInstalar - commit-push-pr132.1k
Commit, push, and open a PR
anthropics/claude-codeInstalar - dedupe132.1k
Find duplicate GitHub issues
anthropics/claude-codeInstalar - triage-issue132.1k
Triage GitHub issues by analyzing and applying labels
anthropics/claude-codeInstalar - dedupe78.6k
Find duplicate GitHub issues
lobehub/lobehubInstalar - time-command57.6k
Display the current time in Pakistan Standard Time (PKT, UTC+5)
- weather-orchestrator57.6k
Fetch Dubai weather and create an SVG weather card
- agent-collections57.6k
Update the AGENT COLLECTIONS table by researching all agent-collection repos in parallel
Track Claude Code commands report changes and find what needs updating
Track Claude Code settings report changes and find what needs updating
Track Claude Code skills report changes and find what needs updating
Track Claude Code subagents report changes and find what needs updating
- workflow-concepts57.6k
Update the README CONCEPTS section with the latest Claude Code features and concepts
Update the DEVELOPMENT WORKFLOWS table by researching all 11 workflow repos in parallel
- skill-collections57.6k
Update the SKILL COLLECTIONS table by researching all 5 skill-collection repos in parallel
- time-orchestrator57.6k
Fetch the current time for Dubai (GST, UTC+4) and create a visual SVG time card
- implement57.6k
Execute phased implementation with validation gates
- plan57.6k
Create comprehensive planning documentation for a feature
- research57.6k
Research and analyze feature viability - GO/NO-GO decision gate
- build56.9k
Implement tasks incrementally — build, test, verify, commit. Add "auto" to run the whole plan in one approved pass.
addyosmani/agent-skillsInstalar - code-simplify56.9k
Simplify code for clarity and maintainability — reduce complexity without changing behavior
addyosmani/agent-skillsInstalar - plan56.9k
Break work into small verifiable tasks with acceptance criteria and dependency ordering
addyosmani/agent-skillsInstalar - review56.9k
Conduct a five-axis code review — correctness, readability, architecture, security, performance
addyosmani/agent-skillsInstalar - ship56.9k
Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision
addyosmani/agent-skillsInstalar - spec56.9k
Start spec-driven development — write a structured specification before writing code
addyosmani/agent-skillsInstalar - test56.9k
Run TDD workflow — write failing tests, implement, verify. For bugs, use the Prove-It pattern.
addyosmani/agent-skillsInstalar - webperf56.9k
Run a web performance audit via the web-performance-auditor persona
addyosmani/agent-skillsInstalar - compact36.3k
Prepare OMC context for a manual Claude Code /compact handoff.
Yeachan-Heo/oh-my-claudecodeInstalar - ars-abstract30.7k
ARS academic-paper `abstract-only` mode — bilingual abstract + keywords
- ars-cache-invalidate30.7k
ARS /ars-cache-invalidate — drop cached verification entries for a citation key
- ars-citation-check30.7k
ARS academic-paper `citation-check` mode — citation error report
- ars-disclosure30.7k
ARS academic-paper `disclosure` mode — venue-specific AI-usage statement
- ars-format-convert30.7k
ARS academic-paper `format-convert` mode — convert to LaTeX / DOCX / PDF / Markdown
- ars-full30.7k
ARS full pipeline — research → write → review → revise → finalize
- ars-lit-review30.7k
ARS academic-paper `lit-review` mode — annotated bibliography in paper format
- ars-mark-read30.7k
ARS /ars-mark-read — record human-read signal for one or more citation keys
- ars-outline30.7k
ARS academic-paper `outline-only` mode — detailed outline + evidence map
- ars-plan30.7k
ARS academic-paper `plan` mode — Socratic chapter-by-chapter planning
- ars-reviewer30.7k
ARS academic-paper-reviewer `full` mode — simulated peer-review panel
- ars-revision-coach30.7k
ARS academic-paper `revision-coach` mode — Revision Roadmap + Response Letter Skeleton
- ars-revision30.7k
ARS academic-paper `revision` mode — revised draft + R&R responses
- ars-unmark-read30.7k
ARS /ars-unmark-read — rescind a prior human-read mark for one or more citation keys
- add-block28.8k
Create a block configuration for a Sim integration with proper subBlocks, conditions, and tool wiring
simstudioai/simInstalar - add-connector28.8k
Add a knowledge base connector for syncing documents from an external source
simstudioai/simInstalar - add-enrichment28.8k
Add a code-defined table enrichment (registry entry) backed by a provider cascade, ensuring each provider tool has hosted-key support
simstudioai/simInstalar - add-integration28.8k
Add a complete integration to Sim (tools, block, icon, registration)
simstudioai/simInstalar - add-model28.8k
Add a new LLM model to apps/sim/providers/models.ts with specs verified against the provider's live API docs (no hallucination)
simstudioai/simInstalar - add-tools28.8k
Create tool configurations for a Sim integration by reading API docs
simstudioai/simInstalar - add-trigger28.8k
Create webhook or polling triggers for a Sim integration
simstudioai/simInstalar - cleanup28.8k
Run all code quality skills in sequence — effects, memo, callbacks, state, React Query, and emcn design review
simstudioai/simInstalar - council28.8k
Spawn task agents to explore a given area of interest in the codebase
simstudioai/simInstalar - emcn-design-review28.8k
Review UI code for alignment with the emcn design system — components, tokens, patterns, and conventions
simstudioai/simInstalar Audit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership
simstudioai/simInstalar- ship28.8k
Commit, push, and open a PR to staging in one shot
simstudioai/simInstalar - validate-connector28.8k
Validate an existing knowledge base connector against its service's API docs
simstudioai/simInstalar - validate-integration28.8k
Validate an existing Sim integration (tools, block, registry) against the service's API docs
simstudioai/simInstalar - validate-model28.8k
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)
simstudioai/simInstalar - validate-trigger28.8k
Validate an existing Sim webhook trigger against provider API docs and repository conventions
simstudioai/simInstalar Analyze and fix useCallback anti-patterns in your code
simstudioai/simInstalarAnalyze and fix useMemo/React.memo anti-patterns in your code
simstudioai/simInstalarAnalyze and fix useEffect anti-patterns in your code
simstudioai/simInstalarAnalyze and fix unnecessary useState, derived state, and server-state-in-local-state anti-patterns
simstudioai/simInstalarClean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
davila7/claude-code-templatesInstalarCreate an SEO-optimized blog article for a Claude Code component with AI-generated cover image
davila7/claude-code-templatesInstalarCheck current worktree status, branch, and assigned task
davila7/claude-code-templatesInstalarClean up merged worktrees and their branches
davila7/claude-code-templatesInstalarCommit, push, and create PR from the current worktree
davila7/claude-code-templatesInstalarCreate parallel worktrees for multi-task development with Ghostty panels
davila7/claude-code-templatesInstalar- configure25.1k
Configure HUD display options (layout, language, presets, display elements) while preserving advanced manual overrides
jarrodwatts/claude-hudInstalar - setup25.1k
Configure claude-hud as your statusline
jarrodwatts/claude-hudInstalar - plan-ar23.1k
بدء تخطيط الملفات بنمط Manus. إنشاء task_plan.md و findings.md و progress.md للمهام المعقدة.
OthmanAdi/planning-with-filesInstalar - plan-attest23.1k
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.
OthmanAdi/planning-with-filesInstalar - plan-de23.1k
Starte Manus-artige Dateiplanung. Erstelle task_plan.md, findings.md, progress.md für komplexe Aufgaben.
OthmanAdi/planning-with-filesInstalar - plan-es23.1k
Iniciar planificación de archivos estilo Manus. Crear task_plan.md, findings.md, progress.md para tareas complejas.
OthmanAdi/planning-with-filesInstalar - plan-goal23.1k
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.
OthmanAdi/planning-with-filesInstalar - plan-loop23.1k
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.
OthmanAdi/planning-with-filesInstalar - plan-zh23.1k
启动 Manus 风格的文件规划。为复杂任务创建 task_plan.md、findings.md、progress.md。
OthmanAdi/planning-with-filesInstalar - plan23.1k
Start Manus-style file-based planning. Creates task_plan.md, findings.md, progress.md for complex tasks.
OthmanAdi/planning-with-filesInstalar - pwf23.1k
Short alias for /plan. Starts Manus-style file-based planning: task_plan.md, findings.md, progress.md. Available since v3.0.0.
OthmanAdi/planning-with-filesInstalar - 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
OthmanAdi/planning-with-filesInstalar - status23.1k
Show current planning status at a glance - phases, progress, and any logged errors.
OthmanAdi/planning-with-filesInstalar - focused-fix17.9k
Deep-dive feature repair — systematically fix an entire feature/module. Usage: /focused-fix <feature-path>
alirezarezvani/claude-skillsInstalar - clean17.9k
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
alirezarezvani/claude-skillsInstalar - cm17.9k
Stage working tree changes and create a Conventional Commit (no push).
alirezarezvani/claude-skillsInstalar - cp17.9k
Stage, commit, and push the current branch following git governance rules.
alirezarezvani/claude-skillsInstalar - pr17.9k
Create a pull request from the current branch.
alirezarezvani/claude-skillsInstalar - plugin-audit17.9k
Run the full 8-phase plugin audit pipeline on a skill directory.
alirezarezvani/claude-skillsInstalar - review17.9k
Run the local review gate before pushing.
alirezarezvani/claude-skillsInstalar - security-scan17.9k
Run the security scan gate before pushing.
alirezarezvani/claude-skillsInstalar - seo-auditor17.9k
Scan and optimize docs for SEO — meta tags, readability, keywords, broken links, sitemap.
alirezarezvani/claude-skillsInstalar - update-docs17.9k
Update all the documentation related files.
alirezarezvani/claude-skillsInstalar - dev-docs-update9.7k
Update dev documentation before context compaction
- dev-docs9.7k
Create a comprehensive strategic plan with structured task breakdown
Map edited routes & launch tests
bmad-master agent
UfoMiao/zcfInstalar- analyst6k
analyst agent
UfoMiao/zcfInstalar architect agent
UfoMiao/zcfInstalar- dev6k
dev agent
UfoMiao/zcfInstalar