Static linter for Dockerfile + docker-compose + .npmrc.docker drift. Sibling to gitea-doctor. Codifies all 15 invariants from Phase A of the docker-build-optimization-roadmap so regressions are caught at PR time, not at build time. Verified against both pilots: - learning_ai_clock: PASS (1 expected warning) - learning_ai_peakpulse: PASS (1 expected warning, pnpm-lock per ADR-0001) - learning_ai_notes (un-migrated control): FAIL with 6 specific findings Refs: docker-build-optimization-roadmap.md \xc2\xa7Phase E (E1, E5) |
||
|---|---|---|
| .. | ||
| agent-behavior-guidelines.md | ||
| agent-onboarding.md | ||
| architecture-patterns.md | ||
| backup-main-branch.md | ||
| debug-service.md | ||
| desktop-release.md | ||
| docker-compose.md | ||
| docker-doctor.md | ||
| dual-network-setup.md | ||
| generate-store-assets.md | ||
| gh-account-routing.md | ||
| index.md | ||
| ios-release.md | ||
| local-development.md | ||
| mobile-code-quality.md | ||
| production-readiness.md | ||
| README.md | ||
| scan-repo-context.md | ||
| security-auditing.md | ||
| test-desktop-app.md | ||
| test-ios-app.md | ||
| test-strategies.md | ||
AI Development Skills Repository
This directory contains reusable skills and patterns extracted from Windsurf conversation history across all repositories. These skills represent proven approaches to common development tasks that can be applied consistently across projects.
Skill Categories
🏗️ Architecture & Setup
- Monorepo Management - Managing multi-repo workspaces with shared dependencies
- Service Architecture - Fastify microservices patterns with Cosmos DB
- Mobile Architecture - KMP + Native iOS/Android patterns
- Dashboard Architecture - Next.js dashboards with shared packages
🔧 Development Workflows
- Production Readiness - Comprehensive pre-release validation
- Debugging Services - Systematic debugging methodology
- Local Development - Starting and managing all services locally
- Docker Compose - Container orchestration for full stack
📱 Mobile Development
- Mobile Code Quality - Cross-platform mobile code standards
- iOS Development - SwiftUI + Xcode patterns
- Android Development - Kotlin + Jetpack Compose patterns
- KMP Development - Kotlin Multiplatform best practices
🚀 Release & Deployment
- Desktop Release - Cross-platform desktop app packaging
- iOS Release - TestFlight and App Store deployment
- Service Deployment - Microservice deployment patterns
- Dashboard Deployment - Next.js production deployment
🧪 Testing & Quality
- Test Strategies - Unit, integration, and E2E testing patterns
- Code Quality - Linting, formatting, and static analysis
- Security Auditing - Dependency and code security checks
- Performance Monitoring - Bundle size and performance budgets
📚 Documentation & Communication
- Agent Documentation - Maintaining AI assistant documentation
- API Documentation - REST API documentation patterns
- Architecture Documentation - System design documentation
- Onboarding Documentation - Developer onboarding materials
How to Use These Skills
- Browse by category - Each skill has its own markdown file with detailed instructions
- Copy-paste commands - Most skills include ready-to-use command snippets
- Adapt patterns - Modify the patterns to fit your specific project needs
- Combine skills - Many workflows combine multiple skills (e.g., Production Readiness)
- Contribute back - Add new skills or improve existing ones based on your experience
Skill Format
Each skill follows a consistent format:
- Description - What the skill does and when to use it
- Prerequisites - Required tools and setup
- Steps - Detailed, copy-pasteable instructions
- Notes - Important considerations and tips
- Related Skills - Links to related skills
Quick Reference
| Need | Skill | Location |
|---|---|---|
| Fix a failing service | Debug Service | 🔧 Development Workflows |
| Prepare for release | Production Readiness | 🧪 Testing & Quality |
| Start all services locally | Local Development Setup | 🔧 Development Workflows |
| Backup main branch | Backup Main Branch | 🔧 Development Workflows |
| Release desktop app | Desktop Release | 🚀 Release & Deployment |
| Release iOS app | iOS Release | 🚀 Release & Deployment |
| Generate store assets | Generate Store Assets | 🚀 Release & Deployment |
| Ensure mobile code quality | Mobile Code Quality | 📱 Mobile Development |
| Update AI docs | ../../.windsurf/workflows/repo_update-agent-docs.md |
📚 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 |
Route gh CLI to right account |
GH Account Routing | 🔧 Development Workflows |
Available Skills
Core Skills ✅
- Debug Service - Debug any service systematically
- Production Readiness - Complete pre-release validation
- Local Development Setup - Run all services locally
- GH Account Routing - Auto-route
ghCLI between personal and work GitHub accounts - Docker Compose - Containerized full stack
- Backup Main Branch - Smart backup with duplicate detection
- Mobile Code Quality - Cross-platform mobile standards
- Desktop Release - Build and package desktop apps
- iOS Release - TestFlight and App Store deployment
- Generate Store Assets - Create app store artwork
- Agent Behavior Guidelines - Canonical agent rules
- Update agent docs across repos — see
../../.windsurf/workflows/repo_update-agent-docs.md - Test Strategies - Comprehensive testing approach
- Test Desktop App - Desktop app testing
- Test iOS App - iOS simulator testing
- Architecture Patterns - System design patterns
- Security Auditing - Security checks and best practices
- Scan Repo Context - Generate project documentation
Planned Skills 📋
- Monorepo Management
- iOS/Android Development
- Service Deployment
- Performance Monitoring
- API Documentation
- And more...
Last updated: 2025-02-12