Discover and explore top open-source AI tools and projects—updated daily.
antfuAgent skills collection for web development
New!
Top 13.4% on SourcePulse
This repository offers a curated collection of agent skills, designed to serve as a shareable, on-demand knowledge base for AI agents. It addresses the need for standardized, up-to-date, and contextually relevant information for agents, particularly benefiting developers focused on the Vite, Nuxt, and Vue ecosystems by providing opinionated best practices and tool integrations.
How It Works
The core innovation lies in using git submodules to directly reference source documentation for skills, ensuring they remain synchronized with upstream changes. This approach yields reliable context for agents. The collection is categorized into hand-maintained skills (opinionated, curated by Anthony Fu), skills generated from official documentation (focusing on modern stacks like Vue, Nuxt, Vite), and vendored skills synced from external repositories (e.g., Slidev, Turborepo), offering a flexible and comprehensive resource.
Quick Start & Requirements
To install all skills globally, use the command: pnpx skills add antfu/skills --skill='*' -g. The project relies on pnpm for dependency management and script execution. Generating custom skills involves forking the repository and running pnpm start init followed by pnpm start sync.
Highlighted Details
Maintenance & Community
This project is primarily maintained by Anthony Fu. While sponsorships are mentioned, specific details or community channels (like Discord/Slack) are not detailed in the provided README. It is presented as a proof-of-concept, welcoming feedback and contributions.
Licensing & Compatibility
The skills and scripts within this repository are MIT licensed. Skills vendored from external repositories retain their original licenses, which may have specific terms. The MIT license generally permits commercial use and integration into closed-source projects, but individual vendored skill licenses should be reviewed for any restrictions.
Limitations & Caveats
As a proof-of-concept, the skills' practical performance has not been fully tested. The on-demand nature of skills may lead to occasional "false negatives," where agents do not retrieve skills as expected. The collection's primary focus is on the Vue/Vite/Nuxt ecosystem.
3 weeks ago
Inactive