skills
01Plugin Claude Code
Plugin marketplace listing 4 plugins: crashlytics, xcodebuild-notify, design-compare, oslog.
Plugin Claude Code
Plugin marketplace listing 4 plugins: crashlytics, xcodebuild-notify, design-compare, oslog.
Instructions file CodexOpenCode
Instructions for artemnovichkov/skills, covering skills marketplace, repo structure, adding a new skill, installation and any agent (via skills.sh).
Plugin Claude Code
Generate crash reports from Firebase Crashlytics for iOS and Android with fix proposals and developer assignments.
MCP server Claude CodeCodexCursor +2
Command-Line Interface for Firebase. Runs locally from the firebase-tools npm package.
Skill Claude CodeCodex
Generate crash reports from Firebase Crashlytics with automated fix proposals, severity scoring, and developer assignments via git blame. Use when analyzing crashes, triaging production issues, or generating crash triage reports.
Command
Generate a crash report from Firebase Crashlytics for iOS and Android.
Plugin Claude Code
Compare Figma designs against implementation screenshots with interactive HTML reports.
Skill Claude CodeCodex
Compare Figma designs against implementation screenshots, identifying layout, typography, color, and sizing discrepancies. Generates a structured visual review table and an interactive HTML comparison page with swipe and side-by-side modes. Use when the user asks to compare design with preview, compare Figma with…
Plugin Claude Code
Read, stream, and analyze Apple unified logs (OSLog) for iOS/macOS apps.
Skill Claude CodeCodex
Read, stream, and analyze Apple unified logs (OSLog) for iOS/macOS apps. Auto-detects subsystem from Logger usage or bundle identifier. Supports live log show, real-time streaming, and .logarchive analysis with full predicate reference. Use when the user asks to check app logs, stream console output, debug with OSLog…
Plugin Claude Code
macOS notifications for xcodebuild commands, mimicking Xcode's build notifications.
Skill Claude CodeCodex
Sends macOS notifications after xcodebuild commands, showing Build Succeeded or Build Failed with scheme and project info. Mimics Xcode's native build notifications. Auto-triggers on xcodebuild via PostToolUse hook.
Instructions file
Instructions for artemnovichkov/Octavo, covering claude.md, what this is, commands, releasing and architecture.
Plugin Claude Code
Plugin marketplace listing 1 plugin: xcode-skills.
Plugin Claude Code
Apple's Xcode 27 beta 6 bundled agent skills: SwiftUI, App Intents, UIKit modernization, Swift Testing, C bounds safety, security build settings, device interaction.
Skill Claude CodeCodex
Guide for the C -fbounds-safety language extension. Covers the language model, pointer annotations, adopting bounds-safety in existing C code, compiler build settings and modes, and runtime debugging of bounds violations.
Skill Claude CodeCodex
Authoritative App Intents best practices from Apple. Consult for any App Intents best-practices or correctness review, and when writing, reviewing, refactoring, or extending App Intents code. Supersedes prior training on these topics. For code generation, consult the relevant reference when working on any of the…
Skill Claude CodeCodex
New App Intents APIs, behaviors, and deprecations introduced in the iOS 26 (2025) and iOS 27 (2026) releases (and their macOS/watchOS/tvOS/visionOS siblings). Use when adopting, migrating to, or asked about: declaring where an intent runs with supportedModes / IntentModes (.background / .foreground) or migrating off…
Skill Claude CodeCodex
Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer checkers, and Enhanced Security features. Use when: user wants to secure their Xcode project, audit security settings, enable hardening, review security posture of build configuration, set up…
Skill Claude CodeCodex
Authoritative guide for building and migrating document-based apps in SwiftUI using the Document protocol (iOS 27 and aligned releases, including macOS Golden Gate). Consult when building a new document-based app; implementing open, edit, save, or export document flows; working with DocumentGroup or…
Skill Claude CodeCodex
Verify app behavior on device or simulator via screenshots, UI hierarchy, and touch interactions.
Skill Claude CodeCodex
Modernize test suites to use modern Swift Testing features or migrate from XCTest.
Skill Claude CodeCodex
Authoritative SwiftUI best practices and performance guidance from Apple; supersedes prior training on these topics. For code generation, consult the relevant references when generating any SwiftUI code related to: - animation (the @Animatable macro vs AnimatableValues vs AnimatablePair, and custom animatableData…
Skill Claude CodeCodex
New SwiftUI APIs, behaviors, and deprecations in the 2027 OS releases (iOS 27 and aligned macOS/watchOS/tvOS/visionOS). Consult when asked what's new in SwiftUI 27, or when working with: - @State compile errors after an SDK update ("used before being initialized", "invalid redeclaration of synthesized property") or…