cangjie-stdx

Guide Cangjie developers through stdx modules for networking, encoding, and cryptography.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on utilizing Cangjie's extended standard library (stdx), enabling developers to leverage advanced functionalities beyond the core SDK.

Core Features & Use Cases

  • Extensive Functionality: Covers networking (HTTP/TLS), encoding (JSON, Base64, Hex, URL), cryptography (symmetric, asymmetric, hashing, certificates), logging, serialization, compression, aspect-oriented programming, and fuzz testing.
  • Practical Examples: Demonstrates how to set up HTTP servers/clients, handle JSON data, perform cryptographic operations, manage logs, and more.
  • Use Case: Integrate secure TLS communication into your Cangjie application, or efficiently parse large JSON datasets using stream processing.

Quick Start

Use the cangjie-stdx skill to learn how to build an HTTP server and client in Cangjie.

Frequently Asked Questions about cangjie-stdx

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

FAQPage Schema
How do I implement an HTTP server and client in Cangjie?

To implement an HTTP server and client in Cangjie, utilize the networking modules within the extended standard library. This Skill provides practical examples for setting up HTTP communication and configuring dynamic library integration.

What is the best way to handle JSON stream processing in Cangjie?

The best way to handle JSON stream processing in Cangjie is by using the encoding modules in the extended standard library. It enables efficient parsing and serialization for large datasets beyond the core SDK.

Can I establish secure TLS communication using the Cangjie standard library?

Yes, you can establish secure TLS communication using the Cangjie extended standard library. It provides dedicated cryptography modules to manage secure connections, certificates, and hashing operations.

Does Cangjie support aspect-oriented programming and fuzz testing?

Cangjie supports aspect-oriented programming and fuzz testing through its extended standard library. These advanced modules allow developers to inject cross-cutting logic and test application robustness.

What do I need to configure for dynamic library integration in Cangjie?

Configuring dynamic library integration in Cangjie requires understanding the module system and build configuration. You must correctly set up the environment to leverage extended standard library features.