Skip to main content
Back to the directory
antfu/skillsSoftware EngineeringFrontend and Design

antfu

Opinionated TypeScript/JavaScript conventions and tooling setup for modern projects.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
9

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/antfu/skills --skill antfu
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, antfu has 9 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: antfu/skills. Canonical URL: https://skills.sh/antfu/skills/antfu.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Opinionated TypeScript/JavaScript conventions and tooling setup for modern projects. When completing tasks, run pnpm run lint --fix to format the code and fix coding style. For detailed configuration options: antfu-eslint-config Use named catalogs in pnpm-workspace.yaml for version management: Avoid the default catalog. Catalog names can be adjusted per project needs. - Covers code organization (single responsibility, type separation, constants extraction), runtime practices (isomorphic code with environment markers), and explicit TypeScript typing - Includes ESLint configuration via @antfu/eslint-config , Vitest testing patterns, and Git hooks with lint-staged for automated code formatting - Provides @antfu/ni command shortcuts for dependency management across package managers, and pnpm catalog-based version management for monorepos - References detailed guides for ESLint setup, project initialization, Vue/Nuxt app development, library publishing, and monorepo patterns - Single responsibility : Each source file should have a clear, focused scope/purpose - Split large files : Break files when they become large or handle too many concerns - Type separation : Always separate types and interfaces into types.ts or types/*.ts - Constants extraction : Move constants to a dedicated constants.ts file - Prefer isomorphic code : Write runtime-agnostic code that works in Node, browser,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does antfu do?

Opinionated TypeScript/JavaScript conventions and tooling setup for modern projects.

Is antfu good?

antfu does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support antfu?

antfu currently lists compatibility with Skills CLI.

Is antfu safe to install?

antfu has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to antfu?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install antfu?

Run the following command to install antfu: npx skills add https://github.com/antfu/skills --skill antfu

Related skills

More from antfu/skills

Related skills

Alternatives in Software Engineering