This skill captures Anthony Fu's recommended conventions and tooling for JavaScript/TypeScript projects: code organization, TypeScript guidance, ESLint/Prettier choices, testing patterns, and pnpm/pnpm-workspace conventions. It serves as a style guide and checklist when bootstrapping or auditing JS/TS projects.
Use this skill when starting new JS/TS projects, setting up linting and formatting, configuring monorepos, or when the user explicitly asks for Antfu-style opinions (package scripts, tooling defaults, testing patterns). It is also useful during code reviews to align with Antfu conventions.
Useful for developer-assistant agents, code linters, and onboarding bots (agents that scaffold projects or enforce style).
A convention/reference skill covering Anthony Fu's opinionated JS/TS tooling setup — ESLint config, pnpm catalogs, git hooks, Vitest patterns, and TypeScript config. Well-structured SKILL.md with clear sections and progressive disclosure via references. No bundled scripts; purely declarative guidance. No security concerns whatsoever.
Clean convention skill from JetBrains. No executable content, no security risks. Good architecture with proper frontmatter and reference separation. Useful for JS/TS project scaffolding.