Ls Scripting
by @landonschropp · plugin · 4 skills
Script authoring templates
Install the whole plugin (CLI)
npx skillmds add landonschropp/script
npx skillmds add landonschropp/bun-script
npx skillmds add landonschropp/bash-script
npx skillmds add landonschropp/ruby-scriptSkills in this plugin
- ▌ script · landonschroppUse when creating a new command-line script or standalone executable from scratch. Covers language selection and defers to a language-specific skill for conventions and templates.
- ▌ bun-script · landonschropp bundleUse when writing a TypeScript script with Bun. Covers the template, conventions, and required patterns.
- ▌ bash-script · landonschropp bundleUse when writing a Bash script. Covers the template, conventions, and required patterns.
- ▌ ruby-script · landonschropp bundleUse when writing a Ruby script. Covers the template, conventions, and required patterns.