Documentation

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

  1. Open the skill card menu (three dots)
  2. Click Download as JSON
  3. The skill with all categories and instructions will be exported as a structured JSON file
  4. Use this format for importing into another workspace

Download as Markdown

  1. Open the skill card menu (three dots)
  2. Click Download as Markdown
  3. The skill will be exported as a human-readable .md file
  4. Use this format for documentation or sharing with team members

Importing Skills

Import skills from JSON files:

  1. Click the Import button next to "New Skill"
  2. Drag and drop a JSON file or click to browse
  3. The system validates the JSON structure
  4. Preview shows skill name, categories, and instruction count
  5. 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:

Community Repository

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

  1. Browse the skills directory
  2. Find a skill that matches your needs
  3. Download the JSON file
  4. 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:

  1. Export your skill as JSON
  2. Fork the community repository
  3. Add your skill to the appropriate category
  4. Submit a pull request

See the Contributing Guide for detailed instructions.