stacks-lint

Automate TypeScript and JavaScript linting and formatting in Stacks projects with Pickier.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-lint-bughq
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stacks-lint
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-lint
Command: npx skills add https://github.com/bughq/bughq --skill stacks-lint-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures codebase consistency and quality by automating linting and formatting tasks, preventing manual errors and style drift across Stacks projects.

Core Features & Use Cases

  • Standardized Linting: Enforces project-wide code style rules using the Pickier engine.
  • Auto-Fixing: Automatically resolves common linting and formatting issues to maintain clean code.
  • Use Case: After refactoring a module, use this Skill to instantly format the code and fix any linting violations according to the project's specific configuration.

Quick Start

Run the stacks-lint skill to lint the entire project and automatically fix any issues found.

Frequently Asked Questions about stacks-lint

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

FAQPage Schema
How do I automate TypeScript linting and formatting in Stacks?▼

You can automate TypeScript linting and formatting in Stacks by running the stacks-lint skill, which uses the Pickier engine to enforce code style rules and automatically fix violations across your project.

What is the best way to enforce consistent code style across a Stacks project?▼

The best way to enforce consistent code style across a Stacks project is by using automated linting with the Pickier engine, which applies project-wide rules defined in your code-style configuration to prevent style drift.

Do I need a specific configuration file to run linting in Stacks?▼

Yes, you need a valid code-style.ts file configured in your project and access to the buddy CLI to run linting and formatting tasks within Stacks projects.

Can I automatically fix linting violations in my TypeScript code?▼

Yes, you can automatically resolve common linting and formatting issues in your TypeScript code by running the stacks-lint skill, which auto-fixes violations according to your project's specific configuration.

Why does my code style drift after refactoring modules?▼

Code style drifts after refactoring modules because manual formatting introduces inconsistencies, but you can prevent this by running automated linting to instantly format the code and fix violations.