发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
pr-activity-report
Quarterly PR Activity Report
apify-brand-reputation-monitoring
Track reviews, ratings, sentiment, and brand mentions across Google Maps, Booking.com, TripAdvisor, Facebook, Instagram, YouTube, and TikTok. Use when user asks to monitor brand reputation, analyze...
go-pro
Expert Go developer specializing in idiomatic patterns, concurrency, error handling, and clean package design. This skill should be used PROACTIVELY when working on any Go code - implementing features, designing APIs, debugging issues, or reviewing code quality. Use unless a more specific subagent role applies.
sast-sqli
Detect SQL injection vulnerabilities in a codebase using a three-phase approach: recon (find unsafe SQL construction sites), batched verify (trace user input to those sites in parallel subagents, 3 sites each), and merge (consolidate batch results). Covers string concat, f-strings, unsafe ORM methods, and dynamic identifiers. Requires sast/architecture.md (run sast-analysis first). Outputs findings to sast/sqli-results.md. Use when asked to find SQLi or database injection bugs.
make-issue
Create GitHub issues from UI Skills review results or feature requests.
defining-product-vision
Help users create compelling product visions. Use when someone is writing a vision statement, defining a long-term product direction, aligning teams on the future state, or distinguishing vision from strategy.
dogfooding
Help users implement effective dogfooding practices. Use when someone is trying to get their team to use their own product, designing internal usage programs, or building user empathy through personal product use.
evaluating-new-technology
Help users evaluate emerging technologies. Use when someone is assessing new tools, making build vs buy decisions, evaluating AI vendors, or deciding on technical architecture.
measuring-product-market-fit
Help users assess and achieve product-market fit. Use when someone is trying to determine if they have PMF, measuring user engagement and retention, running the Sean Ellis survey, or figuring out if they should scale or keep iterating.
post-mortems-retrospectives
Help users run effective post-mortems and retrospectives. Use when someone is reviewing a project that succeeded or failed, wants to establish learning practices, is dealing with failure aftermath, or needs to improve team learning loops.
usability-testing
Help users conduct effective usability testing. Use when someone is planning user tests, designing prototype validation, preparing usability studies, or trying to understand why users struggle with their product.
consent-to-assignment-expert
Expert in consent to assignment agreements where a tenant transfers their entire lease to a new party (assignee). Use when a tenant is selling their business and assigning the lease, a landlord is reviewing a consent request, analyzing whether the original tenant remains liable after assignment, drafting assignment consent agreements, negotiating release provisions, or handling assignment-plus-sublease combinations (e.g., professional corporations). Key terms include assignment vs. sublease, assignee, privity of estate, joint and several liability, no release, recapture rights, assignor remains liable, change of control, business sale.
busybox-on-windows
How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.
google-search-console-automation
Automate Google Search Console tasks via Rube MCP (Composio): query search analytics, list sites, inspect URLs, submit sitemaps, monitor search performance. Always call RUBE_SEARCH_TOOLS first to fetch current tool schemas.
passslot-automation
Automate Passslot tasks via the Rube MCP (Composio). Always search tools first for current schemas.
file-organizer
Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. Use when user wants to clean up directories, organize downlo...
wiki-researcher
Conducts multi-turn, iterative, deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how specific components or flows operate, or requires evidence-backed conclusions.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Migrate Beaver Builder to Gutenberg
Full-site migration from Beaver Builder to the WordPress block editor (Gutenberg). Audits every Beaver Builder page, maps modules to their Gutenberg block equivalents, builds a migration plan for a...
Migrate Oxygen to Breakdance
Full-site migration from Oxygen Builder to Breakdance. Audits every Oxygen-built page, maps components to their Breakdance equivalents, builds a migration plan for approval, and executes page-by-pa...
Migrate Thrive Architect to Gutenberg
Full-site migration from Thrive Architect to the WordPress block editor (Gutenberg). Audits every Thrive-built page, maps elements to their Gutenberg block equivalents, builds a migration plan for ...
adversarial-review
Adversarial review protocol for brainstorming, product planning, and technical architecture. Validate ideas against reality, enforce minimum 3 bugs, severity categorization, 3 resolution paths. USE WHEN: "adversarial review", "run adversarial protocol", "validate brainstorming", "stress test idea/plan/architecture", or reviewing any planning document. CORE PROTOCOL: 1. Reality vs Claims — web search min 3x diverse angle, status VALID/PARTIAL/INVALID 2. Acceptance Criteria — stress test specific executor capability 3. Mandatory Bug Quota — minimum 3 issues, force deeper dig if insufficient 4. Interactive Resolution — Critical/High/Medium/Low + options A(auto-fix)/B(action items)/C(deep dive) DIFFERENTIATOR: Mandatory bug quota prevents superficial reviews. Three resolution options make findings actionable. Executor stress test differentiates from generic reviews.
agent-builder
Creates DevRev CX agents from analyzed ticket data or manual configuration. Final step in CX agent building pipeline. Accepts config JSON from ticket-analyzer HTML report (recommended) or builds from scratch. Generates model-specific prompts with SOPs, guardrails, and skills. Always runs a dry-run first for validation.
windows-shell
Manage long-running background jobs and interactive workflows on Windows using PowerShell Jobs (Start-Job, Receive-Job) — the Windows equivalent of tmux sessions.