anytype-swift
iOS SwiftUI development, testing, and code review workflows
All Skills in This Repository (20)
Pure Emerald Level Indicatorsconfidence-check
Assesses implementation readiness across five weighted criteria before starting iOS development work.
self-review
Validates Swift code changes against TASTE_INVARIANTS.md rules before presenting them to users.
swiftui-patterns-developer
Applies SwiftUI view structure, composition, and MVVM patterns when refactoring iOS views.
swiftui-performance-developer
Audit SwiftUI code for rendering bottlenecks and guide Instruments profiling workflows.
sentry-triage
Triage Sentry crash clusters into Linear tickets with root-cause hypotheses for iOS releases.
ios-simulator-skill
Automates iOS simulator testing, building, and UI interaction through accessibility-driven scripts.
swift-concurrency-developer
Diagnose and fix Swift concurrency issues involving actors, Sendable, and task isolation.
swiftui-expert-skill
Write, review, and improve SwiftUI code using current APIs and best practices.
decompose
Decomposes large Linear tasks into independent subtasks with a master plan document.
claudemd-maintainer
Reviews and optimizes CLAUDE.md files for effective LLM instruction structure.
liquid-glass-developer
Implements iOS 26 Liquid Glass effects in SwiftUI and UIKit using GlassEffectContainer patterns.
Tests Developer Skill
Automate creation and upkeep of unit tests for Swift projects using XCTest or Swift Testing.
Frequently Asked Questions
FAQPage SchemaHow to install anytype-swift skills?▼
Run `npx skills add anyproto/anytype-swift --all -g -y` in your terminal to install all skills globally.
What do these iOS development skills cover?▼
They cover SwiftUI patterns, performance tuning, Swift concurrency, localization, design system usage, unit testing, and feature flag management for the Anytype iOS codebase.
Can these skills automate iOS simulator testing?▼
Yes. The ios-simulator-skill includes 21 scripts for building, UI navigation, accessibility audits, and simulator lifecycle management.
How does the Sentry crash triage skill work?▼
It pulls unresolved crashes from Sentry, investigates each one against the source code, and creates a Linear ticket with a root-cause hypothesis for every crash cluster.
Do these skills work with Claude Code?▼
Yes. All skills follow the standard SKILL.md format and activate automatically in Claude Code based on your prompt and the files you edit.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core