bun-typescript-starter-expert

Diagnose root causes in bun-typescript-starter repos and route to reference docs.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/nathanvale/side-quest-plugins --skill bun-typescript-starter-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bun-typescript-starter-expert
Source: https://github.com/nathanvale/side-quest-plugins/tree/main/plugins/bun-typescript-starter/skills/bun-typescript-starter-expert
Command: npx skills add https://github.com/nathanvale/side-quest-plugins --skill bun-typescript-starter-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose and fix issues in repos created from nathanvale/bun-typescript-starter. Auto-routes to relevant reference docs based on symptom category. Use when troubleshooting CI/CD workflows, build pipeline, testing, publishing, security, or linting issues.

Core Features & Use Cases

  • Provides guided diagnostics for common template-related issues across CI/CD, builds, tests, publishing, security, and linting.
  • Routes to relevant reference documentation based on symptom category to speed up resolution.
  • Supports both interactive guidance and Chrome DevTools automation for browser actions when needed.

Quick Start

Diagnose issues in bun-typescript-starter repositories and route you to the appropriate reference docs based on the symptom category.

Frequently Asked Questions about bun-typescript-starter-expert

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

FAQPage Schema
How do I troubleshoot CI/CD workflow failures in a Bun TypeScript repository?

Troubleshoot CI/CD workflow failures by diagnosing root causes across build pipelines, testing, publishing, security, and linting. The tool auto-routes symptoms to relevant reference docs and guides configuration modifications for GitHub Actions.

Why does my GitHub Actions build pipeline fail after creating a project from a Bun TypeScript starter template?

GitHub Actions build pipeline failures stem from misconfigured starter-template workflows. Diagnose the specific symptom category to auto-route to reference docs and apply guided fixes to secrets, configuration, and Actions workflows.

Can I use browser automation to fix publishing issues in a Bun TypeScript project?

Yes, you can leverage browser automation via Chrome DevTools to resolve publishing issues. The diagnostic process auto-routes symptoms to reference docs and optionally leverages browser actions when needed to complete fixes.

What is the best way to diagnose security and linting configuration errors in a Bun starter template?

Diagnose security and linting errors by identifying root causes based on the symptom category. The system routes to appropriate reference documentation and follows instructions to modify the starter-template configuration accordingly.

Does this diagnostic tool work on any TypeScript repository or only specific starter templates?

This diagnostic tool specifically identifies and fixes issues arising from repositories built on the bun-typescript-starter template. It targets template-related CI/CD, build, test, publishing, security, and linting workflows.

How do I fix testing workflow failures when using Bun with GitHub Actions?

Fix testing workflow failures by diagnosing the root cause and routing to the testing reference documentation. Follow the reference instructions to modify your GitHub Actions configuration and resolve the testing pipeline issues.