Run vibe-stack skill

VerifiedSafe

Run a specific skill from the vibe-stack suite using the /vibe-skill command with category, name, method, and arguments.

Sby Skills Guide Bot
ProductivityBeginner
007/24/2026
Claude Code
#vibe-stack#skills#cli#orchestration

Recommended for

Our review

Runs a specific vibe-stack skill by providing a category, skill name, method, and optional arguments.

Strengths

  • Centralizes access to 56 pre-built skills
  • Simple and intuitive command-line interface
  • Enables chaining of skills through workflows

Limitations

  • Requires knowledge of available skills and their naming
  • Limited to the vibe-stack ecosystem
  • Does not replace advanced customization
When to use it

Use this skill when you need to quickly execute a standardized task such as code review, deployment, or quality checks.

When not to use it

Avoid using it if the task requires a very specific approach not covered by existing skills, or if you prefer a more open-ended interaction with the AI.

Security analysis

Safe
Quality score70/100

The skill is purely meta-documentation, describing how to invoke other skills via a CLI-like interface. It contains no executable code, no file system or network access, and no instructions that could cause harm directly.

No concerns found

Examples

Run code review skill
/vibe-skill quality/code-review run
Check anti-slop design
/vibe-skill design/anti-slop check
List all available skills
vibe-stack list

Run a specific vibe-stack skill. Usage: /vibe-skill <category>/<skill-name> <method> [args]

Available skill categories: deploy, design, explain, knowledge, orchestration, preview, progress, quality, setup, testing-qa, workflow.

Example: /vibe-skill quality/code-review run or /vibe-skill design/anti-slop check

Run vibe-stack list to see all 56 available skills.

$ARGUMENTS

Related skills