cangjie-std-libs

Provides a quick reference for core Cangjie standard library interfaces and types.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly find and understand the core interfaces and types provided by the Cangjie standard library, reducing the time spent searching documentation.

Core Features & Use Cases

  • Comprehensive Overview: Provides a tabular summary of all standard library packages and their functionalities.
  • Core Interface Reference: Details essential interfaces like ToString, Hashable, Comparable, and Iterable.
  • Type Definitions: Lists fundamental types such as Int64, String, Array, and Option.
  • Use Case: When writing Cangjie code and needing to recall how to use ArrayList or what methods are available in std.io, this Skill provides an immediate reference.

Quick Start

Look up the core functions available in the std.collection package.

Frequently Asked Questions about cangjie-std-libs

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

FAQPage Schema
How do I quickly look up core interfaces for the Cangjie standard library?

To look up Cangjie standard library core interfaces, reference the cheat sheet detailing `ToString`, `Hashable`, `Comparable`, and `Iterable` to reduce time spent searching documentation. It provides an immediate overview of essential API details for developers.

What fundamental types does the Cangjie standard library provide?

The Cangjie standard library provides fundamental types such as `Int64`, `String`, `Array`, and `Option`. Reviewing the type definitions list helps developers quickly recall API details and common data structures within the Cangjie ecosystem.

How do I find available methods in the std.io package for Cangjie programming?

To find available methods in the `std.io` package for Cangjie programming, check the tabular summary of standard library packages. This provides an immediate reference for I/O operations and utility functions without scanning full manuals.

Does the Cangjie standard library reference include concurrency primitives?

Yes, the Cangjie standard library reference includes concurrency primitives alongside common data structures and utility functions. Developers can quickly recall API details for these primitives to handle concurrent programming tasks efficiently.

When do I need to check the std.collection package in Cangjie?

You need to check the `std.collection` package in Cangjie when writing code and recalling how to use `ArrayList` or other common data structures. The reference provides immediate lookup for core functions available within this specific package.