Loading...
Loading...
Use when creating skills for Rust crates or std library documentation. Keywords: create rust skill, create crate skill, create std skill, 创建 rust skill, 创建 crate skill, 创建 std skill, 动态 rust skill, 动态 crate skill, skill for tokio, skill for serde, skill for axum, generate rust skill, rust 技能, crate 技能, 从文档创建skill, from docs create skill
npx skill4agent add zhanghandong/rust-skills rust-skill-creatorCreate dynamic skills for Rust crates and std library documentation.
| User Request | Target Type | URL Pattern |
|---|---|---|
| "create tokio skill" | Third-party crate | |
| "create Send trait skill" | Std library | |
| "create skill from URL" + URL | Custom URL | User-provided URL |
/create-llms-for-skills/create-llms-for-skills <url> [requirements]# For third-party crate
/create-llms-for-skills https://docs.rs/tokio/latest/tokio/
# For std library
/create-llms-for-skills https://doc.rust-lang.org/std/marker/trait.Send.html
# With specific requirements
/create-llms-for-skills https://docs.rs/axum/latest/axum/ "Focus on routing and extractors"/create-skills-via-llms <crate_name> <llms_path> [version]| Target | URL Template |
|---|---|
| Crate overview | |
| Crate module | |
| Std trait | |
| Std struct | |
| Std module | |
| Item | Path |
|---|---|
| Send, Sync, Copy, Clone | |
| Arc, Mutex, RwLock | |
| Rc, Weak | |
| RefCell, Cell | |
| Box | |
| Vec | |
| String | |
| Option | |
| Result | |
User: "Create a dynamic skill for tokio"
Claude:
1. Identify: Third-party crate "tokio"
2. Execute: /create-llms-for-skills https://docs.rs/tokio/latest/tokio/
3. Wait for llms.txt generation
4. Execute: /create-skills-via-llms tokio ~/tmp/{timestamp}-tokio-llms.txtUser: "Create a skill for Send and Sync traits"
Claude:
1. Identify: Std library traits
2. Execute: /create-llms-for-skills https://doc.rust-lang.org/std/marker/trait.Send.html https://doc.rust-lang.org/std/marker/trait.Sync.html
3. Wait for llms.txt generation
4. Execute: /create-skills-via-llms std-marker ~/tmp/{timestamp}-std-marker-llms.txtUser: "Create skill from https://docs.rs/sqlx/latest/sqlx/"
Claude:
1. Identify: User-provided URL
2. Execute: /create-llms-for-skills https://docs.rs/sqlx/latest/sqlx/
3. Follow standard workflowbest-skill-creator/create-llms-for-skills~/.claude/skills/