Commit graph

7 commits

Author SHA1 Message Date
Thomas Ricouard
f413520648 Add sections on SwiftUI UI patterns and macOS SwiftPM packaging
Introduces new documentation for SwiftUI UI patterns, providing best practices and component guidance, and for macOS SwiftPM app packaging without Xcode, including scaffolding and build scripts. These additions help developers with UI composition in SwiftUI and packaging macOS apps using SwiftPM.
2026-01-07 14:30:35 +01:00
Thomas Ricouard
26e23c058d Add dynamic skills index and pre-commit hook
Replaces hardcoded skills in docs/app.js with dynamic loading from a generated docs/skills.json. Adds scripts/build_docs_index.py to generate the index from SKILL.md files, and a pre-commit hook to keep the index in sync. Updates README with setup instructions for the pre-commit hook.
2025-12-31 08:51:09 +01:00
Thomas Ricouard
08c8616b05 Add GH Issue Fix Flow section to README
Introduced a new section describing the GH Issue Fix Flow, outlining its purpose, key features, and usage for resolving GitHub issues using the `gh` CLI, local edits, builds/tests, and git push.
2025-12-31 08:19:30 +01:00
Thomas Ricouard
4a708c65f3 Add installation instructions to README
Added a section describing how to install the skills by placing or symlinking the folders under $CODEX_HOME/skills/public.
2025-12-30 20:31:31 +01:00
Thomas Ricouard
7ffd5f7c58 Add GitHub Pages badge to README
Added a badge linking to the live GitHub Pages site at the top of the README for better visibility and quick access.
2025-12-30 17:55:24 +01:00
Thomas Ricouard
b48f498c23 Add SwiftUI performance audit section to README
Introduces a new section describing the SwiftUI Performance Audit feature, outlining its purpose, key features, and usage scenarios to help users diagnose and improve SwiftUI runtime performance.
2025-12-30 17:22:15 +01:00
Thomas Ricouard
d66b7c104e Create README.md 2025-12-30 15:41:46 +01:00