Expand description
Skill builder: deterministic and LLM-enhanced skill generation.
Re-exports§
pub use llm::LlmProvider;pub use template::SkillTemplate;
Modules§
- deterministic
- Deterministic (zero-config) skill generation heuristics.
- llm
- LLM-enhanced skill generation and provider trait.
- providers
- LLM provider implementations (Anthropic, OpenAI, Google, Ollama). LLM provider implementations.
- template
- Template generation for
initcommand.
Structs§
- Build
Result - Result of skill generation.
- Clarity
Assessment - Clarity assessment result.
- Skill
Spec - User input for skill generation.
Functions§
- assess_
clarity - Evaluate if a purpose description is clear enough for autonomous generation.
- build_
skill - Build a complete skill from a specification.
- derive_
name - Derive a kebab-case skill name from a natural language description.
- init_
skill - Initialize a skill directory with a template SKILL.md.
- interactive_
build - Run an interactive build session, prompting for confirmation at each step.