Skip to content

artemnovichkov/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

A collection of agent skills for iOS and Swift development workflows — crash triage, design comparison, build notifications, and log analysis.

Available Skills

Compare Figma designs against implementation screenshots with interactive HTML comparison reports.

design-compare

  • Exports Figma nodes at 3x scale via API
  • Analyzes layout, typography, colors, components, sizing
  • Generates structured match/mismatch reports
  • Interactive HTML with swipe slider and side-by-side views
  • Multi-screen support in a single report

Generate crash reports from Firebase Crashlytics with automated fix proposals and developer assignments.

  • Fetches fatal errors from Firebase Crashlytics
  • Analyzes stack traces and identifies root causes
  • Proposes specific fixes with code snippets
  • Assigns crashes to developers via git blame
  • Calculates severity scores (0-100)

Read, stream, and analyze Apple unified logs (OSLog) for iOS/macOS apps.

  • Auto-detects subsystem from Logger(subsystem:) in source code
  • Shows recent logs from the live system log store
  • Streams logs in real time from a running app
  • Analyzes .logarchive bundles with full predicate filtering

macOS notifications for xcodebuild commands, mimicking Xcode's build notifications.

xcodebuild-notify

  • Sends a notification after every xcodebuild build
  • Shows Build Succeeded or Build Failed as title
  • Body format: <scheme> | <project> Project

Installation

Any Agent (via skills.sh)

npx skills add artemnovichkov/skills

To install a single skill:

npx skills add artemnovichkov/skills --skill design-compare

Claude Code

/plugin marketplace add artemnovichkov/skills

Author

Artem Novichkov, https://artemnovichkov.com/

License

The project is available under the MIT license. See the LICENSE file for more info.

About

Collection of Claude Code plugins for enhanced development workflows.

Topics

Resources

License

Stars

Watchers

Forks

Contributors