
Claude Skills by Bogdanp
github.com/BogdanpGeneral coding style preferences. Always active when writing or modifying code.
Use after making changes to visually validate the app in the iOS Simulator. Builds, installs, launches the app, then uses screenshots and accessibility descriptions to verify the change looks and behaves correctly.
Racket coding conventions. Use when writing or modifying Racket (.rkt) files.
Prepare a release by bumping the build number, collecting user-facing changes into a changelog, and committing the result.
Use when working with the Racket backend, adding or modifying RPC methods, or understanding the Racket-Swift communication layer. Covers define-rpc, Backend.swift codegen, and the Noise RPC framework.
Use when building, testing, or linting the Ruckus iOS app, regenerating the Tuist project, running tests, or adding new Swift files. Covers xcodebuild, tuist, make, swiftlint, and test workflows.
Swift coding conventions and project structure. Use when writing or modifying Swift files.