hook-development
Medium Risk 58Hook Development
by anthropics
An AI skill for Claude, Codex, and Claude Code
agent-development
Medium Risk 59Agent Development
by anthropics
An AI skill for Claude, Codex, and Claude Code
web-design-guidelines
Safe 69Review UI against web design guidelines
by antfu
Developers often build interfaces without following established best practices, leading to accessibility issues and poor user experience. This skill fetches the latest web interface guidelines from Vercel and automatically reviews code against them, providing actionable feedback in a standard file:line format.
vueuse-functions
Safe 72Apply VueUse Composables for Vue.js
by antfu
Building Vue.js features from scratch leads to complex, hard-to-maintain code. This skill maps requirements to VueUse composables, applying correct patterns to keep implementations concise, performant, and maintainable.
vue-testing-best-practices
Safe 69Write Vue 3 Tests with Vitest and Playwright
by antfu
Vue.js developers struggle with testing async components, state management, and E2E setups. This skill provides battle-tested patterns for Vitest, Vue Test Utils, and Playwright to write maintainable, reliable tests.
vue-router-best-practices
Safe 69Apply Vue Router Best Practices
by antfu
Vue Router applications often suffer from navigation guard pitfalls, route lifecycle issues, and component unmount problems. This skill provides curated patterns and solutions for Vue Router 4 to prevent common bugs and build robust routing architecture.
vue-best-practices
Safe 63Apply Vue 3 Best Practices for TypeScript
by antfu
Vue 3 projects often face type checking issues, slow save times, and configuration problems. This skill provides curated solutions for Vue component typing, Volar configuration, and common Vue 3 development issues.
vue
Safe 72Build Vue.js Components
by antfu
Building Vue.js applications requires understanding reactive state management, component composition, and modern JavaScript patterns. This skill provides expert guidance on Vue Composition API, component design, and reactivity fundamentals.
vitepress
Medium Risk 52Vitepress
by antfu
An AI skill for Claude, Codex, and Claude Code
unocss
Safe 71Configure and use UnoCSS atomic CSS
by antfu
UnoCSS is an instant atomic CSS engine that provides a flexible, extensible alternative to Tailwind CSS. This skill helps developers configure UnoCSS, write custom utility rules, and leverage presets like Wind, Icons, and Attributify.
turborepo
Low Risk 66Set up Turborepo monorepo build systems
by antfu
Managing multiple packages in a monorepo can lead to slow builds and complex task orchestration. Turborepo provides intelligent caching and parallel execution to speed up builds. This skill provides expert guidance on configuring task pipelines, caching strategies, environment variables, and monorepo best practices.
slidev
Medium Risk 56Slidev
by antfu
An AI skill for Claude, Codex, and Claude Code
pnpm
Low Risk 64Manage Node.js packages with pnpm
by antfu
Managing Node.js dependencies manually is time-consuming and error-prone. The pnpm skill provides Claude with comprehensive knowledge of pnpm commands, workspace configuration, catalogs, patches, overrides, and best practices for monorepo workflows.
nuxt
Safe 72Build Nuxt applications with SSR
by antfu
Developing full-stack Vue applications requires understanding server-side rendering, file-based routing, and the Nuxt module ecosystem. This skill provides comprehensive documentation for building production-ready Nuxt applications with the Nitro server engine.
antfu
Safe 70Apply Anthony Fu's Web Development Best Practices
by antfu
Projects often lack consistent tooling and configuration across team members. This skill provides opinionated best practices from Anthony Fu including TypeScript, ESLint, Vitest, and CI/CD configurations that ensure consistent code quality and developer experience across any web project.
roadmap-planning-expert
Safe 69Plan Strategic Roadmaps with Expert Capacity Analysis
by AndresNaza
Managing quarterly roadmaps and sprint capacity is complex and time-consuming. This skill provides expert guidance for breaking down epics into milestones, estimating capacity using industry-standard models, and creating collaborative planning workflows.
clickup-integration-expert
Safe 70Sync Roadmaps with ClickUp
by AndresNaza
Manual roadmap-to-ClickUp synchronization is time-consuming and error-prone. This skill provides expert guidance on using the ClickUp MCP for bidirectional sync between local planning files and ClickUp tasks.
metacognitive-guard
Safe 69Escalate Complex Problems to Deep-Thinking Agents
by ANcpLua
Claude sometimes struggles with highly complex problems that require deep analysis. This skill monitors your responses for struggle signals and recommends proactive escalation to deep-thinking agents before quality degrades.
epistemic-checkpoint
Medium Risk 62Verify facts before answering
by ANcpLua
AI assistants often produce incorrect answers about software versions, release dates, and current states because their training data is stale. This skill forces verification at the reasoning level using assertions.yaml and WebSearch, preventing the root cause of hallucinations.
completion-integrity
Low Risk 68Enforce code completion integrity
by ANcpLua
Developers often take shortcuts when completing tasks. This skill provides a git pre-commit hook that blocks commits with integrity violations like warning suppressions, commented tests, and deleted assertions.