core▌
37 indexed skills · max 10 per page
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.
core-components
davila7/claude-code-templates · Productivity
Use components from your core library instead of raw platform components. This ensures consistent styling and behavior.
reference-core
angular/angular · Productivity
This document outlines the architecture and mental model for packages/core, the heart of the Angular framework.
aws-sdk-java-v2-core
giuseppe-trisciuoglio/developer-kit · Cloud
Core patterns and configuration for AWS SDK for Java 2.x service clients, authentication, and HTTP management. \n \n Covers client builder patterns, credential provider chains (environment variables, profiles, IAM roles, SSO), and lifecycle management with try-with-resources \n Supports Apache HTTP client for sync operations and Netty for async, with connection pooling, timeout configuration, and SSL optimization \n Includes Spring Boot integration with @ConfigurationProperties , bean definition
cosmos-dbt-core
astronomer/agents · Productivity
Convert dbt Core projects into Airflow DAGs or TaskGroups using Astronomer Cosmos. \n \n Supports three assembly patterns: standalone DbtDag, DbtTaskGroup within existing DAGs, and individual Cosmos operators for fine-grained control \n Choose from eight execution modes (WATCHER, LOCAL, VIRTUALENV, KUBERNETES, AIRFLOW_ASYNC, and others) based on isolation and performance needs \n Offers three parsing strategies (dbt_manifest, dbt_ls, dbt_ls_file, automatic) to balance speed and selector complexi
go-style-core
cxuu/golang-skills · Backend
When writing readable Go code, apply these principles in order of importance:
core-nfc
dpearson2699/swift-ios-skills · Productivity
Read and write NFC tags on iPhone using the CoreNFC framework. Covers NDEF reader sessions, tag reader sessions, NDEF message construction, entitlements, and background tag reading. Targets Swift 6.3 / iOS 26+.
core-motion
dpearson2699/swift-ios-skills · Productivity
Read device sensor data -- accelerometer, gyroscope, magnetometer, pedometer, and activity recognition -- on iOS and watchOS. CoreMotion fuses raw sensor inputs into processed device-motion data and provides pedometer/activity APIs for fitness and navigation use cases. Targets Swift 6.3 / iOS 26+.