Awesome-omni-skill onboarding

Get started with the Galactic Adventures Copilot assistant. Explains features, usage, and next steps.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/onboarding" ~/.claude/skills/diegosouzapw-awesome-omni-skill-onboarding-ca8b09 && rm -rf "$T"
manifest: skills/data-ai/onboarding/SKILL.md
source content

Welcome to Galactic Adventures RPG Assistant! 🚀

What this project does

This repository turns GitHub Copilot into your personal Game Master (GM) for Galactic Adventures, a thrilling sci-fi RPG.

Quick Start

  1. Place the rulebook: Put
    Galactic Adventures.docx
    in
    assets/
    .
  2. Open Copilot Chat (⌃⌘I).
  3. Try slash commands:
    • /onboarding
      - This guide.
    • /create-character
      - Generate a new hero.
    • /generate-adventure
      - New quest.
  4. Switch agents: Select Galactic GM from the agent dropdown for immersive sessions.
  5. Generate & save: Copilot will suggest folders like
    characters/
    ,
    adventures/
    .

Features

  • Learn Rules: Ask about mechanics, reference rulebook.
  • Character Creation: Full sheets with stats, backstory.
  • Adventures & Encounters: Plots, maps, balanced fights.
  • Monsters & Stories: Custom foes, narratives.
  • Organized Output: Markdown files in themed folders.

Pro Tips

  • Use
    @workspace assets/Galactic Adventures.docx
    to quote rules.
  • /plan
    for adventure outlines.
  • Customize skills/agents in
    .github/
    .

Ready to explore the galaxy? Ask: "Create my first character: a cybernetic pilot."