Skills are project-specific extensions stored inDocumentation Index
Fetch the complete documentation index at: https://docs.lukan.ai/llms.txt
Use this file to discover all available pages before exploring further.
.lukan/skills/<name>/SKILL.md.
Creating a Skill
Create a directory and aSKILL.md file:
Frontmatter
name- Display name for the skilldescription- Brief description of what the skill handles
Using Skills
/skills- List available skills- The agent loads skills automatically via the
LoadSkilltool when a matching task is detected
Managing Skills
Skill Credentials
Skills can have per-skill environment variables injected at runtime. Configure them vialukan skill env <name> or directly in credentials.json:
Skill Loading
The agent automatically detects when a skill is relevant based on:- The task description matching the skill’s purpose
- Explicit requests for the skill’s functionality
