Claude-skill-registry Global Tech Stack

Reference and maintain the project's technical stack including frameworks, languages, databases, testing tools, and third-party services to ensure consistency across the project. Use this skill when making technology choices, adding new dependencies, configuring frameworks, or ensuring consistency with existing stack decisions. When setting up new features that need to align with the project's chosen technologies. When documenting or updating the tech stack. This skill applies when working with any technology-specific configuration, framework setup, or when making architectural decisions about tools and libraries.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/global-tech-stack" ~/.claude/skills/majiayu000-claude-skill-registry-global-tech-stack-1eec14 && rm -rf "$T"
manifest: skills/data/global-tech-stack/SKILL.md
source content

Global Tech Stack

When to use this skill

  • When making decisions about which frameworks or libraries to use
  • When adding new dependencies or third-party services
  • When configuring application frameworks or runtime environments
  • When setting up database connections or ORM configurations
  • When choosing CSS frameworks or UI component libraries
  • When configuring testing frameworks or linting tools
  • When setting up deployment or CI/CD pipelines
  • When integrating third-party services (authentication, email, monitoring)
  • When documenting the project's technology choices
  • When ensuring new code aligns with existing stack decisions
  • When onboarding new team members to the project's technologies

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global tech stack.

Instructions

For details, refer to the information provided in this file: global tech stack