Claude Code skills for training Unity engineers at TheOne Studio - Enforce VContainer, SignalBus, concise C# patterns, and code quality standards
npx skills add https://github.com/the1studio/theone-training-skills --skill theone-cocos-standardsInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
Multi-team repository for training Claude Code with TheOne Studio coding standards across different technology stacks.
Train Claude Code to write production-ready code following TheOne Studio best practices for each development team. These skills enforce code quality, architecture patterns, and framework-specific standards through PR reviews and development workflows.
| Skill | Team | Framework | Status | Documentation |
|---|---|---|---|---|
theone-unity-standards |
Unity Game Dev | Unity 6 (C# 9) | ✅ Production | SKILL.md |
theone-cocos-standards |
Cocos Playable | Cocos Creator (TypeScript) | 🚧 Beta | SKILL.md |
theone-react-native-standards |
React Native | React Native (TypeScript) | 🚧 Beta | SKILL.md |
Legend: ✅ Production | 🚧 Beta | 🔄 In Development
# Clone repository
git clone https://github.com/The1Studio/theone-training-skills.git
# Install specific skill globally
mkdir -p ~/.claude/skills
cp -r theone-training-skills/.claude/skills/theone-<framework>-standards ~/.claude/skills/
# Or install all skills
cp -r theone-training-skills/.claude/skills/theone-*-standards ~/.claude/skills/
claude
# Ask: "What skills are available?"
# Should see: theone-unity-standards, theone-cocos-standards, theone-react-native-standards
Create CLAUDE.md in your project root with the appropriate skill reference:
# Project: [Your Project Name]
Use `theone-[framework]-standards` skill for all code.
See individual skill documentation for framework-specific configuration.
Claude Code automatically activates skills based on project context. Manual activation:
"Use theone-unity-standards to implement this feature"
"Use theone-cocos-standards to optimize playable performance"
"Use theone-react-native-standards to refactor this component"
All skills follow a consistent 4-tier priority hierarchy:
Each skill adapts this philosophy to its framework while maintaining consistency.
These skills are living documentation maintained through real-world usage:
See CONTRIBUTING.md for:
TheOne Studio Engineering Team | Maintained by developers, for developers