Browse Skills

44358 skills found

coding-standards.md
147
1 export coding-standards
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Detects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.
2026-01-09
technical-spec.md
147
1 export technical-spec
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 環境変数、アーキテクチャ設計、ビルド・テストコマンドを定義。環境設定、アーキテクチャ設計時に使用。
2026-01-09
integration-e2e-testing.md
147
1 export integration-e2e-testing
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Designs integration and E2E tests with mock boundaries and behavior verification rules. Use when writing E2E or integration tests.
2026-01-09
frontend/technical-spec.md
147
1 export frontend/technical-spec
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Defines frontend environment variables, component design, and data flow patterns. Use when configuring React environment.
2026-01-09
task-analyzer.md
147
1 export task-analyzer
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 タスクの本質を分析し適切なスキルを選択。規模見積もりとメタデータを返却。タスク開始時、スキル選択時に使用。
2026-01-09
implementation-approach.md
147
1 export implementation-approach
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。機能の実装計画時に使用。
2026-01-09
typescript-testing.md
147
1 export typescript-testing
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Applies Vitest test design and quality standards. Provides coverage requirements and mock usage guides. Use when writing unit tests.
2026-01-09
typescript-rules.md
147
1 export typescript-rules
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Applies type safety and error handling rules. Enforces no-any policy and type guards. Use when implementing TypeScript or reviewing types.
2026-01-09
documentation-criteria.md
147
1 export documentation-criteria
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 PRD、ADR、Design Doc、作業計画書の作成を支援。テンプレートと作成判定マトリクスを提供。
2026-01-09
coding-standards.md
147
1 export coding-standards
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 コードの品質問題、アンチパターン、可読性を検査。機能実装、コードレビュー、リファクタリング時に使用。
2026-01-09
frontend/technical-spec.md
147
1 export frontend/technical-spec
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 フロントエンドの環境変数、コンポーネント設計、データフローを定義。React環境設定時に使用。
2026-01-09
subagents-orchestration-guide.md
147
1 export subagents-orchestration-guide
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Coordinates subagent task distribution and collaboration. Controls scale determination and autonomous execution mode.
2026-01-09
task-analyzer.md
147
1 export task-analyzer
2 shinpr from "shinpr/ai-coding-project-boilerplate"
3 Analyzes task essence and selects appropriate skills. Returns scale estimates and metadata. Use when starting tasks or selecting skills.
2026-01-09
ai-partner-chat.md
145
1 export ai-partner-chat
2 eze-is from "eze-is/ai-partner-chat"
3 基于用户画像和向量化笔记提供个性化对话。当用户需要个性化交流、上下文感知的回应,或希望 AI 记住并引用其之前的想法和笔记时使用。
2026-01-16
codable.md
142
1 export codable
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when working with Codable protocol, JSON encoding/decoding, CodingKeys customization, enum serialization, date strategies, custom containers, or encountering "Type does not conform to Decodable/Encodable" errors - comprehensive Codable patterns and anti-patterns for Swift 6.x
2026-01-16
app-composition.md
142
1 export app-composition
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when structuring app entry points, managing authentication flows, switching root views, handling scene lifecycle, or asking 'how do I structure my @main', 'where does auth state live', 'how do I prevent screen flicker on launch', 'when should I modularize' - app-level composition patterns for iOS 26+
2026-01-16
grdb.md
142
1 export grdb
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when writing raw SQL queries with GRDB, complex joins, ValueObservation for reactive queries, DatabaseMigrator patterns, query profiling under performance pressure, or dropping down from SQLiteData for performance - direct SQLite access for iOS/macOS
2026-01-16
privacy-ux.md
142
1 export privacy-ux
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when implementing privacy manifests, requesting permissions, App Tracking Transparency UX, or preparing Privacy Nutrition Labels - covers just-in-time permission requests, tracking domain management, and Required Reason APIs from WWDC 2023
2026-01-16
ios-build.md
142
1 export ios-build
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when ANY iOS build fails, test crashes, Xcode misbehaves, or environment issue occurs before debugging code. Covers build failures, compilation errors, dependency conflicts, simulator problems, environment-first diagnostics.
2026-01-16
performance-profiling.md
142
1 export performance-profiling
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when app feels slow, memory grows over time, battery drains fast, or you want to profile proactively - decision trees to choose the right Instruments tool, deep workflows for Time Profiler/Allocations/Core Data, and pressure scenarios for misinterpreting results
2026-01-16
camera-capture-ref.md
142
1 export camera-capture-ref
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Reference — AVCaptureSession, AVCapturePhotoSettings, AVCapturePhotoOutput, RotationCoordinator, photoQualityPrioritization, deferred processing, AVCaptureMovieFileOutput, session presets, capture device APIs
2026-01-16
vision-diag.md
142
1 export vision-diag
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 subject not detected, hand pose missing landmarks, low confidence observations, Vision performance, coordinate conversion, VisionKit errors, observation nil, text not recognized, barcode not detected, DataScannerViewController not working, document scan issues
2026-01-16
swiftui-architecture.md
142
1 export swiftui-architecture
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when separating logic from SwiftUI views, choosing architecture patterns, refactoring view files, or asking 'where should this code go', 'how do I organize my SwiftUI app', 'MVVM vs TCA vs vanilla SwiftUI', 'how do I make SwiftUI testable' - comprehensive architecture patterns with refactoring workflows for iOS 26+
2026-01-16
sqlitedata-migration.md
142
1 export sqlitedata-migration
2 CharlesWiltgen from "CharlesWiltgen/Axiom"
3 Use when migrating from SwiftData to SQLiteData — decision guide, pattern equivalents, code examples, CloudKit sharing (SwiftData can't), performance benchmarks, gradual migration strategy
2026-01-16