gsd-fast
Complete simple tasks immediately without planning overhead.
Install
mkdir -p .claude/skills/gsd-fast && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12555" && unzip -o skill.zip -d .claude/skills/gsd-fast && rm skill.zipInstalls to .claude/skills/gsd-fast
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Execute a trivial task inline — no subagents, no planning overheadKey capabilities
- →Execute trivial tasks directly in the current context.
- →Avoid spawning subagents for simple operations.
- →Bypass planning overhead for small tasks.
- →Handle typo fixes and config changes.
- →Perform small refactors and simple additions.
- →Append `--text` to `{{GSD_ARGS}}` for text-mode branching when `request_user_input` is rejected.
How it works
The skill executes trivial tasks inline without spawning subagents or generating `PLAN.md` files, directly processing `{{GSD_ARGS}}` within the current context.
Inputs & outputs
When to use gsd-fast
- →Quick file edits
- →Small command execution
- →Simple status checks
About gsd-fast
Executes straightforward requests directly in the current context. It avoids spawning planning agents for simple operations.
Execute a trivial task inline — no subagents, no planning overhead
When not to use it
- →When the task needs research or multi-step planning.
- →When the task requires verification.
- →When the user has not explicitly requested sub-agents for `spawn_agent`.
Limitations
- →It does not spawn subagents.
- →It does not generate `PLAN.md` files.
- →It is not a replacement for `$gsd-quick`.
How it compares
This skill provides a fast, direct execution path for minor tasks, avoiding the overhead of planning and subagent spawning that larger GSD workflows entail.
Compared to similar skills
gsd-fast side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-fast (this skill) | 0 | 2mo | No flags | Beginner |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 2mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by nnexai
View all by nnexai →You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.