Expand description
Skills manifest management for declarative skill control
Structs§
- Auth
Config - Authentication configuration
- Dependencies
Section - Dependencies section containing skill dependencies
- Embedding
Config Toml - Embedding configuration in TOML format
- Eval
Config Toml - Evaluation configuration in TOML format ([tool.fastskill.eval])
- Fast
Skill Tool Config - FastSkill tool configuration
- File
Resolution Result - File resolution result
- Http
Server Config Toml - HTTP server configuration in TOML format
- Manifest
Metadata - Manifest metadata
- Metadata
Section - Metadata section for skill or project metadata Contains skill author information for skill-level, project documentation for project-level
- Repository
Definition - Repository definition with name, type, priority, authentication, and connection details
- Skill
Entry - Skill entry in the manifest
- Skill
Project Toml - Root structure for skill-project.toml file Contains both project metadata and dependencies Works in both project-level (skill consumer) and skill-level (skill author) contexts
- Skills
Manifest - Main skills manifest structure
- Source
Specific Fields - Source-specific fields for dependency specifications
- Tool
Section - Tool section containing tool-specific configuration
Enums§
- Auth
Type - Authentication type
- Dependency
Source - Dependency source type
- Dependency
Spec - Dependency specification - can be a simple version string or inline table with source details
- Manifest
Error - Manifest-related errors
- Project
Context - Project context enum for context detection
- Repository
Connection - Repository connection details (type-specific)
- Repository
Type - Repository type
- Skill
Source - Source specification for skills