Agent Skills: Editor and Linting Setup

Configure Prettier for code formatting and TypeScript for typechecking. Includes VSCode settings and EditorConfig for consistent code style. Skips ESLint/Biome to avoid config complexity.

UncategorizedID: andrelandgraf/fullstackrecipes/code-style-setup

Install this agent skill to your local

pnpm dlx add-skill https://github.com/andrelandgraf/fullstackrecipes/tree/HEAD/.agents/skills/code-style-setup

Skill Files

Browse the full folder contents for code-style-setup.

Download Skill

Loading file tree…

.agents/skills/code-style-setup/SKILL.md

Skill Metadata

Name
code-style-setup
Description
Configure Prettier for code formatting and TypeScript for typechecking. Includes VSCode settings and EditorConfig for consistent code style. Skips ESLint/Biome to avoid config complexity.

Editor and Linting Setup

To set up Editor and Linting Setup, refer to the fullstackrecipes MCP server resource:

Resource URI: recipe://fullstackrecipes.com/code-style-setup

If the MCP server is not configured, fetch the recipe directly:

curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/code-style-setup