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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
8351 asc-id-resolver rudrankriyam/asc-skills
asc id resolver Use this skill to map names to IDs needed by other commands. App ID By bundle ID or name: asc apps list --bundle-id "com.example.app" asc apps list --name "My App" Fetch everything: asc apps list --paginate Set default: ASC_APP_ID=... Build ID Latest build: asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 Show more Installs 2.4K Repository rorkai/app-stor…i-skills GitHub Stars 955...
1.3K
8352 react-ui-patterns sickn33/antigravity-awesome-skills
React UI Patterns Core Principles Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Show content as it becomes available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. // CORRECT - Only show loading when no data exists const { data , loadin...
1.3K
8353 api-gateway maton-ai/api-gateway-skill
API Gateway Passthrough proxy for direct access to third-party APIs using managed OAuth connections, provided by Maton . The API gateway lets you call native API endpoints directly. Quick Start Native Slack API call python << 'EOF' import urllib.request, os, json data = json.dumps({'channel': 'C0123456', 'text': 'Hello from gateway!'}).encode() req = urllib.request.Request('https://gateway.maton.ai/slack/api/chat.postMessage', data=data, method='POST') req.add_header('Authorization', f'Bearer {...
1.3K
8354 asc-submission-health rudrankriyam/asc-skills
App Store submission health Use this skill to explain why a release cannot proceed and to manage an existing review submission. Hand healthy release execution back to asc-release-flow . Ownership boundary This skill owns: readiness validation and blocker diagnosis; public-API, web-session, and manual repair routing; review status and history; cancellation and retry decisions. Do not stage, upload, publish, or submit a healthy release from this skill. Answer order Show more Installs 2.4K Reposito...
1.3K
8355 anti-render lionad-morotar/anti-render-skill
Anti-Render 理想vs现实视觉对比生成器 核心理念 通过并置(juxtaposition)手法,揭示任何领域中"承诺与交付之间巨大落差"的普遍困境。左侧呈现理想化的完美渲染,右侧揭示真实的日常面貌。 执行流程 接收图像 → 分析内容,识别所属领域为 $domain ,计算图片宽高比为 $ratio 状态判断 → 确定当前状态(破败/普通/理想) 意图识别 → 根据用户指令确定输出模式 参数映射 → 将通用五维度映射到领域专属表达 构建提示词 → 构建基于领域专属表达的提示词 生成图像 → 生成目标图像 works well with skills: image-to-prompt , prompt-to-image 工作模式 1. 图像状态识别 用户上传图片后,分析其当前状态: 状态 特征 输出目标 破败 质量问题、使用痕迹、维护不良 生成理想化渲染图(即 step 2.1) 理想 用户上传了营销图片、广告图片等精修后照片 生成轻微破败渲染图片(即 step 2.2) 普通/正常 无明显破损、日常使用状态 生成理想化渲染和轻微破败的对比图(即 step 2.3) 如状态模糊,...
1.3K
8356 cs-onboard liuzhengdongfortest/codestable
cs-onboard 给仓库一个最小的 CodeStable 骨架。规则和纪律都在 skill 包里,项目目录只放项目自己的知识。 骨架(目标状态) .codestable/ ├── attention.md 每次会话必读的项目事实,≤25 条,从空开始 ├── lessons/ 沉淀的经验,一条一文件(cs-keep 写入) └── work/ 活动中的跨会话任务文档,完成即清 创建后确认 .codestable/ 未被 .gitignore 忽略(它必须入库共享);发现被忽略时停下报告,由用户决定怎么改,不擅自修改 .gitignore。attention.md 初始只写一行标题和一句用途说明,不预置分节模板。 .codestable/epics/ 不属于基础骨架:首次 Epic 优先沿用项目已有 Epic / RFC / initiative 归宿,没有时才由 cs-epic 按需创建。 硬门槛 Show more Installs 100 Repository codestable/codestable GitHub Stars 1...
1.3K
8357 coding-guidelines zhanghandong/rust-skills
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static , no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity() , String::with_capacity() Av...
1.3K
8358 cs-refactor liuzhengdongfortest/codestable
cs-refactor 改结构,不改行为,并且能证明行为没变。 开工 有 .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。 先确认诉求真是行为不变:一旦包含"顺便支持 X / 改成 Y",把那部分拆出去转 cs-feat 或 cs-issue ,不夹带。 结构好坏用 深度 衡量:小接口承载大行为是深,接口和实现一样...
1.3K
8359 workflow-automation sickn33/antigravity-awesome-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.3K
8360 cs-brainstorm liuzhengdongfortest/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.3K
8361 understand-explain lum1104/understand-anything
/understand-explain Provide a thorough, in-depth explanation of a specific code component. Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, function, class, module, concept Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource Domain/knowledge n...
1.3K
8362 ppt-template-creator anthropics/financial-services-plugins
PPT Template Creator This skill creates SKILLS, not presentations. Use this when a user wants to turn their PowerPoint template into a reusable skill that can generate presentations later. If the user just wants to create a presentation, use the pptx skill instead. The generated skill includes: assets/template.pptx - the template file SKILL.md - complete instructions (no reference to this meta skill needed) For general skill-building best practices , refer to the skill-creator skill. This skill ...
1.3K
8363 context-window-management sickn33/antigravity-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.3K
8364 crm-builder customware-ai/skills
CRM Builder Skill What This Skill Does This skill defines how to build a CRM tool — a system for managing contacts, companies, deals, and the relationships between them. CRM is structurally different from CPQ and trades-builder: CPQ / Trades = one record moves through sequential stages (stepper navigation) CRM = multiple entity types with relationships between them (entity navigation) The left sidebar uses a navigator pattern (Contacts, Companies, Deals, Pipeline, Activities) — NOT a stepper. Us...
1.3K
8365 frontend-dev-guidelines sickn33/antigravity-awesome-skills
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
1.3K
8366 openui thesysdev/openui
OpenUI — The Open Standard for Generative UI OpenUI is a full-stack Generative UI framework by Thesys. At its center is OpenUI Lang : a compact, line-oriented language designed for LLMs to generate user interfaces, up to 67% more token-efficient than JSON-based alternatives. Instead of treating LLM output as only text/markdown, OpenUI lets you define a component library, auto-generate a system prompt from it, and render structured UI progressively as the model streams. Core Architecture OpenUI h...
1.3K
8367 sf-diagram-nanobananapro jaganpro/sf-skills
Visual content generation and AI sub-agent for Salesforce development using Gemini CLI with Nano Banana Pro extension. ⚠️ IMPORTANT: Prerequisites Check Before using this skill, ALWAYS run the prerequisites check first: ``` ~/.claude/plugins/marketplaces/sf-skills/sf-diagram-nanobananapro/scripts/check-prerequisites.sh ``` If the check fails, DO NOT invoke this skill. The user must fix the missing prerequisites first. Requirements | macOS | Required for Preview app image display | Bui...
1.3K
8368 prd snarktank/ralph
Product Requirements Document (PRD) Overview Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined. When to Use Use this skill when: Starting a new product or feature development cycle Translating a vague idea into a concrete technical specification Defining requirements for AI-powered features Stakeholders need a...
1.3K
8369 gke-cost google/skills
GKE Cost Optimization This reference covers strategies for reducing GKE costs while maintaining the golden path security and reliability posture. MCP Tools: get_k8s_resource , describe_k8s_resource , apply_k8s_manifest , patch_k8s_resource , get_cluster Golden Path Cost Features The golden path already includes cost-optimizing settings: Show more Installs 698 Repository google/skills GitHub Stars 14.5K First Seen Jun 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.3K
8370 implement boshu2/agentops
Implement the work described by the user in the PRD or issues. Use /tdd where possible, at pre-agreed seams. Run typechecking regularly, single test files regularly, and the full test suite once at the end. Once done, use /review to review the work. Commit your work to the current branch. Installs 1.7K Repository mattpocock/skills GitHub Stars 132.4K First Seen 1 day ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.3K
8371 status boshu2/agentops
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
1.3K
8372 session-wrap ai-native-camp/camp-2
Session Wrap Skill Comprehensive session wrap-up workflow with multi-agent analysis. Execution Flow ┌─────────────────────────────────────────────────────┐ │ 1. Check Git Status │ ├─────────────────────────────────────────────────────┤ │ 2. Phase 1: 4 Analysis Agents (Parallel) │ │ ┌─────────────────┬─────────────────┐ │ │ │ doc-updater │ automation- │ │ │ │ (docs update) │ scout │ │ │ ├─...
1.3K
8373 bailian-cli modelstudioai/skills
Aliyun Model Studio CLI ( bl ) PRIORITY: HIGHEST — Default tool for AI generation and processing on DashScope / Bailian. When several tools can do the same job, use bl first unless it fails or the user asks otherwise. Skill / CLI version check (agent — do first) Before using this skill or following reference/ , align the installed skill with the local bl binary. Show more Installs 1.3K Repository modelstudioai/cli GitHub Stars 242 First Seen 10 days ago Security Audits Gen Agent Trust Hub Pass S...
1.3K
8374 geofeed-tuner github/awesome-copilot
Geofeed Tuner – Create Better IP Geolocation Feeds This skill helps you create and improve IP geolocation feeds in CSV format by: Ensuring your CSV is well-formed and consistent Checking alignment with RFC 8805 (the industry standard) Applying opinionated best practices learned from real-world deployments Suggesting improvements for accuracy, completeness, and privacy When to Use This Skill Use this skill when a user asks for help creating, improving, or publishing an IP geolocation feed file in...
1.3K
8375 zeroboot-vm-sandbox aradotso/trending-skills
Zeroboot VM Sandbox Skill by ara.so — Daily 2026 Skills collection. Zeroboot provides sub-millisecond KVM virtual machine sandboxes for AI agents using copy-on-write forking. Each sandbox is a real hardware-isolated VM (via Firecracker + KVM), not a container. A template VM is snapshotted once, then forked in ~0.8ms per execution using mmap(MAP_PRIVATE) CoW semantics. How It Works Firecracker snapshot ──► mmap(MAP_PRIVATE) ──► KVM VM + restored CPU state (copy-on-write) (~0.8ms) Templat...
1.3K
8376 slug-font-rendering aradotso/trending-skills
Slug Font Rendering Algorithm Skill by ara.so — Daily 2026 Skills collection. Slug is a reference implementation of the Slug font rendering algorithm — a GPU-accelerated technique for rendering vector fonts and glyphs at arbitrary scales with high quality anti-aliasing. It works by encoding glyph outlines as lists of quadratic Bézier curves and line segments, then resolving coverage directly in fragment shaders without pre-rasterized textures. Paper: JCGT 2017 — Slug Algorithm Blog (updates): A ...
1.3K
8377 asc-localize-metadata rudrankriyam/asc-skills
asc localize metadata Use this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated. Command discovery and output conventions Always confirm flags with --help for the exact asc version: asc localizations --help asc localizations download --help asc localizations upload --help asc apps info edit --help Prefer explicit long flags ( --app , --version , --version-id , --type , --app-info ). Default out...
1.3K
8378 cs-feat-design liuzhengdongfortest/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.3K
8379 cs-feat-accept liuzhengdongfortest/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.3K
8380 business-document-generator ailabs-393/ai-labs-claude-skills
Business Document Generator Overview Generate professional business documents (Project Proposals, Business Plans, Annual Budgets) from high-quality PDF templates. Use the bundled Python script to fill templates with user-provided data and output polished PDF documents ready for distribution. When to Use This Skill Activate this skill when the user asks to: Create a business proposal or project proposal Generate a business plan document Develop an annual budget plan Create any professional bu...
1.3K
8381 history-insight ai-native-camp/camp-2
History Insight Claude Code 세션 히스토리를 분석하고 인사이트를 추출합니다. Data Location ~/.claude/projects/<encoded-cwd>/*.jsonl Path Encoding: /Users/foo/project → -Users-foo-project 상세 파일 포맷: ${baseDir}/references/session-file-format.md Execution Algorithm Step 1: Ask Scope [MANDATORY] 스코프 결정: 명시된 경우 (AskUserQuestion 생략 가능): "현재 프로젝트만" / "이 프로젝트" → current_project "모든 세션" / "전체" → all_sessions 명시되지 않은 경우 - AskUserQuestion 호출: question: "세션 검색 범위를 선택하세요" options: - "현재 프로젝트만" → ~/.claude/projects/<encoded-cwd>/*....
1.3K
8382 fetch-tweet ai-native-camp/camp-2
Fetch Tweet X/Twitter URL에서 트윗 원문, 작성자 정보, 인게이지먼트 데이터를 가져오는 스킬. FxEmbed 오픈소스 프로젝트의 API ( api.fxtwitter.com )를 활용하여 JavaScript 없이 트윗 데이터를 추출한다. How It Works X/Twitter URL의 도메인을 api.fxtwitter.com 으로 변환하면 JSON으로 트윗 전체 데이터를 반환한다. https://x.com/user/status/123456 → https://api.fxtwitter.com/user/status/123456 Script scripts/fetch_tweet.py - 표준 라이브러리만 사용, 외부 의존성 없음. 기본 사용 (포맷팅된 출력) python scripts/fetch_tweet.py https://x.com/garrytan/status/2020072098635665909 JSON 출력 (프로그래밍 활용) python scripts/fetch...
1.3K
8383 gsap martinholovsky/claude-skills-generator
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
1.3K
8384 roundup github/awesome-copilot
Roundup You are the Roundup generator. Your job is to produce draft status briefings that match the user's communication style, pulling from whatever data sources are available in their environment. Before You Start 1. Read the Config Look for ~/.config/roundup/config.md . Read the entire file. If the file doesn't exist, tell the user: "Looks like roundup hasn't been set up yet. Run roundup-setup first -- it takes about 5 minutes and teaches me how you communicate. Just say 'use roundup-setup' t...
1.3K
8385 cloudflare-worker-builder jezweb/claude-skills
Cloudflare Worker Builder Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets. Workflow Step 1: Understand the Project Ask about the project to choose the right bindings and structure: What does the app do? (API only, SPA + API, landing page) What data storage? (D1 database, R2 files, KV cache, none) Auth needed? (Clerk, better-auth, none) Custom domain or workers.dev subdomain? A brief like "t...
1.3K
8386 goals boshu2/agentops
/goals — Fitness Goal Maintenance Maintain GOALS.yaml and GOALS.md fitness specifications. Use ao goals CLI for all operations. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /goals Measure fitness (default) /goals init Bootstrap GOALS.md interactively /goals steer Manage directives /goals add Add a new goal /goals drift Compare snapshots for regressions /goals history Show measurement history /goals export Export snapshot as JSON for CI /goals meta Run meta-goals o...
1.3K
8387 cron chaterm/terminal-skills
Cron 定时任务配置、日志监控、故障排查等技能。 Crontab 基础 管理命令 ``` 编辑当前用户的 crontab crontab -e 查看当前用户的 crontab crontab -l 删除当前用户的 crontab crontab -r 管理其他用户的 crontab(需要 root) crontab -u username -e crontab -u username -l ``` 时间格式 ``` ┌───────────── 分钟 (0-59) │ ┌───────────── 小时 (0-23) │ │ ┌───────────── 日 (1-31) │ │ │ ┌───────────── 月 (1-12) │ │ │ │ ┌───────────── 星期 (0-7, 0和7都是周日) │ │ │ │ │ * * * * * command ``` 特殊字符 ``` * 任意值 , 列表 (1,3,5) - 范围 (1-5) / 步长 (*/5 每5分钟) 示...
1.3K
8388 daily-prep github/awesome-copilot
Daily Prep Generate a structured prep file for the next working day with meeting details, prep bullets, linked tasks, and productivity recommendations. When to Use End of day: "prepare me for tomorrow" Any time: "prep me for Friday" or "what does March 25 look like?" Weekly planning: run for multiple days Procedure 1. Determine Target Date If the user specifies a date, use it. Otherwise, default to tomorrow (current date + 1 day). If tomorrow is Saturday, default to Monday. If Sunday, default to...
1.3K
8389 ai-agents-architect sickn33/antigravity-awesome-skills
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
1.3K
8390 cs-feat liuzhengdongfortest/codestable
cs-feat 把一个功能做出来,流程强度与风险相称:普通改动直接做,高风险改动先对齐设计。 开工 有 .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。 既有 .codestable/requirements/ 只有在 .codestable/attention.md 明确记录其为 canonical requirem...
1.3K
8391 storyboard-manager ailabs-393/ai-labs-claude-skills
Storyboard Manager Overview The Storyboard Manager skill equips Claude with specialized knowledge and tools for creative writing workflows. It provides frameworks for character development, story structure patterns, automated timeline tracking, and consistency checking across narrative projects. This skill automatically adapts to various storyboard folder structures while maintaining best practices for novel, screenplay, and serialized fiction writing. Core Capabilities The skill provides fou...
1.3K
8392 understand-chat lum1104/understand-anything
/understand-chat Answer questions about this codebase using the knowledge graph in the project's data directory ( .ua/knowledge-graph.json , or the legacy .understand-anything/knowledge-graph.json when that directory is present). Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, func...
1.3K
8393 cs-feat-impl liuzhengdongfortest/codestable
cs-feat-impl 本技能是 cs-feat 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: implementation 执行规则 按已安装 skill 名称加载 cs-feat 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-feat 主协议继续执行,并带上入口意图 requested_stage: implementation 。 不要要求用户重新调用 cs-feat 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-feat 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 1.4K Repository codestable/codestable GitHub Stars 1.1K First Seen Apr 23, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.3K
8394 feishu-binding starchild-ai-agent/official-skills
📱 Feishu/Lark Binding Connect / disconnect the user's Feishu (飞书) or Lark account so the agent can chat via the Feishu/Lark app. The feishu tool stays built-in. This SKILL.md is the reference doc. See also config/context/references/messaging-channels.md — how messages are routed across channels skills/wechat-binding/SKILL.md — analogous WeChat flow skills/tg-bot-binding/SKILL.md — analogous Telegram flow Brand selection Brand Region Domain feishu China mainland (中国大陆) feishu.cn / accounts.feishu...
1.3K
8395 agent-memory-mcp sickn33/antigravity-awesome-skills
Agent Memory Skill This skill provides a persistent, searchable memory bank that automatically syncs with project documentation. It runs as an MCP server to allow reading/writing/searching of long-term memories. Prerequisites Node.js (v18+) Setup Clone the Repository : Clone the agentMemory project into your agent's workspace or a parallel directory: git clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memory Install Dependencies : cd .agent/skills/agent-memory npm install np...
1.3K
8396 threat-model-analyst github/awesome-copilot
Threat Model Analyst You are an expert Threat Model Analyst . You perform security audits using STRIDE-A (STRIDE + Abuse) threat modeling, Zero Trust principles, and defense-in-depth analysis. You flag secrets, insecure boundaries, and architectural risks. Getting Started FIRST — Determine which mode to use based on the user's request: Incremental Mode (Preferred for Follow-Up Analyses) If the user's request mentions updating , refreshing , or re-running a threat model AND a prior report folder ...
1.3K
8397 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
1.3K
8398 taiwan-md-knowledge-base aradotso/trending-skills
Taiwan.md Knowledge Base Skill by ara.so — Daily 2026 Skills collection. Taiwan.md is an open-source, AI-native knowledge base about Taiwan built with Astro v5. It uses a Single Source of Truth (SSOT) architecture where all content lives in the knowledge/ directory as Markdown files, and the website is a build-time projection. Features include bilingual support (Traditional Chinese as default + English), an interactive D3.js knowledge graph, and 96+ curated articles across 12 categories. Install...
1.3K
8399 roundup-setup github/awesome-copilot
Roundup Setup You are running the onboarding flow for the Roundup plugin. Your job is to have a natural conversation with the user to learn how they work, who they communicate with, and what their status updates look like. By the end, you'll generate a configuration file that the roundup skill uses to produce draft briefings on demand. How This Conversation Should Feel Think of this as a smart new team member's first day. They're asking good questions, listening carefully, and getting up to spee...
1.3K
8400 understand-onboard lum1104/understand-anything
/understand-onboard Generate a comprehensive onboarding guide from the project's knowledge graph. Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, function, class, module, concept Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource Domain/know...
1.3K