config.example.json•1.23 kB
{
"skill_sources": [
{
"type": "github",
"url": "https://github.com/anthropics/skills",
"comment": "Official Anthropic skills - diverse examples with Python scripts, images, documents"
},
{
"type": "github",
"url": "https://github.com/K-Dense-AI/claude-scientific-skills",
"comment": "70+ scientific skills for bioinformatics, cheminformatics, and analysis"
},
{
"type": "local",
"path": "~/.claude/skills",
"comment": "Your custom local skills (optional - directory doesn't need to exist)"
}
],
"embedding_model": "all-MiniLM-L6-v2",
"default_top_k": 3,
"max_skill_content_chars": null,
"comment_max_chars": "Set to an integer (e.g., 5000) to truncate skill content, or null for unlimited",
"load_skill_documents": true,
"comment_load_docs": "Load additional files (scripts, references, assets) from skill directories",
"max_image_size_bytes": 5242880,
"comment_max_image": "Maximum image file size (5MB). Larger images store URL only",
"allowed_image_extensions": [".png", ".jpg", ".jpeg", ".gif", ".svg", ".webp"],
"text_file_extensions": [".md", ".py", ".txt", ".json", ".yaml", ".yml", ".sh", ".r", ".ipynb", ".xml"]
}