What problem does it solve?
This Skill addresses the problem of code that deviates from the approved technology stack or uses incompatible libraries, leading to integration issues, build failures, and significant maintenance overhead.
Core Features & Use Cases
- Tech Stack Adherence: Guides Claude to write code that strictly adheres to the project's defined technology stack, including specific versions of languages, frameworks, and libraries.
- Compatibility Assurance: Ensures compatibility across the entire system and leverages existing tooling and expertise.
- Use Case: When adding a new dependency, activate this skill to have Claude verify its compatibility with the existing tech stack and suggest the appropriate version, preventing conflicts and ensuring smooth integration.
Quick Start
Using the 'Global Tech Stack' skill, ensure that the new feature implementation in 'src/features/new_feature.js' only uses libraries and patterns approved for our current JavaScript tech stack.