common-skill-l2

Retrieve Cangjie language knowledge via hybrid RAG and official documentation search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a fallback mechanism for retrieving Cangjie language knowledge when standard skills fail, ensuring comprehensive information access for complex development issues.

Core Features & Use Cases

  • Hybrid Retrieval: Combines L1 RAG knowledge base search with L3 full official documentation lookup.
  • Error Handling: Addresses situations where basic Cangjie skills yield inaccurate, outdated, or irrelevant results, or when engineering tasks encounter compilation, build, or runtime errors.
  • Use Case: If a basic Cangjie skill cannot find information on stdx.net.http or if your code fails to compile with an obscure error, this skill will systematically search official documentation to provide accurate API usage and error resolution strategies.

Quick Start

Use common-skill-l2 to find information on the stdx.net.http module in Cangjie.

Frequently Asked Questions about common-skill-l2

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

FAQPage Schema
How do I fix Cangjie compilation errors and build failures when basic skills give outdated information?

Cangjie compilation errors and build failures can be resolved by querying a hybrid L1 RAG knowledge base and L3 official documentation to retrieve accurate API usage and systematic error troubleshooting guidance.

Where can I find accurate Cangjie API usage examples for modules like stdx.net.http?

Accurate Cangjie API usage examples for modules like stdx.net.http are retrieved by executing a hybrid search across the L1 RAG knowledge base and L3 full official documentation lookup.

What is the best way to troubleshoot obscure Cangjie runtime exceptions?

Troubleshooting obscure Cangjie runtime exceptions involves systematically searching the official documentation and knowledge bases to provide accurate code examples and error resolution strategies.

When do I need advanced Cangjie knowledge retrieval instead of standard skills?

Advanced Cangjie knowledge retrieval is needed when standard skills yield inaccurate, outdated, or irrelevant results, acting as a fallback mechanism for complex development issues.

Does this Cangjie error handling approach work without any external dependencies?

Yes, this Cangjie error handling approach works without external dependencies, relying entirely on internal scripts and references to query knowledge bases and official documentation.