cangjie-fs
Reference for Cangjie language file system interactions including read, write, and directory management.
Install
mkdir -p .claude/skills/cangjie-fs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18452" && unzip -o skill.zip -d .claude/skills/cangjie-fs && rm skill.zipInstalls to .claude/skills/cangjie-fs
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
仓颉语言文件系统操作。当需要了解仓颉语言的文件读写(File)、目录操作(Directory)、路径处理(Path)、文件信息(FileInfo)、文件系统函数(exists/copy/rename/remove)等特性时,应使用此 Skill。Key capabilities
- →Perform file read and write operations using `File` class
- →Manage directories with `Directory` operations
- →Handle paths using `Path` structure
- →Retrieve file information with `FileInfo`
- →Utilize file system functions like `exists`, `copy`, `rename`, `remove`
- →Automatically close files using `try-with-resource`
How it works
The skill provides documentation and code patterns for Cangjie's file system operations, including file, directory, and path management, and utility functions.
Inputs & outputs
When to use cangjie-fs
- →Reading and writing files in Cangjie
- →Creating recursive directories
- →Moving or renaming files in a Cangjie project
About cangjie-fs
Provides documentation and code patterns for standard file system tasks in Cangjie. Covers File class usage, directory operations, and filesystem utility functions like copy, rename, and exists.
仓颉语言文件系统操作。当需要了解仓颉语言的文件读写(File)、目录操作(Directory)、路径处理(Path)、文件信息(FileInfo)、文件系统函数(exists/copy/rename/remove)等特性时,应使用此 Skill。
When not to use it
- →When not working with Cangjie language file system operations
Limitations
- →The skill is specific to the Cangjie language
- →The skill focuses on `std.fs.*` components
- →The skill notes that `FileInfo` attribute access is real-time
How it compares
This skill offers specific guidance and examples for Cangjie's file system API, providing direct solutions unlike general programming language file handling.
Compared to similar skills
cangjie-fs side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cangjie-fs (this skill) | 0 | 6mo | No flags | Intermediate |
| fastapi-templates | 520 | 3mo | No flags | Intermediate |
| android-kotlin-development | 268 | 6mo | Review | Advanced |
| unity-developer | 142 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
android-kotlin-development
aj-geddes
Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local storage, and navigation architecture.
unity-developer
sickn33
Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment. Handles gameplay systems, UI implementation, and platform optimization. Use PROACTIVELY for Unity performance issues, game mechanics, or cross-platform builds.
supabase-developer
daffy0208
Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.
payload
payloadcms
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
architecture-patterns
wshobson
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.