learning_ai_common_plat/AI.dev/SKILLS/index.md
saravanakumardb1 c3b869ceb9 feat: create AI.dev/SKILLS repository with reusable development skills
- Add 15 comprehensive skills extracted from Windsurf workflows
- Cover debugging, testing, releases, deployment, security, and documentation
- Each skill includes step-by-step instructions and copy-pasteable commands
- Skills organized by category with cross-references and difficulty levels
2026-02-12 17:13:16 -08:00

5.4 KiB

Skills Index

🏗️ Architecture & Setup

🔧 Development Workflows

📱 Mobile Development

🚀 Release & Deployment

🧪 Testing & Quality

📚 Documentation & Communication

🔍 Quick Reference

Need Skill Location
Fix a failing service Debug Service 🔧 Development Workflows
Prepare for release Production Readiness 🧪 Testing & Quality
Start all services Local Development Setup 🔧 Development Workflows
Release desktop app Desktop Release 🚀 Release & Deployment
Release iOS app iOS Release 🚀 Release & Deployment
Generate store assets Generate Store Assets 🚀 Release & Deployment
Mobile code quality Mobile Code Quality 📱 Mobile Development
Test desktop app Test Desktop App 🧪 Testing & Quality
Test iOS app Test iOS App 🧪 Testing & Quality
Update AI docs Update Agent Documentation 📚 Documentation & Communication
Scan repo for context Scan Repo Context 📚 Documentation & Communication
Write tests Test Strategies 🧪 Testing & Quality
Docker full stack Docker Compose 🔧 Development Workflows
Security audit Security Auditing 🧪 Testing & Quality
Architecture patterns Architecture Patterns 🏗️ Architecture & Setup

Skill Levels

🟢 Beginner

🟡 Intermediate

🔴 Advanced

Contributing

To add a new skill:

  1. Create a new markdown file in this directory
  2. Follow the established format (description, when to use, steps, notes)
  3. Add it to this index
  4. Update the README.md
  5. Commit with message: docs: add <skill-name> skill

Tags

Each skill includes tags for easy discovery:

  • #beginner - Easy to get started
  • #intermediate - Requires some experience
  • #advanced - Complex topics
  • #critical - Essential for production
  • #automation - Can be automated
  • #security - Security-related
  • #performance - Performance-related