Browse Skills
44358 skills found
swiftui-nav.md
142
1
export
swiftui-nav
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when implementing navigation patterns, choosing between NavigationStack and NavigationSplitView, handling deep links, adopting coordinator patterns, or requesting code review of navigation implementation - prevents navigation state corruption, deep link failures, and state restoration bugs for iOS 18+
2026-01-16
background-processing.md
142
1
export
background-processing
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when implementing BGTaskScheduler, debugging background tasks that never run, understanding why tasks terminate early, or testing background execution - systematic task lifecycle management with proper registration, expiration handling, and Swift 6 cancellation patterns
2026-01-16
ios-performance.md
142
1
export
ios-performance
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue. Covers memory leaks, profiling, Instruments workflows, retain cycles, performance optimization.
2026-01-16
storage-management-ref.md
142
1
export
storage-management-ref
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when asking about 'purge files', 'storage pressure', 'disk space iOS', 'isExcludedFromBackup', 'URL resource values', 'volumeAvailableCapacity', 'low storage', 'file purging priority', 'cache management' - comprehensive reference for iOS storage management and URL resource value APIs
2026-01-16
metal-migration-diag.md
142
1
export
metal-migration-diag
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when ANY Metal porting issue occurs - black screen, rendering artifacts, shader errors, wrong colors, performance regressions, GPU crashes
2026-01-16
liquid-glass.md
142
1
export
liquid-glass
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when implementing Liquid Glass effects, reviewing UI for Liquid Glass adoption, debugging visual artifacts, optimizing performance, or requesting expert review of Liquid Glass implementation - provides comprehensive design principles, API patterns, and troubleshooting guidance from WWDC 2025. Includes design review pressure handling and professional push-back frameworks
2026-01-16
swiftui-layout-ref.md
142
1
export
swiftui-layout-ref
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Reference — Complete SwiftUI adaptive layout API guide covering ViewThatFits, AnyLayout, Layout protocol, onGeometryChange, GeometryReader, size classes, and iOS 26 window APIs
2026-01-16
hig-ref.md
142
1
export
hig-ref
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Reference — Comprehensive Apple Human Interface Guidelines covering colors (semantic, custom, patterns), backgrounds (material hierarchy, dynamic), typography (built-in styles, custom fonts, Dynamic Type), SF Symbols (rendering modes, color, localization), Dark Mode, accessibility, and platform-specific considerations
2026-01-16
core-location-diag.md
142
1
export
core-location-diag
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use for Core Location troubleshooting - no location updates, background location broken, authorization denied, geofence not triggering
2026-01-16
deep-link-debugging.md
142
1
export
deep-link-debugging
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when adding debug-only deep links for testing, enabling simulator navigation to specific screens, or integrating with automated testing workflows - enables closed-loop debugging without production deep link implementation
2026-01-16
background-processing-diag.md
142
1
export
background-processing-diag
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Symptom-based background task troubleshooting - decision trees for 'task never runs', 'task terminates early', 'works in dev not prod', 'handler not called', with time-cost analysis for each diagnosis path
2026-01-16
cloudkit-ref.md
142
1
export
cloudkit-ref
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when implementing 'CloudKit sync', 'CKSyncEngine', 'CKRecord', 'CKDatabase', 'SwiftData CloudKit', 'shared database', 'public database', 'CloudKit zones', 'conflict resolution' - comprehensive CloudKit database APIs and modern sync patterns reference
2026-01-16
swiftdata.md
142
1
export
swiftdata
2
from
"CharlesWiltgen/Axiom"
from
"CharlesWiltgen/Axiom"
3
Use when working with SwiftData - @Model definitions, @Query in SwiftUI, @Relationship macros, ModelContext patterns, CloudKit integration, iOS 26+ features, and Swift 6 concurrency with @MainActor — Apple's native persistence framework
2026-01-16
git-worktree-setup.md
139
1
export
git-worktree-setup
2
from
"k8zdev/k8z"
from
"k8zdev/k8z"
3
Automate git worktree creation and copy private files (not tracked in git) to new workdirs. Use when creating a new git worktree for this Flutter project that requires untracked private files like secrets.dart, Firebase configs, etc.
2026-01-10
site-tools.md
136
1
export
site-tools
2
from
"factory-ben/feed"
from
"factory-ben/feed"
3
Use the public toolbox scripts published from docs/tools via tool-runner.js. Covers listing tools, executing them safely with droid exec context, and required environment variables.
2026-01-16
codebase-analysis.md
135
1
export
codebase-analysis
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Discover patterns, rules, and interfaces through iterative analysis cycles.
Use when analyzing business rules, technical patterns, security, performance,
integration points, or domain-specific areas. Includes cycle pattern for
discovery to documentation to review workflow.
2026-01-16
context-preservation.md
135
1
export
context-preservation
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Preserve and restore session context across conversations. Use when completing significant work, switching contexts, or resuming previous work. Captures decisions, progress, blockers, and important discoveries. Enables seamless context handoff between sessions.
2026-01-16
code-quality-review.md
135
1
export
code-quality-review
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Systematic code review patterns, quality dimensions, anti-pattern detection, and constructive feedback techniques. Use when reviewing code changes, assessing codebase quality, identifying technical debt, or mentoring through reviews. Covers correctness, design, security, performance, and maintainability.
2026-01-16
agent-coordination.md
135
1
export
agent-coordination
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Execute implementation plans phase-by-phase with checkpoint validation.
Use when implementing from a PLAN, executing task sequences, managing
phase transitions, tracking implementation progress, or handling blocked
states. Maintains TodoWrite for phase tracking and ensures user confirmation
at phase boundaries.
2026-01-16
accessibility-design.md
135
1
export
accessibility-design
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
WCAG 2.1 AA compliance patterns, screen reader compatibility, keyboard navigation, and ARIA best practices. Use when implementing accessible interfaces, reviewing UI components, or auditing accessibility compliance. Covers semantic HTML, focus management, color contrast, and assistive technology testing.
2026-01-16
architecture-design.md
135
1
export
architecture-design
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution-design.md files in docs/specs/. Includes validation checklist, consistency verification, and overlap detection.
2026-01-16
user-research.md
135
1
export
user-research
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
User interview techniques, persona creation, journey mapping, and research synthesis patterns. Use when planning research studies, conducting interviews, creating personas, or translating research findings into actionable design recommendations.
2026-01-16
deployment-pipeline-design.md
135
1
export
deployment-pipeline-design
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Pipeline design, deployment strategies (blue-green, canary, rolling), and CI/CD platform patterns. Use when designing pipelines, implementing deployments, configuring quality gates, or setting up automated release workflows. Covers GitHub Actions, GitLab CI, and platform-agnostic patterns.
2026-01-16
specification-validation.md
135
1
export
specification-validation
2
from
"rsmdt/the-startup"
from
"rsmdt/the-startup"
3
Validate specifications, implementations, or understanding for completeness,
consistency, and correctness. Use when checking spec quality, comparing
implementation against design, validating file contents, assessing readiness,
or confirming understanding. Supports spec IDs, file paths, and freeform requests.
2026-01-16