New skills
Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
codebase-cleanup-tech-debt
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
postgresql
by sickn33/antigravity-awesome-skills
Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY . Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()) . Built-in user-based access control at the row level.
api-testing-observability-api-mock
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
unit-testing-test-generate
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
ui-visual-validator
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
vite
by antfu/skills
Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer.
vitest
by antfu/skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app.
vue
by antfu/skills
Based on Vue 3.5. Always use Composition API with .
scoutqa-test
by github/awesome-copilot
Perform AI-powered exploratory testing on web applications using the scoutqa CLI.
workiq-copilot
by github/awesome-copilot
WorkIQ (Public Preview) lets Copilot query Microsoft 365 data with natural language. It supports schedules, documents, Teams messages, email threads, follow-up tracking, stakeholder summaries, and more. Use this skill whenever a task needs live organizational intelligence beyond the local repository.
mastra
by mastra-ai/skills
Build AI applications with Mastra. This skill teaches you how to find current documentation and build agents and workflows.
pinia
by antfu/skills
Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration.
pnpm
by antfu/skills
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in...
vueuse-functions
by antfu/skills
This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant.
antfu
by antfu/skills
When completing tasks, run pnpm run lint --fix to format the code and fix coding style.
nuxt
by antfu/skills
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms.
cloudflare
by cloudflare/skills
Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references.
unocss
by antfu/skills
UnoCSS is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated - all CSS utilities are provided via presets. It's a superset of Tailwind CSS, so you can reuse your Tailwind knowledge for basic syntax usage.
vitepress
by antfu/skills
VitePress is a Static Site Generator (SSG) built on Vite and Vue 3. It takes Markdown content, applies a theme, and generates static HTML that becomes an SPA for fast navigation. Perfect for documentation, blogs, and marketing sites.
create-adaptable-composable
by vuejs-ai/skills
Adaptable composables are reusable functions that can accept both reactive and non-reactive inputs. This allows developers to use the composable in a variety of contexts without worrying about the reactivity of the inputs.
resend
by resend/resend-skills
Resend is an email platform for developers. This skill routes to feature-specific sub-skills.
slidev
by antfu/skills
Web-based slides maker built on Vite, Vue, and Markdown.
tsdown
by antfu/skills
Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc.
vue-pinia-best-practices
by vuejs-ai/skills
Pinia best practices, common gotchas, and state management patterns.