·cangjie-dev

仓颉(Cangjie)编程语言开发辅助。当编写、审查或重构仓颉代码时自动激活。 触发条件:检测到 .cj 文件或 cjpm.toml 配置文件。 覆盖场景:语法编写、API 使用、项目构建、性能优化、鸿蒙应用开发。

11Installs·0Trend·@chenchaotao666

Installation

$npx skills add https://github.com/chenchaotao666/cangjie-dev-skill --skill cangjie-dev

SKILL.md

| Int8/16/32/64 | 有符号整数 | | UInt8/16/32/64 | 无符号整数 | | Float16/32/64 | 浮点数 | | Bool | 布尔类型 (true/false) | | Rune | Unicode 字符 | | String | 字符串 | | Unit | 空类型(类似 void) | | Nothing | 底类型 |

| Variable not initialized | 变量未初始化 | 在使用前赋值 | | Type mismatch | 类型不匹配 | 检查类型或添加类型转换 | | Cannot modify immutable variable | 修改 let 变量 | 改用 var 声明 | | Recursive struct | struct 递归定义 | 使用 class 代替 |

仓颉(Cangjie)编程语言开发辅助。当编写、审查或重构仓颉代码时自动激活。 触发条件:检测到 .cj 文件或 cjpm.toml 配置文件。 覆盖场景:语法编写、API 使用、项目构建、性能优化、鸿蒙应用开发。 Source: chenchaotao666/cangjie-dev-skill.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chenchaotao666/cangjie-dev-skill --skill cangjie-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chenchaotao666/cangjie-dev-skill --skill cangjie-dev
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is cangjie-dev?

仓颉(Cangjie)编程语言开发辅助。当编写、审查或重构仓颉代码时自动激活。 触发条件:检测到 .cj 文件或 cjpm.toml 配置文件。 覆盖场景:语法编写、API 使用、项目构建、性能优化、鸿蒙应用开发。 Source: chenchaotao666/cangjie-dev-skill.

How do I install cangjie-dev?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chenchaotao666/cangjie-dev-skill --skill cangjie-dev 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/chenchaotao666/cangjie-dev-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05

Related Skills

None