By sitapix
Skills for SQLiteData by Point-Free: @Table models, @FetchAll/@FetchOne/@Fetch wrappers, GRDB-backed queries, migrations, and CloudKit SyncEngine.
Use when setting up or troubleshooting iCloud/CloudKit configuration for SQLiteData sync — covers enabling iCloud capability, CloudKit entitlements, container creation, Remote Notifications background mode, deploying schema from development to production, and resetting the development environment via CloudKit Console.
Use when implementing CloudKit sync with SQLiteData — covers SyncEngine setup, sharing records, SyncMetadata queries, backwards-compatible migrations, schema constraints, account changes, and testing sync. NOT for core @Table/@FetchAll patterns (use core) or error lookup (use diag)
Use when building with SQLiteData — covers @Table models, @FetchAll/@FetchOne/@Fetch property wrappers, FetchKeyRequest, database setup, migrations, and query building. NOT for CloudKit sync (use router) or debugging errors (use diag)
Use when a SQLiteData error message or unexpected behavior occurs — symptom-to-fix lookup for build errors, runtime crashes, migration failures, and query problems. NOT for implementing features (use core) or learning CloudKit sync patterns (use router)
Use when looking up exact API signatures, init parameters, type details, or advanced patterns (FTS5, custom functions, seeding) — covers all public types, property wrappers, SyncEngine methods, and re-exported types. NOT for usage patterns (use core) or troubleshooting (use diag)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills for SQLiteData by Point-Free: @Table models, @FetchAll/@FetchOne/@Fetch wrappers, GRDB queries, migrations, and CloudKit SyncEngine.
# Interactive picker
npx skills add sitapix/sqlitedata-swift-skills
# Install everything
npx skills add sitapix/sqlitedata-swift-skills --all
# Install specific skills
npx skills add sitapix/sqlitedata-swift-skills --skill sqd-core --skill sqd-diag
npx skills add sitapix/sqlitedata-swift-skills --skill sqd-cloudkit
# Check for and apply updates
npx skills check
npx skills update
# Add the marketplace
/plugin marketplace add sitapix/sqlitedata-swift-skills
# Install the plugin
/plugin install sqlitedata-swift@sqlitedata-swift-marketplace
| Skill | What it covers |
|---|---|
| sqd-core | @Table, @FetchAll, @FetchOne, @Fetch, queries, database setup, migrations |
| sqd-cloudkit | SyncEngine setup, sharing, SyncMetadata, schema constraints, account changes |
| sqd-cloudkit-setup | iCloud capability, background modes, schema deployment to production |
| sqd-diag | Troubleshoot errors, crashes, sync failures, migration issues |
| sqd-ref | API signatures, init parameters, FTS5, advanced patterns |
| sqd-sharing | CKShare, CKRecord.ID, UICloudSharingController, permissions |
| sqd-swiftdata-sync | SwiftData sync comparison and migration from SwiftData |
Skills activate from your questions. Ask your assistant:
"How do I set up a SQLiteData database?"
"My @FetchAll isn't updating the view"
"How do I sync with CloudKit using SyncEngine?"
"What's the difference between @FetchAll and @FetchOne?"
"My migration is failing with a constraint error"
"How do I share records with other iCloud users?"
Or invoke a skill directly:
/sqd-core # @Table, @FetchAll, migrations
/sqd-cloudkit # SyncEngine, sharing, SyncMetadata
/sqd-diag # debug errors and sync issues
If you installed via the Claude Code plugin marketplace, prefix each command with sqlitedata-swift:. For example, /sqlitedata-swift:sqd-core.
SQLiteData is by Point-Free. It uses @Table structs instead of @Model classes, gives you @FetchAll/@FetchOne/@Fetch for reactive observation, and adds CloudKit sync and sharing on top of GRDB.
MIT. See LICENSE.
npx claudepluginhub sitapix/sqlitedata-swift-skills --plugin sqlitedata-swiftSkills for Apple's text-editing stack: TextKit 1 and 2, UITextView, NSTextView, AttributedString, Core Text, Writing Tools, and the iOS 26 SwiftUI TextEditor.
Automerge Swift CRDT skills, commands, and hooks — Document API, Codable mapping, sync protocol, auditing, and guardrails
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.