cangjie-std-libs

Reference Cangjie standard library packages, interfaces, types, and functions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick reference for the Cangjie standard library, helping developers quickly find and understand the core APIs available in various packages.

Core Features & Use Cases

  • API Discovery: Quickly look up functions, types, and interfaces within the Cangjie standard library.
  • Package Overview: Get a concise summary of what each standard library package offers.
  • Use Case: A developer needs to find out how to create a concurrent hash map in Cangjie. They can use this Skill to quickly locate the std.collection.concurrent package and find the ConcurrentHashMap type and its basic usage.

Quick Start

Show me the core interfaces and types available in the std.core 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 look up APIs in the Cangjie standard library?

You can quickly look up Cangjie standard library APIs by searching for specific packages, interfaces, types, or functions. This reference provides concise summaries of what each standard library package offers for rapid discovery.

What is included in the Cangjie std.core package?

The Cangjie std.core package includes core interfaces and types fundamental to the language. You can query this reference to get a detailed overview of the basic types available within the standard library's core module.

How do I create a concurrent hash map in Cangjie?

To create a concurrent hash map in Cangjie, locate the std.collection.concurrent package to find the ConcurrentHashMap type. This reference details the type and its basic usage for your concurrency needs.

Does the Cangjie standard library support networking and reflection modules?

Yes, the Cangjie standard library supports advanced modules including networking, concurrency, and reflection. This reference covers these core functionalities, detailing packages from basic collections to advanced networking features.

What packages are available in the Cangjie standard library for collections?

The Cangjie standard library offers packages like std.collection.concurrent for collections. This reference helps you discover available types, such as ConcurrentHashMap, and understand their basic usage for data management.