Agent Skills by sunrisesummer
Showing 60 vetted skills indexed across 2 GitHub repositories.
cangjie-full-docs
Access and search complete Cangjie programming language documentation.
cangjie-basic-concepts
Explain Cangjie syntax, variable declarations, and control flow concepts.
cangjie-extension
Extend Cangjie types with new functions, interfaces, and generic constraints.
cangjie-appendix
Reference Cangjie keywords, operator precedence, and runtime environment variables.
cangjie-interface
Explain Cangjie interface definition, implementation, inheritance, and default implementations.
cangjie-websocket
Implement WebSocket servers and clients in Cangjie with frame handling.
cangjie-http-client
Build and send HTTP requests using the Cangjie standard HTTP client library.
cangjie-unittest
Create and execute unit tests for Cangjie language code.
cangjie-cjcov
Generates Cangjie code coverage reports in HTML, XML, and JSON formats using cjcov tool.
cangjie-https-client
Configure TLS clients and make HTTPS requests in Cangjie with OpenSSL 3.
cangjie-annotation
Explain Cangjie built-in annotations for source introspection and conditional compilation.
cangjie-tls-build
Configure cjpm.toml and install OpenSSL 3 for Cangjie TLS builds.
cangjie-std-hashset
Guide Cangjie developers through HashSet construction, element management, and set operations.
cangjie-std-array
Document the Cangjie standard library Array<T> type with construction and manipulation operations.
cangjie-entry-args
Parse command-line arguments in Cangjie programs using std.argopt.
cangjie-basic-data-type
Explains fundamental data types and operators in the Cangjie programming language.
cangjie-macro-build
Compile Cangjie macro packages using cjc and cjpm project structures.
cangjie-enum
Explain enumeration type definition rules and advanced features in Cangjie.
cangjie-project-management
Guide Cangjie project initialization, dependency management, building, and testing via cjpm.
cangjie-std-libs
Reference Cangjie standard library packages, interfaces, types, and functions.
cangjie-cjc
Document the Cangjie compiler command-line interface and its options.
cangjie-option
Explain Cangjie Option type syntax and deconstruction methods.
cangjie-function
Explain Cangjie language functions including lambdas, closures, and operator overloading syntax and rules.
cangjie-cjlint
Automate static code analysis for Cangjie projects using cjlint.