Commit graph

  • dfdff298bd
    Merge e0e8b34203 into da4e31a582 Alizain Feerasta 2026-03-23 12:53:44 +0100
  • da4e31a582 docs: update public skills README main Thomas Ricouard 2026-03-21 18:46:21 +0100
  • bc7f7883c8 Add parallel Codex sub-agent reviews to SKILL Thomas Ricouard 2026-03-19 17:26:35 +0100
  • 4db71e20b4 Add modes and expanded guidance to simplify-code Thomas Ricouard 2026-03-19 16:53:11 +0100
  • e656bb7d7d Add more skills Thomas Ricouard 2026-03-19 08:52:23 +0100
  • 383169d1ea Update README.md to refine skill descriptions and installation instructions, enhancing clarity on the purpose and usage of each skill. Remove outdated sections and streamline content for better readability. Update .DS_Store file. Thomas Ricouard 2026-03-16 13:36:02 +0100
  • 1d09141807 docs: add OpenAI metadata to public skills Thomas Ricouard 2026-03-16 10:09:09 +0100
  • 7c43dba1e1 docs: add project skill audit skill Thomas Ricouard 2026-03-16 10:05:47 +0100
  • cd6b767a6e Refactor MV Patterns reference to clarify SwiftUI view model usage. Streamlined guidance on when to use view models versus relying on local state and environment injection. Enhanced sections on state management, data flow, and best practices for maintaining simplicity in SwiftUI views. Thomas Ricouard 2026-03-16 09:03:52 +0100
  • f13a211c0f Refactor SKILL.md to enhance SwiftUI view guidelines, emphasizing a shift towards small, explicit view types and improved MV patterns. Updated sections on view ordering, subview extraction, and handling of view models, while clarifying best practices for state management and observation usage. Thomas Ricouard 2026-03-16 08:54:23 +0100
  • fe34551d78 cleanup Thomas Ricouard 2026-03-15 11:12:21 +0100
  • b638136486 improve SwiftUI performance skill Thomas Ricouard 2026-03-15 11:01:31 +0100
  • 0395637cf4 fixup iOS version for @Observable Thomas Ricouard 2026-03-15 10:53:10 +0100
  • 098389dd35 Enhance swiftui-patterns skill Thomas Ricouard 2026-03-15 10:50:34 +0100
  • 1ec2d7af93 Update SKILL.md to refine project scaffolding instructions and introduce a state ownership matrix. Added detailed navigation and routing guidelines, preview guidance, async task lifecycle recommendations, performance guardrails, environment injection policies, and anti-patterns to enhance SwiftUI development practices. Thomas Ricouard 2026-03-15 10:44:45 +0100
  • ce79ef24da Enhance SKILL.md with fallback guidance for iOS 16 and earlier. Added recommendation to use ObservableObject with appropriate ownership attributes when the Observation API is unavailable. Thomas Ricouard 2026-03-15 10:40:22 +0100
  • 970b318b90
    Merge pull request #7 from popey/improve/skill-review-optimization Thomas Ricouard 2026-03-15 10:35:21 +0100
  • 9f3533a773 Add scroll-reveal pattern reference Thomas Ricouard 2026-03-07 07:50:18 +0100
  • 3db84e63d0
    feat: improve 8 skills with targeted optimizations Alan Pope 2026-03-06 16:53:32 +0000
  • 343f5b3aad Update Thomas Ricouard 2026-03-04 16:49:31 +0100
  • 0ce51f2e0d Avoid top-level view branch swapping Thomas Ricouard 2026-02-03 06:23:23 +0100
  • 527d60383c chore: update skills Thomas Ricouard 2026-01-28 07:10:57 +0100
  • 0950da5380
    Add Claude Code support for three Swift/SwiftUI skills Claude 2026-01-10 13:28:51 +0000
  • e0e8b34203 docs: add sk installation instructions Alizain Feerasta 2026-01-09 20:18:21 -0500
  • 9826f404c3
    Merge pull request #4 from musiienko/main Thomas Ricouard 2026-01-09 16:05:03 +0100
  • 4c59f14753 Add macOS Settings and menu bar reference docs Thomas Ricouard 2026-01-09 16:02:45 +0100
  • 4fb872727e Document preferred SwiftUI sheet patterns Thomas Ricouard 2026-01-08 13:01:46 +0100
  • d3846a295f
    Fix mv-patterns formatting Maksym Musiienko 2026-01-08 09:30:55 +0100
  • 583cf2dec8 Add starter template for new skills Michael 2026-01-07 20:14:06 -0600
  • 8bc7bcac35 Add reference documentation for skill authoring Michael 2026-01-07 20:13:36 -0600
  • 05ab530992 Add creating-swift-skills meta-skill Michael 2026-01-07 20:13:02 -0600
  • 10f5870862 Add XCTest to Swift Testing migration guide Michael 2026-01-07 20:02:26 -0600
  • 7deeea681e Add advanced testing patterns and parameterization Michael 2026-01-07 20:02:02 -0600
  • 7cd86cf0eb Add swift-testing skill with framework basics Michael 2026-01-07 20:01:27 -0600
  • 6fe317b4d3 Add automated GitHub release script Michael 2026-01-07 19:58:23 -0600
  • 742616663b Add SwiftLint integration for code style enforcement Michael 2026-01-07 19:58:17 -0600
  • 6969ee59cb Add Fastlane automation with match signing Michael 2026-01-07 19:58:05 -0600
  • f90891cc8b Add TestFlight upload and release documentation Michael 2026-01-07 19:57:55 -0600
  • 98b11b8ba6 Add ios-spm-app-packaging skill with Tuist scaffold and build Michael 2026-01-07 19:57:42 -0600
  • a66c570852 Add lightweight clients reference and index entry Thomas Ricouard 2026-01-07 21:37:45 +0100
  • 1d42087b32 Add notes on Sparkle versioning requirements Thomas Ricouard 2026-01-07 20:34:06 +0100
  • c8310b3b11
    Create LICENSE Thomas Ricouard 2026-01-07 19:09:37 +0100
  • f413520648 Add sections on SwiftUI UI patterns and macOS SwiftPM packaging Thomas Ricouard 2026-01-07 14:30:35 +0100
  • fd1375e2ad Add instructions for tagging and GitHub releases Thomas Ricouard 2026-01-07 12:38:14 +0100
  • f07d884c74 Add macOS SwiftPM app packaging templates and docs Thomas Ricouard 2026-01-07 12:23:29 +0100
  • b6d69af073 Replace app scaffolding wiring with app wiring and dependencies Thomas Ricouard 2026-01-07 10:59:03 +0100
  • 2f499fccee Add guide for approachable concurrency in Swift 6.2 Thomas Ricouard 2026-01-07 07:35:07 +0100
  • 106e533451 Add guidelines for handling large SwiftUI views Thomas Ricouard 2026-01-06 11:08:39 +0100
  • 32849f2287 Add loading placeholders reference and update index Thomas Ricouard 2026-01-05 13:00:08 +0100
  • f1749b2b45 Add title menus reference and index entry Thomas Ricouard 2026-01-04 18:34:51 +0100
  • 70a15d08db Add SwiftUI UI patterns skill and references Thomas Ricouard 2026-01-04 18:26:56 +0100
  • 26e23c058d Add dynamic skills index and pre-commit hook Thomas Ricouard 2025-12-31 08:51:09 +0100
  • 08c8616b05 Add GH Issue Fix Flow section to README Thomas Ricouard 2025-12-31 08:19:30 +0100
  • 271249b6b5 Add workflow guide for GitHub issue fix flow Thomas Ricouard 2025-12-31 08:18:56 +0100
  • ad1bb92d3e Expand SwiftUI view splitting guidelines in SKILL.md Thomas Ricouard 2025-12-30 21:06:04 +0100
  • 2b99f8520f Add light/dark theme toggle to docs UI Thomas Ricouard 2025-12-30 20:39:11 +0100
  • 4a708c65f3 Add installation instructions to README Thomas Ricouard 2025-12-30 20:31:31 +0100
  • 7ffd5f7c58 Add GitHub Pages badge to README Thomas Ricouard 2025-12-30 17:55:24 +0100
  • 0ac245e5ef Add documentation site for iOS Codex Skills Thomas Ricouard 2025-12-30 17:53:18 +0100
  • b48f498c23 Add SwiftUI performance audit section to README Thomas Ricouard 2025-12-30 17:22:15 +0100
  • 91eb0d324d Add SwiftUI performance audit guide and references Thomas Ricouard 2025-12-30 17:21:36 +0100
  • 5c35a6c9ee Add SwiftUI concurrency reference and update SKILL.md Thomas Ricouard 2025-12-30 17:09:50 +0100
  • d66b7c104e Create README.md Thomas Ricouard 2025-12-30 15:41:46 +0100
  • 052112b19c Add current skills Thomas Ricouard 2025-12-30 15:40:30 +0100