core▌
37 indexed skills · max 10 per page
core-data-expert
avdlee/core-data-agent-skill · Productivity
Expert Core Data guidance for iOS/macOS stack setup, migrations, threading, and CloudKit sync. \n \n Covers stack initialization, fetch requests, NSFetchedResultsController, saving patterns, and merge conflict resolution across all Core Data store types \n Provides threading best practices for both traditional perform/performAndWait patterns and Swift Concurrency with actors and Sendable types \n Includes batch operations, persistent history tracking, lightweight and staged migrations, and perfo
deep-agents-core
langchain-ai/langchain-skills · Productivity
Foundation framework for building multi-step agents with built-in planning, memory, and skill delegation. \n \n Provides six core middleware options: task planning, filesystem context management, subagent delegation, persistent memory, human approval workflows, and on-demand skill loading \n Includes three always-present built-in tools: write_todos for task tracking, filesystem operations ( ls , read_file , write_file , edit_file , glob , grep ), and task for spawning specialized subagents \n Su
playwright-core
testdino-hq/playwright-skill · Testing
Opinionated, production-tested Playwright guidance — every pattern includes when (and when not) to use it.
axiom-core-spotlight-ref
charleswiltgen/axiom · Productivity
Comprehensive guide to Core Spotlight framework and NSUserActivity for making app content discoverable in Spotlight search, enabling Siri predictions, and supporting Handoff. Core Spotlight directly indexes app content while NSUserActivity captures user engagement for prediction.
axiom-core-data-diag
charleswiltgen/axiom · Productivity
Core Data issues manifest as production crashes from schema mismatches, mysterious concurrency errors, performance degradation under load, and data corruption from unsafe migrations. Core principle 85% of Core Data problems stem from misunderstanding thread-confinement, schema migration requirements, and relationship query patterns—not Core Data defects.
axiom-core-location-ref
charleswiltgen/axiom · Productivity
Comprehensive API reference for modern Core Location (iOS 17+).
axiom-core-data
charleswiltgen/axiom · Productivity
Core principle: Core Data is a mature object graph and persistence framework. Use it when needing features SwiftData doesn't support, or when targeting older iOS versions.
axiom-core-location
charleswiltgen/axiom · Productivity
Discipline skill for Core Location implementation decisions. Prevents common authorization mistakes, battery drain, and background location failures.
axiom-core-location-diag
charleswiltgen/axiom · Productivity
Symptom-based troubleshooting for Core Location issues.
typescript-core
bobmatnyc/claude-mpm-skills · Backend
Modern TypeScript development patterns for type safety, runtime validation, and optimal configuration.