Content & Writing

Page 29 of 62

Browse skills in this category.

4461 skills · Showing 2017-2088
Sort by:

axiom-now-playing

Content & Writing

by CharlesWiltgen

Use when Now Playing metadata doesn't appear on Lock Screen/Control Center, remote commands (play/pause/skip) don't respond, artwork is missing/wrong/flickering, or playback state is out of sync - provides systematic diagnosis, correct patterns, and professional push-back for audio/video apps on iOS 18+

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

MusicKit Now Playing integration patterns. Use when playing Apple Music content with ApplicationMusicPlayer and understanding automatic vs manual Now Playing info updates.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when debugging memory leaks from blocks, blocks assigned to self or properties, network callbacks, or crashes from deallocated objects - systematic weak-strong pattern diagnosis with mandatory diagnostic rules

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when optimizing large value type performance, working with noncopyable types, reducing ARC traffic, or using InlineArray/Span for zero-copy memory access. Covers borrowing, consuming, inout modifiers, consume operator, ~Copyable types, InlineArray, Span, value generics.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when app feels slow, memory grows over time, battery drains fast, or you want to profile proactively - decision trees to choose the right Instruments tool, deep workflows for Time Profiler/Allocations/Core Data, and pressure scenarios for misinterpreting results

238
Jan 16, 2026, 03:16 PM

axiom-photo-library

Content & Writing

by CharlesWiltgen

PHPicker, PhotosPicker, photo selection, limited library access, presentLimitedLibraryPicker, save to camera roll, PHPhotoLibrary, PHAssetCreationRequest, Transferable, PhotosPickerItem, photo permissions

238
Jan 16, 2026, 03:16 PM

axiom-photo-library-ref

Content & Writing

by CharlesWiltgen

Reference — PHPickerViewController, PHPickerConfiguration, PhotosPicker, PhotosPickerItem, Transferable, PHPhotoLibrary, PHAsset, PHAssetCreationRequest, PHFetchResult, PHAuthorizationStatus, limited library APIs

238
Jan 16, 2026, 03:16 PM

axiom-privacy-ux

Content & Writing

by CharlesWiltgen

Use when implementing privacy manifests, requesting permissions, App Tracking Transparency UX, or preparing Privacy Nutrition Labels - covers just-in-time permission requests, tracking domain management, and Required Reason APIs from WWDC 2023

238
Jan 16, 2026, 03:16 PM

axiom-realm-migration-ref

Content & Writing

by CharlesWiltgen

Use when migrating from Realm to SwiftData - comprehensive migration guide covering pattern equivalents, threading model conversion, schema migration strategies, CloudKit sync transition, and real-world scenarios

238
Jan 16, 2026, 03:16 PM

axiom-sqlitedata

Content & Writing

by CharlesWiltgen

