发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
mobile-design
Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches pr...
paypal-integration
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.
performance-testing-review-multi-agent-review
Use when working with performance testing review multi agent review
service-mesh-observability
Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLO/SLI policies.
solidity-security
Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.
startup-business-analyst-market-opportunity
Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations
codex-research
Research topics or review code using OpenAI Codex CLI. Use for: technical research, documentation lookup, code analysis, or when external AI perspective is needed.
multi-presence
Same card active in multiple rooms simultaneously
reviewing-python-architecture
Review ADRs to check they follow testing principles and parent PDR constraints. Use when reviewing ADRs or architecture decisions.
simpleaible
Use the SimpleAIBLE MCP server to scan, connect, and interact with Bluetooth devices. This skill provides guidance on the recommended flow (scan -> connect -> services -> read/notify) and handles platform-specific differences like UUIDs on macOS vs MAC addresses on Linux. Use when the user wants to interact with BLE hardware or debug Bluetooth connections.
jira-issues
Create, update, and manage Jira issues from natural language. Use when the user wants to log bugs, create tickets, update issue status, or manage their Jira backlog.
drm_mpd_downloader
Download DRM MPD videos and shows for personal offline viewing. Save your subscribed content in high quality for watching without internet connection.
m6_plus_downloader
Download M6+ videos and shows for personal offline viewing. Save your subscribed content in high quality for watching without internet connection.
vix_downloader
Download ViX videos and shows for personal offline viewing. Save your subscribed content in high quality for watching without an internet connection.
planning-with-files
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
generate-search-queries
Build a structured documentary search strategy from a natural-language research question. Decomposes concepts, expands terminology (synonyms, broader/narrower terms, related terms), and produces 8–15 validated bilingual (EN/FR) search queries as strict JSON. Use this skill at the very start of any literature review or retrieval task, before calling any retrieval skill. Trigger on phrases like "build a search strategy for", "find search terms for", "systematic review on", "what should I search for", "generate queries about", or any request that implies going from a research question to searchable expressions. Always use this skill before search-works-openalex, search-records-sudoc, or any other retrieval skill.
synthesize_literature
Contract pack for the post-retrieval stages of an academic literature review: screening, summarization, metadata extraction, quality appraisal, and synthesis (thematic, chronological, methodological, PRISMA). Use this skill whenever the task involves evaluating, summarizing, or synthesizing a set of already-retrieved academic papers. Each task is addressable independently — use a single task in isolation or chain them in a full review pipeline. Always use this skill before any synthesis or appraisal step. Do not use it for retrieval — use search-works-openalex or search-records-sudoc instead.
markov-regime-features
Debugging constant Markov regime features in RL observations - when HMM probabilities show uniform values instead of dynamic regime estimates
feature-implementation
Agent-based development workflow for implementation tasks. Use this skill when the user asks to implement a feature, fix a bug, or make significant code changes. Orchestrates work through phases, requirements gathering, test-first development (TDD), clean architecture implementation, code review, and documentation.
playwright-cli
Automate browser interactions using playwright-cli, suitable for web testing, form filling, screenshots, scraping page information, and recording reproducible interaction steps.
messaging-adapter-parity
Use this skill when the user asks to change "Slack adapter", "Telegram adapter", "Discord adapter", "Webhook adapter", "status delivery", "message routing", or "delivery receipts". It enforces cross-adapter parity and explicit delivery semantics.
ss14-events
A guide to using events in Space Station 14 — a strict taxonomy, subscriptions, prioritization of by-reference (by-ref) events, and network interaction patterns.
ss14-pvs
Architecture guide for PVS in Space Station 14 — chunk-based spatial partitioning, visibility determination, override types, budgets, Level-of-Detail, leave mechanics, visibility masks, and ExpandPvsEvent
authentication-review
Review authentication implementation — login flows, token management, session security, and credential handling.