Slash Commands de Claude Code · página 8
Slash commands de Claude Code recopilados del directorio: definiciones de prompts instalables en ~/.claude/commands con un comando.
- swagger248
Launch local Swagger UI for a service's OpenAPI spec
macro-inc/macroInstalar Analyze staged changes and organize them into intuitive atomic commits following conventional commits.
spencermarx/open-code-reviewInstalarShow Claude-Flow commands and usage
spencermarx/open-code-reviewInstalarInteract with Claude-Flow memory system
spencermarx/open-code-reviewInstalarCoordinate multi-agent swarms for complex tasks
spencermarx/open-code-reviewInstalarApply expert UX/UI design thinking to design, redesign, enhance, or fix any interface element with meticulous craft and intentionality.
spencermarx/open-code-reviewInstalar- address243
Address code review feedback — corroborate, validate, and implement changes from a review's final.md.
spencermarx/open-code-reviewInstalar Create a new custom reviewer from a natural language description.
spencermarx/open-code-reviewInstalar- doctor243
Check OCR installation and verify all dependencies are available.
spencermarx/open-code-reviewInstalar - history243
List past OCR review sessions.
spencermarx/open-code-reviewInstalar - map243
Generate a Code Review Map to help navigate large, complex changesets.
spencermarx/open-code-reviewInstalar - post243
Post the current OCR review to a GitHub PR.
spencermarx/open-code-reviewInstalar - review243
Run an AI-powered multi-agent code review on your changes.
spencermarx/open-code-reviewInstalar - reviewers243
List all available reviewer personas for code review.
spencermarx/open-code-reviewInstalar - show243
Display a past OCR review session.
spencermarx/open-code-reviewInstalar Sync reviewer metadata from markdown files to reviewers-meta.json for the dashboard.
spencermarx/open-code-reviewInstalarTranslate a multi-reviewer code review into a single human-voice GitHub PR comment.
spencermarx/open-code-reviewInstalarImplement an approved OpenSpec change and keep tasks in sync.
spencermarx/open-code-reviewInstalarArchive a deployed OpenSpec change and update specs.
spencermarx/open-code-reviewInstalarScaffold a new OpenSpec change and validate strictly.
spencermarx/open-code-reviewInstalarReview a given code review markdown document, GitHub PR review, or inline feedback — corroborate each point against actual code, then implement valid changes.
spencermarx/open-code-reviewInstalar- sparc-ask243
❓Ask - You are a task-formulation guide that helps users navigate, ask, and delegate tasks to the correc...
spencermarx/open-code-reviewInstalar - sparc-code243
🧠 Auto-Coder - You write clean, efficient, modular code based on pseudocode and architecture. You use configurat...
spencermarx/open-code-reviewInstalar - sparc-debug243
🪲 Debugger - You troubleshoot runtime bugs, logic errors, or integration failures by tracing, inspecting, and ...
spencermarx/open-code-reviewInstalar - sparc-devops243
🚀 DevOps - You are the DevOps automation and infrastructure specialist responsible for deploying, managing, ...
spencermarx/open-code-reviewInstalar 📚 Documentation Writer - You write concise, clear, and modular Markdown documentation that explains usage, integration, se...
spencermarx/open-code-reviewInstalar- beads-init215
Initialize Beads issue tracking in your project with interactive configuration setup.
Dead code detection and cleanup workflow (inline orchestration)
- health-deps215
Dependency audit and update workflow (inline orchestration)
- health-reuse215
Code duplication detection and consolidation workflow (inline orchestration)
Security vulnerability detection and remediation workflow (inline orchestration)
- onboard215
Connect any project to Gastown multi-agent orchestration
- push215
Automated release management with version bumping and dual changelog generation
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync
Execute the implementation plan by processing and executing all tasks defined in tasks.md
- speckit.plan215
Execute the implementation planning workflow using the plan template to generate design artifacts.
Create or update the feature specification from a natural language feature description.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Import tasks from tasks.md into Beads issue tracker, creating an epic with child tasks and proper dependencies.
- status215
Show Gastown status (convoys, agents, pending tasks)
Optimize Supabase database performance by delegating to specialized agents
Translate documentation file from English to Russian
- ultra-think215
Deep analysis and problem solving with multi-dimensional thinking
- upgrade215
Safely upgrade Gastown and Beads
- work215
Give task to AI agent via Gastown (create bead + sling to polecat)
- worktree215
Manage git worktrees for parallel feature development (create, remove, list, cleanup)
- workflow204
Product Manager-led orchestration with optional thinking modes, MCP servers, and flexible input types (request/PRD/PRP)
- build200
Build the colcon workspace (optionally a single package) and report the outcome.
- gz-changelog200
Summarize commits on the current branch (vs origin/main) into a Changelog-style bullet list ready to paste into Changelog.md.
- gz-lint200
Run pre-commit hooks (clang-format, codespell, etc.) over the staged + changed files, then optionally clang-tidy.
Scaffold a new ECS component header under include/gz/sim/components/ and wire it into the install list.
Scaffold a new gz-sim system plugin under src/systems/<name>/ with header, source, CMake glue, plugin registration, and an integration test stub.
- gz-test200
Run the gz-sim CTest suite (optionally filtered by regex) and report pass / fail counts.
- lint200
Run ament linters (uncrustify, cpplint, flake8, pep257, xmllint, copyright) and pre-commit against changed files.
- new-agent200
Author a new sub-agent under .claude/agents/<name>.md with valid frontmatter (name/description/tools/model), following the template conventions, and index it in CLAUDE.md + README.md.
- new-bt-node200
Scaffold a Behavior Tree leaf node — plain BehaviorTree.CPP (sync/stateful/condition) or a BehaviorTree.ROS2 wrapper (action/service/topic) — with ports, registration, and an XML usage snippet.
- new-command200
Author a new slash command under .claude/commands/<name>.md with valid frontmatter, following the template conventions, and index it in CLAUDE.md + README.md.
Scaffold a ros2_control controller or broadcaster — base class, command/state interface config, RT-safe update(), generate_parameter_library, pluginlib export, and a test.
- new-hardware200
Scaffold a ros2_control hardware component (System/Actuator/Sensor) + URDF <ros2_control> tag + bringup (controllers.yaml + launch), with pluginlib export and a test.
- new-launch200
Scaffold a modular launch file (Python or XML) inside an existing package, following the ros2_launch_config skill.
- new-node200
Scaffold a Node inside an existing package — standard, lifecycle, or component, in Python or C++.
- new-package200
Scaffold a new ROS 2 package (ament_python or ament_cmake) following Clean Architecture layout — domain / application / infrastructure / presentation.
Scaffold a Clean-Architecture VDA 5050 v3.0.0 connector (MQTT/JSON ↔ Nav 2) — domain entities, ports, application handlers, MQTT + Nav 2 adapters — in the chosen code format.
Bootstrap a complete ROS 2 colcon workspace from scratch — dir layout, .gitignore, README, this .claude/ config, and seed interfaces/core/bringup packages.
- test200
Run colcon tests for the workspace (or a single package) and report pass / fail counts.
WordPress performance code review - detects database anti-patterns, caching issues, hook problems, and scalability concerns
- wp-perf197
Quick WordPress performance scan - fast triage using critical pattern detection
- context193
Analyze and optimize context configuration. Reviews CLAUDE.md, knowledge-core.md, and active context for optimization opportunities. Helps prevent context rot (39% improvement, 84% token reduction).
VAMFI/claude-user-memoryInstalar - implement193
Quick command to invoke code-implementer to execute implementation with self-correction (up to 3 intelligent retries).
VAMFI/claude-user-memoryInstalar - plan193
Quick command to invoke implementation-planner to create surgical, reversible implementation plans with rollback procedures.
VAMFI/claude-user-memoryInstalar - research193
Quick command to invoke docs-researcher for rapid documentation research. Fetches version-accurate, authoritative sources and creates ResearchPack.
VAMFI/claude-user-memoryInstalar - workflow193
Complete Research → Plan → Implement workflow in one command. Invokes chief-architect to orchestrate all phases with quality gates and self-correction.
VAMFI/claude-user-memoryInstalar - build171
Build from the plan
- onboard171
Onboard Claude Code into the codebase
- pitchcraft154
Install pitchcraft skill for structured persuasion and executive reporting
moshuying/pitchcraftInstalar 安装 pitchcraft skill(结构化说服与汇报)
moshuying/pitchcraftInstalar- obsidian150
Load Obsidian plugin development guidelines and best practices
gapmiss/obsidian-plugin-skillInstalar Interactive guide for creating a new Obsidian plugin with best practices
gapmiss/obsidian-plugin-skillInstalar- calibrate149
Force recalibration of all CLAUDE.md files
- init149
Initialize CLAUDE.md memory structure for project with interactive wizard
- status149
Show CLAUDE.md memory sync status
- sync149
Sync CLAUDE.md with manual file changes detected by git
- doctor142
Run cc-fleet's setup/health diagnostics and explain any failures (read-only)
ethanhq/cc-fleetInstalar - ps142
List cc-fleet provider teammates, async jobs, and pane health (read-only)
ethanhq/cc-fleetInstalar - init139
Generate FILETREE.md from scratch. Confirms overwrite if it already exists.
nekocode/filetree-skillInstalar - lint139
Report drift between FILETREE.md and current repo, read-only. Prompts to run /filetree:update on drift.
nekocode/filetree-skillInstalar - update139
Sync FILETREE.md with current repository state — handles added / changed / removed / renamed.
nekocode/filetree-skillInstalar Draft blog posts, ad copy, emails, social media, landing pages, and video scripts with brand voice and SEO
- cowork-setup136
Wire DMP for Anthropic Cowork team usage: verifies Cowork sandbox, checks for a Drive MCP, creates the canonical Drive folder layout, and persists the team's routing config. Run once per team.
- doctor136
Per-action readiness diagnostic. Shows which campaign-audit and launch-campaign actions are live (manifest-ready) vs blocked (stub-unconfigured) in the current environment, with one-step setup hints for the blocked ones. Now includes model-registry freshness + Cowork+Drive routing status.
Design complete email sequences with subject lines, body copy, timing, segmentation, and deliverability guidance
- engagement136
Run a marketing engagement using the 12-Part methodology. Subcommands: start, next, status, validate, re-run-decision, update-back, lif-show, file-tree, list-engagements.
Actually fire a campaign-audit / launch-campaign action against its real API (vs returning a manifest). Reads credentials from env vars (no OAuth flow). Read ops auto-execute with --execute; write ops require --confirm. Logs every execution to the audit trail.
Build a pillar+spokes content cluster plan from seed keywords with SERP-overlap clustering, intent grouping, internal-link map, and a four-gate quality scorecard
Print + open the user-visible DMP output folder for a brand (~/Documents/DigitalMarketingPro/{brand}/). Direct answer to "where did my engagement deliverables save?
Generate a marketing performance report with KPI tracking, trend analysis, anomaly detection, and recommendations