Global Tech Stack

Enforce approved technologies, frameworks, and versions in generated code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alenon/portfolios --skill global-tech-stack-alenon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Tech Stack
Source: https://github.com/alenon/portfolios/tree/main/.claude/skills/global-tech-stack
Command: npx skills add https://github.com/alenon/portfolios --skill global-tech-stack-alenon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that all code generated or modified adheres strictly to your project's defined technology stack. It prevents the introduction of incompatible libraries or frameworks, eliminating integration headaches and ensuring project stability, so you can rest assured your tech stack remains consistent.

Core Features & Use Cases

  • Tech Stack Enforcement: Guides AI to use only approved technologies, frameworks, and versions (e.g., Go 1.21+, React 18+, PostgreSQL 15+).
  • Compatibility Assurance: Prevents issues arising from mismatched dependencies or unsupported tools, streamlining development.
  • Use Case: When adding a new feature or module, this skill ensures the AI uses Go for backend logic and React/TypeScript for frontend, avoiding any deviation that could cause build failures or runtime errors.

Quick Start

Use the Global Tech Stack skill to ensure the new authentication module in internal/auth/jwt.go uses only Go 1.21+ and the golang-jwt/jwt library.