Skip to main content

Appendix

Technical reference appendix for skillshare.

What are you looking for?

TopicRead
Environment variables that affect skillshareEnvironment Variables
Where skillshare stores config, skills, logs, cacheFile Structure
Supported git URL formatsURL Formats
Config file format and optionsConfiguration
All CLI commandsCommands

Quick Reference

Key Paths (Unix)

PathPurpose
~/.config/skillshare/config.yamlConfiguration file
~/.config/skillshare/registry.yamlInstalled skill registry (auto-managed)
~/.config/skillshare/skills/Source directory (your skills)
~/.local/share/skillshare/backups/Backup directory
~/.local/share/skillshare/trash/Soft-deleted skills
~/.local/state/skillshare/logs/Operation and audit logs
~/.cache/skillshare/ui/Downloaded web dashboard

Environment Variables

VariablePurpose
SKILLSHARE_CONFIGOverride config path
GITHUB_TOKENGitHub API authentication

See Also