Claude-skill-registry global-constants

Generates src/shared/constants/global.ts file containing application-wide constants used throughout the application.

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-constants" ~/.claude/skills/majiayu000-claude-skill-registry-global-constants && rm -rf "$T"
manifest: skills/data/global-constants/SKILL.md
source content

Global Constants Skill

Purpose

Generate the

src/shared/constants/global.ts
file for application-wide constants.

Output

Create the file:

src/shared/constants/global.ts

Notes

  • Contains constants used throughout the application
  • Can be extended with other global constants as needed