cangjie-appendix

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

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/zhenzhizhi12/NexusAgent --skill cangjie-appendix-zhenzhizhi12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-appendix
Source: https://github.com/zhenzhizhi12/NexusAgent/tree/main/.opencode/skills/common-skill-l1/appendix
Command: npx skills add https://github.com/zhenzhizhi12/NexusAgent --skill cangjie-appendix-zhenzhizhi12

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 language, reducing the need to search through extensive documentation for keywords, operator details, or runtime configurations.

Core Features & Use Cases

  • Keyword Reference: Quickly find all defined keywords in Cangjie.
  • Operator Precedence: Understand the order of operations for expressions.
  • Runtime Configuration: Access environment variables for heap, memory, and thread settings.
  • Use Case: When writing a complex Cangjie function, you need to confirm the exact syntax for a specific keyword or the precedence of a custom operator. This Skill provides that information instantly.

Quick Start

Provide the list of Cangjie language keywords.

Frequently Asked Questions about cangjie-appendix

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

FAQPage Schema
How do I find the complete list of keywords in the Cangjie programming language?

The Cangjie language keywords are provided as a comprehensive list within the language reference. You can quickly query this Skill to retrieve all defined keywords to verify syntax while writing Cangjie code.

What is the operator precedence and associativity for expressions in Cangjie?

Operator precedence and associativity in Cangjie dictate the evaluation order of expressions. This reference Skill details the exact precedence rules and operator overload function signatures to help you construct complex logic accurately.

How do I configure runtime environment variables for heap and thread settings in Cangjie?

Cangjie runtime configuration uses specific environment variables for heap, memory, and thread settings. This reference Skill provides quick access to these operational variables to help you tune application performance.

What are the package compatibility rules for the Cangjie language?

Package compatibility rules in Cangjie define how different packages interact and validate against each other. This reference guide outlines the specific constraints to ensure your modules integrate correctly.

Does the Cangjie language reference include the TokenKind enumeration details?

The Cangjie language reference includes the TokenKind enumeration details. It serves as a comprehensive guide to the language's syntax, assisting developers in understanding token structures and operational characteristics.