Community Skills
Export your skills to share with others, import skills from files, or browse ready-to-use skills from the community repository.
Exporting Skills
Skills can be exported in two formats:
Download as JSON
- Open the skill card menu (three dots)
- Click Download as JSON
- The skill with all categories and instructions will be exported as a structured JSON file
- Use this format for importing into another workspace
Download as Markdown
- Open the skill card menu (three dots)
- Click Download as Markdown
- The skill will be exported as a human-readable
.mdfile - Use this format for documentation or sharing with team members
Importing Skills
Import skills from JSON files:
- Click the Import button next to "New Skill"
- Drag and drop a JSON file or click to browse
- The system validates the JSON structure
- Preview shows skill name, categories, and instruction count
- Click Import Skill to create the skill
Note: If a skill with the same name exists, it will be auto-renamed (e.g., "My Skill" → "My Skill (2)").
Community Repository
Don't want to start from scratch? Browse ready-to-use skills created by the community:
Visit github.com/instructionly/community to discover skills for React, TypeScript, Python, and more. Download JSON files and import them directly into your workspace.
Using Community Skills
- Browse the skills directory
- Find a skill that matches your needs
- Download the JSON file
- Import it using the Import button in your workspace
Contributing Your Skills
Have skills that work well for your team? Share them with the community:
- Export your skill as JSON
- Fork the community repository
- Add your skill to the appropriate category
- Submit a pull request
See the Contributing Guide for detailed instructions.