Commit Graph

  • 05ba982bfe Add bug-hunt-swarm skill and update README main Thomas Ricouard 2026-03-29 17:28:00 +02:00
  • 56d971fcd0 Add review-swarm skill and update README Thomas Ricouard 2026-03-29 17:06:03 +02:00
  • 45376672ef Rename simplify-code → review-and-simplify-changes Thomas Ricouard 2026-03-29 16:59:24 +02:00
  • 23e5213b1d Make review sub-agents read-only Thomas Ricouard 2026-03-28 21:05:55 +01:00
  • 2bf48d7426 Update SKILL.md Thomas Ricouard 2026-03-25 11:00:29 +01:00
  • da4e31a582 docs: update public skills README Thomas Ricouard 2026-03-21 18:46:21 +01:00
  • bc7f7883c8 Add parallel Codex sub-agent reviews to SKILL Thomas Ricouard 2026-03-19 17:26:35 +01:00
  • 4db71e20b4 Add modes and expanded guidance to simplify-code Thomas Ricouard 2026-03-19 16:53:11 +01:00
  • e656bb7d7d Add more skills Thomas Ricouard 2026-03-19 08:52:23 +01:00
  • 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 +01:00
  • 1d09141807 docs: add OpenAI metadata to public skills Thomas Ricouard 2026-03-16 10:09:09 +01:00
  • 7c43dba1e1 docs: add project skill audit skill Thomas Ricouard 2026-03-16 10:05:47 +01:00
  • 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 +01:00
  • 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 +01:00
  • fe34551d78 cleanup Thomas Ricouard 2026-03-15 11:12:21 +01:00
  • b638136486 improve SwiftUI performance skill Thomas Ricouard 2026-03-15 11:01:31 +01:00
  • 0395637cf4 fixup iOS version for @Observable Thomas Ricouard 2026-03-15 10:53:10 +01:00
  • 098389dd35 Enhance swiftui-patterns skill Thomas Ricouard 2026-03-15 10:50:34 +01:00
  • 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 +01:00
  • 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 +01:00
  • 970b318b90 Merge pull request #7 from popey/improve/skill-review-optimization Thomas Ricouard 2026-03-15 10:35:21 +01:00
  • 9f3533a773 Add scroll-reveal pattern reference Thomas Ricouard 2026-03-07 07:50:18 +01:00
  • 3db84e63d0 feat: improve 8 skills with targeted optimizations #7 Alan Pope 2026-03-06 16:53:32 +00:00
  • 343f5b3aad Update Thomas Ricouard 2026-03-04 16:49:31 +01:00
  • 0ce51f2e0d Avoid top-level view branch swapping Thomas Ricouard 2026-02-03 06:23:23 +01:00
  • 527d60383c chore: update skills Thomas Ricouard 2026-01-28 07:10:57 +01:00
  • 9826f404c3 Merge pull request #4 from musiienko/main Thomas Ricouard 2026-01-09 16:05:03 +01:00
  • 4c59f14753 Add macOS Settings and menu bar reference docs Thomas Ricouard 2026-01-09 16:02:45 +01:00
  • 4fb872727e Document preferred SwiftUI sheet patterns Thomas Ricouard 2026-01-08 13:01:46 +01:00
  • d3846a295f Fix mv-patterns formatting #4 Maksym Musiienko 2026-01-08 09:30:55 +01:00
  • a66c570852 Add lightweight clients reference and index entry Thomas Ricouard 2026-01-07 21:37:45 +01:00
  • 1d42087b32 Add notes on Sparkle versioning requirements Thomas Ricouard 2026-01-07 20:34:06 +01:00
  • c8310b3b11 Create LICENSE Thomas Ricouard 2026-01-07 19:09:37 +01:00
  • f413520648 Add sections on SwiftUI UI patterns and macOS SwiftPM packaging Thomas Ricouard 2026-01-07 14:30:35 +01:00
  • fd1375e2ad Add instructions for tagging and GitHub releases Thomas Ricouard 2026-01-07 12:38:14 +01:00
  • f07d884c74 Add macOS SwiftPM app packaging templates and docs Thomas Ricouard 2026-01-07 12:23:29 +01:00
  • b6d69af073 Replace app scaffolding wiring with app wiring and dependencies Thomas Ricouard 2026-01-07 10:59:03 +01:00
  • 2f499fccee Add guide for approachable concurrency in Swift 6.2 Thomas Ricouard 2026-01-07 07:35:07 +01:00
  • 106e533451 Add guidelines for handling large SwiftUI views Thomas Ricouard 2026-01-06 11:08:39 +01:00
  • 32849f2287 Add loading placeholders reference and update index Thomas Ricouard 2026-01-05 13:00:08 +01:00
  • f1749b2b45 Add title menus reference and index entry Thomas Ricouard 2026-01-04 18:34:51 +01:00
  • 70a15d08db Add SwiftUI UI patterns skill and references Thomas Ricouard 2026-01-04 18:26:56 +01:00
  • 26e23c058d Add dynamic skills index and pre-commit hook Thomas Ricouard 2025-12-31 08:51:09 +01:00
  • 08c8616b05 Add GH Issue Fix Flow section to README Thomas Ricouard 2025-12-31 08:19:30 +01:00
  • 271249b6b5 Add workflow guide for GitHub issue fix flow Thomas Ricouard 2025-12-31 08:18:56 +01:00
  • ad1bb92d3e Expand SwiftUI view splitting guidelines in SKILL.md Thomas Ricouard 2025-12-30 21:06:04 +01:00
  • 2b99f8520f Add light/dark theme toggle to docs UI Thomas Ricouard 2025-12-30 20:39:11 +01:00
  • 4a708c65f3 Add installation instructions to README Thomas Ricouard 2025-12-30 20:31:31 +01:00
  • 7ffd5f7c58 Add GitHub Pages badge to README Thomas Ricouard 2025-12-30 17:55:24 +01:00
  • 0ac245e5ef Add documentation site for iOS Codex Skills Thomas Ricouard 2025-12-30 17:53:18 +01:00
  • b48f498c23 Add SwiftUI performance audit section to README Thomas Ricouard 2025-12-30 17:22:15 +01:00
  • 91eb0d324d Add SwiftUI performance audit guide and references Thomas Ricouard 2025-12-30 17:21:36 +01:00
  • 5c35a6c9ee Add SwiftUI concurrency reference and update SKILL.md Thomas Ricouard 2025-12-30 17:09:50 +01:00
  • d66b7c104e Create README.md Thomas Ricouard 2025-12-30 15:41:46 +01:00
  • 052112b19c Add current skills Thomas Ricouard 2025-12-30 15:40:30 +01:00