skills
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 23 GitHub stars
Code Pass
- Code scan — Scanned 10 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
This tool is a collection of agent skills designed for iOS and Swift development workflows. It provides plugins for tasks like crash triage, design comparison, build notifications, and Apple unified log analysis.
Security Assessment
The overall risk is rated as Low. The automated code scan reviewed 10 files and found no dangerous patterns, hardcoded secrets, or requests for dangerous permissions. Functionally, the tool does interact with sensitive data and external networks—such as fetching data from Figma APIs, reading Firebase Crashlytics crash reports, and streaming local system logs. It also interfaces with the local macOS system to send xcodebuild notifications. While these actions require access to local projects and external accounts, they are standard, expected behaviors for an iOS development toolkit rather than malicious activities.
Quality Assessment
The project is in excellent health and actively maintained, with its most recent code push occurring today. It is properly licensed under the standard MIT license, which allows for broad usage and modification. The repository has accumulated 23 GitHub stars, indicating a foundational level of community trust and interest.
Verdict
Safe to use.
Collection of Claude Code plugins for enhanced development workflows.
Skills
A collection of agent skills for iOS and Swift development workflows — crash triage, design comparison, build notifications, and log analysis.
Available Skills
design-compare
Compare Figma designs against implementation screenshots with interactive HTML comparison reports.

- 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
crashlytics
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)
oslog
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
.logarchivebundles with full predicate filtering
xcodebuild-notify
macOS notifications for xcodebuild commands, mimicking Xcode's build notifications.

- Sends a notification after every
xcodebuildbuild - Shows
Build SucceededorBuild Failedas 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.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found