parallel

Installation
SKILL.md

Parallel

Run the given task in a background sub-agent so you can continue working on other things.

Workflow

1. Parse input

The user's input is:

$ARGUMENTS

Determine whether it is a skill invocation or a plain text task.

2. Detect skill invocations

If the input starts with / (e.g., /promptify, /review-pr, /pr-comments-address TICKET-123), it is a skill invocation:

  1. Extract the skill name (the word after /) and any remaining text as the skill arguments.
Related skills
Installs
9
GitHub Stars
15
First Seen
Apr 7, 2026