发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
claude-win11-speckit-update-skill
Windows 11 system management
flutter-skill
Control and automate Flutter applications — inspect UI, perform gestures, validate state, take screenshots, and debug. Connects AI agents to running Flutter apps via the Dart VM Service Protocol.
orchestration-native-invoke
Invoke external AI CLIs via native Task agents (Claude, Codex, Gemini, Cursor). Primary mode for multi-provider orchestration with fork-terminal fallback for auth.
ui-mobile
Mobile UI patterns - React Native, iOS/Android, touch targets
cc-skill-clickhouse-io
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends mini-OpenCode's capabilities with specialized knowledge, workflows, or tool integrations.
implementing-realtime-sync
Real-time communication patterns for live updates, collaboration, and presence. Use when building chat applications, collaborative tools, live dashboards, or streaming interfaces (LLM responses, metrics). Covers SSE (server-sent events for one-way streams), WebSocket (bidirectional communication), WebRTC (peer-to-peer video/audio), CRDTs (Yjs, Automerge for conflict-free collaboration), presence patterns, offline sync, and scaling strategies. Supports Python, Rust, Go, and TypeScript.
claude-code-game-studios
Turn Claude Code into a full game development studio with 49 specialized AI agents, 73 workflow skills, and a complete coordination system
tasknotes
Create, update, delete, and list tasks via HTTP API. USE WHEN user wants to create tasks, mark done, update status, or manage tasks.
protocol-reverse-engineering
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.
plan-backend-frontend
Create implementation plans for backend API endpoints and frontend features following RAPID layered architecture (domain/usecase/routes pattern, SWR hooks, feature-based organization). Use when adding or modifying backend APIs, frontend components, database schemas, or repository implementations. Also use for refactoring backend/frontend code.
tool-use-structured-output
Use Bedrock tool_use to guarantee structured JSON outputs from Claude models. Eliminates JSON parsing failures by forcing responses through typed tool schemas.
task-planner
Analyze a user request, explore the codebase, decompose work into subtasks, assign agents, and return a complete execution plan with wave assignments.
rdkit
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.
ATR — Average True Range Volatility Meter
Use when measuring volatility with ATR, setting ATR-based stop-losses, calculating position sizes by risk tolerance, or comparing volatility across timeframes.
sqlalchemy-postgres
Expert guidance for SQLAlchemy 2.0 + Pydantic + PostgreSQL. Use when setting up database layers, defining models, creating migrations, or any database-related work. Automatically activated for DB tasks.
axiom-swiftui-performance
Use when the UI is slow, scrolling lags, animations stutter, or when asking "why is my SwiftUI view slow", "how do I optimize List performance", "my app drops frames", "view body is called too often", or "List is laggy" — focused SwiftUI performance optimization using Instruments 26 and WWDC 2025 patterns.
claudian-installer
Install the Claudian Obsidian plugin that embeds Claude Code as an AI collaborator in your vault. Use when the user wants to install the Claudian plugin to their Obsidian vault, or mentions 'Claudian', 'Claude Code in Obsidian', or 'install Claudian plugin'.
query-builder
Convert natural language questions into SQL queries. Activates when users ask data questions in plain English like "show me users who signed up last week" or "find orders over $100".
self-reflection-skill
Self-reflection capability. Regularly review decisions, analyze mistakes, record lessons learned, and continuously improve behavioral patterns.
avoid-ai-writing
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detection-only mode that flags patterns without rewriting.
openwebui-clear-embedding-cache
Skill to clear Open-WebUI embedding cache to fix 500 errors caused by architecture mismatch.
validation-quarantine
Data validation with quality scoring and quarantine for suspicious records. Validates incoming data without blocking the pipeline, enabling manual review of edge cases.
dart-python
DART Python bindings (dartpy) - nanobind, wheel building, API patterns