80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
Generates .stylelintrc configuration for linting CSS, SCSS, and Vue component styles. Auto-detects stylesheet type and f...
Generates .lintstagedrc configuration to automatically fix and format staged files before commit. Runs ESLint, Stylelint...
Generates jest.config.cjs for unit testing configuration. Configures Jest with Vue, TypeScript support, coverage thresho...
Generates src/store/index.ts with Vuex store configuration and namespaced modules for state management.
Generates src/router/index.ts with Vue Router configuration, hash-based routing, and navigation guards for route protect...
Generates src/App.vue root component with unit test. Creates both App.vue and App.spec.ts files.
Conditionally generates .npmrc for GitHub Packages registry configuration. Maps organization scope to registry endpoint...
Generates sonar-project.properties for SonarQube code quality analysis and coverage reporting. Auto-detects test framewo...
Generates test files and testing utilities for Vue 3 applications. Ensures mandatory .spec.ts files are created alongsid...
Generates src/main.ts application entry point. Creates different versions based on app type - micro-frontend with single...
Generates vite.config.ts for building and serving the Vue 3 application. Configures dev server, API proxy, build format,...
Generates index.html as the application entry point. Includes meta tags, favicon links, and root div for Vue app mountin...
Generates .prettierrc configuration file for code formatting with Prettier. Defines formatting rules for consistent code...
Generates .prettierignore to exclude build outputs, dependencies, and generated files from Prettier formatting. Prevents...
Generates package.json with all necessary dependencies, dev dependencies, and scripts. Fetches latest package versions f...
Generates Dockerfile for application containerization and deployment. Defines multi-stage build process with Node.js bui...
Generates ESLint 9+ configuration using flat config format. Creates eslint.config.cjs with Vue and TypeScript linting ru...
Generates tsconfig.json for TypeScript compilation configuration. Includes path aliases (@/ for src/), Jest types, and V...
Defines target browser versions for CSS autoprefixing and JavaScript transpilation. Generates .browserslistrc configurat...
Generates Husky Git hooks configuration with pre-commit checks. Creates .husky/pre-commit file for running linting, test...
Generates SCSS theme files in src/theme/ including vars.scss, shadow.scss, and index.scss with sample variables and mixi...
Systematic root cause analysis for reproducible bugs. Use when you have a bug that can be reproduced.
Documentation drift detection and knowledge-base hygiene. Use to ensure docs match implementation.