███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4351 | cloudbase-document-database-in-wechat-miniprogram | tencentcloudbase/skills |
CloudBase Document Database WeChat MiniProgram SDK This skill provides guidance on using the CloudBase document database SDK for data operations in WeChat MiniProgram applications. Core Concepts Initialization Before using any database operations, initialize the database reference: // Get default environment database reference const db = wx . cloud . database ( ) const _ = db . command // Get query operators To access a specific environment (e.g., test environment): // Get specific environment d...
|
1.3K |
| 4352 | code-review-quality | proffesor-for-testing/agentic-qe |
Code Review Quality <default_to_action> When reviewing code or establishing review practices: PRIORITIZE feedback: 🔴 Blocker (must fix) → 🟡 Major → 🟢 Minor → 💡 Suggestion FOCUS on: Bugs, security, testability, maintainability (not style preferences) ASK questions over commands: "Have you considered...?" > "Change this to..." PROVIDE context: Why this matters, not just what to change LIMIT scope: Review < 400 lines at a time for effectiveness Quick Review Checklist: Logic: Does it work correc...
|
1.3K |
| 4353 | zustand-state-management | jezweb/claude-skills |
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
|
1.3K |
| 4354 | convex-security-audit | waynesutton/convexskills |
Convex Security Audit Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth/functions-auth Production Security: https://docs.convex.dev/production For broader context: https://docs.convex.dev/llms.txt Instructions Security Audit Areas...
|
1.3K |
| 4355 | convex-agents | waynesutton/convexskills |
Convex Agents Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/ai Convex Agent Component: https://www.npmjs.com/package/@convex-dev/agent For broader context: https://docs.convex.dev/llms.txt Instructions Why Convex for AI Agents Persistent State - Conversation h...
|
1.3K |
| 4356 | google-search-console | kostja94/marketing-skills |
Analytics: Google Search Console Guides analysis of Google Search Console (GSC) data: performance metrics, indexing, sitemaps, Core Web Vitals, and rich results. Covers best practices for monthly monitoring and actionable insights. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope Performance : Clicks, impressions, CTR...
|
1.3K |
| 4357 | create mcp app | modelcontextprotocol/ext-apps |
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
|
1.3K |
| 4358 | sf-permissions | jaganpro/sf-skills |
Salesforce Permission Set analysis, visualization, and auditing tool When to Use This Skill Use `sf-permissions` when the user needs to: - Visualize Permission Set and Permission Set Group hierarchies - Find out "who has access to X?" (objects, fields, Apex classes, custom permissions) - Analyze what permissions a specific user has - Export Permission Set configurations for auditing - Generate Permission Set XML metadata - Understand permission inheritance through PSG membership Capab...
|
1.3K |
| 4359 | crucix-intelligence-dashboard | aradotso/trending-skills |
Crucix Intelligence Dashboard Skill by ara.so — Daily 2026 Skills collection. Crucix is a self-hosted intelligence terminal that pulls from 27 open-source data feeds (satellite fire detection, flight tracking, radiation monitoring, conflict data, market prices, maritime AIS, economic indicators, and more) every 15 minutes, renders everything on a WebGL globe dashboard, and optionally pushes alerts to Telegram/Discord with LLM-enhanced analysis. Installation git clone https://github.com/calesthio...
|
1.3K |
| 4360 | copaw-ai-assistant | aradotso/trending-skills |
CoPaw AI Assistant Skill Skill by ara.so — Daily 2026 Skills collection. CoPaw is a personal AI assistant framework you deploy on your own machine or in the cloud. It connects to multiple chat platforms (DingTalk, Feishu, QQ, Discord, iMessage, Telegram, Mattermost, Matrix, MQTT) through a single agent, supports custom Python skills, scheduled cron jobs, local and cloud LLMs, and provides a web Console at http://127.0.0.1:8088/ . Installation pip (recommended if Python 3.10–3.13 is available) pi...
|
1.3K |
| 4361 | opencli-web-automation | aradotso/trending-skills |
OpenCLI Web Automation Skill by ara.so — Daily 2026 Skills collection. OpenCLI turns any website into a command-line interface by reusing Chrome's logged-in browser session. It supports 19 sites and 80+ commands out of the box, and lets you add new adapters via TypeScript or YAML dropped into the clis/ folder. Installation Install globally via npm npm install -g @jackwener/opencli One-time setup: discovers Playwright MCP token and distributes to all tools opencli setup Verify everything is wo...
|
1.3K |
| 4362 | building-a-promotion-case | refoundai/lenny-skills |
Building a Promotion Case Help the user build a compelling case for promotion using strategies from 17 product leaders. How to Help When the user asks for help with getting promoted: Diagnose the situation - Ask about their current role, target role, and relationship with their manager Identify blockers - Help determine if the issue is visibility, advocacy, role availability, or skill gaps Build the case - Help frame the promotion as solving a company problem, not a personal milestone Coach on t...
|
1.3K |
| 4363 | sf-testing | jaganpro/sf-skills |
Expert testing engineer specializing in Apex test execution, code coverage analysis, mock frameworks, and agentic test-fix loops. Execute tests, analyze failures, and automatically fix issues. Core Responsibilities - Test Execution: Run Apex tests via `sf apex run test` with coverage analysis - Coverage Analysis: Parse coverage reports, identify untested code paths - Failure Analysis: Parse test failures, identify root causes, suggest fixes - Agentic Test-Fix Loop: Automatically fix failin...
|
1.3K |
| 4364 | evaluating-new-technology | refoundai/lenny-skills |
Evaluating New Technology Help the user evaluate emerging technologies using frameworks from 22 product leaders who have made critical technology decisions at companies from Google to Shopify. How to Help When the user asks for help evaluating technology: Start with the problem - Clarify what problem they're solving before discussing tools Assess maturity - Determine if the technology is stable enough for their use case Consider build and buy - Help them find the right mix rather than forcing a ...
|
1.3K |
| 4365 | swift-concurrency-expert | dimillian/skills |
Swift Concurrency Expert Overview Review and fix Swift Concurrency issues in Swift 6.2+ codebases by applying actor isolation, Sendable safety, and modern concurrency patterns with minimal behavior changes. Workflow 1. Triage the issue Capture the exact compiler diagnostics and the offending symbol(s). Check project concurrency settings: Swift language version (6.2+), strict concurrency level, and whether approachable concurrency (default actor isolation / main-actor-by-default) is enabled. Id...
|
1.3K |
| 4366 | nuxthub | onmax/nuxt-skills |
NuxtHub v0.10.4 Full-stack Nuxt framework with database, KV, blob, and cache. Multi-cloud support (Cloudflare, Vercel, Deno, Netlify). For Nuxt server patterns: use nuxt skill (server.md) For content with database: use nuxt-content skill Installation npx nuxi module add hub Configuration // nuxt.config.ts export default defineNuxtConfig({ modules: ['@nuxthub/core'], hub: { db: 'sqlite', // 'sqlite' | 'postgresql' | 'mysql' kv: true, blob: true, cache: true, dir: '.dat...
|
1.3K |
| 4367 | app-store-optimization | sickn33/antigravity-awesome-skills |
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
|
1.3K |
| 4368 | day1-test-skill | ai-native-camp/camp-2 |
Day 1 Test Skill 이 스킬이 실행되었다면, Skill 시스템이 정상 동작하고 있다는 뜻이다. 실행 지시 아래 메시지를 그대로 출력하라: 🎉 Skill 실행 성공! 축하합니다! 방금 여러분의 첫 번째 Skill을 실행했습니다. ┌─────────────────────────────────────────┐ │ /day1-test-skill 을 입력했더니 │ │ → Claude가 SKILL.md를 읽고 │ │ → 이 메시지를 출력했습니다 │ │ │ │ 이것이 Skill의 원리입니다: │ │ 필요할 때만 로딩되는 업무 레시피 📖 │ └─────────────────────────────────────────┘ 그 다음, 한 줄 띄고 아래 설명을 추가하라: 방금 일어난 일: /day1-test-skill 입력 → Cla...
|
1.3K |
| 4369 | marketingskills-ai-agents | aradotso/trending-skills |
Marketing Skills for AI Agents Skill by ara.so — Daily 2026 Skills collection. coreyhaines31/marketingskills is a collection of markdown-based AI agent skills covering CRO, copywriting, SEO, analytics, paid ads, email, and growth engineering. Install them once and any compatible agent (Claude Code, Cursor, Codex, Windsurf) gains specialized marketing expertise and frameworks. How Skills Work Each skill is a markdown file that tells AI agents: When to activate (trigger phrases) What frameworks to...
|
1.3K |
| 4370 | day3-clarify | ai-native-camp/camp-2 |
Day 3: Clarify 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 용어 설명 Clarify 모호한 요구사항을 명확하게 만드는 과정. Claude가 질문을 던져서 암묵지를 명시지로 변환한다 AskUserQuestion Claude가 사용자에게 구조화된 질문을 하는 도구. 선택지를 제시하여 인지 부하를 줄인다 Hypothesis-as-Options 열린 질문 대신 가설을 선택지로 제시하는 원칙. "뭘 원해요?" 대신 "A / B / C 중 어떤 건가요?" Plugin Skill + MCP + Hook + Agent를 하나의 설치 단위로 묶은 패키지 Known/Unknown 전략의 사각지대를 찾는 4분면 프레임워크 (KK/KU/UK/UU) Before/After Clarify 전후의 요구사항을 비교하여 변화를 시각화하는 포맷 PRD Product Requirements Document. "이 프로젝트가 뭘 해결하고, 뭘 만드는지" 정리한 문서 Gi...
|
1.3K |
| 4371 | elevenlabs-agents | jezweb/claude-skills |
ElevenLabs Agents Platform Overview ElevenLabs Agents Platform is a comprehensive solution for building production-ready conversational AI voice agents. The platform coordinates four core components: ASR (Automatic Speech Recognition) - Converts speech to text (32+ languages, sub-second latency) LLM (Large Language Model) - Reasoning and response generation (GPT, Claude, Gemini, custom models) TTS (Text-to-Speech) - Converts text to speech (5000+ voices, 31 languages, low latency) Turn-Taking ...
|
1.3K |
| 4372 | migrate-nativewind-to-uniwind | uni-stack/uniwind |
Migrate NativeWind to Uniwind Uniwind replaces NativeWind with better performance and stability. It requires Tailwind CSS 4 and uses CSS-based theming instead of JS config. Pre-Migration Checklist Before starting, read the project's existing config files to understand the current setup: package.json (NativeWind version, dependencies) tailwind.config.js / tailwind.config.ts metro.config.js babel.config.js global.css or equivalent CSS entry file nativewind-env.d.ts or nativewind.d.ts Any file usin...
|
1.3K |
| 4373 | delegating-work | refoundai/lenny-skills |
Delegating Work Help the user delegate effectively using frameworks from 38 product leaders who have scaled themselves and their organizations. How to Help When the user asks for help with delegating: Diagnose the blocker - Determine if they're holding on due to identity, control, or lack of trust Identify what to delegate - Use energy audits and the Eisenhower Matrix to find candidates Match delegation style to context - Help them calibrate between autonomy and involvement Design for success - ...
|
1.3K |
| 4374 | building-team-culture | refoundai/lenny-skills |
Building Team Culture Help the user build and sustain high-performing team culture using frameworks from 138 product leaders who have shaped cultures at companies from startups to Google and Airbnb. How to Help When the user asks for help with team culture: Understand the context - Ask about team size, stage, remote vs in-person, and what triggered the culture question Diagnose the current state - Identify whether the issue is definition, communication, or enforcement of culture Focus on articul...
|
1.3K |
| 4375 | partnership-bd | refoundai/lenny-skills |
Partnership & BD Help the user build strategic partnerships and business development deals using insights from 9 product leaders. How to Help When the user asks for help with partnerships or BD: Understand the opportunity - Ask about the potential partner, what each side wants, and what the ideal outcome looks like Assess network vs. merit dynamics - Determine if success depends on relationships or product quality, and plan accordingly Design the approach - Help them craft a pitch that shows mut...
|
1.3K |
| 4376 | day2-mcp-and-context-sync | ai-native-camp/camp-2 |
Day 2: MCP & Context Sync 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 MCP Model Context Protocol. AI와 외부 도구를 연결하는 오픈 표준. USB-C처럼 다양한 서비스를 하나의 규격으로 연결 Host / Client / Server MCP의 3요소. Host=AI 앱(Claude Code), Client=연결 관리자, Server=외부 도구 제공자 Transport MCP 서버 연결 방식. HTTP(클라우드 서비스)와 stdio(로컬 실행) 2가지 Plugin Skill + MCP + Hook + Agent를 묶은 패키지. 설치 한 줄이면 MCP 서버까지 자동 연결 subagent Claude가 다른 Claude를 불러서 일을 시키는 것. 여러 일을 동시에 처리할 때 사용 Explore 에이전트 프로젝트 폴더 구조를 파악해주는 전문 subagent. 읽기 전용 ...
|
1.3K |
| 4377 | ui-design | tencentcloudbase/skills |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
1.3K |
| 4378 | negotiating-offers | refoundai/lenny-skills |
Negotiating Offers Help the user negotiate job offers and compensation using strategies from 3 product leaders. How to Help When the user asks for help negotiating an offer: Understand their situation - Ask about the offer details, what they're hoping for, and what leverage or alternatives they have Reframe beyond salary - Help them think about what they need to succeed in the role, not just personal compensation Prepare the approach - Guide them on the right language, timing, and framing for th...
|
1.3K |
| 4379 | day4-wrap-and-analyze | ai-native-camp/camp-2 |
Day 4: Wrap & Analyze 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. 용어 정리 이 스킬에서 사용하는 핵심 용어: 용어 설명 session-wrap 코딩 세션이 끝날 때 작업을 정리하고 문서화하는 스킬. "퇴근 전 책상 정리" multi-agent 여러 에이전트가 동시에 일하는 패턴. "회의에서 각 팀장에게 동시에 보고 받기" 병렬(Parallel) 여러 작업을 동시에 처리하는 것. "4명의 팀장에게 한꺼번에 보고를 받는 것" (반대: 순차 = 한 명씩 차례로) 2-Phase Pipeline 먼저 분석(Phase 1, 병렬) → 다음 검증(Phase 2, 순차). "전문가 의견 수집 후 팀장이 중복 체크" frontmatter 스킬 파일 맨 위에 --- 로 감싸서 적는 "이름표". 스킬의 이름(name)과 설명(description)을 여기에 적는다 history-insight 과거 세션 기록을 분석해 인사이트를 추출하는 스킬 session-a...
|
1.3K |
| 4380 | organizational-transformation | refoundai/lenny-skills |
Organizational Transformation Help the user transform their organization toward modern product practices using insights from 2 product leaders. How to Help When the user asks for help with organizational transformation: Understand their starting point - Ask what their current model looks like (feature teams, output focus, waterfall) and what's driving the need for change Diagnose readiness - Determine who has the authority and will to drive change, and what resistance they should expect Design t...
|
1.3K |
| 4381 | pnpm | onmax/nuxt-skills |
pnpm is a fast, disk space efficient package manager. It uses a content-addressable store to deduplicate packages across all projects on a machine, saving significant disk space. pnpm enforces strict dependency resolution by default, preventing phantom dependencies. Configuration should preferably be placed in pnpm-workspace.yaml for pnpm-specific settings. Important: When working with pnpm projects, agents should check for pnpm-workspace.yaml and .npmrc files to understand workspace structure a...
|
1.3K |
| 4382 | sequential-thinking | mrgoonie/claudekit-skills |
Sequential Thinking Enables structured problem-solving through iterative reasoning with revision and branching capabilities. Core Capabilities Iterative reasoning: Break complex problems into sequential thought steps Dynamic scope: Adjust total thought count as understanding evolves Revision tracking: Reconsider and modify previous conclusions Branch exploration: Explore alternative reasoning paths from any point Maintained context: Keep track of reasoning chain throughout analysis When to Use...
|
1.3K |
| 4383 | onboarding-new-hires | refoundai/lenny-skills |
Onboarding New Hires Help the user onboard new team members effectively using approaches from 14 product leaders. How to Help When the user asks for help with onboarding: Understand the context - Ask if they're onboarding someone or being onboarded, the seniority level, and whether it's a new role or backfill Design the structure - Help them create a 30-60-90 day plan with clear milestones and success criteria Prioritize belonging and learning - Ensure the plan includes social integration, not j...
|
1.3K |
| 4384 | managing-up | refoundai/lenny-skills |
Managing Up Help the user work effectively with their manager and executives using strategies from 35 product leaders. How to Help When the user asks for help managing up: Understand the relationship - Ask about their manager's style, what they care about, and where the friction or challenge is Diagnose the gap - Determine if this is a communication issue, alignment issue, trust issue, or visibility issue Apply the right approach - Help them choose between proactive updates, reframing conversati...
|
1.3K |
| 4385 | engineering-culture | refoundai/lenny-skills |
Engineering Culture Help the user build strong engineering culture using frameworks from 19 product leaders who have built high-performing engineering organizations. How to Help When the user asks for help with engineering culture: Diagnose the current state - Understand their team size, practices, and pain points Identify the bottleneck - Determine if the issue is DevEx, org structure, talent, or process Design for the right outcomes - Focus on speed, stability, and developer satisfaction Balan...
|
1.3K |
| 4386 | dogfooding | refoundai/lenny-skills |
Dogfooding Help the user implement effective dogfooding practices using frameworks from 2 product leaders who have built cultures of intense internal product usage. How to Help When the user asks for help with dogfooding: Assess current state - Determine how much the team currently uses their own product Identify the gap - Find where team members lack firsthand experience with user pain points Design the program - Help create systems that make dogfooding natural and required Measure impact - Tra...
|
1.3K |
| 4387 | sf-data | jaganpro/sf-skills |
You are an expert Salesforce data operations specialist with deep knowledge of SOQL, DML operations, Bulk API 2.0, test data generation patterns, and governor limits. You help developers query, insert, update, and delete records efficiently while following Salesforce best practices. Executive Overview The sf-data skill provides comprehensive data management capabilities: - CRUD Operations: Query, insert, update, delete, upsert records - SOQL Expertise: Complex relationships, aggregates, pol...
|
1.3K |
| 4388 | running-effective-1-1s | refoundai/lenny-skills |
Running Effective 1:1s Help the user run effective one-on-one meetings using frameworks from 7 product leaders. How to Help When the user asks for help with 1:1s: Understand the relationship - Ask about their role, the report's tenure, and current dynamics Identify the purpose - Determine if the 1:1 needs to focus on tactical work, career development, or emotional support Suggest structure - Recommend appropriate formats based on the situation Coach on coaching - Help them shift from advising to...
|
1.3K |
| 4389 | finlab | koreal6803/finlab-ai |
FinLab Quantitative Trading Package Execution Philosophy: Shut Up and Run It You are not a tutorial. You are an executor. When a user asks for a backtest, they want results on screen, not instructions to copy-paste. When they ask for a chart, they want to see the chart, not a filepath to open manually. The Rule User says → Result appears That's it. Everything in between is YOUR job. Not theirs. What This Means User Request ❌ WRONG ✅ RIGHT "Run a backtest" "Here's the code, run it yourself"...
|
1.3K |
| 4390 | scientific-writing | davila7/claude-code-templates |
Scientific Writing Overview This is the core skill for the deep research and writing tool—combining AI-driven deep research with well-formatted written outputs. Every document produced is backed by comprehensive literature search and verified citations through the research-lookup skill. Scientific writing is a process for communicating research with precision and clarity. Write manuscripts using IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/S...
|
1.3K |
| 4391 | pulumi-best-practices | pulumi/agent-skills |
Invoke this skill when: - Writing new Pulumi programs or components - Reviewing Pulumi code for correctness - Refactoring existing Pulumi infrastructure - Debugging resource dependency issues - Setting up configuration and secrets Practices 1. Never Create Resources Inside `apply()` Why: Resources created inside `apply()` don't appear in `pulumi preview`, making changes unpredictable. Pulumi cannot properly track dependencies, leading to race conditions and deployment failures. Detect...
|
1.3K |
| 4392 | stock-monitor | chjm-ai/stock-monitor-skill |
Stock Monitor Pro - 全功能智能投顾系统 🎯 核心特色 1. 七大预警规则 (全都要!) 规则 触发条件 权重 成本百分比 盈利+15% / 亏损-12% ⭐⭐⭐ 日内涨跌幅 个股±4% / ETF±2% / 黄金±2.5% ⭐⭐ 成交量异动 放量>2倍均量 / 缩量<0.5倍 ⭐⭐ 均线金叉/死叉 MA5上穿/下穿MA10 ⭐⭐⭐ RSI超买超卖 RSI>70超买 / RSI<30超卖 ⭐⭐ 跳空缺口 向上/向下跳空>1% ⭐⭐ 动态止盈 盈利10%+后回撤5%/10% ⭐⭐⭐ 2. 分级预警系统 🚨 紧急级 : 多条件共振 (如: 放量+均线金叉+突破成本) ⚠️ 警告级 : 2个条件触发 (如: RSI超卖+放量) 📢 提醒级 : 单一条件触发 3. 中国习惯 🔴 红色 = 上涨 / 盈利 🟢 绿色 = 下跌 / 亏损 📋 监控配置 完整预警规则示例 { "code" : "600362" , "name" : "江西铜业" , "type" : "individual" , 个股 "market" : "sh" , "cost" : 57.00 , 持仓成...
|
1.3K |
| 4393 | picoclaw-ai-assistant | aradotso/trending-skills |
PicoClaw AI Assistant Skill by ara.so — Daily 2026 Skills collection. PicoClaw is an ultra-lightweight personal AI assistant written in Go. It runs on $10 hardware with under 10MB RAM and boots in under 1 second. It supports multiple LLM providers (OpenAI-compatible, Anthropic, Volcengine), optional web search tools, and deploys as a single self-contained binary on x86_64, ARM64, MIPS, and RISC-V Linux devices. Installation Precompiled Binary Download from the releases page : Linux ARM64 (Raspb...
|
1.3K |
| 4394 | open-autoglm-phone-agent | aradotso/trending-skills |
Open-AutoGLM Phone Agent Skill by ara.so — Daily 2026 Skills collection. Open-AutoGLM is an open-source AI phone agent framework that enables natural language control of Android, HarmonyOS NEXT, and iOS devices. It uses the AutoGLM vision-language model (9B parameters) to perceive screen content and execute multi-step tasks like "open Meituan and search for nearby hot pot restaurants." Architecture Overview User Natural Language → AutoGLM VLM → Screen Perception → ADB/HDC/WebDriverAgent → Device...
|
1.3K |
| 4395 | voicebox-voice-synthesis | aradotso/trending-skills |
Voicebox Voice Synthesis Studio Skill by ara.so — Daily 2026 Skills collection. Voicebox is a local-first, open-source voice cloning and TTS studio — a self-hosted alternative to ElevenLabs. It runs entirely on your machine (macOS MLX/Metal, Windows/Linux CUDA, CPU fallback), exposes a REST API on localhost:17493 , and ships with 5 TTS engines, 23 languages, post-processing effects, and a multi-track Stories editor. Installation Pre-built Binaries (Recommended) Platform Link macOS Apple Silicon ...
|
1.3K |
| 4396 | finding-mentors-sponsors | refoundai/lenny-skills |
Finding Mentors & Sponsors Help the user build meaningful mentor and sponsor relationships using approaches from 19 product leaders. How to Help When the user asks for help finding mentors or sponsors: Clarify the goal - Ask whether they need advice (mentor), advocacy and opportunities (sponsor), or accountability (coach). These are different relationships with different approaches Identify potential candidates - Help them think about who is 2-3 years ahead on their desired path, who has solved ...
|
1.3K |
| 4397 | sales-compensation | refoundai/lenny-skills |
Sales Compensation Help the user design effective sales compensation plans using frameworks from 2 product leaders. How to Help When the user asks for help with sales compensation: Understand the business model - Ask about their sales cycle, ACV, and customer retention patterns Identify current problems - Determine if there are misaligned incentives or retention issues Design aligned incentives - Help them create comp plans that drive the right behaviors Consider ramp and quotas - Guide them on ...
|
1.3K |
| 4398 | monitor-ci | nrwl/nx-ai-agents-config |
Monitor CI Command You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn subagents to interact with Nx Cloud, run deterministic decision scripts, and take action based on the results. Context Current Branch: ! git branch --show-current Current Commit: ! git rev-parse --short HEAD Remote Status: ! git status -sb | head -1 User Instructions $ARGUMENTS Important: If user provides specific instructions, respect them over default behaviors ...
|
1.3K |
| 4399 | managing-imposter-syndrome | refoundai/lenny-skills |
Managing Imposter Syndrome Help the user work through imposter syndrome using frameworks from product leaders. How to Help When the user shares feelings of imposter syndrome: Normalize the experience - Help them understand that imposter syndrome is nearly universal among high performers, especially during growth periods Reframe the discomfort - Connect their uncomfortable feelings to evidence that they're growing and being challenged appropriately Identify the specific fear - Help them articulat...
|
1.3K |
| 4400 | discovery-interview-prep | deanpeters/product-manager-skills |
Purpose Guide product managers through preparing for customer discovery interviews by asking adaptive questions about research goals, customer segments, constraints, and methodologies. Use this to design effective interview plans, craft targeted questions, avoid common biases, and maximize learning from limited customer access—ensuring discovery interviews yield actionable insights rather than confirmation bias or surface-level feedback. This is not a script generator—it's a strategic prep proce...
|
1.3K |