pnpm-format Skill
Format the codebase with pnpm and recover from common formatting failures. Published by microsoft in typespec.
What is pnpm-format Skill?
Format the codebase with pnpm and recover from common formatting failures. Published by microsoft in typespec. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using typespec
Technical details
- Install or run with Copy skill directory
When to use pnpm-format Skill
- Use it for developers using typespec.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/typespec
- Skill file: .github/skills/pnpm-format/SKILL.md
What it does
Format the codebase with pnpm and recover from common formatting failures.
Skill instructions
Format code with pnpm Use this skill any time formatting is required in the TypeSpec repo. Do not assume formatting happens automatically; always run pnpm format following this guidance. Preconditions - Command must run from the repository root (where package.json and pnpm-workspace.yaml live). - Dependencies must be installed. Steps 1. Confirm you are at the repo root. 2. If nodemodules are missing or pnpm complains about missing packages, run: bash pnpm install 3. Run the formatter: bash pnpm format 4. If the command fails with ERRPNPMNOIMPORTERMANIFESTFOUND, you are not at the repo root. cd to the root and retry. 5. If pnpm format exits with a non-zero code but prints a list of changed files, re-run pnpm format once to ensure a clean exit. Notes - Do not cancel the command; formatting may take about a minute.
Explore related resources
Frequently asked questions
What is pnpm-format?
pnpm-format is a open-source AI agent skill with Copy skill directory. Format the codebase with pnpm and recover from common formatting failures.
Who is pnpm-format best for?
pnpm-format is best for reusing agent instructions, scripts, and references.
How do I install pnpm-format?
Install or run pnpm-format using Copy skill directory. Check pnpm-format for the latest setup command.
Is pnpm-format actively maintained?
pnpm-format may need a closer maintenance check before production use.
Auto-fetched from GitHub.