scripts

Standardize Bun/Node.js repository script naming, location, and execution conventions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bkinsey808/songshare-effect --skill scripts-bkinsey808
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scripts
Source: https://github.com/bkinsey808/songshare-effect/tree/main/.github/skills/scripts
Command: npx skills add https://github.com/bkinsey808/songshare-effect --skill scripts-bkinsey808

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes repository script conventions to reduce ambiguity and improve maintainability across projects.

Core Features & Use Cases

  • Naming & location conventions for scripts using kebab-case.bun.ts
  • Linting and testing guidance to ensure consistency and quality
  • Clear guidance for organizing scripts, references, and assets for extended use

Quick Start

Follow these conventions when adding or updating scripts in your repository to ensure consistency and reliability.

Frequently Asked Questions about scripts

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

FAQPage Schema
How do I standardize repository script conventions across Node.js projects?

To standardize repository script conventions, apply consistent naming and location patterns for your Node.js scripts to reduce ambiguity and improve maintainability across multiple projects.

What is the best way to organize scripts and references in a Bun repository?

Organizing scripts and references in a Bun repository involves using kebab-case.bun.ts naming conventions and optionally referencing dedicated directories for scripts, references, and assets to ensure extended guidance.

How do I enforce consistent naming and execution patterns for linting and testing scripts?

Enforcing consistent naming and execution patterns for linting and testing scripts requires standardizing their locations and names, ensuring your codebase maintains quality and reliable execution workflows.

Does this repository script convention work with both Bun and Node.js workflows?

Yes, these repository script conventions are applicable to both Bun and Node.js based scripts, specifically targeting environments with established linting and testing workflows.

Why do I need standard script conventions for my codebase?

You need standard script conventions to solve the problem of ambiguity in script location and execution, which improves codebase maintainability and ensures reliable project operations.

Can I use kebab-case.bun.ts naming conventions for existing Node.js testing scripts?

Yes, you can apply kebab-case.bun.ts naming conventions to existing Node.js testing scripts to standardize their location and execution patterns across your repository.