███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9351 | research-lookup | k-dense-ai/scientific-agent-skills |
Research Information Lookup Overview This skill provides real-time research information lookup with intelligent backend routing : parallel-cli search (parallel-web skill): Primary and default backend for all research queries. Fast, cost-effective web search with academic source prioritization. Uses parallel-cli search with --include-domains for scholarly sources. Parallel Chat API ( core model): Secondary backend for complex, multi-source deep research requiring extended synthesis (60s-5min late...
|
1.2K |
| 9352 | qwencloud-video-generation | qwencloud/qwencloud-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Video Generation Generate videos using Wan models. All tasks are asynchronous — submit, then poll until completion. This skill is part of qwencloud/qwencloud-ai . ⚠️ Critical Parameter Differences by Mode: kf2v (First+Last Frame) : Duration is fixed at 5 seconds — other values will fail. Output is silent only . Resolution parameter varies : t2v/r2v/vace use size (e.g. "1280*...
|
1.2K |
| 9353 | image-to-code | nexu-io/open-design |
CORE DIRECTIVE: IMAGE-FIRST WEBSITE DESIGN TO CODE You are an elite web design art director and implementation strategist. Your job is not to generate generic website mockups. Your job is to generate premium, artistic, implementation-friendly website section references and then turn them into real frontend. This skill is for: hero sections landing pages marketing sites startup sites editorial brand pages product pages portfolio websites premium multi-section websites redesigns where visual quali...
|
1.2K |
| 9354 | maui-shell-navigation | dotnet/skills |
.NET MAUI Shell Navigation Implement page navigation in .NET MAUI apps using Shell. Shell provides URI-based navigation, a flyout menu, tab bars, and a four-level visual hierarchy — all configured declaratively in XAML. When to Use Setting up top-level app navigation with tabs or a flyout menu Navigating between pages programmatically with GoToAsync Passing data between pages via query parameters or object parameters Registering detail-page routes for push navigation Guarding navigation with con...
|
1.2K |
| 9355 | glassmorphism | bergside/awesome-design-skills |
Glassmorphism Design System Skill (Universal) Mission You are an expert design-system guideline author for Glassmorphism. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand provide fast, reliable communication for individuals, teams, and communities while maintaining a clean interface and high performance across desktop environments. Style Foundations Visual style: clean, high-contrast, bold, enterprise, liquidglass effect, glassmorphism T...
|
1.2K |
| 9356 | cloud-logging-cross-project-configuration | google/skills |
Configuring Cross-Project Logging This skill describes how to use gcloud commands to configure Cloud Logging so that you store log data in a central location, regardless of the point of origin. The skill also describes how to query log data when that data is stored in multiple projects. [!IMPORTANT] Sandbox Network Limitation (CRITICAL for Agent Testing): During evaluation or in restricted sandboxed environments, network traffic to GCP APIs is blocked. Do NOT run network discovery commands to fi...
|
1.2K |
| 9357 | poteto mode | cursor/plugins |
Poteto mode Non-negotiables Start every multi-step task with a todolist whose first item is to read the Principles section below in full. The principles ground every trigger here. In your reply, name each principle that shaped a decision and the specific choice it changed. A citation with no decision behind it means you skipped its leaf skill; it must trace to a real choice the leaf's rule drove. Remaining triggers: Show more Installs 268 Repository cursor/plugins GitHub Stars 4.4K First Seen Ma...
|
1.2K |
| 9358 | remotion-best-practices | vercel-labs/json-render |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
1.2K |
| 9359 | deeptools | k-dense-ai/scientific-agent-skills |
deepTools: NGS Data Analysis Toolkit Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. Core capabilities: Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) Quality control assessment (fingerp...
|
1.2K |
| 9360 | benchling-integration | k-dense-ai/scientific-agent-skills |
Benchling Integration Overview Benchling is a cloud platform for life sciences R&D. Access registry entities (DNA, proteins), inventory, electronic lab notebooks, and workflows programmatically via Python SDK and REST API. When to Use This Skill This skill should be used when: Working with Benchling's Python SDK or REST API Managing biological sequences (DNA, RNA, proteins) and registry entities Automating inventory operations (samples, containers, locations, transfers) Creating or querying elec...
|
1.2K |
| 9361 | pyhealth | k-dense-ai/scientific-agent-skills |
PyHealth PyHealth ( https://pyhealth.dev/ ) is a Python toolkit for clinical deep learning. It provides a unified, modular pipeline across electronic health records (EHR), physiological signals, and medical imaging. The library is built around a 5-stage pipeline — Dataset → Task → Model → Trainer → Metrics — where each stage is replaceable and the interfaces between stages are stable. Code that follows this pipeline shape composes well; code that bypasses it usually fights the library. When to u...
|
1.2K |
| 9362 | rdkit | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
1.2K |
| 9363 | deepchem | k-dense-ai/scientific-agent-skills |
DeepChem Overview DeepChem is a comprehensive Python library for applying machine learning to chemistry, materials science, and biology. Enable molecular property prediction, drug discovery, materials design, and biomolecule analysis through specialized neural networks, molecular featurization methods, and pretrained models. When to Use This Skill This skill should be used when: Loading and processing molecular data (SMILES strings, SDF files, protein sequences) Predicting molecular properties (...
|
1.2K |
| 9364 | pydeseq2 | k-dense-ai/scientific-agent-skills |
PyDESeq2 Overview PyDESeq2 is a Python implementation of DESeq2 for differential expression analysis with bulk RNA-seq data. Design and execute complete workflows from data loading through result interpretation, including single-factor and multi-factor designs, Wald tests with multiple testing correction, optional apeGLM shrinkage, and integration with pandas and AnnData. When to Use This Skill This skill should be used when: Analyzing bulk RNA-seq count data for differential expression Comparin...
|
1.2K |
| 9365 | dt-obs-gcp | dynatrace/dynatrace-for-ai |
GCP Cloud Infrastructure Monitor and analyze GCP resources using Dynatrace Smartscape and DQL. Query GCP services, manage organizational hierarchy, audit security posture, and track resource ownership across your GCP infrastructure. When to Use This Skill Use this skill when the user needs to work with GCP resources in Dynatrace. Load the reference file for the task type: Show more Installs 765 Repository dynatrace/dynat…e-for-ai GitHub Stars 112 First Seen May 11, 2026 Security Audits Gen Agent...
|
1.2K |
| 9366 | maui-safe-area | dotnet/skills |
Safe Area & Edge-to-Edge Layout (.NET 10+) .NET 10 introduces a brand-new, cross-platform safe area API that replaces the legacy iOS-only UseSafeArea and the layout-level IgnoreSafeArea properties. The new SafeAreaEdges property and SafeAreaRegions flags enum give you per-edge, per-control safe area management on Android, iOS, and Mac Catalyst from a single API surface. This is new API surface in .NET 10. If the project targets .NET 9 or earlier, these APIs do not exist. Guide the developer to t...
|
1.2K |
| 9367 | migrate-static-to-wrapper | dotnet/skills |
Migrate Static to Wrapper Perform mechanical, codemod-style replacement of static dependency call sites with calls to injected wrapper interfaces or built-in abstractions. Operates on a bounded scope (single file, project, or namespace) so migrations can be done incrementally. When to Use After wrappers have been generated (via generate-testability-wrappers ) or built-in abstractions identified Migrating DateTime.UtcNow → TimeProvider.GetUtcNow() across a project Migrating File.* → IFileSystem.F...
|
1.2K |
| 9368 | trading-skills-navigator | tradermonty/claude-trading-skills |
Trading Skills Navigator The interactive on-ramp for this repository. It turns a user's goal into a concrete recommendation: which workflow to run, which skillset (skills-index category) it belongs to, the API requirement , and the setup path for Claude Web App or Claude Code. A new user faces 72 skills + 11 workflows with no router. This skill is that router. It is deterministic — a Python recommender ( scripts/recommend.py ) consumes the repo metadata; this SKILL.md narrates the result convers...
|
1.2K |
| 9369 | agent-platform-troubleshooting | google/skills |
Agent Platform Troubleshooting [!IMPORTANT] CRITICAL RULE : You MUST ONLY use the reference files located in this skill's references/ directory (e.g., references/field-manual.md , references/known-issues.md , references/agent-registry.md ). Do NOT search for or read other external playbooks or files outside this directory. The files in the local references/ directory contain workspace-specific fixes and are the sole source of truth for this troubleshooting session. Diagnose issues across the Goo...
|
1.2K |
| 9370 | principle-sequence-verifiable-units | cursor/plugins |
Sequence work into verifiable units Order work as a sequence of small units, each ending in a state you can check, and don't advance until the current one is green. The same discipline runs at two altitudes, how you execute and how you deliver. Why: A break caught at the unit that caused it is cheap to localize. A break caught after a batch is buried, and you have already built further on a broken base. Sequencing those same units into a delivery a reviewer can replay turns "trust me" into "watc...
|
1.2K |
| 9371 | use-modern-go | jetbrains/go-modern-guidelines |
Modern Go Guidelines Detected Go Version ! grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown How to Use This Skill DO NOT search for go.mod files or try to detect the version yourself. Use ONLY the version shown above. If version detected (not "unknown"): Say: "This project is using Go X.XX, so I’ll stick to modern Go best practices and freely use language features up to and including this versi...
|
1.2K |
| 9372 | ui-imgui | unity-technologies/skills |
Before proceeding: If the user is asking about creating a new editor window, custom inspector, or PropertyDrawer without explicitly mentioning IMGUI/OnGUI, recommend using UI Toolkit (CreateGUI) instead, as it's the modern approach. Only proceed with IMGUI if: User is modifying existing IMGUI code User explicitly requests IMGUI/immediate mode The project exclusively uses IMGUI for editor tools When activated, read the reference files: references/templates.md — EditorWindow, Inspector, PropertyDr...
|
1.2K |
| 9373 | keyword-research | kostja94/marketing-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
1.2K |
| 9374 | torchdrug | k-dense-ai/scientific-agent-skills |
TorchDrug Overview TorchDrug is a comprehensive PyTorch-based machine learning toolbox for drug discovery and molecular science. Apply graph neural networks, pre-trained models, and task definitions to molecules, proteins, and biological knowledge graphs, including molecular property prediction, protein modeling, knowledge graph reasoning, molecular generation, retrosynthesis planning, with 40+ curated datasets and 20+ model architectures. When to Use This Skill This skill should be used when wo...
|
1.2K |
| 9375 | molecular-dynamics | k-dense-ai/scientific-agent-skills |
Molecular Dynamics Overview Molecular dynamics (MD) simulation computationally models the time evolution of molecular systems by integrating Newton's equations of motion. This skill covers two complementary tools: OpenMM ( https://openmm.org/ ): High-performance MD simulation engine with GPU support, Python API, and flexible force field support MDAnalysis ( https://mdanalysis.org/ ): Python library for reading, writing, and analyzing MD trajectories from all major simulation packages Installatio...
|
1.2K |
| 9376 | datamol | k-dense-ai/scientific-agent-skills |
Datamol Cheminformatics Skill Overview Datamol is a Python library that provides a lightweight, Pythonic abstraction layer over RDKit for molecular cheminformatics. Simplify complex molecular operations with sensible defaults, efficient parallelization, and modern I/O capabilities. All molecular objects are native rdkit.Chem.Mol instances, ensuring full compatibility with the RDKit ecosystem. Key capabilities : Molecular format conversion (SMILES, SELFIES, InChI) Structure standardization and sa...
|
1.2K |
| 9377 | imaging-data-commons | k-dense-ai/scientific-agent-skills |
Imaging Data Commons Overview Use the idc-index Python package to query and download public cancer imaging data from the National Cancer Institute Imaging Data Commons (IDC). No authentication required for data access. Current IDC Data Version: v23 (always verify with IDCClient().get_idc_version() ) Primary tool: idc-index ( GitHub ) CRITICAL - Check package version and upgrade if needed (run this FIRST): import idc_index REQUIRED_VERSION = "0.11.14" Must match metadata.idc-index in this file i...
|
1.2K |
| 9378 | cellxgene-census | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
1.2K |
| 9379 | ctx-doctor | mksglu/context-mode |
Context Mode Doctor Run diagnostics and display results directly in the conversation. Instructions Call the ctx_doctor MCP tool directly. It runs all checks server-side and returns a plain-text status report. Display the results verbatim — they are already formatted with plain-text status prefixes: [OK] PASS, [FAIL] FAIL, [WARN] WARN. Renderer-safe (no markdown task-list syntax) for cross-client compatibility (e.g., Z.ai GLM). Fallback (only if MCP tool call fails): Derive the plugin root from t...
|
1.2K |
| 9380 | ctx-upgrade | mksglu/context-mode |
Context Mode Upgrade Pull latest from GitHub and reinstall the plugin. Instructions Show more Installs 888 Repository mksglu/context-mode GitHub Stars 19.7K First Seen Mar 8, 2026 Security Audits Gen Agent Trust Hub Fail Socket Warn Snyk Warn
|
1.2K |
| 9381 | web-to-app-funnel | eronred/aso-skills |
Web-to-App Funnel You are a web-to-app conversion specialist. Your goal is to design a funnel where web traffic (paid or organic) converts to app installs and activated users with maximum efficiency, optionally paying on web first to bypass App Store fees on subscriptions. Initial Assessment Check for app-marketing-context.md Ask: What web traffic does the user have or plan? (SEO, paid search, social ads with web destination, podcast, newsletter) Ask: Monetization model — subscription (web payme...
|
1.2K |
| 9382 | workflow-automation | hubspot/agent-cli-skills |
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
|
1.2K |
| 9383 | hunk-review | modem-dev/hunk |
Hunk Review Hunk is an interactive terminal diff viewer. The TUI is for the user -- do NOT run hunk diff , hunk show , or other interactive commands directly. Use hunk session * CLI commands to inspect and control live sessions through the local daemon. If no session exists, ask the user to launch Hunk in their terminal first. Workflow 1. hunk session list find live sessions 2. hunk session get --repo . inspect path / repo / source ...
|
1.2K |
| 9384 | effect | kitlangton/skills |
Effect Use current Effect v4 APIs and the production defaults in this skill. Established project conventions still take precedence unless the task is explicitly changing them. Source Rule Check these before guessing: the nearest AGENTS.md and any project-local Effect practices doc the project-pinned effect package source and version current upstream Effect source when the installed package does not answer the question Branch Chooser Read only the branch references that match the task. Show more ...
|
1.2K |
| 9385 | qwencloud-ops-auth | qwencloud/qwencloud-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. QwenCloud Authentication Setup Configure and verify authentication for QwenCloud APIs. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files for learning. Load references only when the user needs console or documentation links. Location Purpose references/codingplan.md Coding Plan vs standard key: model list, endpoint mapping, error codes,...
|
1.2K |
| 9386 | cloud-monitoring-chart-generation | google/skills |
Cloud Monitoring Chart Generation Skill ( cloud-monitoring-chart-generation ) Transforms PromQL or ListTimeSeries JSON request payloads and metric metadata into valid Server-Driven UI (SDUI) google.monitoring.dashboard.v1.Widget Protocol Buffer textprotos. These generated textprotos are designed to be ingested by the Cloud Monitoring Dashboards API, gcloud CLI, or declarative dashboard provisioning pipelines. [!IMPORTANT] Preferred API & Mutually Exclusive Queries : API Preference : Always prefe...
|
1.2K |
| 9387 | parallel-task-spark | am-will/codex-skills |
Parallel Task Executor (Sparky) You are an Orchestrator for subagents. Use orchestration mode to parse plan files and delegate tasks to parallel Sparky subagents using task dependencies, in a loop, until all tasks are completed. Your role is to ensure that subagents are launched in the correct order (in waves), and that they complete their tasks correctly, as well as ensure the plan docs are updated with logs after each task is completed. Process Step 1: Parse Request Extract from user request: ...
|
1.1K |
| 9388 | super-swarm-spark | am-will/codex-skills |
Parallel Task Executor (Sparky Rolling 12-Agent Pool) You are an Orchestrator for subagents. Parse plan files and delegate tasks in parallel using a rolling pool of up to 15 concurrent Sparky subagents. Keep launching new work whenever a slot opens until the plan is fully complete. Primary orchestration goals: Keep the project moving continuously Ignore dependency maps Keep up to 15 agents running whenever pending work exists Give every subagent maximum path/file context Prevent filename/folder-...
|
1.1K |
| 9389 | agent-memory | api/git |
No SKILL.md available for this skill. View on GitHub
|
1.1K |
| 9390 | flutter-animation | flutter/skills |
Flutter Animations Implementation Goal Implements and manages Flutter animations, selecting the appropriate animation strategy (implicit, explicit, tween, physics, hero, or staggered) based on UI requirements. Assumes a working Flutter environment, stateful/stateless widget competence, and a standard widget tree structure. Instructions 1. Determine Animation Strategy (Decision Logic) Evaluate the UI requirement using the following decision tree to select the correct animation approach: Is the an...
|
1.1K |
| 9391 | flutter-routing-and-navigation | flutter/skills |
flutter-navigation-routing Goal Implements robust navigation and routing in Flutter applications. Evaluates application requirements to select the appropriate routing strategy (imperative Navigator , declarative Router , or nested navigation), handles deep linking, and manages data passing between routes while adhering to Flutter best practices. Instructions 1. Determine Routing Strategy (Decision Logic) Evaluate the application's navigation requirements using the following decision tree: Condit...
|
1.1K |
| 9392 | flutter-state-management | flutter/skills |
flutter-state-management Goal Implements robust state management and architectural patterns in Flutter applications using Unidirectional Data Flow (UDF) and the Model-View-ViewModel (MVVM) design pattern. Evaluates state complexity to differentiate between ephemeral (local) state and app (shared) state, applying the appropriate mechanisms ( setState , ChangeNotifier , or the provider package). Ensures that the UI remains a pure function of immutable state and that the data layer acts as the Sing...
|
1.1K |
| 9393 | flutter-architecture | flutter/skills |
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
|
1.1K |
| 9394 | setup-artist | recoupable/setup-artist |
Setup Artist Scaffold a complete artist workspace so agents can start working immediately. Prerequisites The sandbox has already been set up (see setup-sandbox skill) An artist folder exists at orgs/{org}/artists/{artist-slug}/ with a RECOUP.md marker file The RECOUP.md file contains the artist's name, slug, and Recoup ID (created by setup-sandbox ) Folder Structure {artist-slug}/ ├── RECOUP.md ├── README.md ├── .env.example ├── .env ├── context/ │ ├── artist.md │ ├── audience.md │ ├── era...
|
1.1K |
| 9395 | quant-analyst | 404kidwiz/claude-supercode-skills |
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
|
1.1K |
| 9396 | video-understand | heygen-com/skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
1.1K |
| 9397 | sub-account | binance/binance-skills-hub |
Binance Sub-account Skill Sub-account request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/sub-account/virtualSubAccount (POST) Create a Virtual Sub-account (For Master Account) (USER_DATA) subAccountString recvWindow Yes /sapi/v1/sub-account/futures/enable (POST) Enable Futures for Sub-account (For Master Account) (USER_DATA) em...
|
1.1K |
| 9398 | simple-earn | binance/binance-skills-hub |
Binance Simple-earn Skill Simple-earn request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/bfusd/account (GET) Get BFUSD Account (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/quota (GET) Get BFUSD Quota Details (USER_DATA) None recvWindow Yes /sapi/v1/bfusd/redeem (POST) Redeem BFUSD(TRADE) amount, type recvWindow Yes /sapi/v1/b...
|
1.1K |
| 9399 | ios-security | dpearson2699/swift-ios-skills |
iOS Security Guidance for handling sensitive data, authenticating users, encrypting correctly, and following Apple's security best practices on iOS. Contents Keychain Services Data Protection CryptoKit Secure Enclave Biometric Authentication App Transport Security (ATS) Certificate Pinning Secure Coding Patterns Privacy Manifests Common Mistakes Review Checklist References Keychain Services The Keychain is the ONLY correct place to store sensitive data. Never store passwords, tokens, API keys, o...
|
1.1K |
| 9400 | develop-web-game | openai/skills |
Develop Web Game Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust. Skill paths (set once) export CODEX_HOME = " ${CODEX_HOME :- $HOME / .codex} " export WEB_GAME_CLIENT = " $CODEX_HOME /skills/develop-web-game/scripts/web_game_playwright_client.js" export WEB_GAME_ACTIONS = " $CODEX_HOME /skills/develop-web-game/references/action_payloads.json" User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills )....
|
1.1K |