Agent Reference Skills

Agent Reference Skills from fandhe-ai/agent-reference-skills.

Skills in this plugin

116
  1. Gws · fandhe-ai-agent-reference-skil bundle
    Google Workspace CLI (gws) リファレンス。Rust 製。 `gws <service> <resource> <method>` 形式で Gmail / Drive / Calendar / Sheets / Docs / Chat 等 19 サービスを統一操作。Google Discovery Service 経由の動的コマンド生成。 `+` プレフィックスのヘルパーコマンド(+send, +agenda, +upload, +triage 等)、 ワークフロー合成(+standup-report, +meeting-prep, +weekly-digest)、 OAuth / サービスアカウント / CI ヘッドレス認証、env vars / .env / keyring 設定、 グローバルフラグ(--dry-run, --page-all, --sanitize)、exit codes、Model Armor 統合。
    1 install
  2. Zmk · fandhe-ai-agent-reference-skil bundle
    ZMK Firmware (オープンソースキーボードファームウェア) リファレンス。 Getting Started (hardware, user-setup, customization, zmk-cli)、 Features (bluetooth, split keyboards, encoders, displays, lighting, pointing, studio, low-power)、 Keymaps (keycodes, modifiers, combos, conditional layers)、 Behaviors (タップ・ホールド、レイヤー、マクロ、tap-dance, sticky-key)、 Input Processors、Hardware Integration、Troubleshooting (building, flashing, connection, hardware issues)。
    1 install
  3. Zod · fandhe-ai-agent-reference-skil bundle
    Zod (TypeScript-first スキーマバリデーションライブラリ) リファレンス。 z.object / z.string / z.number / z.array / z.union / z.enum 等のスキーマ定義、 parse, safeParse, z.infer (型推論)、refine, transform, pipe、 default, optional, nullable、エラー処理、Zod 4 移行。 createInsertSchema / createSelectSchema (drizzle-zod、Drizzle テーブルからのスキーマ生成) は別スキル drizzle。
    1 install
  4. Hono · fandhe-ai-agent-reference-skil bundle
    Hono (軽量・マルチランタイム対応 Web フレームワーク) リファレンス。 Hono App, Context (c.req / c.json / c.text / c.html), HonoRequest, Routing, HTTPException、 Built-in Middleware (JWT, CORS, CSRF, Cache, Logger, Compress, Basic / Bearer Auth)、 Helpers (Cookie, Streaming, WebSocket, Factory, RPC)、 Cloudflare Workers / Deno / Bun / Node.js / AWS Lambda 対応。
    1 install
  5. Knip · fandhe-ai-agent-reference-skil bundle
    Knip (TypeScript / JavaScript 未使用コード検出ツール) リファレンス。 未使用ファイル・export・依存関係・型・列挙メンバーの検出、 auto-fix、monorepo (workspaces) 対応、 knip.json / knip.config.ts 設定、プラグイン、ignore 設定、 初回クリーンアップ (first cleanup)、内部動作の仕組み (how Knip works)。
    1 install
  6. Kubb · fandhe-ai-agent-reference-skil bundle
    Kubb (OpenAPI / Swagger コードジェネレーター) リファレンス。 kubb.config.ts、OpenAPI から TypeScript 型・TanStack Query フックを生成するコード生成プラグイン・ Zod スキーマ・MSW モック・Faker・Axios / SWR / React Query クライアント生成。 プラグインベース、モノレポ対応。 parser-ts / parser-md パーサー、adapter-oas アダプター、Kit API・diagnostics。 TanStack Query 本体の API は tanstack-query スキル。
    1 install
  7. Nuqs · fandhe-ai-agent-reference-skil bundle
    nuqs (Type-safe URL search params state manager for React / Next.js) リファレンス。 useQueryState, useQueryStates, parsers (parseAsString / parseAsInteger / parseAsBoolean / parseAsArrayOf 等)、 Next.js App Router / Pages Router、SSR、シャロールーティング、history 制御。 createSerializer, createStandardSchemaV1, inferParserType ユーティリティ、URL 長さ制限 (limits)。
    1 install
  8. Pino · fandhe-ai-agent-reference-skil bundle
    Pino (高速 JSON 構造化ロガー for Node.js、Fastify 標準ロガー) リファレンス。 logger, child logger, log levels (info / warn / error / debug / trace)、transport、 pretty print (pino-pretty)、redaction (機密情報マスキング)、serializers、 async / sync logging、ファイル出力、structured logging。
    1 install
  9. Rive · fandhe-ai-agent-reference-skil bundle
    Rive アニメーションランタイムリファレンス。 Rive クラス、useRive、useStateMachineInput、RiveComponent、 State Machine、Data Binding、ViewModel、ViewModelInstance、Events、 Layout / Fit / Alignment、.riv ファイル読み込み。 @rive-app/canvas、@rive-app/webgl2、@rive-app/react-canvas、@rive-app/react-webgl2。 Rive Scripting API (Luau)、Artboard、Property、Path / Paint / Renderer、 WGSL Shaders、GPU pipeline、Node / Layout / Converter スクリプト。
    1 install
  10. Rust · fandhe-ai-agent-reference-skil bundle
    Rust 言語リファレンス。 別名: rustlang, rs (拡張子)、Rust-lang。 TRPL (The Rust Programming Language)、Rust by Example、Reference、 Cargo Book、rustc Book、rustdoc Book、Rustonomicon (Unsafe Rust)、 Edition Guide、Standard Library、Error Index。 所有権、ライフタイム、トレイト、async / await、エラーハンドリング、マクロ。
    1 install
  11. Biome · fandhe-ai-agent-reference-skil bundle
    Biome (Rust 製の高速 JavaScript / TypeScript フォーマッター・リンター) リファレンス。 biome.json 設定、biome check / lint / format コマンド、ルール、suppressions、 ESLint / Prettier からの移行、import 整理、CI 連携、monorepo 対応。
    1 install
  12. Dayjs · fandhe-ai-agent-reference-skil bundle
    Day.js (軽量日付・時刻ライブラリ、Moment.js 互換 API) リファレンス。 parse, format, manipulate (add / subtract / startOf / endOf)、 query (isBefore / isAfter / isSame)、duration, relativeTime、 timezone, utc, plugin システム、locale、i18n。
    1 install
  13. Figma · fandhe-ai-agent-reference-skil bundle
    Figma REST API / Plugin API / Widget API / Code Connect / MCP Server リファレンス。 OAuth / Personal Access Token / Plan Access Token 認証、files, variables, webhooks, Dev Mode, Dev Resources, SCIM, activity-logs, library-analytics エンドポイント。 figma グローバルオブジェクト、node types (FrameNode, TextNode, ComponentNode 等)、 data types、figma.variables、figma.codegen、figma.ui。 useSyncedState, useSyncedMap, usePropertyMenu, AutoLayout, register。 Code Connect CLI / UI / React / SwiftUI / Compose / HTML / Storybook / custom parsers。 Figma MCP Server ツール・プロンプト・Code to Canvas・Write to Canvas。
    1 install
  14. Mssql · fandhe-ai-agent-reference-skil bundle
    mssql (node-mssql, Node.js 向け Microsoft SQL Server クライアント) の API リファレンス。 tedious / msnodesqlv8 ドライバー、SQL Server / T-SQL / TDS 接続、ConnectionPool、 `sql.query` タグ付きテンプレート、bulk insert、Table-Valued Parameter (TVP)、 prepared statement、isolation level、Diagnostics Channel、Azure AD 認証、CLI。 Drizzle ORM 経由の SQL Server 利用 (drizzle-orm/mssql-core) は別スキル drizzle が対象。
    1 install
  15. Tsdoc · fandhe-ai-agent-reference-skil bundle
    TSDoc (TypeScript ドキュメンテーションコメント) ガイドライン。 @param, @returns, @example, @remarks, @public / @internal / @beta、 @deprecated, @see, @throws、TypeDoc 互換タグのみ使用。 コード作成・レビュー・リファクタリング時に自動参照。
    1 install
  16. Ark UI · fandhe-ai-agent-reference-skil bundle
    Ark UI headless / unstyled コンポーネントライブラリ。Zag.js ベース、Chakra UI v3 基盤。 React / Solid / Vue / Svelte 対応。asChild, RootProvider, createListCollection, createTreeCollection, data-* セレクタ。Tour, Signature Pad, Image Cropper, Floating Panel, Angle Slider 等のコンポーネント API。
    1 install
  17. Bullmq · fandhe-ai-agent-reference-skil bundle
    BullMQ (Redis ベースの Node.js ジョブキュー) リファレンス。 Queue, Worker, Job, FlowProducer, QueueEvents、レート制限、cron、 delayed / repeatable / priority ジョブ、再試行、デッドレター、フロー、メトリクス。 Python / Elixir / PHP / Rust マルチ言語対応。
    1 install
  18. Motion · fandhe-ai-agent-reference-skil bundle
    Motion アニメーションライブラリ (旧 Framer Motion) リファレンス。 React コンポーネント motion, AnimatePresence, AnimateView, LayoutGroup, LazyMotion, MotionConfig, Reorder。hooks useAnimate, useScroll, useSpring, useTransform, useMotionValue, useInView。 vanilla JS API animate, scroll, inView, hover, press, stagger, spring, timeline, motionValue。Vue 版 (motion-v) v-motion ディレクティブ, useScroll 等の composable, Motion+ 限定コンポーネント (Carousel, Cursor, Ticker, Typewriter, AnimateNumber)。transitions / layout / drag / gestures / SVG / scroll アニメーション、accessibility, performance, bundle 最適化, troubleshooting。
    1 install
  19. Stripe · fandhe-ai-agent-reference-skil bundle
    Stripe 決済プラットフォーム全商品のリファレンス。 PaymentIntents, Checkout, Payment Links, Elements, Subscriptions, Invoices, Connect, Radar, Terminal, Tax, Issuing, Treasury, Capital, Identity, Financial Connections, Webhooks, Stripe CLI, idempotency, API versioning, pagination, error handling。
    1 install
  20. Vercel · fandhe-ai-agent-reference-skil bundle
    Vercel プラットフォームリファレンス。Vercel CLI、vercel.json / vercel.ts 設定、 Vercel Functions(Node.js / Edge / Fluid Compute / ISR / Middleware)、 Vercel Blob、Edge Config、Marketplace Storage(Neon / Upstash / Supabase)、 デプロイメント管理(Git 連携 / rollback / rolling release)、 環境変数、ドメイン、DNS、ログ、キャッシュ、CDN。
    1 install
  21. Vitest · fandhe-ai-agent-reference-skil bundle
    Vitest (Vite ネイティブテストフレームワーク) リファレンス。 test, describe, it, expect, vi.fn, vi.mock, vi.spyOn、 beforeEach / afterEach / beforeAll / afterAll、coverage (v8 / istanbul)、snapshot、 vitest.config.ts、ワークスペース、ブラウザモード、UI モード、bench。
    1 install
  22. Blender · fandhe-ai-agent-reference-skil bundle
    Blender Python API リファレンス。bpy / bmesh / mathutils / gpu / bpy_extras モジュール、 bpy.data / bpy.context / bpy.ops / bpy.types / bpy.props コア API。 Mesh / Modifier / Geometry Nodes / Armature / Keyframe / Driver / Shape Key / NLA、 Cycles / EEVEE / Shader Nodes / Rigid Body / Cloth / Fluid / Compositor Nodes / AOV、 headless CLI レンダリング、add-on 開発、Extensions システム、MCP Server (Model Context Protocol)。
    1 install
  23. Drizzle · fandhe-ai-agent-reference-skil bundle
    Drizzle ORM (TypeScript ORM, drizzle-orm / drizzle-kit) の API リファレンス。 pgTable / mysqlTable / sqliteTable, `drizzle()`, `$inferSelect` / `$inferInsert`, RQB (Relational Queries) / `db.query`, `defineRelations`, magic `sql` operator, `drizzle-kit generate` / `push`, `drizzle.config.ts`, drizzle-zod, drizzle-seed, Drizzle Studio。SQL Server の低レベルドライバーは別スキル mssql。
    1 install
  24. Ergogen · fandhe-ai-agent-reference-skil bundle
    Ergogen (エルゴノミック自作キーボード設計ツール) リファレンス。 YAML / JSON 設定で points, outlines, cases, pcbs を宣言し SVG / DXF / JSCAD / KiCad を出力。 Anchors, Zones, Adjustments, Preprocessing, Footprints, Traces。 キーレイアウト、ケース設計、PCB 生成。
    1 install
  25. Fastify · fandhe-ai-agent-reference-skil bundle
    Fastify (Node.js 高速 HTTP サーバーフレームワーク, v5) の API リファレンス。 `fastify.register`, encapsulation, `fastify-plugin`, `decorateRequest` / `decorateReply`, `onRequest` / `preHandler` / `onSend` フック, JSON Schema + Ajv, Type Providers (TypeBox / Zod), `fastify.inject`, `FST_ERR_*`, find-my-way ルーティング, fastify-cli, v4→v5 移行。
    1 install
  26. Go Echo · fandhe-ai-agent-reference-skil bundle
    Echo (LabStack) — Go Web framework リファレンス。routing(Group)、echo.Context、 Bind、Validator、HTTPError、HTTPErrorHandler、middleware(JWT, CORS, CSRF, BasicAuth, Gzip, Recover, Logger, RateLimiter)、Renderer、WebSocket、SSE、 AutoTLS 実装例。
    1 install
  27. Inngest · fandhe-ai-agent-reference-skil bundle
    Inngest イベント駆動 Durable Execution プラットフォームリファレンス。 サーバーレス環境での長時間ワークフロー、バックグラウンドジョブ、スケジュールタスク実装。 createFunction, step.run, step.sleep, step.sleepUntil, step.waitForEvent, step.waitForSignal, step.invoke, step.sendEvent, step.fetch, step.ai.infer, step.ai.wrap, inngest.send, serve, connect。 concurrency, throttle, debounce, rate-limit, batching, priority, idempotency, singleton フロー制御。 Realtime(channels, topics, publish, subscribe, useRealtime, subscription tokens)による進捗配信。 Agent Evals, scoring, group.experiment, MCP dev server などエージェント運用機能。 Next.js / Express / Hono / Cloudflare Workers / Vercel / Netlify / DigitalOcean / Render デプロイ対応。
    1 install
  28. Threejs · fandhe-ai-agent-reference-skil bundle
    Three.js (WebGL / WebGPU ベース 3D グラフィクスライブラリ) リファレンス。 Scene, PerspectiveCamera, OrthographicCamera, WebGLRenderer, WebGPURenderer、 BufferGeometry, BufferAttribute, Mesh, Group, InstancedMesh, SkinnedMesh、 MeshStandardMaterial, MeshPhysicalMaterial, ShaderMaterial, node-materials (TSL)、 DirectionalLight, PointLight, SpotLight, AmbientLight、 TextureLoader, GLTFLoader, DRACOLoader, FBXLoader、 AnimationMixer, AnimationClip, AnimationAction, KeyframeTrack、 Vector3, Matrix4, Quaternion, Euler, Color, Raycaster, Box3、 OrbitControls, TransformControls, WebXRManager。
    1 install
  29. Typedoc · fandhe-ai-agent-reference-skil bundle
    TypeDoc (TypeScript API ドキュメントジェネレーター) リファレンス。 typedoc.json、TSDoc タグ、CLI オプション、entryPoints、 テーマ (default / markdown)、プラグイン開発、 TSDoc / JSDoc コメントから HTML / Markdown ドキュメント生成。
    1 install
  30. Upstash · fandhe-ai-agent-reference-skil bundle
    Upstash サーバーレスデータプラットフォームリファレンス。 @upstash/redis — REST API、pipelining、transactions、JSON、Search、グローバルレプリケーション。 @upstash/ratelimit — Fixed Window、Sliding Window、Token Bucket、limit、blockUntilReady。 QStash — publishJSON、schedules、queues、DLQ、URL Groups、callbacks、flow-control。 @upstash/vector — upsert、query、ANN、hybrid index、sparse index、embedding models、namespace。 @upstash/workflow — durable execution、serve、context.run/sleep/call/invoke、waitForEvent、parallel steps、agents。 Upstash Search — search、upsert、fetch、range、filtering、reranking、algorithm、@upstash/search。 Upstash Box — サンドボックス、agent、filesystem、git、browser(CDP/AI actions/recordings)、network policy、snapshots、schedules。
    1 install
  31. Amd Rocm · fandhe-ai-agent-reference-skil bundle
    AMD ROCm / HIP GPU コンピューティングリファレンス。 hipMalloc, hipLaunchKernelGGL, HIP Graph, HIPRTC, hipify, rocBLAS, MIOpen, RCCL, rocprofv3, amd-smi, rocminfo, CDNA1-4 / RDNA1-4, MI300 / MI350, gfx942, Matrix Core, wave32/64。
    1 install
  32. Apple Ml · fandhe-ai-agent-reference-skil bundle
    Apple オンデバイス機械学習フレームワークリファレンス。 Core ML / Create ML / Vision / Natural Language / Speech。 MLModel, MLModelConfiguration, MLMultiArray, MLComputeUnits, MLImageClassifier, MLTextClassifier, MLDataTable, VNImageRequestHandler, VNRecognizeTextRequest, VNCoreMLRequest, NLTagger, NLLanguageRecognizer, NLEmbedding, SFSpeechRecognizer, SFSpeechAudioBufferRecognitionRequest, SFTranscription。
    1 install
  33. Cadquery · fandhe-ai-agent-reference-skil bundle
    CadQuery (Python 製 3D CAD スクリプティングライブラリ) リファレンス。 Workplane API (lineTo / extrude / revolve / sweep / loft / fillet / chamfer / shell)、 Sketch API、Assemblies (Constraint solver, 9 種制約)、Free Function API、 Selectors、Class hierarchy (Shape / Vertex / Edge / Wire / Face / Shell / Solid)、 Import / Export (STEP / DXF / STL / glTF / SVG)、Visualization (VTK, Jupyter)、CQGI。
    1 install
  34. Driverjs · fandhe-ai-agent-reference-skil bundle
    Driver.js (JavaScript プロダクトツアー・要素ハイライト・オンボーディングライブラリ) リファレンス。 driver(), highlight, tour steps, popover, overlay, theming、 configuration、ホットキー、コールバック、アニメーション、ステップナビゲーション。
    1 install
  35. Kicad 10 · fandhe-ai-agent-reference-skil bundle
    KiCad 10.0 (オープンソース EDA スイート) リファレンス。 Project Manager、Schematic Editor (Eeschema)、PCB Editor (PCBnew)、 Gerber Viewer (GerbView)、Drawing Sheet Editor (pl_editor)、 PCB Calculator、Command-Line Interface (kicad-cli)。 回路図設計、基板設計、ガーバー出力、フットプリント、シンボル、3D ビューア。
    1 install
  36. Lefthook · fandhe-ai-agent-reference-skil bundle
    Lefthook (高速並列 Git hooks マネージャー) リファレンス。 lefthook.yml 設定、pre-commit / pre-push / commit-msg 等のフック、 parallel / piped 実行、glob / run / tags フィルタ、 CI スキップ、staged_files、Husky からの移行。
    1 install
  37. Supabase · fandhe-ai-agent-reference-skil bundle
    Supabase (オープンソース Firebase 代替・BaaS) リファレンス。 PostgreSQL データベース、Auth (Email / OAuth / Magic Link / Phone / SSO)、Storage、 Edge Functions (Deno)、Realtime (subscriptions / presence / broadcast)、Vector embeddings、 supabase-js、supabase CLI、RLS (Row Level Security)、migrations。 PostgreSQL ベース。SQL Server / node-mssql は別スキル mssql。
    1 install
  38. Syncpack · fandhe-ai-agent-reference-skil bundle
    Syncpack (モノレポ依存バージョン同期ツール) リファレンス。 .syncpackrc 設定、lint / fix / update / format コマンド、 versionGroups, semverGroups, updateGroups, customTypes, source, catalog プロトコル, semverRangeOnly, minimumReleaseAge, severity, sourceMode, package.json 整列、依存バージョン揃え、CI 連携。
    1 install
  39. Chakra UI · fandhe-ai-agent-reference-skil bundle
    Chakra UI v3 (React コンポーネントライブラリ) リファレンス。 別名: Chakra, chakra, chakra-ui。 コンポーネント (Button, Input, Modal, Drawer, Toast, Menu, Tabs, Tooltip 等)、 レイアウト、フォーム、オーバーレイ、チャート、テーマ、レシピ、 スタイルプロップ、レスポンシブ、ダークモード、Chakra UI Pro ブロック。
    1 install
  40. Dgx Spark · fandhe-ai-agent-reference-skil bundle
    NVIDIA DGX Spark User Guide リファレンス。GB10 Grace Blackwell Superchip ハードウェア仕様、first-boot / UEFI 設定、Spark Stacking クラスタ、 DGX OS / NGC / container runtime ソフトウェアスタック、 PXE / cloud-init プロビジョニング、fleet lifecycle 運用、 apt / fwupdmgr 更新、system recovery、PSIRT サポート、 vLLM / TensorRT-LLM / Ollama / ComfyUI / NIM / NeMo fine-tune / NCCL 等の build.nvidia.com/spark playbook、複数 Spark 接続・Tailscale・VS Code、 NVIDIA Developer Forums 由来の known issues / troubleshooting。
    1 install
  41. Fandhe AI · fandhe-ai-agent-reference-skil bundle
    Rust 製 AI/ML ライブラリ fandhe-ai のリファレンス。Burn / candle / tch 非依存の from-scratch 実装。 compat::Sequential, compat::array, tape(), tape_for(), Tape, Var, Tensor, Gradients, LinearVars, Device (Cpu / Cuda / Metal)。 tensor-core の kernel fusion, FusionPlan, BackendOps。dynamic-tape autodiff。 cfg ベースのバックエンド構成・数値一致契約。ONNX / safetensors 相互運用。 guardrail / self-repair CLI。
    1 install
  42. Storybook · fandhe-ai-agent-reference-skil bundle
    Storybook (UI コンポーネントカタログ・テストツール) リファレンス。 story, CSF (Component Story Format)、args, argTypes, decorators、 play function、interaction tests、autodocs、 main.ts / preview.ts 設定、アドオン (a11y, controls, viewport, themes)。
    1 install
  43. Theatrejs · fandhe-ai-agent-reference-skil bundle
    Theatre.js アニメーションツールキットリファレンス。 @theatre/core / @theatre/studio / @theatre/r3f / @theatre/dataverse。 getProject, Sheet, Sequence, Object, val, onChange, prop-types(number / rgba / compound / image)。 studio initialize / extend / transaction / scrub / createPane。 SheetProvider, editable, useCurrentSheet, useVal, usePrism, useAtom。 keyframe アニメーション、audio sync、state JSON、React Three Fiber 統合。
    1 install
  44. Turborepo · fandhe-ai-agent-reference-skil bundle
    Turborepo (高速モノレポビルドシステム) リファレンス。 turbo.json、turbo run、タスク依存 (dependsOn)、キャッシュ (local / remote)、 workspaces (pnpm / npm / yarn / bun)、--filter、Remote Cache (Vercel)、 parallel 実行、turbo gen (コード生成)、watch モード、 エラーメッセージ診断 (recursive turbo invocations, missing root task, invalid env prefix)。
    1 install
  45. Apple Data · fandhe-ai-agent-reference-skil bundle
    Apple データ永続化・データフロー・ネットワーク・ユーティリティリファレンス。 SwiftData / Core Data / Foundation / Combine。 @Model、ModelContainer、ModelContext、@Query、Predicate、FetchDescriptor、 NSManagedObject、NSFetchRequest、NSPersistentContainer、NSFetchedResultsController、 URLSession、JSONEncoder、JSONDecoder、Publisher、@Published、AnyCancellable、sink。
    1 install
  46. Commitlint · fandhe-ai-agent-reference-skil bundle
    commitlint (Conventional Commits メッセージ検証ツール) リファレンス。 rules 設定、plugins、shareable-config、@commitlint/config-conventional、 Husky / lefthook / simple-git-hooks 連携、CI 統合、custom rules。
    1 install
  47. Nextjs App · fandhe-ai-agent-reference-skil bundle
    Next.js App Router 専用 API リファレンス(Pages Router / getStaticProps 等は非対応)。 Server Components, Server Actions, layout/page/loading/error ファイル規約, dynamic routes, parallel/intercepting routes, Metadata API (generateMetadata), use cache, revalidatePath/revalidateTag, next/image・next/font・next/link, cookies/headers, useRouter, next.config.js, proxy(旧 middleware)。 プラットフォーム実行基盤・CDN・ISR インフラは vercel スキル参照。
    1 install
  48. Playwright · fandhe-ai-agent-reference-skil bundle
    Playwright (E2E / コンポーネントテストフレームワーク) リファレンス。 test, expect, page, locator, getByRole / getByText / getByLabel / getByTestId、 toBeVisible, click, fill, route, mock, fixtures、 playwright.config.ts、auth 永続化、trace viewer、codegen、UI モード。
    1 install
  49. Proxmox Ve · fandhe-ai-agent-reference-skil bundle
    Proxmox VE (PVE) ハイパーバイザーリファレンス。KVM/QEMU 仮想マシン、LXC コンテナ、 クラスター構築・HA・SDN・Ceph・ZFS・ストレージ管理。 qm, pct, pvecm, pvesm, pveceph, pvesh, pveum, vzdump, pveam, pvesr, ha-manager CLI。 REST API、設定ファイル (qm.conf, pct.conf, datacenter.cfg)、バックグラウンドサービス一覧。
    1 install
  50. React Flow · fandhe-ai-agent-reference-skil bundle
    React Flow (ノードベース UI / フロー図ライブラリ for React) リファレンス。 ReactFlow コンポーネント、Node, Edge, Handle, Viewport、 カスタムノード / エッジ、Controls / MiniMap / Background、 レイアウトアルゴリズム (dagre, elkjs)、ドラッグ&ドロップ、エッジ接続。
    1 install
  51. Windows AI · fandhe-ai-agent-reference-skil bundle
    Windows アプリ開発 (Windows AI Foundry) の AI/ML 統合リファレンス。 Windows AI APIs、LanguageModel, TextRecognizer, ImageScaler, ImageObjectExtractor, ImageObjectRemover, ImageDescriptionGenerator, SemanticSearch, ContentModeration, Phi Silica LoRA、Windows ML、ONNX Runtime、execution providers、LearningModel、 Foundry Local、CLI、REST API、SDK、model catalog、MCP サーバー、App Actions、 IActionProvider、Agent Launchers、DirectML、IDMLDevice、operators、tensors。
    1 install
  52. Apple Media · fandhe-ai-agent-reference-skil bundle
    AVFoundation / AVKit / PhotoKit リファレンス。 AVPlayer, AVPlayerViewController, VideoPlayer, AVPlayerItem, AVMutableComposition, AVCaptureSession, AVCaptureDevice, AVCapturePhotoOutput, AVAudioEngine, AVAudioSession, AVAudioPlayer, AVSpeechSynthesizer, PHAsset, PHImageManager, PhotosPicker, PHPhotoLibrary。
    1 install
  53. Apple Swift · fandhe-ai-agent-reference-skil bundle
    Swift Standard Library・Concurrency・プロトコル/ジェネリクス・Observation リファレンス。 async/await、actor、Sendable、Task、TaskGroup、AsyncSequence、AsyncStream、 Equatable、Hashable、Comparable、Codable、Identifiable、Optional、Result、 generics、some/any opaque types、Observable、@Observable、ObservationRegistrar。
    1 install
  54. Apple Uikit · fandhe-ai-agent-reference-skil bundle
    UIKit iOS/iPadOS UI フレームワークリファレンス。 UIViewController, UINavigationController, UITabBarController, UISplitViewController, UIView, UILabel, UIButton, UITextField, UIScrollView, UIStackView, UITableView, UICollectionView, diffable data source, NSDiffableDataSourceSnapshot, UICollectionViewCompositionalLayout, Auto Layout, NSLayoutConstraint, NSLayoutAnchor, UILayoutGuide, intrinsicContentSize。
    1 install
  55. Better Auth · fandhe-ai-agent-reference-skil bundle
    Better Auth (TypeScript 認証フレームワーク) リファレンス。 認証・認可、サインアップ・サインイン、セッション管理、OAuth、パスキー、 二要素認証 (TOTP)、プラグイン (organization, admin, magic-link, anonymous 等)。 betterAuth, createAuthClient, signUp, signIn, getSession。 フレームワーク統合 (Next.js, Nuxt, SvelteKit, Hono, Express, Expo, TanStack 等)。
    1 install
  56. Nvidia Cuda · fandhe-ai-agent-reference-skil bundle
    NVIDIA CUDA GPU 並列コンピューティングリファレンス。 CUDA C++ / CUDA Python, kernel, nvcc, Unified Memory, CUDA Graphs, Cooperative Groups, Driver API, マルチ GPU。 PTX ISA 命令セット, state space, MMA 命令。 Blackwell チューニング, Streaming Multiprocessor, NVLink。 CUTLASS / CuTe DSL / CuTe C++ GEMM, Tensor Core, tcgen05, Operator API, nsight-compute, compute-sanitizer。
    1 install
  57. Nvidia Sync · fandhe-ai-agent-reference-skil bundle
    NVIDIA Sync デスクトップアプリのリファレンス。DGX Spark, DGX Station, 汎用 SSH Linux ホストへのリモート接続管理。mDNS 自動検出, 手動 IP 登録, SSH config インポート, Tailscale 連携, 自動ネットワーク切替。 Cluster Assistant, ConnectX-7 クラスタトポロジ, netplan 設定検証。 VS Code, Cursor, VS Code Insiders, NVIDIA AI Workbench 起動, カスタムアプリ登録, ポートフォワード, SSH トンネル。
    1 install
  58. Android Data · fandhe-ai-agent-reference-skil bundle
    Android アプリ開発 (Kotlin) のデータ層リファレンス。Jetpack androidx。 Room (Entity, Dao, Query, Migration), DataStore (Preferences/Proto), MediaStore, SharedPreferences, スコープ付きストレージ, Retrofit, OkHttp。
    1 install
  59. Android Wear · fandhe-ai-agent-reference-skil bundle
    Wear OS (Kotlin) の androidx.wear API・Watch Face Format (WFF) リファレンス。 Wear Compose の CurvedLayout, rotary input, ambient mode, ScalingLazyColumn。 Tiles / ProtoLayout, ComplicationDataSourceService と ComplicationData 型, Health Services (MeasureClient, ExerciseClient, PassiveMonitoringClient), WFF の XML 要素・式・コンプリケーションスロット・ユーザー設定。
    1 install
  60. Apple Appkit · fandhe-ai-agent-reference-skil bundle
    AppKit macOS ネイティブ UI フレームワークリファレンス。 NSApplication, NSWindow, NSViewController, NSView, NSMenu, NSToolbar, NSTableView, NSOutlineView, NSCollectionView, NSControl, NSStackView, NSScrollView, Diffable Data Source, target-action, responder chain。
    1 install