Skip to main content

sediman-agent/OpenSkynet

SkillsMP 已收集 sediman-agent/OpenSkynet 中的 66 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
66
GitHub 星标
396
GitHub Forks
45

已展示 40 / 66 个已收集 Skill。

职业分类
网页开发工程师
描述

The original v1 taste-skill, preserved for projects depending on its exact behavior. The current default is `design-taste-frontend` (v2 experimental), which is a substantial rewrite. Use this v1 install name only if you need exact backward compatibility.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert at using SearchSDK for complex research tasks

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use only when the user explicitly types `/orchestrate <goal>` to decompose a large task, spawn a tree of parallel cloud-agent workers/subplanners/verifiers via the Cursor SDK, and collect structured handoffs; do not invoke autonomously.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

原文语言:英语

更新
职业分类
未分类
描述

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser_use, asks about @sandbox deployment,…

原文语言:英语

更新
职业分类
未分类
描述

Controls a local browser from a sandboxed remote machine. Use when the agent is running in a sandbox (no GUI) and needs to navigate websites, interact with web pages, fill forms, take screenshots, or expose local dev servers via tunnels.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.

原文语言:英语

更新
职业分类
其他计算机职业
描述

Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a skill", or wanting agents to follow how the user works. Drafts or revises a personal -mode skill via create-skill + unslop, optionally pulling…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering questions ("where should this live", "which package owns this", "is this the right layer"). Explains subsystem architecture, runtime flow, onboarding…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find blind spots", or "tear this apart". Four LLM reviewers challenge changes from independent angles.

原文语言:英语

更新
职业分类
其他计算机职业
描述

poteto's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified work. Use for poteto, /poteto-mode, or requests to work in this style.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach it, resist nil-check guards that silence crashes.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes obvious.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub references first, then build on the simpler base.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants,…

原文语言:英语

更新
职业分类
其他计算机职业
描述

Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.

原文语言:英语

更新
职业分类
软件开发工程师
描述

TypeScript best practices. Use when reading or editing any .ts or .tsx file.

原文语言:英语

更新
职业分类
技术写作员
描述

Cut AI tells from any writing. Must always apply.

原文语言:英语

更新
职业分类
软件开发工程师市场调研分析师与营销专员
描述

Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Check the health of published EAS Updates: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is healthy, how many…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project. Covers both the isolated approach…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use for anything related to EAS Observe — adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractive, the useObserve hook, and the Expo Router / React Navigation integrations for per-route metrics), querying via the EAS CLI…

原文语言:英语

更新
职业分类
软件开发工程师
描述

`@expo/ui/jetpack-compose` package lets you use Jetpack Compose Views and modifiers in your app.

原文语言:英语

更新
职业分类
软件开发工程师
描述

`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guidelines for upgrading Expo SDK versions and fixing dependency issues

原文语言:英语

更新
职业分类
软件开发工程师
描述

Integrate Firecrawl `/scrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Prefer this skill over broader crawl patterns when the feature is…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Integrate Firecrawl into application code whenever a product, agent, or workflow needs web data inside the app: web search, live search results, page scraping, structured extraction, or browser interaction. Use when building any feature that needs data from…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Hugging Face Hub CLI (`hf`) for downloading, uploading, and managing models, datasets, spaces, buckets, repos, papers, jobs, and more on the Hugging Face Hub. Use when: handling authentication; managing local cache; managing Hugging Face Buckets; running or…

原文语言:英语

更新
已展示 40 / 66 个已收集 Skill。