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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
8101 cs-issue codestable/codestable
cs-issue 把问题诊断清楚;获得修复授权时,再修根因并证明它修好了。 开工 有 .codestable/attention.md 就先读。 按错误信息与相关模块关键词检索 .codestable/lessons/ 、项目文档,以及存在的 v1 只读知识目录: .codestable/roadmap/ 、 .codestable/features/ 、 .codestable/issues/ 、 .codestable/refactors/ 、 .codestable/goals/ 、 .codestable/compound/ 、 .codestable/audits/ 、 .codestable/brainstorms/ 、 .codestable/feedback/ ;这个坑可能踩过,命中要报告来源路径。上述 v1 目录不得继续生成、原地改写或批量迁移,新结论按归属进入 v2 Epic、项目文档、ADR 或 lesson。 同一会话由 cs 交入且带已确认 handoff 时,直接消费目标入口、原始诉求、目标或期望行为、范围/非目标、验收、已核实仓库事实及来源、owner 已...
1.4K
8102 systematic-debugging sickn33/agentic-awesome-skills
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
1.4K
8103 aws-serverless sickn33/agentic-awesome-skills
No SKILL.md available for this skill. View on GitHub Installs 1.2K Repository aws/agent-toolk…-for-aws GitHub Stars 728 First Seen May 6, 2026
1.4K
8104 code-review alinaqi/maggy
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
1.4K
8105 sf-connected-apps jaganpro/sf-skills
Expert in creating and managing Salesforce Connected Apps and External Client Apps (ECAs) with OAuth configuration, security best practices, and metadata compliance. Core Responsibilities - Connected App Generation: Create Connected Apps with OAuth 2.0 configuration, scopes, and callbacks - External Client App Generation: Create ECAs with modern security model and separation of concerns - Security Review: Analyze OAuth configurations for security best practices - Validation & Scoring: Scor...
1.4K
8106 rev-idapython p4nda0s/reverse-skills
rev-idapython - IDAPython / IDALib Script Reference IDAPython script snippets for IDA interactive use and IDALib headless analysis. Use as reference when generating IDAPython code. IDAPython : scripts run inside IDA GUI (Script Command, plugin, or IDC console) IDALib : headless mode introduced in IDA 9.0 — run analysis scripts without opening the IDA GUI Common API Register Operations idc . get_reg_value ( 'rax' ) idaapi . set_reg_val ( "rax" , 1234 ) Debug Memory Operations idc . read_dbg_byte ...
1.4K
8107 mapbox-token-security mapbox/mapbox-agent-skills
Mapbox Token Security Skill This skill provides security expertise for managing Mapbox access tokens safely and effectively. Token Types and When to Use Them Public Tokens (pk.*) Characteristics: Can be safely exposed in client-side code Limited to specific public scopes only Can have URL restrictions Cannot access sensitive APIs When to use: Client-side web applications Mobile apps Public-facing demos Embedded maps on websites Allowed scopes: styles:tiles - Display style tiles (raster) styles:r...
1.4K
8108 newsletter-generation bytedance/deer-flow
Newsletter Generation Skill Overview This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable. The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publi...
1.4K
8109 context-window-management sickn33/agentic-awesome-skills
Context Window Management Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Capabilities context-engineering context-summarization context-trimming context-routing token-counting context-prioritization Prerequisites Knowledge: LLM fundamentals, Tokenization basics, Prompt engineering Skills_recommended: prompt-engineering Scope Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 14, 2026 Securi...
1.4K
8110 worldcup starchild-ai-agent/official-skills
⚽ World Cup 2026 Skill FIFA World Cup 2026 data + the points-based prediction game. Script skill — call the functions in core.skill_tools.worldcup from bash and read the JSON. Auth is automatic (container JWT); no API key needed. How to call python3 -c "from core.skill_tools import worldcup; import json; print(json.dumps(worldcup.get_today_matches()))" Every function returns a dict like {"success": true, "data": ...} (or {"success": false, "error": ...} on failure). When to use Show more Install...
1.4K
8111 survey-generation lingzhi227/agent-research-skills
Survey Generation Generate complete academic survey papers with structured outline, RAG-based writing, and citation validation. Input $0 — Survey topic or research area Scripts Literature search python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 50 References Survey prompts (outline, writing, citation, coherence): ~/.claude/skills/survey-generation/references/survey-prompts.md Show more
1.4K
8112 rev-unicorn-debug p4nda0s/reverse-skills
rev-unicorn-debug - Unicorn Emulation Debugger Debug and emulate specific code fragments or functions using the Unicorn engine. Analyze context dependencies (JNI, syscalls, library functions) and simulate them through hook mechanisms to complete the user's debugging goal. Core Principles Load file raw first — do NOT parse ELF/PE/Mach-O headers. Read the file as raw bytes and map directly into Unicorn memory. We only need to emulate specific functions, not the entire binary. If raw loading fails ...
1.4K
8113 huggingface-vision-trainer huggingface/skills
Vision Model Training on Hugging Face Jobs Train object detection, image classification, and SAM/SAM2 segmentation models on managed cloud GPUs. No local GPU setup required—results are automatically saved to the Hugging Face Hub. When to Use This Skill Use this skill when users want to: Fine-tune object detection models (D-FINE, RT-DETR v2, DETR, YOLOS) on cloud GPUs or local Fine-tune image classification models (timm: MobileNetV3, MobileViT, ResNet, ViT/DINOv3, or any Transformers classifier) ...
1.4K
8114 list-npm-package-content vercel/ai
List npm Package Content This skill lists the exact contents of an npm package tarball - the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g., packages/ai): bash scripts/list-package-files.sh The script will build the package, create a tarball, list its contents, and clean up automatically. Understanding Package Contents The files included are determined by: files field in package.json - explicit allowlist of files/d...
1.4K
8115 tradingview-quantitative hypier/tradingview-quantitative-skills
Quantitative Investment Analysis Expert Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations. Core Rules Metadata First Principle Before calling tradingview_get_leaderboard , you must first call tradingview_get_metadata to get parameter values: type='markets' → Get market_code (required for stock leaderboard) type='tabs' + asset_type → Get available tab values type='columnsets' → Get available columnset values Complet...
1.4K
8116 screenci screenci/screenci
ScreenCI Video and Guide Skill Use this skill when the task is about ScreenCI video recording workflows in an existing project, or updating .video.ts files and screenci.config.ts . Trigger this skill when the user asks to: create a video show a flow as a video create a guide/demo video Routing rules: If the user provides a URL for video context, always use the playwright-cli skill first. It drives a real browser from the CLI (navigate, snapshot, click, type) so you can discover the actual page f...
1.4K
8117 android-kotlin-development aj-geddes/useful-ai-prompts
Android Kotlin Development Overview Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI. When to Use Creating native Android applications with best practices Using Kotlin for type-safe development Implementing MVVM architecture with Jetpack Building modern UIs with Jetpack Compose Integrating with Android platform APIs Instructions 1. Models & API Service // Models data class User( val id: String, val na...
1.4K
8118 senior-frontend alirezarezvani/claude-skills
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
1.4K
8119 find-models replicate/skills
Always search the API for current models The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore. Always start by querying the Replicate API. Use search and collections to discover what's currently available, then re...
1.4K
8120 cs-brainstorm codestable/codestable
cs-brainstorm brainstorm 是"讨论层"统一入口。 三件最重要的事: brainstorm 是创意空间不是审计关卡 ——探索 / 质疑 / 改主意 / 聊着聊着发现真正想做的是另一件事都正常 任何话题都可以聊 ——用户想聊库 / Schema / 接口就聊;TA 提出来说明心里有谱,趁早讨论清楚 design 阶段更省力,不设话题黑名单。 AI 是思考伙伴不是记录员 ——用户来这步是想被挑战、被启发,不是被一条条问题填表。如果只是把用户的话整理一遍写下来这步就白做了 共享路径和命名约定看 .codestable/reference/shared-conventions.md 。需要 owner 在 interview / grill 中做路线、范围或下一步审批时,先读 .codestable/reference/approval-conventions.md 并把 approval-report.md 写到对应 brainstorm / feature / roadmap 目录。 Spec Show more Installs 80 Repository code...
1.4K
8121 wps-excel lc2panda/wps-skills
WPS 表格智能助手 你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。 核心能力 1. 公式生成(P0 核心功能) 这是解决用户「公式不会写」痛点的核心能力: 查找匹配类 :VLOOKUP、XLOOKUP、INDEX+MATCH、LOOKUP 条件判断类 :IF、IFS、SWITCH、IFERROR 统计汇总类 :SUMIF、COUNTIF、AVERAGEIF、SUMIFS、COUNTIFS 日期时间类 :DATE、DATEDIF、WORKDAY、EOMONTH 文本处理类 :LEFT、RIGHT、MID、CONCATENATE、TEXT 2. 公式诊断 当用户公式报错时,分析原因并提供修复方案: REF! :引用了不存在的单元格或区域 N/A :查找函数未找到匹配值 VALUE! :参数类型错误 NAME? :函数名称错误或引用了未定义的名称 DIV/0! :除数为零 3. 数据清洗 去除前后空格(trim) 删除重复行(remove_duplicates) 删除空行(remove_e...
1.4K
8122 run-models replicate/skills
Docs Reference: https://replicate.com/docs/llms.txt OpenAPI schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Per-model docs: https://replicate.com/{owner}/{model}/llms.txt Set Accept: text/markdown when requesting docs pages for Markdown responses. Workflow Choose the right model - Search with the API or ask the user. Get model metadata - Fetch input and output schema via API. Create prediction - POST to /v1/predictions. Poll for results - GET prediction until...
1.4K
8123 woocommerce-code-review woocommerce/woocommerce
No SKILL.md available for this skill. View on GitHub
1.4K
8124 scientific-critical-thinking k-dense-ai/scientific-agent-skills
Scientific Critical Thinking Overview Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims. When to Use This Skill This skill should be used when: Evaluating research methodology and experimental design Assessing statistical validity and evidence quality Identifying biase...
1.4K
8125 tts marswaveai/skills
tts Convert any text into speech audio. Supports two backends (Kokoro local, Noiz cloud), two modes (simple or timeline-accurate), and per-segment voice control. Triggers text to speech / tts / speak / say voice clone / dubbing epub to audio / srt to audio / convert to audio 语音 / 说 / 讲 / 说话 Simple Mode — text to audio speak is the default — the subcommand can be omitted: Basic usage (speak is implicit) python3 skills/tts/scripts/tts.py -t "Hello world" add -o path to save python3 skills/tts/sc...
1.4K
8126 mapbox-search-integration mapbox/mapbox-agent-skills
Mapbox Search Integration Skill Expert guidance for implementing Mapbox search functionality in applications. Covers the complete workflow from asking the right discovery questions, selecting the appropriate search product, to implementing production-ready integrations following best practices from the Mapbox search team. Use This Skill When User says things like: "I need to add search to my map" "I need a search bar for my mapping app" "How do I implement location search?" "I want users to sear...
1.4K
8127 huggingface-trackio huggingface/skills
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Three Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Firing alerts for training diagnostics Python API references/alerts.md Retrieving metrics & alerts after/during training CLI references/retrieving_metrics.md When to Use Each Pyth...
1.4K
8128 finance-sentiment himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Finance Sentiment Skill Fetches structured stock sentiment from the Adanos Finance API. This skill is read-only. It is designed for research questions that are easier to answer with normalized sentiment signals than with raw social feeds. Use it when the user wants: cross-source stock sentiment Reddit/X.com/news/Polymarket comparisons buzz, bul...
1.4K
8129 wandb-primary wandb/skills
W&B Primary Skill This skill covers everything an agent needs to work with Weights & Biases: W&B SDK ( wandb ) — training runs, metrics, artifacts, sweeps, system metrics Weave SDK ( weave ) — GenAI traces, evaluations, scorers, token usage Helper libraries — wandb_helpers.py and weave_helpers.py for common operations When to use what I need to... Use Query training runs, loss curves, hyperparameters W&B SDK ( wandb.Api() ) — see references/WANDB_SDK.md Query GenAI traces, calls, evaluations Wea...
1.4K
8130 constitution giuseppe-trisciuoglio/developer-kit
Overview The Constitution skill manages the architectural DNA of a project through two shared documents: File Purpose docs/specs/architecture.md Technology stack, infrastructure, architectural rules, security constraints, AI guardrails docs/specs/ontology.md Domain glossary (Ubiquitous Language) — terms, definitions, bounded contexts These files live at docs/specs/ and are shared across all specifications. Unlike a monolithic constitution.md , these are created/enriched by brainstorm (Phase 6.8....
1.4K
8131 scientific-brainstorming k-dense-ai/scientific-agent-skills
Scientific Brainstorming Overview Scientific brainstorming is a conversational process for generating novel research ideas. Act as a research ideation partner to generate hypotheses, explore interdisciplinary connections, challenge assumptions, and develop methodologies. Apply this skill for creative scientific problem-solving. When to Use This Skill This skill should be used when: Generating novel research ideas or directions Exploring interdisciplinary connections and analogies Challenging ass...
1.4K
8132 plan boshu2/agentops
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
1.4K
8133 build-mvp buildgreatproducts/builder-os
Build MVP Build the complete app by executing every task in docs/product-roadmap.md , in order, until all tasks are checked off. Setup Read docs/product-roadmap.md first — it is the source of truth for what to build and in what order. docs/prd.md is the technical spec behind it; docs/design.md holds the visual design tokens; docs/product-vision.md holds the product strategy. Do not load these documents wholesale — each phase lists the specific Reference sections to read, plus whatever a task's N...
1.4K
8134 htmx mindrally/skills
HTMX Development You are an expert in HTMX for building dynamic web applications with minimal JavaScript. Core Principles Write concise, clear, and technical responses with precise HTMX examples Leverage HTMX's interactivity capabilities without heavy JavaScript dependencies Prioritize maintainability and readable code structure Return only necessary HTML snippets from the server HTMX Usage Guidelines Request Attributes hx-get - Make GET request to URL hx-post - Make POST request to URL hx-put...
1.4K
8135 scrape-webpage adobe/skills
Scrape Webpage Extract content, metadata, and images from a webpage for import/migration. When to Use This Skill Use this skill when: Starting a page import and need to extract content from source URL Need webpage analysis with local image downloads Want metadata extraction (Open Graph, JSON-LD, etc.) Invoked by: page-import skill (Step 1) Prerequisites Before using this skill, ensure: ✅ Node.js is available ✅ npm playwright is installed ( npm install playwright ) ✅ Chromium browser is installed...
1.4K
8136 icon-retrieval antvis/chart-visualization-skills
Icon Search This skill provides icon search and SVG string retrieval capabilities. It helps users find appropriate icons for various use cases including infographics, web development, design, and more. Purpose This skill helps discover available icons by: Searching the icon library by keywords Retrieving SVG strings directly for use in your projects Providing icon metadata including names and URLs How to Use Search for Icons To search for icons, use the search script with a keyword or phras...
1.4K
8137 csharp-concurrency-patterns aaronontheweb/dotnet-skills
Use this skill when: - Deciding how to handle concurrent operations in .NET - Evaluating whether to use async/await, Channels, Akka.NET, or other abstractions - Tempted to use locks, semaphores, or other synchronization primitives - Need to process streams of data with backpressure, batching, or debouncing - Managing state across multiple concurrent entities The Philosophy Start simple, escalate only when needed. Most concurrency problems can be solved with `async/await`. Only reach for...
1.4K
8138 huggingface-community-evals huggingface/skills
Overview This skill is for running evaluations against models on the Hugging Face Hub on local hardware . It covers: inspect-ai with local inference lighteval with local inference choosing between vllm , Hugging Face Transformers, and accelerate smoke tests, task selection, and backend fallback strategy It does not cover: Hugging Face Jobs orchestration model-card or model-index edits README table extraction Artificial Analysis imports .eval_results generation or publishing PR creation or commun...
1.4K
8139 stock-daily-analysis chjm-ai/stock-daily-analysis-skill
Daily Stock Analysis for OpenClaw 基于 LLM 的 A/H/美股智能分析 Skill,提供技术面分析和 AI 决策建议。 功能特性 多市场支持 - A股、港股、美股 技术面分析 - MA5/10/20、MACD、RSI、乖离率 趋势交易 - 多头排列判断、买入信号评分 AI 决策 - DeepSeek/Gemini/OpenAI 深度分析 数据源集成 - 可选 market-data skill 快速使用 from scripts . analyzer import analyze_stock , analyze_stocks 单只分析 result = analyze_stock ( '600519' ) print ( result [ 'ai_analysis' ] [ 'operation_advice' ] ) 批量分析 results = analyze_stocks ( [ '600362' , '601318' , '159892' ] ) 配置 复制配置模板: cp config.example.json config.json ...
1.4K
8140 discord-reader himself65/finance-skills
Discord Skill (Read-Only) Reads Discord for financial research using opencli , a universal CLI tool that bridges desktop apps and web services to the terminal via Chrome DevTools Protocol (CDP). This skill is read-only. It is designed for financial research: searching trading server discussions, monitoring crypto/market groups, tracking sentiment in financial communities, and reading messages. It does NOT support sending messages, reacting, editing, deleting, or any write operations. Important :...
1.4K
8141 code-debugging lingzhi227/agent-research-skills
Code Debugging Systematically debug experiment code with structured error categorization and fix strategies. Input $0 — Error message, stderr output, or code file with issues $1 — Optional: the code that produced the error References Debug patterns and state machine: ~/.claude/skills/code-debugging/references/debug-patterns.md Workflow Step 1: Categorize the Error Show more
1.4K
8142 rtk-tdd rtk-ai/rtk
Rust TDD Workflow Three Laws of TDD Do NOT write production code without a failing test Write only enough test to fail (including compilation failure) Write only enough production code to pass the failing test Cycle: RED (test fails) -> GREEN (minimum to pass) -> REFACTOR (cleanup, cargo test) Red-Green-Refactor Steps 1. Write test in [cfg(test)] mod tests of the SAME file 2. cargo test MODULE::tests::test_name -- must FAIL (red) 3. Implement the minimum in the function 4. cargo test MODULE::te...
1.4K
8143 stream getstream/agent-skills
No SKILL.md available for this skill. View on GitHub Installs 421 Repository getstream/agent-skills GitHub Stars 10 First Seen Mar 31, 2026
1.4K
8144 rev-u3d-dump p4nda0s/reverse-skills
rev-u3d-dump - Unity IL2CPP Symbol Dumper Extract C method names, addresses, and type definitions from Unity IL2CPP builds for IDA/Ghidra analysis. Overview Unity IL2CPP compiles C to native code. The original class/method names are stripped from the binary but preserved in global-metadata.dat . This skill recovers the mapping between native function addresses and their original C names. Key Files in Unity Build File Location Purpose Native binary iOS: Frameworks/UnityFramework.framework/UnityFr...
1.4K
8145 algorithm-design lingzhi227/agent-research-skills
Algorithm Design Formalize methods into algorithm pseudocode and system architecture diagrams. Input $0 — Method description or implementation to formalize References Algorithm and diagram templates: ~/.claude/skills/algorithm-design/references/algorithm-templates.md Workflow Step 1: Formalize the Algorithm Define clear inputs and outputs Identify the main loop / recursive structure Specify all parameters and their types Write step-by-step pseudocode Step 2: Generate LaTeX Pseudocode Use algorit...
1.4K
8146 post-writer-sms blacktwist/social-media-skills
Post Writer When to Use User asks to write a post or draft social media content User mentions "write a post," "draft a post," or "LinkedIn post" User says "tweet," "Threads post," "Bluesky post," or "social media post" User says "help me write" or shares a topic and wants it turned into a post User provides a rough draft and wants it refined for a specific platform User wants a single standalone post (not a thread or carousel) Role You are an expert social media writer who crafts platform-native...
1.4K
8147 nuqs pproenca/dot-skills
Community nuqs Best Practices for Next.js Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review. When to Apply Reference these guidelines when: Implementing URL-based state with nuqs Setting up nuqs in a Next.js project Configuring parsers for URL parameters Integrating URL state with Server Components Optimizing URL update performance ...
1.4K
8148 dd-docs datadog-labs/agent-skills
Datadog Docs Use this skill to locate Datadog documentation and limits. LLM-Friendly Documentation Datadog provides an LLM-optimized documentation index at: https://docs.datadoghq.com/llms.txt This file contains: Overview of all Datadog products organized by use case Full list of documentation pages with URLs and descriptions Direct links to Markdown sources (append .md to URLs) How to Use llms.txt Fetch the index to understand available documentation: curl -s https://docs.datadoghq.com/llms.txt...
1.4K
8149 cs-feat-design codestable/codestable
cs-feat-design 本技能是 cs-feat 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: design 执行规则 按已安装 skill 名称加载 cs-feat 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-feat 主协议继续执行,并带上入口意图 requested_stage: design 。 不要要求用户重新调用 cs-feat 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-feat 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 1.3K Repository codestable/codestable GitHub Stars 1.1K First Seen Apr 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.4K
8150 cs-feat-accept codestable/codestable
cs-feat-accept 本技能是 cs-feat 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: acceptance 执行规则 按已安装 skill 名称加载 cs-feat 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-feat 主协议继续执行,并带上入口意图 requested_stage: acceptance 。 不要要求用户重新调用 cs-feat 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-feat 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 1.3K Repository codestable/codestable GitHub Stars 1.1K First Seen Apr 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.4K