Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,417
总 Skills
160.1M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
1901 java-add-graalvm-native-image-support github/awesome-copilot
GraalVM Native Image Agent You are an expert in adding GraalVM native image support to Java applications. Your goal is to: Analyze the project structure and identify the build tool (Maven or Gradle) Detect the framework (Spring Boot, Quarkus, Micronaut, or generic Java) Add appropriate GraalVM native image configuration Build the native image Analyze any build errors or warnings Apply fixes iteratively until the build succeeds Your Approach Follow Oracle's best practices for GraalVM native image...
8.7K
1902 sponsor-finder github/awesome-copilot
Sponsor Finder Discover opportunities to support the open source maintainers behind your project's dependencies. Accepts a GitHub owner/repo (e.g. /sponsor expressjs/express ), uses the deps.dev API for dependency resolution and project health data, and produces a friendly sponsorship report covering both direct and transitive dependencies. Your Workflow When the user types /sponsor {owner/repo} or provides a repository in owner/repo format: Parse the input — Extract owner and repo . Detect the ...
8.7K
1903 cosmosdb-datamodeling github/awesome-copilot
Azure Cosmos DB NoSQL Data Modeling Expert System Prompt version: 1.0 last_updated: 2025-09-17 Role and Objectives You are an AI pair programming with a USER. Your goal is to help the USER create an Azure Cosmos DB NoSQL data model by: Gathering the USER's application details and access patterns requirements and volumetrics, concurrency details of the workload and documenting them in the cosmosdb_requirements.md file Design a Cosmos DB NoSQL model using the Core Philosophy and Design Patterns fr...
8.7K
1904 kotlin-mcp-server-generator github/awesome-copilot
Kotlin MCP Server Project Generator Generate a complete, production-ready Model Context Protocol (MCP) server project in Kotlin. Project Requirements You will create a Kotlin MCP server with: Project Structure : Gradle-based Kotlin project layout Dependencies : Official MCP SDK, Ktor, and kotlinx libraries Server Setup : Configured MCP server with transports Tools : At least 2-3 useful tools with typed inputs/outputs Error Handling : Proper exception handling and validation Documentation : READM...
8.7K
1905 flutter-reducing-app-size flutter/agent-plugins
Reducing Flutter App Size Contents Core Concepts Workflow: Generating Size Analysis Files Workflow: Analyzing Size Data in DevTools Workflow: Estimating iOS Download Size Workflow: Implementing Size Reduction Strategies Examples Core Concepts Debug vs. Release: Never use debug builds to measure app size. Debug builds include VM overhead and lack Ahead-Of-Time (AOT) compilation and tree-shaking. Upload vs. Download Size: The size of an upload package (APK, AAB, IPA) does not represent the end-use...
8.7K
1906 flutter-building-forms flutter/agent-plugins
Building Validated Forms Contents Form Architecture Field Validation Workflow: Implementing a Validated Form Examples Form Architecture Implement forms using a Form widget to group and validate multiple input fields together. Use a StatefulWidget: Always host your Form inside a StatefulWidget . Persist the GlobalKey: Instantiate a GlobalKey<FormState> exactly once as a final variable within the State class. Do not generate a new GlobalKey inside the build method; doing so is resource-expensive a...
8.7K
1907 flutter-handling-http-and-json flutter/agent-plugins
Handling HTTP and JSON Contents Core Guidelines Workflow: Executing HTTP Operations Workflow: Implementing JSON Serialization Workflow: Parsing Large JSON in the Background Examples Core Guidelines Enforce HTTPS: iOS and Android disable cleartext (HTTP) connections by default. Always use HTTPS endpoints. If HTTP is strictly required for debugging, configure network_security_config.xml (Android) and NSAppTransportSecurity (iOS). Construct URIs Safely: Always use Uri.https(authority, unencodedPath...
8.7K
1908 mcp-copilot-studio-server-generator github/awesome-copilot
Power Platform MCP Connector Generator Generate a complete Power Platform custom connector with Model Context Protocol (MCP) integration for Microsoft Copilot Studio. This prompt creates all necessary files following Power Platform connector standards with MCP streamable HTTP support. Instructions Create a complete MCP server implementation that: Uses Copilot Studio MCP Pattern: Implement x-ms-agentic-protocol: mcp-streamable-1.0 Support JSON-RPC 2.0 communication protocol Provide streamable HTT...
8.7K
1909 shuffle-json-data github/awesome-copilot
Shuffle JSON Data Overview Shuffle repetitive JSON objects without corrupting the data or breaking JSON syntax. Always validate the input file first. If a request arrives without a data file, pause and ask for one. Only proceed after confirming the JSON can be shuffled safely. Role You are a data engineer who understands how to randomise or reorder JSON data without sacrificing integrity. Combine data-engineering best practices with mathematical knowledge of randomizing data to protect data qual...
8.7K
1910 declarative-agents github/awesome-copilot
Microsoft 365 Declarative Agents Development Kit I'll help you create and develop Microsoft 365 Copilot declarative agents using the latest v1.5 schema with comprehensive TypeSpec and Microsoft 365 Agents Toolkit integration. Choose from three specialized workflows: Workflow 1: Basic Agent Creation Perfect for : New developers, simple agents, quick prototypes I'll guide you through: Agent Planning : Define purpose, target users, and core capabilities Capability Selection : Choose from 11 availab...
8.7K
1911 typespec-create-agent github/awesome-copilot
Create TypeSpec Declarative Agent Create a complete TypeSpec declarative agent for Microsoft 365 Copilot with the following structure: Requirements Generate a main.tsp file with: Agent Declaration Use @agent decorator with a descriptive name and description Name should be 100 characters or less Description should be 1,000 characters or less Instructions Use @instructions decorator with clear behavioral guidelines Define the agent's role, expertise, and personality Specify what the agent should a...
8.7K
1912 power-platform-mcp-connector-suite github/awesome-copilot
Power Platform MCP Connector Suite Generate comprehensive Power Platform custom connector implementations with Model Context Protocol integration for Microsoft Copilot Studio. MCP Capabilities in Copilot Studio Currently Supported: ✅ Tools : Functions that the LLM can call (with user approval) ✅ Resources : File-like data that agents can read (must be tool outputs) Not Yet Supported: ❌ Prompts : Pre-written templates (prepare for future support) Connector Generation Create complete Power Platfor...
8.7K
1913 az-cost-optimize github/awesome-copilot
Azure Cost Optimize This workflow analyzes Infrastructure-as-Code (IaC) files and Azure resources to generate cost optimization recommendations. It creates individual GitHub issues for each optimization opportunity plus one EPIC issue to coordinate implementation, enabling efficient tracking and execution of cost savings initiatives. Prerequisites Azure MCP server configured and authenticated GitHub MCP server configured and authenticated Target GitHub repository identified Azure resources deplo...
8.7K
1914 containerize-aspnet-framework github/awesome-copilot
ASP.NET .NET Framework Containerization Prompt Containerize the ASP.NET (.NET Framework) project specified in the containerization settings below, focusing exclusively on changes required for the application to run in a Windows Docker container. Containerization should consider all settings specified here. REMEMBER: This is a .NET Framework application, not .NET Core. The containerization process will be different from that of a .NET Core application. Containerization Settings This section of th...
8.7K
1915 azure-resource-health-diagnose github/awesome-copilot
Azure Resource Health & Issue Diagnosis This workflow analyzes a specific Azure resource to assess its health status, diagnose potential issues using logs and telemetry data, and develop a comprehensive remediation plan for any problems discovered. Prerequisites Azure MCP server configured and authenticated Target Azure resource identified (name and optionally resource group/subscription) Resource must be deployed and running to generate logs/telemetry Prefer Azure MCP tools ( azmcp-* ) over dir...
8.7K
1916 defi-protocol-templates wshobson/agents
DeFi Protocol Templates Production-ready templates for common DeFi protocols including staking, AMMs, governance, lending, and flash loans. When to Use This Skill Building staking platforms with reward distribution Implementing AMM (Automated Market Maker) protocols Creating governance token systems Developing lending/borrowing protocols Integrating flash loan functionality Launching yield farming platforms Staking Contract // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; import "@open...
8.7K
1917 documentation anthropics/knowledge-work-plugins
Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. Document Types README What this is and why it exists Quick start (< 5 minutes to first success) Configuration and usage Contributing guide API Documentation Endpoint reference with request/response examples Authentication and error codes Rate limits and pagination SDK examples Runbook When to use this runbook Prerequisites and access needed Step-by-step procedure Rollback steps Escalat...
8.7K
1918 continuous-learning affaan-m/ecc
Continuous Learning Skill - DEPRECATED DEPRECATED 2026-04-28. Use continuous-learning-v2 instead. v2 is a strict superset: stop-hook observation becomes PreToolUse/PostToolUse observation, full skills become atomic instincts with confidence scoring, and global-only storage becomes project-scoped plus global promotion. This file is kept for archival reference and backward compatibility with existing installs. Original v1 Documentation (archival) Automatically evaluates Claude Code sessions on end...
8.7K
1919 deployment-patterns affaan-m/ecc
Deployment Patterns Production deployment workflows and CI/CD best practices. When to Activate Setting up CI/CD pipelines Dockerizing an application Planning deployment strategy (blue-green, canary, rolling) Implementing health checks and readiness probes Preparing for a production release Configuring environment-specific settings Deployment Strategies Rolling Deployment (Default) Replace instances gradually — old and new versions run simultaneously during rollout. Show more Installs 1.6K Reposi...
8.7K
1920 dbs-script-flow dontbesilent2025/dbskill
dbs-script-flow — 逻辑延续检查 版本 :v1.1 适用场景 :检查短视频逐字稿的段落衔接、信息密度和口播流畅度,找出"观众会在哪一秒划走"的风险点 触发条件 当用户: 说「检查逻辑延续」「看看逻辑有没有断」「有没有啰嗦的地方」 说「帮我看看这个稿子顺不顺」「这个稿子能不能一直看下去」 说「检查完播率风险」「哪里会划走」 使用 /dbs-script-flow 或 /逻辑延续 与其他 Skill 的区别 Show more Installs 683 Repository dontbesilent2025/dbskill GitHub Stars 7.5K First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
8.7K
1921 dbs-bridge dontbesilent2025/dbskill
dbs-bridge:多端 skill 桥接 把任意包含 SKILL.md 的 skill 源目录,或包含多个 skill 子目录的集合目录,用软链同时挂到: ~/.claude/skills/<skill-name> ~/.codex/skills/<skill-name> ~/.agents/skills/<skill-name> 同时为 Grok 生成薄 bridge: ~/.grok/skills/<skill-name>/SKILL.md 这样 Claude Code、Codex、豆包 Mac App、Trae Solo、Grok 等 Agent 都能通过同一个源目录调用该 skill。源目录改动后,各端自动同步。源目录可以在 dbskill 仓库内,也可以在外部项目、 ~/.claude/skills / ~/.codex/skills / ~/.agents/skills / ~/.grok/skills 以外的本地目录、iCloud 目录或其他工作区。 核心原则 Show more Installs 692 Repository dontbesilent2025/dbs...
8.7K
1922 clerk-expo clerk/skills
Clerk Expo (React Native) This skill implements Clerk in Expo / React Native projects by inspecting the installed @clerk/expo package source and mirroring current hook and component behavior. Activation Rules Activate this skill when either condition is true: The user explicitly asks for Expo, React Native, @clerk/expo , ClerkProvider , or related Clerk component/hook implementation. The project appears to be Expo/React Native (for example app.json , app.config.js , metro.config.js , expo in pac...
8.7K
1923 elysiajs elysiajs/skills
ElysiaJS Development Skill Always consult elysiajs.com/llms.txt for code examples and latest API. Overview ElysiaJS is a TypeScript framework for building Bun-first (but not limited to Bun) type-safe, high-performance backend servers. This skill provides comprehensive guidance for developing with Elysia, including routing, validation, authentication, plugins, integrations, and deployment. When to Use This Skill Trigger this skill when the user asks to: Create or modify ElysiaJS routes, han...
8.7K
1924 emblem-memecoin-scout emblemcompany/agent-skills
Emblem Memecoin Scout Memecoin discovery and risk assessment powered by EmblemAI . Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Chains Pump.fun new token launches getPumpFunTokens Solana LaunchLab / Bonk.fun new tokens discoverLaunchLabTokens Solana Trending memecoins findSolanaGems , birdeyeTrendingToken...
8.6K
1925 emblem-token-swap emblemcompany/agent-skills
Emblem Token Swap Guided token swapping powered by EmblemAI . Swap tokens on Solana, Ethereum, Base, BSC, Polygon, and Hedera with automatic routing. Cross-chain bridging via ChangeNow. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Chain Quote Tool Swap Tool Balance Tool Token Search Solana splBuyIntent (quote mode) splBuyIntent (swap mode) solanaBalances findSolanaSwapToken Ethereum ethSwapQuote ethSwap ethGetBalances searchCryptoByName Base baseSwapQuote baseSwap ba...
8.6K
1926 flutter-handling-concurrency flutter/skills
Managing Dart Concurrency and Isolates Contents Core Concepts Decision Matrix: Async vs. Isolates Workflows Implementing Standard Asynchronous UI Offloading Short-Lived Heavy Computation Establishing Long-Lived Worker Isolates Examples Core Concepts Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate. Asynchronous Operations ( async / await ): Use for non-blocking I/O tasks (n...
8.6K
1927 centos-linux-triage github/awesome-copilot
CentOS Linux Triage You are a CentOS Linux expert. Diagnose and resolve the user’s issue with RHEL-compatible commands and practices. Inputs ${input:CentOSVersion} (optional) ${input:ProblemSummary} ${input:Constraints} (optional) Instructions Confirm CentOS release (Stream vs. legacy) and environment assumptions. Provide triage steps using systemctl , journalctl , dnf / yum , and logs. Offer remediation steps with copy-paste-ready commands. Include verification commands after each major change....
8.6K
1928 flutter-localizing-apps flutter/skills
Localizing Flutter Applications Contents Core Configuration Defining ARB Resources App Integration Advanced Formatting Workflows Troubleshooting & Gotchas Core Configuration Configure the project to support code generation for localizations. Add required dependencies to pubspec.yaml : dependencies : flutter : sdk : flutter flutter_localizations : sdk : flutter intl : any flutter : generate : true Required for l10n code generation Create an l10n.yaml file in the project root to configure the gen...
8.6K
1929 entra-agent-user github/awesome-copilot
SKILL: Creating Agent Users in Microsoft Entra Agent ID Overview An agent user is a specialized user identity in Microsoft Entra ID that enables AI agents to act as digital workers. It allows agents to access APIs and services that strictly require user identities (e.g., Exchange mailboxes, Teams, org charts), while maintaining appropriate security boundaries. Agent users receive tokens with idtyp=user , unlike regular agent identities which receive idtyp=app . Prerequisites A Microsoft Entra te...
8.6K
1930 update-avm-modules-in-bicep github/awesome-copilot
Update Azure Verified Modules in Bicep Files Update Bicep file ${file} to use latest Azure Verified Module (AVM) versions. Limit progress updates to non-breaking changes. Don't output information other than the final output table and summary. Process Scan : Extract AVM modules and current versions from ${file} Identify : List all unique AVM modules used by matching avm/res/{service}/{resource} using search tool Check : Use fetch tool to get latest version of each AVM module from MCR: https://mcr...
8.6K
1931 flutter-working-with-databases flutter/skills
Architecting the Data Layer Contents Core Architecture Services Implementation Repository Implementation Caching Strategies Workflows Examples Core Architecture Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer. Separate the data layer into two distinct components: Repositories and Services . Repositories Act as the SSOT for a specific domain ent...
8.6K
1932 ruby-mcp-server-generator github/awesome-copilot
Ruby MCP Server Generator Generate a complete, production-ready MCP server in Ruby using the official Ruby SDK. Project Generation When asked to create a Ruby MCP server, generate a complete project with this structure: my-mcp-server/ ├── Gemfile ├── Rakefile ├── lib/ │ ├── my_mcp_server.rb │ ├── my_mcp_server/ │ │ ├── server.rb │ │ ├── tools/ │ │ │ ├── greet_tool.rb │ │ │ └── calculate_tool.rb │ │ ├── prompts/ │ │ │ └── code_review_prompt.rb │ │ └── resourc...
8.6K
1933 code-review-expert sanyuan0704/code-review-expert
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
8.6K
1934 flutter-handling-concurrency flutter/agent-plugins
Managing Dart Concurrency and Isolates Contents Core Concepts Decision Matrix: Async vs. Isolates Workflows Implementing Standard Asynchronous UI Offloading Short-Lived Heavy Computation Establishing Long-Lived Worker Isolates Examples Core Concepts Dart utilizes a single-threaded execution model driven by an Event Loop (comparable to the iOS main loop). By default, all Flutter application code runs on the Main Isolate. Asynchronous Operations ( async / await ): Use for non-blocking I/O tasks (n...
8.6K
1935 flutter-localizing-apps flutter/agent-plugins
Localizing Flutter Applications Contents Core Configuration Defining ARB Resources App Integration Advanced Formatting Workflows Troubleshooting & Gotchas Core Configuration Configure the project to support code generation for localizations. Add required dependencies to pubspec.yaml : dependencies : flutter : sdk : flutter flutter_localizations : sdk : flutter intl : any flutter : generate : true Required for l10n code generation Create an l10n.yaml file in the project root to configure the gen...
8.6K
1936 flutter-working-with-databases flutter/agent-plugins
Architecting the Data Layer Contents Core Architecture Services Implementation Repository Implementation Caching Strategies Workflows Examples Core Architecture Construct the data layer as the Single Source of Truth (SSOT) for all application data. In an MVVM architecture, the data layer represents the Model. Never update application data outside of this layer. Separate the data layer into two distinct components: Repositories and Services . Repositories Act as the SSOT for a specific domain ent...
8.6K
1937 team-composition-analysis wshobson/agents
Team Composition Analysis Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A. Overview Build the right team at the right time with appropriate compensation and equity. Plan role-by-role hiring aligned with revenue milestones, budget constraints, and market benchmarks. Team Structure by Stage Pre-Seed (0-$500K ARR) Team Size: 2-5 people Core Roles: Founders (2-3): Product, engineering, busines...
8.6K
1938 slo-implementation wshobson/agents
SLO Implementation Framework for defining and implementing Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets. Purpose Implement measurable reliability targets using SLIs, SLOs, and error budgets to balance reliability with innovation velocity. When to Use Define service reliability targets Measure user-perceived reliability Implement error budgets Create SLO-based alerts Track reliability goals SLI/SLO/SLA Hierarchy SLA (Service Level Agreement) ↓ Contract...
8.6K
1939 service-mesh-observability wshobson/agents
Service Mesh Observability Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments. When to Use This Skill Setting up distributed tracing across services Implementing service mesh metrics and dashboards Debugging latency and error issues Defining SLOs for service communication Visualizing service dependencies Troubleshooting mesh connectivity Core Concepts 1. Three Pillars of Observability ┌─────────────────────────────────────────────────────┐ │ ...
8.6K
1940 notebooklm teng-lin/notebooklm-py
NotebookLM Automation Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI. Create notebooks, add sources (URLs, YouTube, PDFs, audio, video, images), chat with content, generate all artifact types, and download results in multiple formats. Installation From PyPI (Recommended for AI agents — Python-version-aware): pip install "notebooklm-py[browser]" mandatory; errors must propagate [cookies] (rookiepy) is optional and known to FAIL TO BUILD on Pyt...
8.6K
1941 ai-image-generation whytryharder/superpowers
AI Image Generation Generate and edit images with 11+ AI models via the RunComfy CLI — text-to-image and image-to-image, one auth, one command. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each. runcomfy.com · Browse all models · CLI docs Powered by the RunComfy CLI 1. Install (one of — see runcomfy-cli skill for details) npm i -g @runcomfy/cli global install npx -y @runcomfy/cli --version zero-install 2. ...
8.6K
1942 track-management wshobson/agents
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
8.6K
1943 on-call-handoff-patterns wshobson/agents
On-Call Handoff Patterns Effective patterns for on-call shift transitions, ensuring continuity, context transfer, and reliable incident response across shifts. When to Use This Skill Transitioning on-call responsibilities Writing shift handoff summaries Documenting ongoing investigations Establishing on-call rotation procedures Improving handoff quality Onboarding new on-call engineers Core Concepts 1. Handoff Components Component Purpose Active Incidents What's currently broken Ongoing Invest...
8.6K
1944 eval-harness affaan-m/ecc
Eval Harness Skill A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles. When to Activate Setting up eval-driven development (EDD) for AI-assisted workflows Defining pass/fail criteria for Claude Code task completion Measuring agent reliability with pass@k metrics Creating regression test suites for prompt or agent changes Benchmarking agent performance across model versions Philosophy Eval-Driven Development treats evals as the "unit test...
8.6K
1945 hyperliquid starchild-ai-agent/official-skills
Hyperliquid Trading Trade perpetual futures and spot tokens on Hyperliquid, a fully on-chain decentralized exchange. Orders are signed using this agent's EVM wallet and submitted directly to the Hyperliquid L1. Prerequisites Before trading, the wallet policy must be active. Load the wallet-policy skill and propose the standard wildcard policy (deny key export + allow * ). This covers all Hyperliquid operations — USDC deposits, EIP-712 order signing, and withdrawals. Available Tools Account & Mar...
8.6K
1946 shopify-functions shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<function type or operation>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these fl...
8.6K
1947 bazel-build-optimization wshobson/agents
Bazel Build Optimization Production patterns for Bazel in large-scale monorepos. When to Use This Skill Setting up Bazel for monorepos Configuring remote caching/execution Optimizing build times Writing custom Bazel rules Debugging build issues Migrating to Bazel Core Concepts 1. Bazel Architecture workspace/ ├── WORKSPACE.bazel External dependencies ├── .bazelrc Build configurations ├── .bazelversion Bazel version ├── BUILD.bazel Root build file ├── ap...
8.6K
1948 upgrading-react-native callstackincubator/agent-skills
Upgrading React Native Overview Covers the full React Native upgrade workflow: template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls. Typical Upgrade Sequence Route : Choose the right upgrade path via upgrading-react-native.md Diff : Fetch the canonical template diff using Upgrade Helper via upgrade-helper-core.md Dependencies : Assess and update third-party packages via upgrading-dependencies.md React : Align React version if upgraded via react.md Expo (if a...
8.6K
1949 marimo-pair marimo-team/marimo-pair
marimo Pair Programming Protocol You can interact with a running marimo notebook via bundled scripts or MCP . The bundled scripts are the default — they work everywhere with no extra setup. The workflow is identical either way; only the execution method differs. Prerequisites The marimo server must be started with token and skew protection disabled: marimo edit notebook.py --no-token --no-skew-protection This allows the scripts to talk to the HTTP API without authentication. How to List Sessions...
8.6K
1950 nature-paper2ppt yuan1z0825/nature-skills
Purpose Transform a scientific paper or paper-derived notes into a complete Chinese, figure-integrated PPTX presentation package with a Nature-style reporting logic. The skill must not stop at an outline or script. The expected end product is a real .pptx deck. Keep supporting files minimal unless the user asks for more traceability. Use this skill for papers across scientific fields, including: life sciences and medicine chemistry and materials science environmental and earth sciences physics a...
8.6K