skills/assistant/parallel/SKILL.md
Run a task in a background sub-agent so you can continue working on other things. Use when explicitly invoked via the '/parallel' slash command. Never auto-triggers from natural language.
npx skillsauth add ravnhq/ai-toolkit parallelInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the given task in a background sub-agent so you can continue working on other things.
The user's input is:
$ARGUMENTS
Determine whether it is a skill invocation or a plain text task.
If the input starts with / (e.g., /promptify, /review-pr, /pr-comments-address TICKET-123), it is a skill invocation:
/) and any remaining text as the skill arguments./cc fix auth bug, tell the agent: "Use the Skill tool with skill 'cc' and args 'fix auth bug'."If the input does NOT start with /, pass it directly as the Agent tool prompt.
Use the Agent tool with run_in_background: true. Do NOT block on the agent's result. Continue responding to the user immediately after launching it. When the agent completes, report the result.
User: "/parallel /promptify audit all skills against our findings doc."
Expected behavior: Launch a background agent that invokes the promptify skill with args "audit all skills against our findings doc."
User: "Fix the bug in the checkout flow."
Expected behavior: Do not use parallel; execute the task directly in the foreground.
run_in_background: true is set and the prompt is a non-empty string./ prefix does not match any available skill./help.testing
Transform user requests into detailed, precise prompts for AI models. Use when users say 'promptify', 'promptify this', 'rewrite this prompt', 'make this prompt better/more specific', or explicitly request prompt engineering or improvement of their request for better AI responses.
tools
Manage AI skills from the Ravn AI Toolkit via corvus CLI — install, update, remove, search, and configure skills for any project. Use when: (1) Installing AI skills into a project, (2) Updating installed skills to latest versions, (3) Browsing or searching available skills, (4) Configuring global or per-project skill sets, (5) Troubleshooting corvus setup. Triggers on: "install skills", "add skills", "update skills", "corvus", "skill manager", "browse skills", "set up AI rules".
development
Generate a gallery of design variations for a UI component. Takes an existing component (referenced by name, pasted code, or screenshot) and produces N distinct rendered alternatives in a single comparison page. Use when exploring visual directions, generating mockups, comparing design approaches for a component, creating A/B candidates, or when anyone says "show me options" or "give me variations" for a UI element.
tools
Create custom QA agent personalities for project-specific testing needs. Guided builder that asks about the specialty, tools, and test scenarios, then generates a personality file and registers it in the QA config. Trigger on "create a QA personality", "add a custom test agent", "build a webhook tester", or when the user needs a project-specific QA agent. Also triggered by /qa-create-personality.