Use when working with SQLiteData @Table models, CRUD operations, query patterns, CloudKit SyncEngine setup, or batch imports. Covers model definitions, @FetchAll/@FetchOne, upsert patterns, database setup with Dependencies.

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when migrating from SwiftData to SQLiteData — decision guide, pattern equivalents, code examples, CloudKit sharing (SwiftData can't), performance benchmarks, gradual migration strategy

238
Jan 16, 2026, 03:16 PM

axiom-sqlitedata-ref

Content & Writing

by CharlesWiltgen

SQLiteData advanced patterns, @Selection column groups, single-table inheritance, recursive CTEs, database views, custom aggregates, TableAlias self-joins, JSON/string aggregation

238
Jan 16, 2026, 03:16 PM

axiom-storage

Content & Writing

by CharlesWiltgen

Use when asking 'where should I store this data', 'should I use SwiftData or files', 'CloudKit vs iCloud Drive', 'Documents vs Caches', 'local or cloud storage', 'how do I sync data', 'where do app files go' - comprehensive decision framework for all iOS storage options

238
Jan 16, 2026, 03:16 PM

axiom-storage-diag

Content & Writing

by CharlesWiltgen

Use when debugging 'files disappeared', 'data missing after restart', 'backup too large', 'can't save file', 'file not found', 'storage full error', 'file inaccessible when locked' - systematic local file storage diagnostics

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when asking about 'purge files', 'storage pressure', 'disk space iOS', 'isExcludedFromBackup', 'URL resource values', 'volumeAvailableCapacity', 'low storage', 'file purging priority', 'cache management' - comprehensive reference for iOS storage management and URL resource value APIs

238
Jan 16, 2026, 03:16 PM

axiom-storekit-ref

Content & Writing

by CharlesWiltgen

Reference — Complete StoreKit 2 API guide covering Product, Transaction, AppTransaction, RenewalInfo, SubscriptionStatus, StoreKit Views, purchase options, server APIs, and all iOS 18.4 enhancements with WWDC 2025 code examples

238
Jan 16, 2026, 03:16 PM

axiom-swift-concurrency

Content & Writing

by CharlesWiltgen

Use when you see 'actor-isolated', 'Sendable', 'data race', '@MainActor' errors, or when asking 'why is this not thread safe', 'how do I use async/await', 'what is @MainActor for', 'my app is crashing with concurrency errors', 'how do I fix data races' - Swift 6 strict concurrency patterns with actor isolation and async/await

238
Jan 16, 2026, 03:16 PM

axiom-swift-performance

Content & Writing

by CharlesWiltgen

Use when optimizing Swift code performance, reducing memory usage, improving runtime efficiency, dealing with COW, ARC overhead, generics specialization, or collection optimization

238
Jan 16, 2026, 03:16 PM

axiom-swift-testing

Content & Writing

by CharlesWiltgen

Use when writing unit tests, adopting Swift Testing framework, making tests run faster without simulator, architecting code for testability, testing async code reliably, or migrating from XCTest - covers @Test/@Suite macros, #expect/#require, parameterized tests, traits, tags, parallel execution, host-less testing

238
Jan 16, 2026, 03:16 PM

axiom-swiftdata

Content & Writing

by CharlesWiltgen

Use when working with SwiftData - @Model definitions, @Query in SwiftUI, @Relationship macros, ModelContext patterns, CloudKit integration, iOS 26+ features, and Swift 6 concurrency with @MainActor — Apple's native persistence framework

238
Jan 16, 2026, 03:16 PM

axiom-swiftdata-migration

Content & Writing

by CharlesWiltgen

Use when creating SwiftData custom schema migrations with VersionedSchema and SchemaMigrationPlan - property type changes, relationship preservation (one-to-many, many-to-many), the willMigrate/didMigrate limitation, two-stage migration patterns, and testing migrations on real devices

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when SwiftData migrations crash, fail to preserve relationships, lose data, or work in simulator but fail on device - systematic diagnostics for schema version mismatches, relationship errors, and migration testing gaps

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-26-ref

Content & Writing

by CharlesWiltgen

Use when implementing iOS 26 SwiftUI features - covers Liquid Glass design system, performance improvements, @Animatable macro, 3D spatial layout, scene bridging, WebView/WebPage, AttributedString rich text editing, drag and drop enhancements, and visionOS integration for iOS 26+

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when implementing SwiftUI animations, understanding VectorArithmetic, using @Animatable macro, zoom transitions, UIKit/AppKit animation bridging, choosing between spring and timing curve animations, or debugging animation behavior - comprehensive animation reference from iOS 13 through iOS 26

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when separating logic from SwiftUI views, choosing architecture patterns, refactoring view files, or asking 'where should this code go', 'how do I organize my SwiftUI app', 'MVVM vs TCA vs vanilla SwiftUI', 'how do I make SwiftUI testable' - comprehensive architecture patterns with refactoring workflows for iOS 26+

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Reference — SwiftUI stacks, grids, outlines, and scroll enhancements through iOS 26

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-debugging

Content & Writing

by CharlesWiltgen

Use when debugging SwiftUI view updates, preview crashes, or layout issues - diagnostic decision trees to identify root causes quickly and avoid misdiagnosis under pressure

238
Jan 16, 2026, 03:16 PM

by CharlesWiltgen

Use when SwiftUI view debugging requires systematic investigation - view updates not working after basic troubleshooting, intermittent UI issues, complex state dependencies, or when Self._printChanges() shows unexpected update patterns - systematic diagnostic workflows with Instruments integration

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-gestures

Content & Writing

by CharlesWiltgen

Use when implementing SwiftUI gestures (tap, drag, long press, magnification, rotation), composing gestures, managing gesture state, or debugging gesture conflicts - comprehensive patterns for gesture recognition, composition, accessibility, and cross-platform support

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-layout

Content & Writing

by CharlesWiltgen

Use when layouts need to adapt to different screen sizes, iPad multitasking, or iOS 26 free-form windows — decision trees for ViewThatFits vs AnyLayout vs onGeometryChange, size class limitations, and anti-patterns preventing device-based layout mistakes

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-layout-ref

Content & Writing

by CharlesWiltgen

Reference — Complete SwiftUI adaptive layout API guide covering ViewThatFits, AnyLayout, Layout protocol, onGeometryChange, GeometryReader, size classes, and iOS 26 window APIs

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-nav

Content & Writing

by CharlesWiltgen

Use when implementing navigation patterns, choosing between NavigationStack and NavigationSplitView, handling deep links, adopting coordinator patterns, or requesting code review of navigation implementation - prevents navigation state corruption, deep link failures, and state restoration bugs for iOS 18+

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-nav-diag

Content & Writing

by CharlesWiltgen

Use when debugging navigation not responding, unexpected pops, deep links showing wrong screen, state lost on tab switch or background, crashes in navigationDestination, or any SwiftUI navigation failure - systematic diagnostics with production crisis defense

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-nav-ref

Content & Writing

by CharlesWiltgen

Reference — Comprehensive SwiftUI navigation guide covering NavigationStack (iOS 16+), NavigationSplitView (iOS 16+), NavigationPath, deep linking, state restoration, Tab+Navigation integration (iOS 18+), Liquid Glass navigation (iOS 26+), and coordinator patterns

238
Jan 16, 2026, 03:16 PM

axiom-swiftui-performance

Content & Writing

by CharlesWiltgen

Use when UI is slow, scrolling lags, animations stutter, or when asking 'why is my SwiftUI view slow', 'how do I optimize List performance', 'my app drops frames', 'view body is called too often', 'List is laggy' - SwiftUI performance optimization with Instruments 26 and WWDC 2025 patterns

238
Jan 16, 2026, 03:16 PM

axiom-synchronization

Content & Writing

by CharlesWiltgen

Use when needing thread-safe primitives for performance-critical code. Covers Mutex (iOS 18+), OSAllocatedUnfairLock (iOS 16+), Atomic types, when to use locks vs actors, deadlock prevention with Swift Concurrency.

238
Jan 16, 2026, 03:16 PM

axiom-testflight-triage

Content & Writing

by CharlesWiltgen

Use when ANY beta tester reports a crash, ANY crash appears in Organizer or App Store Connect, crash logs need symbolication, app was killed without crash report, or you need to triage TestFlight feedback

238
Jan 16, 2026, 03:16 PM

axiom-testing-async

Content & Writing

by CharlesWiltgen

Use when testing async code with Swift Testing. Covers confirmation for callbacks, @MainActor tests, async/await patterns, timeout control, XCTest migration, parallel test execution.

238
Jan 16, 2026, 03:16 PM

axiom-textkit-ref

Content & Writing

by CharlesWiltgen

TextKit 2 complete reference (architecture, migration, Writing Tools, SwiftUI TextEditor) through iOS 26

238
Jan 16, 2026, 03:16 PM

axiom-typography-ref

Content & Writing

by CharlesWiltgen

Apple platform typography reference (San Francisco fonts, text styles, Dynamic Type, tracking, leading, internationalization) through iOS 26

238
Jan 16, 2026, 03:16 PM

axiom-ui-recording

Content & Writing

by CharlesWiltgen

Use when setting up UI test recording in Xcode 26, enhancing recorded tests for stability, or configuring test plans for multi-configuration replay. Based on WWDC 2025-344 "Record, replay, and review".

238
Jan 16, 2026, 03:16 PM

axiom-ui-testing

Content & Writing

by CharlesWiltgen

Use when writing UI tests, recording interactions, tests have race conditions, timing dependencies, inconsistent pass/fail behavior, or XCTest UI tests are flaky - covers Recording UI Automation (WWDC 2025), condition-based waiting, network conditioning, multi-factor testing, crash debugging, and accessibility-first testing patterns

238
Jan 16, 2026, 03:16 PM

axiom-vision

Content & Writing

by CharlesWiltgen

subject segmentation, VNGenerateForegroundInstanceMaskRequest, isolate object from hand, VisionKit subject lifting, image foreground detection, instance masks, class-agnostic segmentation, VNRecognizeTextRequest, OCR, VNDetectBarcodesRequest, DataScannerViewController, document scanning, RecognizeDocumentsRequest

238
Jan 16, 2026, 03:16 PM

axiom-vision-diag

Content & Writing

by CharlesWiltgen

subject not detected, hand pose missing landmarks, low confidence observations, Vision performance, coordinate conversion, VisionKit errors, observation nil, text not recognized, barcode not detected, DataScannerViewController not working, document scan issues

238
Jan 16, 2026, 03:16 PM

axiom-vision-ref

Content & Writing

by CharlesWiltgen

Use when needing Vision framework API details for hand/body pose, segmentation, text recognition, barcode detection, document scanning, or Visual Intelligence integration. Covers VNRequest types, coordinate conversion, DataScannerViewController, RecognizeDocumentsRequest, SemanticContentDescriptor, IntentValueQuery.

238
Jan 16, 2026, 03:16 PM

axiom-xcode-debugging

Content & Writing

by CharlesWiltgen

Use when encountering BUILD FAILED, test crashes, simulator hangs, stale builds, zombie xcodebuild processes, "Unable to boot simulator", "No such module" after SPM changes, or mysterious test failures despite no code changes - systematic environment-first diagnostics for iOS/macOS projects

238
Jan 16, 2026, 03:16 PM

axiom-xctest-automation

Content & Writing

by CharlesWiltgen

Use when writing, running, or debugging XCUITests. Covers element queries, waiting strategies, accessibility identifiers, test plans, and CI/CD test execution patterns.

238
Jan 16, 2026, 03:16 PM

axiom-xctrace-ref

Content & Writing

by CharlesWiltgen

Use when automating Instruments profiling, running headless performance analysis, or integrating profiling into CI/CD - comprehensive xctrace CLI reference with record/export patterns

238
Jan 16, 2026, 03:16 PM

coreml

Content & Writing

by CharlesWiltgen

Use when deploying custom ML models on-device, converting PyTorch models, compressing models, implementing LLM inference, or optimizing CoreML performance. Covers model conversion, compression, stateful models, KV-cache, multi-function models, MLTensor.

238
Jan 16, 2026, 03:16 PM

coreml-diag

Content & Writing

by CharlesWiltgen

CoreML diagnostics - model load failures, slow inference, memory issues, compression accuracy loss, compute unit problems, conversion errors.

238
Jan 16, 2026, 03:16 PM

coreml-ref

Content & Writing

by CharlesWiltgen

CoreML API reference - MLModel lifecycle, MLTensor operations, coremltools conversion, compression APIs, state management, compute device availability, performance profiling.

238
Jan 16, 2026, 03:16 PM

speech

Content & Writing

by CharlesWiltgen

Use when implementing speech-to-text, live transcription, or audio transcription. Covers SpeechAnalyzer (iOS 26+), SpeechTranscriber, volatile/finalized results, AssetInventory model management, audio format handling.

238
Jan 16, 2026, 03:16 PM

swarm-coordination

Content & Writing

by joelhooks

Multi-agent coordination patterns for OpenCode swarm workflows. Use when working on complex tasks that benefit from parallelization, when coordinating multiple agents, or when managing task decomposition. Do NOT use for simple single-agent tasks.

238
Jan 10, 2026, 11:04 PM

galaxy-docker

Content & Writing

by bgruening

Maintain and upgrade the bgruening/docker-galaxy project: bump Galaxy/Ubuntu versions, update Ansible roles and scheduler support, adjust startup/CI/tests, and manage CVMFS.

235
Jan 9, 2026, 06:56 PM

by anshumanbh

Identify agentic AI security threats based on OWASP Top 10 for Agentic Applications 2026. Use when analyzing AI agents, LLM-powered applications, chatbots, auto-reply systems, tool-using AI, browser automation, sandbox execution, or any application that uses AI/LLM APIs (Anthropic, OpenAI, Claude, GPT) to process user input and take actions.

234
Jan 18, 2026, 11:38 PM

authorization-testing

Content & Writing

by anshumanbh

Validate authorization failures including IDOR, privilege escalation, and missing access controls. Test by attempting unauthorized access with lower-privileged credentials. Use when testing CWE-639 (IDOR), CWE-269 (Improper Privilege Management), CWE-862 (Missing Authorization), CWE-863 (Incorrect Authorization), CWE-284 (Improper Access Control), CWE-285 (Improper Authorization), or CWE-425 (Direct Request / Forced Browsing) findings.

234
Jan 18, 2026, 11:38 PM

docx-format-replicator

Content & Writing

by iamzhihuix

Extract formatting from existing Word documents and generate new documents with the same format but different content. Use this skill when users need to create multiple documents with consistent formatting, replicate document templates, or maintain corporate document standards across different content.

234
Dec 29, 2025, 03:55 AM

injection-testing

Content & Writing

by anshumanbh

Validate miscellaneous injection vulnerabilities NOT covered by dedicated skills. Covers SSTI, LDAP, XPath, XQuery, CRLF/HTTP Header, Email Header, GraphQL, Expression Language (EL/OGNL), JSON/JavaScript eval injection, ORM/HQL, CSV/Formula, Regex (ReDoS), YAML config, and Shellshock-style injection. Use when testing CWE-1336 (SSTI), CWE-90 (LDAP), CWE-643 (XPath), CWE-652 (XQuery), CWE-93/CWE-113 (CRLF/Header), CWE-917 (EL), CWE-94/CWE-95 (Code/Eval injection), CWE-1333 (ReDoS), CWE-1236 (CSV/Formula), and related injection classes.

234
Jan 18, 2026, 11:38 PM

wechat-article-writer

Content & Writing

by iamzhihuix

公众号文章自动化写作流程。支持资料搜索、文章撰写、爆款标题生成、排版优化。当用户提到写公众号、微信文章、自媒体写作、爆款文章、内容创作时使用此 skill。

234
Dec 29, 2025, 03:55 AM

auto-skill-generator

Content & Writing

by benchflow-ai

>

231
Jan 19, 2026, 03:59 AM

box-least-squares

Content & Writing

by benchflow-ai

Box Least Squares (BLS) periodogram for detecting transiting exoplanets and eclipsing binaries. Use when searching for periodic box-shaped dips in light curves. Alternative to Transit Least Squares, available in astropy.timeseries. Based on Kovács et al. (2002).

231
Jan 19, 2026, 03:59 AM

d3js-visualization

Content & Writing

by benchflow-ai

Build deterministic, verifiable data visualizations with D3.js (v6). Generate standalone HTML/SVG (and optional PNG) from local data files without external network dependencies. Use when tasks require charts, plots, axes/scales, legends, tooltips, or data-driven SVG output.

231
Jan 19, 2026, 03:59 AM

by benchflow-ai

When given a project codebase, this skill observes the important functions in the codebase for future action.

231
Jan 19, 2026, 03:59 AM

effective-go

Content & Writing

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

231
Jan 16, 2026, 06:44 PM

exoplanet-workflows

Content & Writing

by benchflow-ai

General workflows and best practices for exoplanet detection and characterization from light curve data. Use when planning an exoplanet analysis pipeline, understanding when to use different methods, or troubleshooting detection issues.

231
Jan 19, 2026, 03:59 AM

fuzzing-python

Content & Writing

by benchflow-ai

Creating fuzz driver for Python libraries using LibFuzzer. This skill is useful when agent needs to work with creating fuzz drivers / fuzz targets for Python project and libraries.

231
Jan 19, 2026, 03:59 AM

gh-cli

Content & Writing

by benchflow-ai

The gh CLI is GitHub's official command line tool for interacting with GitHub repositories, issues, pull requests, and more. When needs to interact with GitHub repositories, issues, pull requests, and more, use this skill.

231
Jan 19, 2026, 03:59 AM

git-branch-cleanup

Content & Writing

by gotalab

Analyzes and safely cleans up local Git branches. Categorizes branches by merge status,staleness, and remote tracking. Provides interactive selection with safety guards.Use when the user wants to clean up branches, delete old branches, organize Git branches,or asks about which branches can be safely deleted.

231
Jan 8, 2026, 06:49 PM

gmail-skill

Content & Writing

by benchflow-ai

Manage Gmail - send, read, search emails, manage labels and drafts. Use when user wants to interact with their Gmail account for email operations.

231
Jan 19, 2026, 03:59 AM

harbor

Content & Writing

by benchflow-ai

Harbor framework for agent evaluation. Use when: (1) Running harbor commands (harbor run, harbor tasks check), (2) Creating/validating SkillsBench tasks, (3) Understanding task format or debugging failures.

231
Jan 19, 2026, 03:59 AM

image-ocr

Content & Writing

by benchflow-ai

Extract text content from images using Tesseract OCR via Python

231
Jan 19, 2026, 03:59 AM

lean4-memories

Content & Writing

by benchflow-ai

This skill should be used when working on Lean 4 formalization projects to maintain persistent memory of successful proof patterns, failed approaches, project conventions, and user preferences across sessions using MCP memory server integration

231
Jan 19, 2026, 03:59 AM