script

Scaffold a command-line script by selecting Bash, Ruby, or Bun/TypeScript.

1|Updated Sep 1, 2025
One-click install
npx skills add https://github.com/LandonSchropp/agent-toolkit --skill script-landonschropp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script
Source: https://github.com/LandonSchropp/agent-toolkit/tree/main/skills/script
Command: npx skills add https://github.com/LandonSchropp/agent-toolkit --skill script-landonschropp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you create a new command-line script or standalone executable by selecting a suitable language and delegating the implementation details to a language-specific skill for conventions and templates.

Core Features & Use Cases

  • Language selection among Bash, Ruby, and Bun/TypeScript to initialize a scaffold.
  • Delegates to the appropriate language-specific skill (bash-script, ruby-script, bun-script) for conventions and template generation.
  • Useful for quickly bootstrapping small utilities or project skeletons.

Quick Start

Choose a language (bash, ruby, or bun/typescript) and then use the corresponding language-specific script skill.

Frequently Asked Questions about script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new CLI script from a template?

To scaffold a new CLI script, select a target language like Bash, Ruby, or Bun/TypeScript, and the tool delegates to the corresponding language-specific script skill to generate the boilerplate template.

What is the best way to bootstrap a standalone executable across multiple languages?

Bootstrapping a standalone executable is handled by offering a language selection among Bash, Ruby, and Bun/TypeScript, which then delegates to the respective script skill for conventions and template generation.

Can I use this scaffolding tool to generate a TypeScript utility?

Yes, you can generate a TypeScript utility by selecting Bun/TypeScript during the language selection step, which delegates to the bun-script skill for implementation templates.

Do I need to install Bash, Ruby, or Bun before creating a command-line script?

You need the relevant runtime installed for your chosen language because the scaffolding process delegates to the specific bash-script, ruby-script, or bun-script skill to generate the executable template.

What are the limitations of using a language selection skill for script scaffolding?

The limitation is that this skill only handles initial language selection and scaffolding, deferring the actual implementation and template generation to the respective bash-script, ruby-script, or bun-script skill.