generate-run-commands Skill
Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button. Published by microsoft in vscode.
What is generate-run-commands Skill?
Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using vscode
Technical details
- Install or run with Copy skill directory
When to use generate-run-commands Skill
- Use it for developers using vscode.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode
- Skill file: src/vs/sessions/skills/generate-run-commands/SKILL.md
What it does
Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.
Skill instructions
<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. -- Generate Run Commands Help the user set up run commands for the current Agent Session workspace. Run commands appear in the session's Run button in the title bar. Understanding the task schema A run command is a tasks.json task with: - "inAgents": true — required: makes the task appear in the Agents run button - "runOptions": { "runOn": "worktreeCreated" } — optional: auto-runs the task whenever a new worktree is created (use for setup/install commands) json { "tasks": [ { "label": "Install dependencies", "type": "shell", "command": "npm install", "inAgents": true, "runOptions": { "runOn": "worktreeCreated" } }, { "label": "Start dev server", "type": "shell", "command": "npm run dev", "inAgents": true } ] } Decision logic First, read the existing .vscode/tasks.json to check for existing run commands (inAgents: true tasks). If run commands already exist: treat this aExplore related resources
Frequently asked questions
What is generate-run-commands?
generate-run-commands is a open-source AI agent skill with Copy skill directory. Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.
Who is generate-run-commands best for?
generate-run-commands is best for reusing agent instructions, scripts, and references.
How do I install generate-run-commands?
Install or run generate-run-commands using Copy skill directory. Check generate-run-commands for the latest setup command.
Is generate-run-commands actively maintained?
generate-run-commands may need a closer maintenance check before production use.
Auto-fetched from GitHub.