cangjie-docs-search-guide

Search Cangjie documentation directories using grep for keyword and pattern matching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you find precise information within the Cangjie language's extensive documentation, especially when other knowledge sources are insufficient.

Core Features & Use Cases

  • Comprehensive Documentation Access: Provides direct access to original documentation for Cangjie language features, standard libraries, extended standard libraries, and toolchains.
  • Targeted Information Retrieval: Guides you to use tools like grep for keyword and pattern matching within specific documentation directories (kernel, std, libs_stdx, tools).
  • Use Case: When you need to understand how to use the std.collection.ArrayList in Cangjie, this Skill directs you to the relevant documentation index and specific API files for detailed information.

Quick Start

Search the Cangjie documentation for details on the 'std.collection' library.

Frequently Asked Questions about cangjie-docs-search-guide

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

FAQPage Schema
How do I search Cangjie standard library documentation for specific API functions?

Search Cangjie standard library documentation by using grep for keyword and pattern matching within the std directory to retrieve specific API function details and usage syntax.

What is the best way to find information in the Cangjie toolchain documentation?

The best way to find Cangjie toolchain documentation is using keyword matching tools like grep within the tools directory to locate original usage guides and feature explanations.

Does Cangjie documentation search support extended standard libraries?

Yes, Cangjie documentation search supports extended standard libraries by allowing targeted information retrieval within the libs_stdx directory for specific library functions and syntax.

How do I find Cangjie language kernel feature documentation?

Find Cangjie language kernel feature documentation by performing keyword searches within the kernel directory to access original syntax explanations and language feature details directly.

Can I use grep to locate specific classes like ArrayList in Cangjie documentation?

Yes, you can use grep to locate specific classes like ArrayList in Cangjie documentation by pattern matching within the std directory to find relevant API files and detailed information.