cangjie-appendix

Reference Cangjie keywords, operator precedence, and runtime environment variables.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/SunriseSummer/CangjieDocValidator --skill cangjie-appendix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-appendix
Source: https://github.com/SunriseSummer/CangjieDocValidator/tree/main/.github/skills/appendix
Command: npx skills add https://github.com/SunriseSummer/CangjieDocValidator --skill cangjie-appendix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to essential reference information for the Cangjie programming language, eliminating the need to search through extensive documentation for keywords, operator details, or environment settings.

Core Features & Use Cases

  • Keyword Reference: Quickly find all reserved keywords in Cangjie.
  • Operator Details: Understand operator precedence, associativity, and overload signatures.
  • Runtime Configuration: Access information on environment variables for heap, memory, and logging.
  • Use Case: When writing Cangjie code and unsure about a specific keyword or the correct syntax for an operator overload, you can consult this Skill for immediate answers.

Quick Start

Provide the list of Cangjie keywords.

Frequently Asked Questions about cangjie-appendix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the reserved keywords in the Cangjie programming language?

The Cangjie programming language keywords are reserved terms that cannot be used as identifiers. You can quickly retrieve the complete list of all reserved keywords to ensure correct syntax and avoid naming conflicts.

How do I check operator precedence and associativity in Cangjie?

Operator precedence and associativity in Cangjie dictate the order of evaluation in expressions. You can consult the reference guide to understand these rules and ensure your expressions evaluate as intended.

What are the correct function signatures for Cangjie operator overloading?

Cangjie operator overload function signatures define how custom types interact with operators. The reference provides the exact signatures required to implement overloading correctly for various operators.

How do I configure Cangjie runtime environment variables for memory and logging?

Cangjie runtime environment variables control settings for heap, memory, and logging behaviors. You can access the reference to find the specific variables needed to tune the runtime environment for your application.

Does the Cangjie language reference include package compatibility rules and TokenKind enumeration?

Yes, the Cangjie language reference includes package compatibility rules and the TokenKind enumeration. These details facilitate developer understanding of language constructs and ensure correct package usage.