Skip to main content

sediman-agent/OpenSkynet

SkillsMP a collecté 66 skills depuis sediman-agent/OpenSkynet. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
66
Étoiles GitHub
396
Forks GitHub
45

Affichage de 40 skills collectés sur 66.

métier
Développeurs web
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Expert at using SearchSDK for complex research tasks

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
non classé
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
non classé
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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,…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Rédacteurs techniques
description

Cut AI tells from any writing. Must always apply.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logicielsAnalystes en études de marché et spécialistes en marketing
description

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,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Guidelines for upgrading Expo SDK versions and fixing dependency issues

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 66.