core▌
37 indexed skills · max 10 per page
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+.
ai-sdk-core
jezweb/claude-skills · AI/ML
Build backend AI with Vercel AI SDK v6, covering structured outputs, multi-modal capabilities, tools, and 15 error solutions. \n \n Supports text generation, structured outputs (objects, arrays, choices), speech synthesis, transcription, embeddings, and image generation across 69+ providers (OpenAI, Anthropic, Google, Cloudflare) \n Output API replaces deprecated generateObject/streamObject; use Output.object() , Output.array() , Output.choice() for type-safe structured data with Zod schemas \n
wordpress-plugin-core
jezweb/claude-skills · Productivity
Secure WordPress plugin development with hooks, database interactions, Settings API, custom post types, and REST API. \n \n Covers three architecture patterns (Simple, OOP, PSR-4) plus the Security Trinity (sanitize input, validate logic, escape output) with 29 documented vulnerability prevention patterns \n Includes critical security foundations: unique prefixes, ABSPATH checks, nonce verification, prepared statements, and capability checks with real 2025-2026 CVE examples \n Addresses WordPres
core
vercel-labs/json-render · Productivity
Schema definition, catalog creation, and AI prompt generation for json-render specs. \n \n Define schemas with typed specs and catalogs using defineSchema , then create catalogs mapping component names to their props and descriptions \n Generate AI system prompts from catalogs with optional custom rules; supports spec streaming via JSONL patches with createSpecStreamCompiler \n Dynamic prop expressions enable state binding ( $state , $bindState ), conditionals ( $cond ), templating ( $template )