core-dynamic-skills

Generate crate-specific skills from Cargo.toml dependencies using docs.rs content.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill core-dynamic-skills-0xharryriddle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-dynamic-skills
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/chasebuild-agent-skills/rust/skills/core-dynamic-skills
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill core-dynamic-skills-0xharryriddle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating crate-specific skills for every dependency manually is tedious and error-prone; this skill automates that process based on Cargo.toml.

Core Features & Use Cases

  • On-demand generation of crate-specific skills from project dependencies.
  • Local storage under ~/.claude/skills/ for easy offline access and versioning.
  • Supports Rust workspaces and dependency updates, with versioned skill content and optional agent-based generation using docs.rs llms.txt.
  • Commands to manage skills: /sync-crate-skills, /clean-crate-skill, /update-crate-skill.
  • References docs.rs-based content to bootstrap skills and keep them current.

Quick Start

Run the /sync-crate-skills command to generate crate-specific skills for your dependencies.

Frequently Asked Questions about core-dynamic-skills

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

FAQPage Schema
How do I auto-generate Rust crate skills from Cargo.toml dependencies?

You can auto-generate Rust crate skills by running the /sync-crate-skills command, which reads your Cargo.toml dependencies and creates versioned, crate-specific skills stored locally under ~/.claude/skills/.

What is the best way to manage dynamic skills for Rust workspace dependencies?

Managing dynamic skills for Rust workspaces is handled by syncing crate-specific skills on demand using docs.rs llms.txt content, with commands like /update-crate-skill and /clean-crate-skill to keep them current or remove outdated entries.

How does on-demand skill generation for Rust crates actually work?

On-demand skill generation works by parsing your Cargo.toml dependencies, fetching documentation from docs.rs llms.txt, and storing the generated crate-specific skills locally in the ~/.claude/skills/ directory for offline access.

Can I use this skill generation workflow with manual agent modes?

Yes, the skill generation workflow supports both agent-based generation and inline or manual workflows, allowing you to automate or manually control how crate-specific skills are created and updated for your Rust projects.

Do I need local storage to sync crate skills for my Rust project?

Yes, local storage at ~/.claude/skills/ is required to sync and manage crate skills, serving as the central directory where generated dependency skills are saved, versioned, and accessed for offline use.