cangjie-lang
✓Cangjie programming language code generation and analysis expert. Use this when users need to write or analyze Cangjie code.
Installation
SKILL.md
| private | class定义内可见 | ❌ | | public | 模块内外均可见 | ❌ | | protected | 当前模块及当前类的子类可见 | ❌ | | internal | 仅当前包及子包内可见 | ✅ 默认 |
| private | class 定义内可见 | ❌ | | internal | 当前包及子包(含子包的子包)内可见 | ✅ 默认 | | protected | 当前模块及当前类的子类可见 | ❌ | | public | 模块内外均可见 | ❌ |
| 整数 | Int8, Int16, Int32, Int64, IntNative | | 无符号整数 | UInt8, UInt16, UInt32, UInt64, UIntNative | | 浮点 | Float16, Float32, Float64 | | 字符 | Rune | | 字符串 | String | | 元组 | (T1, T2, ...) | | 数组 | Array | | 区间 | Range | | 函数 | (T1, T2) -> Rt |
Cangjie programming language code generation and analysis expert. Use this when users need to write or analyze Cangjie code. Source: ystyle/cangjie-lang-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ystyle/cangjie-lang-skill --skill cangjie-lang- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is cangjie-lang?
Cangjie programming language code generation and analysis expert. Use this when users need to write or analyze Cangjie code. Source: ystyle/cangjie-lang-skill.
How do I install cangjie-lang?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ystyle/cangjie-lang-skill --skill cangjie-lang Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ystyle/cangjie-lang-skill
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01