Go to file
Matt Bruce 20446c5224 feat: auto-discover custom skills from assets/skills/
- setup.sh skills command now does two things:
  1. Installs registry skills from <platform>-skills.txt
  2. Auto-discovers and copies custom skill folders from assets/skills/
- Added SKILLS_DIR config (default: ~/.copilot/skills/)
- Added download_dir_to helper for copying skill folders remotely
- Created assets/skills/ for team-maintained custom skills
2026-02-11 12:11:01 -06:00
assets feat: auto-discover custom skills from assets/skills/ 2026-02-11 12:11:01 -06:00
docs feat: auto-discover custom skills from assets/skills/ 2026-02-11 12:11:01 -06:00
Agents.md refactor: unified setup.sh replaces sync-skills.sh 2026-02-11 11:59:12 -06:00
PRD.md docs: require new chat repo summary 2026-02-10 16:07:34 -06:00
README.md docs: require new chat repo summary 2026-02-10 16:07:34 -06:00

AI Documentation Project

This repo contains the source markdown for a Confluence-ready AI documentation set for mobile development. It is designed to be beginner-friendly and easy to keep current.

Audience

These docs assume the reader is new to AI. Be explicit, explain terms, and include examples where possible.

Structure

How to Use

  1. Start at the AI Docs Index.
  2. Read the overview to learn chat modes (Ask, Edit, Plan, Agent).
  3. Follow the iOS or Android setup guide.
  4. Review skills and token usage guidance.

When a new chat starts, the assistant should read Agents.md and state the repo purpose at a high level before proceeding.

Local Workflow

  • Edit files in docs/ai.
  • Keep sections short but very detailed and scannable.
  • Avoid vendor-specific step details that change frequently.
  • Keep Agents, PRD, and README in sync when scope or structure changes.

Publish to Confluence

  1. Copy the page content from each markdown file.
  2. Preserve the hierarchy shown in docs/ai/index.md.
  3. Add screenshots or short videos where helpful.

Contributing

  • Keep content short, direct, and beginner-friendly.
  • Add platform-specific examples when possible.
  • Update the Skills Library with repo links.

Example Change

Example prompt:

Add a new skill link to docs/ai/skills.md and include a 2-sentence description.

Next Steps

  • Add screenshots and short walkthrough videos.
  • Assign owners per section.
  • Publish to Confluence.