Showing 30 of 146049 results
A PixiJS v8 skill that guides AI agents on running PixiJS outside a standard browser, covering Web Workers, OffscreenCanvas, Node.js/SSR, and Content Security Policy contexts.
Guide for implementing data persistence with SwiftData on iOS 26+, covering @Model definitions, @Query and #Predicate queries, ModelContainer/ModelContext setup, schema versioning and migration, @ModelActor concurrency, and CloudKit sync integration.
Agent skill for Swift compile hotspot analysis and source-level recommendations to identify and reduce slow compilation times in Xcode projects.
Generates ArchiMate enterprise architecture diagrams using PlantUML's `<archimate/Archimate>` stdlib macros — Business/Application/Technology/Motivation/Strategy/Implementation layer elements, all `Rel_*` relationship macros with `_Up/_Down/_Left/_Right` directional suffixes, and `rectangle "Layer" { ... }` grouping. Best for TOGAF viewpoints, layered EA modeling, motivation analysis, capability maps, and migration planning, always wrapped in a ` ```plantuml ` fence.
Official Apollo GraphQL agent skills for AI coding agents, covering Apollo Client, Apollo Server, Apollo Connectors, and GraphQL development workflows.
Skill for resolving Swift concurrency compiler errors and writing data-race-safe async code, covering approachable concurrency (SE-0466), actor isolation, Sendable conformance, structured concurrency with TaskGroup, and migration to full Swift 6 strict concurrency.
A comprehensive Claude Code plugin system combining 184 specialized AI agents, 16 multi-agent workflow orchestrators, and 150 agent skills organized into 78 focused, single-purpose plugins for intelligent automation across software development.
Provides Android development patterns with Kotlin including Jetpack Compose, Coroutines, Room, and modern Android architecture best practices
A skill providing development guidance for Google's Agent Development Kit (ADK) — an open-source, code-first framework for building, evaluating, and deploying AI agents. ADK is model-agnostic, deployment-agnostic, supports multi-agent systems, and is available for Python, TypeScript, Go, and Java.
A PixiJS v8 skill that teaches AI agents how to render animated GIFs using GifSource and GifSprite, including playback control, autoPlay/loop settings, callbacks, cloning, and proper destruction.
Agent skill for running repeatable clean and incremental Xcode build benchmarks with timestamped artifacts for tracking performance over time.
An iOS/macOS agent skill covering SwiftUI advanced layout components such as Grid, LazyVGrid, the Layout protocol, ViewThatFits, and custom layouts. Use when designing complex or adaptive UI layouts in SwiftUI applications.
Provides expert guidance for executing and designing App Store Connect CLI commands with best practices for flags, output, authentication, and command discovery.
Agent skill for analyzing Swift Package Manager build performance including package graph complexity, plugin overhead, and module variant review.
A comprehensive developer toolkit providing Claude Code skills and plugins for software development workflows, code quality, and productivity.
Guide for selecting and deploying on-device AI models on Apple platforms, covering Apple Foundation Models (@Generable, tool calling), Core ML (model conversion, quantization), MLX Swift (open-source LLM inference), and llama.cpp (cross-platform GGUF models).
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
A Ghost Security skill for secrets scanning that performs context-aware assessment of detected secrets and credentials in your codebase.
Part of Swift iOS Skills, a comprehensive collection of agent skills for iOS 26+ and SwiftUI development with Swift 6.3, compatible with Claude Code and OpenAI Codex for building modern Apple platform applications.
Deterministic Korean character / line / byte counter skill — uses `Intl.Segmenter` grapheme clusters, a documented line contract (`CRLF`/`LF`/`CR`/`U+2028`/`U+2029` = 1 line break), UTF-8 `Buffer.byteLength`, and an optional `neis` byte profile (한글 3B, ASCII 1B, 줄바꿈 2B) for 자기소개서 / 지원서 / NEIS 제출 form limits.
Generates Claude Code skills by providing templated instructions, scaffolding, and guidance for creating new agent skills with structured components.
Interview-first Claude skill for Korean food safety — queries MFDS / 식품안전나라 public data (기능성 원료 인정현황 I-0040, 개별인정형 I-0050, 품목제조 I0030, 검사부적합 I2620, 회수·판매중지 I0490, 부적합 식품) via `k-skill-proxy` only after asking symptoms, intake situation, and red flags (`혈변`, `탈수`, `호흡곤란`).
Fetches daily stock data for multiple tickers using yahoo-finance2, computes technical indicators (RSI, Bollinger Bands, Stochastic, Williams %R, Fear & Greed Index), detects bullish chart patterns, and outputs buy/hold/sell opinions with Slack notifications.