cangjie-stdx

Document the 18 Cangjie stdx packages with code examples for HTTP, JSON, and compression.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to understanding and utilizing the Cangjie Extended Standard Library (stdx), enabling developers to leverage its extensive functionalities for various programming tasks.

Core Features & Use Cases

  • Extensive Functionality: Covers networking, encoding, cryptography, logging, serialization, compression, AOP, fuzzing, and test data loading.
  • Detailed Explanations: Offers in-depth descriptions of each of the 18 stdx packages.
  • Practical Examples: Includes code snippets for common use cases like HTTP communication, JSON handling, and data compression.
  • Use Case: A developer needs to implement secure TLS communication in their Cangjie application. They would consult this Skill to understand the stdx.net.tls package, its configuration options, and how to integrate it with other modules.

Quick Start

Consult this Skill for guidance on using the Cangjie Extended Standard Library (stdx).

Frequently Asked Questions about cangjie-stdx

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

FAQPage Schema
How do I implement HTTP communication and JSON serialization in Cangjie?

To implement HTTP communication and JSON serialization in Cangjie, consult the Cangjie Extended Standard Library (stdx) guide, which provides practical code examples and detailed explanations for integrating these networking and serialization packages into your application.

What is the Cangjie Extended Standard Library and what functionality does it cover?

The Cangjie Extended Standard Library (stdx) is a collection of 18 packages providing extended functionality for networking, encoding, cryptography, logging, serialization, compression, aspect-oriented programming, fuzzing, and test data loading in Cangjie development.

Does the Cangjie standard library include built-in packages for cryptography and TLS?

Yes, the Cangjie Extended Standard Library includes dedicated packages for cryptography and secure TLS communication. You can use the stdx.net.tls package to configure and integrate secure network transactions into your Cangjie application.

How do I use data compression and aspect-oriented programming in Cangjie?

To use data compression and aspect-oriented programming in Cangjie, reference the stdx guide which covers the specific packages for these tasks, offering in-depth descriptions of their functionalities and code snippets for practical implementation.

What is the best way to load test data and perform fuzzing in Cangjie applications?

The best way to load test data and perform fuzzing in Cangjie applications is by utilizing the dedicated fuzzing and test data loading packages within the Cangjie Extended Standard Library, which are designed to streamline these specific testing workflows.