ออกแบบ 3D model — Blender workflow, topology, UV unwrap, texturing, render brief สำหรับ game/product/character
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →ออกแบบ 3D model — Blender workflow, topology, UV unwrap, texturing, render brief สำหรับ game/product/character
นักเขียนอักษรประดิษฐ์ — Thai + Latin calligraphy, hand lettering, signage, wedding invitation, lettering artwork
สร้าง Midjourney/DALL-E prompt คุณภาพสูง + design brief สำหรับโลโก้ โปสเตอร์ อินโฟกราฟิก โซเชียลมีเดีย
สร้าง shot list + mood board + retouching plan + Lightroom preset recipe สำหรับงานถ่ายภาพ
AI DJ มืออาชีพ — setlist, mixing plan, BPM matching, crowd reading, club/wedding/corporate gig
End-of-day synthesis — scan all documentation changes made today, extract key learnings, decisions, and patterns, produce a daily article in daily/YYYY-MM-DD.md. Use when user says '/close-day', 'close the day', 'end of day', 'wrap up', 'daily summary', or indicates they are done working for the day.
Scrape web pages based on a provided URL using the scpr CLI app.
Frontend source code analysis for hidden routes, API endpoints, and secrets
Search and analyze Reddit discussions across all subreddits. Extract community opinions, identify pain points, discover product feedback, and understand market sentiment — all without Reddit API keys.
Analyze public sentiment for any brand, product, or topic across Twitter/X, Reddit, and Instagram. Fetches real posts, classifies sentiment, extracts themes, and produces a structured report.
Search and export Twitter/X data to CSV files for analysis. Supports keyword search, author-based search, date filtering, and bulk exports up to 500K rows — no Twitter API keys required.
Rules-based visual UI design system covering colour, typography, spacing,
Install and enable Realtek RTL88x2bu USB Wi-Fi adapters (for example 0bda:b812) on Ubuntu/Jetson. Clones a maintained driver repo, builds against the running kernel, installs the module, loads it, and verifies the new Wi-Fi interface.
Fix browsers (Chromium, Firefox, etc.) that fail to launch on Jetson devices due to an outdated or broken snapd. Downloads a pinned snapd revision offline, installs it, and holds automatic updates to prevent regression. Use when the user reports that a browser installed via snap cannot open, crashes silently, or shows snap-related errors on Jetson (Ubuntu/L4T).
Set up NVStreamer for RTSP video streaming on reComputer J4012 with Jetson Platform Services. Covers installation, video upload, RTSP stream creation, and VST integration. Requires JetPack 6.0+ with CUDA 12.2.
1. Confirm board model and JetPack/L4T version before applying commands.
Install and configure Lumeo no-code video analytics gateway on NVIDIA Jetson. Covers account creation, gateway deployment, camera linking, and building a people detection pipeline. Requires Jetson with JetPack 5.1+ and internet access.
1. Confirm board model and JetPack/L4T version before applying commands.
Build an end-to-end voice-controlled motor system on Jetson (reComputer Robotics J4012). Integrates Whisper ASR, Ollama LLM (Qwen 2.5) for intent understanding, and CAN bus motor control for MyActuator X Series Motors via natural voice commands.
HTTP client with automatic L402 Lightning micropayment support
>-
>
UX micro-patterns for every product state: Empty States, Loading States (skeleton screens, spinners, optimistic UI), Error States, Success States, Confirmation Dialogs, Onboarding Flows, and Progressive Disclosure. These patterns apply to every feature — done wrong, they're the biggest source of user confusion.
apps/dashboard src layout — hooks (api vs controllers), stores, lib, product form.
Turn user interviews into actionable insights. Advanced synthesis techniques and frameworks.
Zero-Trust security patterns — mTLS between microservices (Istio/SPIFFE), SPIRE workload identity, OPA/Envoy authorization, NetworkPolicy default-deny-all, short-lived credentials, service mesh security, and Kubernetes RBAC hardening.
> Fetch route data before rendering using SvelteKit's load functions — server-only, universal, streaming, and invalidation patterns
> Deploy React Native apps with EAS Build, EAS Submit, OTA updates, and automated CI/CD pipelines
> Define and manage design tokens for colors, spacing, typography, and effects in Tailwind CSS
> Master lazy loading strategies — Intersection Observer-based visibility triggers, route-based lazy loading, component-level deferral, progressive hydration, and virtual scrolling to minimize initial
> Model mutually exclusive states with discriminated unions and exhaustive narrowing
> LONG-RUNNING OPERATIONS REQUIRE AN EXPLICIT ASYNC CONTRACT — A 202 ACCEPTED RESPONSE WITH AN OPERATION RESOURCE THAT CLIENTS CAN POLL OR SUBSCRIBE TO IS THE DIFFERENCE BETWEEN A SYNCHRONOUS BOTTLENE
> Measure and prevent unexpected layout shifts — elements visually moving after being rendered — by reserving space for dynamic content, handling font loading, setting explicit dimensions, and underst
> Structure applications with file-based routing, named layouts, and per-page configuration via definePageMeta
> UI state inventory — empty, loading, partial, error, success, offline, disabled, read-only, and how each state communicates system status
> Configure and run Apollo Server with plugins, context, data sources, and framework integrations
Experimental RAG indexing utilities (scanner + indexer + retriever).
Extract decisions, lessons, patterns, and surprises from completed phase artifacts
Validate that an implementation plan was executed correctly. Use when the user asks to verify completion, compare code changes to a plan, or produce a validation report.
'Sub-skill of nextflow-pipelines: Attribution.'
Extract extreme response values with linked statistics from OrcaFlex
'Sub-skill of blender-interface: OrcaFlex Results to Blender Visualization
>
**Purpose**: Apply a structured analytical framework to any document, extracting non-obvious insights, tensions, actionable implications, and gaps — going far beyond a generic summary.
This skill should be used when the user asks to 'write a paper', 'start a writing project', 'draft an article', 'write about', 'brainstorm writing topics', 'gather sources for a paper', 'what should I write about', or needs the writing workflow entry point for any writing task.
Manipulate form field state using g_form APIs — no server calls required. Covers field value get/set, mandatory/read-only/hidden control, inline validation and error messages, section and tab visibility, and form state checks. Use for dynamic/runtime field manipulation triggered by user actions (onChange, onLoad, onSubmit). For static field behavior based on conditions, prefer UI Policies instead — they load faster and don't require scripting. For scripts requiring GlideAjax server communication, use the servicenow-client-scripts skill. Trigger this skill whenever the user needs to control field visibility, mandatory state, read-only state, field values, or form messages in a ServiceNow client script without making server calls.
Build NowAssist Skill configurations using the Fluent SDK NowAssistSkillConfig API. Covers the two-argument skill definition pattern, input/output typing, tool graph construction (Script, InlineScript, FlowAction, Subflow, WebSearch, Decision), LLM provider and prompt configuration with versioning, security controls (MANDATORY), and deployment settings. Use when creating AI-powered skills that appear in the Now Assist Panel, UI Actions, or as reusable Flow Actions. Trigger this skill whenever the user mentions NowAssist, NowAssistSkillConfig, Now Assist skills, LLM-powered skills, generative AI in ServiceNow, prompt configuration, or building AI capabilities with the Fluent SDK.
Create complex directed/undirected graphs with precise layout control. Best for dependency trees, org charts, network topologies, and module relationships. Use when you need fine-grained edge routing or hierarchical layouts with many levels. NOT for simple flowcharts (use mermaid) or data charts (use vega).
>
Hot Chocolate is the most popular GraphQL server library for .NET. It enables building type-safe GraphQL APIs with support for queries, mutations, subscriptions, filtering, sorting, pagination, data l