General
web-projects - Claude MCP Skill
Guidelines for web development projects using JavaScript/TypeScript frameworks. Activate when working with web projects, package.json, npm/yarn/pnpm, React, Next.js, Vue, Angular, Svelte, or other web frameworks, frontend components, or Node.js applications.
SEO Guide: Enhance your AI agent with the web-projects tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to guidelines for web development projects using javascript/typescript frameworks. activate when workin... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Web Projects **Auto-activate when:** Working with `package.json`, `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, `tsconfig.json`, `.eslintrc*`, `vite.config.*`, `next.config.*`, `*.jsx`, `*.tsx`, `*.vue`, `*.svelte`, or when user mentions React, Next.js, Vue, Angular, Svelte, npm, yarn, pnpm, or frontend development. Guidelines for modern JavaScript/TypeScript web projects. ## Project Structure Recognition ### Package Managers - Check `package.json` for dependencies and scripts - Detect from lock files: `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml` ### Framework Detection Look for framework-specific configuration files: - **Next.js**: `next.config.js`, `next.config.ts` - **Vite**: `vite.config.js`, `vite.config.ts` - **React**: Check `package.json` dependencies - **Vue**: `vue.config.js`, `vite.config.ts` with Vue plugin - **Angular**: `angular.json` - **Svelte**: `svelte.config.js` ## Development Workflow ### Package Manager Usage Respect the project's package manager: - **npm**: `npm install`, `npm run`, `npm test` - **yarn**: `yarn install`, `yarn`, `yarn test` - **pnpm**: `pnpm install`, `pnpm run`, `pnpm test` **Detection:** Lock file or config (`.npmrc`, `.yarnrc`, `pnpm-workspace.yaml`) ### Common Scripts Check `package.json` "scripts" section for: - `dev` or `start` - Development server - `build` - Production build - `test` - Run tests - `lint` - Linting - `format` - Code formatting ## Code Patterns ### Component Patterns - **Respect existing patterns** - Don't change established structure - Check naming conventions and import/export patterns - Review existing components directory ### Testing Setup - **Respect existing test framework** - Jest, Vitest, Testing Library, Cypress, Playwright - Check config in `package.json` or dedicated files - Follow established patterns and naming (`.test.js`, `.spec.ts`, etc.) ### Styling Approach Identify and follow the project's styling method: - CSS Modules (`.module.css`) - Styled Components / Emotion - Tailwind CSS (`tailwind.config.js`) - SASS/SCSS (`.scss` files) - Plain CSS ## Configuration Files ### Common Config Files - `tsconfig.json` - TypeScript configuration - `.eslintrc` - Linting rules - `.prettierrc` - Code formatting - `jest.config.js` or `vitest.config.ts` - Test configuration - `.env.local`, `.env.development` - Environment variables ## Quick Reference **Common mistakes to avoid:** - ❌ Mixing package managers - ❌ Changing test framework without discussion --- **Note:** Web projects vary greatly - always check the project's specific configuration and patterns before making assumptions.
Signals
Information
- Repository
- ilude/claude-code-config
- Author
- ilude
- Last Sync
- 3/12/2026
- Repo Updated
- 2/15/2026
- Created
- 1/12/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.