Here is a simple guide to manage multiple Flashlearn skills with clarity:
-
Folder Organization:
• Make a “skills/” folder. Use subfolders for each skill type (classification, summarization, etc.).
• Keep each skill’s JSON file (e.g., “classification_skill.json”) in its respective folder. -
Clear Naming & Versioning:
• Include both purpose and version in the file name (e.g., “classification_skill_v2.json”).
• Update versions whenever adjustments are made (add new prompts, categories, etc.). -
Minimal but Useful Documentation:
• Place a short README in each subfolder, explaining what the skill does and how to use it. -
Archive Old Skills:
• Move outdated or replaced skills into an “archive/” subfolder to prevent confusion while keeping historical references.
With these simple practices, you’ll keep your skill library tidy, versioned, and easy to navigate as your Flashlearn projects grow.