███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9651 | academic-deep-research | kesslerio/academic-deep-research-clawhub-skill |
Academic Deep Research 🔬 When to Use Trigger this skill when the user wants: Deep research, exhaustive analysis, or literature review Multi-source verification and evidence hierarchies Academic-style reports with citations Required Stop Points Initial engagement : ask 2–3 clarifying questions and confirm understanding. Research plan : present themes, steps, and deliverables; wait for approval. Final report : deliver full narrative report with citations. Minimum Requirements Two full research cyc...
|
508 |
| 9652 | react-ui-patterns | davila7/claude-code-templates |
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...
|
508 |
| 9653 | general-best-practices | mindrally/skills |
General Best Practices A comprehensive collection of software development best practices applicable across various technology stacks and project types. Code Quality Readability and Maintainability Write short, focused functions with a single responsibility. Use clear, descriptive names for variables, functions, and classes. Avoid deep nesting; prefer early returns and guard clauses. Keep functions and methods to a reasonable length (typically under 30 lines). Error Handling Always handle...
|
508 |
| 9654 | context-optimization | sickn33/antigravity-awesome-skills |
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Use Activate this skill when: Context limits constrain task complexity Optimizing for cost ...
|
508 |
| 9655 | pricing-strategist | ognjengt/founder-skills |
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
|
508 |
| 9656 | play-billing-library-version-upgrade | android/skills |
Phase 0: Intent Message Reporting Action : Before proceeding, immediately tell the user: "I will upgrade Play Billing Library to the latest version." Phase 1: Discovery & Situational Awareness Primary Check (Build Version) : Locate the project's billing dependency (e.g., com.android.billingclient:billing ) in build.gradle , build.gradle.kts , or libs.versions.toml . Initial Compilation Test : Attempt to sync and build the project immediately. Fallback Discovery (Effective Version) : Trigger : On...
|
508 |
| 9657 | client-side-rendering | patternsdev/skills |
Client-side Rendering In Client-Side Rendering (CSR) only the barebones HTML container for a page is rendered by the server. The logic, data fetching, templating and routing required to display content on the page is handled by JavaScript code that executes in the browser/client. CSR became popular as a method of building single-page applications. It helped to blur the difference between websites and installed applications. When to Use Use this for internal tools, dashboards, or SPAs where SEO i...
|
507 |
| 9658 | avalonia-zafiro-development | sickn33/antigravity-awesome-skills |
Avalonia Zafiro Development This skill defines the mandatory conventions and behavioral rules for developing cross-platform applications with Avalonia UI and the Zafiro toolkit. These rules prioritize maintainability, correctness, and a functional-reactive approach. Core Pillars Functional-Reactive MVVM: Pure MVVM logic using DynamicData and ReactiveUI. Safety & Predictability: Explicit error handling with Result types and avoidance of exceptions for flow control. Cross-Platform Excellence: St...
|
507 |
| 9659 | subagent-creator | tech-leads-club/agent-skills |
Subagent Creator This skill provides guidance for creating effective, agent-agnostic subagents. What are Subagents? Subagents are specialized assistants that an AI agent can delegate tasks to. Characteristics: Isolated context : Each subagent has its own context window Parallel execution : Multiple subagents can run simultaneously Specialization : Configured with specific prompts and expertise Reusable : Defined once, used in multiple contexts When to Use Subagents vs Skills Is the task complex ...
|
507 |
| 9660 | python-expert-best-practices-code-review | wispbit-ai/skills |
Python 3.14+ Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade python code. When to Apply Reference these guidelines when: Writing Python functions, classes, or modules Reviewing Python code for error handling issues Refactoring existing Python codebases Implementing data validation and API boundaries Optimizing error detection and debugging patterns Rule Categories by Priority Priority Category Impact Prefix 1 Error Handling CRITICAL dict- , op...
|
507 |
| 9661 | google-veo | inference-sh/skills |
Google Veo Video Generation Generate videos with Google Veo models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/veo-3-1-fast --input '{"prompt": "drone shot over a mountain lake"}' Veo Models Model App ID Speed Quality Veo 3.1 google/veo-3-1 Slower Best Veo 3.1 Fast google/veo-3-1-fast Fast Excellent Veo 3 google/veo-3 Medium Excellent Veo 3 Fast google/veo-3-f...
|
507 |
| 9662 | ai-music-generation | inference-sh/skills |
AI Music Generation Generate music and songs via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a song infsh app run infsh/diffrythm --input '{"prompt": "upbeat electronic dance track"}' Available Models Model App ID Best For Diffrythm infsh/diffrythm Fast song generation Tencent Song infsh/tencent-song-generation Full songs with vocals Browse Audio Apps infsh app list --catego...
|
507 |
| 9663 | literature-search | yorkeccak/scientific-skills |
Literature Search Search multiple academic databases to find relevant papers. Input $ARGUMENTS — The search query (natural language) Scripts Semantic Scholar (primary — best for ML/AI, has BibTeX) python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "QUERY" --max-results 20 --year-range 2022 -2026 \ --api-key " $( grep S2_API_Key /Users/lingzhi/Code/keys.md 2 > /dev/null | cut -d: -f2 | tr -d ' ' ) " \ -o results_s2.jsonl Key flags: --peer-reviewed-only , --top-conf...
|
507 |
| 9664 | auto-deploy | api/git | 507 | |
| 9665 | longbridge-multifactor | longbridge/skills |
longbridge-multifactor Cross-sectional multi-factor quantitative stock selection. Scores a universe of stocks on value, momentum, quality, and low-volatility factors; composites the scores; ranks stocks; and outputs a TopN buy list and bottom-N short list with factor-level attribution. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only Longbridge data and platform capabilities. Do not proactively suggest o...
|
506 |
| 9666 | xstate | seed-hypermedia/seed |
@json-render/xstate XState Store adapter for json-render's StateStore interface. Wire an @xstate/store atom as the state backend for json-render. Installation npm install @json-render/xstate @json-render/core @json-render/react @xstate/store Requires @xstate/store v3+. Usage import { createAtom } from "@xstate/store" ; import { xstateStoreStateStore } from "@json-render/xstate" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom const uiAtom = createAtom ( { count : 0 } )...
|
506 |
| 9667 | tanstack-table | jezweb/claude-skills |
Overview TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 Installation npm install @tanstack/react-table Core Architecture Building Blocks Column Definitions - describe columns (da...
|
506 |
| 9668 | documentation-generation-doc-generate | sickn33/antigravity-awesome-skills |
Automated Documentation Generation You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices. Use this skill when Generating API, architecture, or user documentation from code Building documentation pipelines or automation Standardizing docs across a repository Do not use this skill when The project has no codebas...
|
506 |
| 9669 | form-cro | sickn33/antigravity-awesome-skills |
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
|
506 |
| 9670 | deslop | brianlovin/agent-config |
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
|
506 |
| 9671 | construction-expert | personamanagmentlayer/pcl |
Expert guidance for construction management, project planning, Building Information Modeling (BIM), safety compliance, and modern construction technology solutions. Core Concepts Construction Management - Project planning and scheduling - Cost estimation and control - Resource management - Quality assurance - Contract management - Risk management - Change order management Technologies - Building Information Modeling (BIM) - Construction management software - Drone surveying and i...
|
506 |
| 9672 | grepai-mcp-claude | yoanbernabeu/grepai-skills |
This skill covers integrating GrepAI with Claude Code using the Model Context Protocol (MCP). When to Use This Skill - Setting up GrepAI in Claude Code - Enabling semantic search for AI coding assistant - Configuring MCP server for Claude - Troubleshooting Claude Code integration What is MCP? Model Context Protocol (MCP) allows AI assistants to use external tools. GrepAI provides an MCP server that gives Claude Code: - Semantic code search - Call graph analysis - Index status monitor...
|
506 |
| 9673 | grepai-ignore-patterns | yoanbernabeu/grepai-skills |
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing. When to Use This Skill - Excluding test files from search results - Ignoring generated or vendored code - Reducing index size by excluding unnecessary files - Customizing which files GrepAI indexes How Ignore Patterns Work GrepAI uses two sources for ignore patterns: - `.grepai/config.yaml` - Custom patterns you define - `.gitignore` - Automatically respected Configuration Locat...
|
506 |
| 9674 | deep-interview | yeachan-heo/oh-my-claudecode |
Deep Interview 모호한 요청을 바로 실행하지 말고, 명확한 요구사항으로 정리한다. 핵심은 질문을 많이 하는 것이 아니라, 가장 큰 불확실성 하나를 골라 한 번에 하나씩 푸는 것이다. 소크라테스식으로 묻는다. 답을 대신 정하기보다 사용자의 암묵적 가정, 선택지, 판단 기준이 드러나게 질문한다. 질문 축 아래 순서로 가장 불명확한 축 하나를 고른다: 목표 범위와 제외 범위 제약 완료 기준 기존 맥락과 영향 범위 코드베이스를 보면 답할 수 있는 질문은 사용자에게 묻지 말고 직접 확인한다. Show more Installs 300 Repository devbrother2024/skills GitHub Stars 56 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
506 |
| 9675 | go-backend-microservices | mindrally/skills |
Go Backend Development for Microservices Core Principles Apply Clean Architecture with clear separation into handlers, services, repositories, and domain models Prioritize interface-driven development with explicit dependency injection Write short, focused functions with a single responsibility Ensure safe use of goroutines, and guard shared state with channels or sync primitives Project Structure Maintain modular project structure with clear directories: project/ ├── cmd/ Applicati...
|
506 |
| 9676 | import-on-visibility | patternsdev/skills |
Import On Visibility Besides user interaction, we often have components that aren't visible on the initial page. A good example of this is lazy loading images that aren't directly visible in the viewport, but only get loaded once the user scrolls down. As we're not requesting all images instantly, we can reduce the initial loading time. We can do the same with components! In order to know whether components are currently in our viewport, we can use the IntersectionObserver API , or use libraries...
|
506 |
| 9677 | virtual-lists | patternsdev/skills |
List Virtualization Table of Contents When to Use When NOT to Use Instructions Details Source List virtualization (also known as windowing) is the idea of rendering only visible rows of content in a dynamic list instead of the entire list. The rows rendered are only a small subset of the full list with what is visible (the window) moving as the user scrolls. This can improve rendering performance. If you use React and need to display large lists of data efficiently , you may be familiar with rea...
|
506 |
| 9678 | cx-olly | coralogix/cx-cli |
Olly Observability Agent Skill Use this skill to interact with Coralogix's Observability Agent (Olly) via the cx olly CLI commands. Olly can analyze your observability data, answer questions about alerts, metrics, logs, and generate artifacts like charts and reports. CLI Commands Command Purpose Key flags cx olly ask "message" Send a message to the Observability Agent --chat-id , --model , --timeout cx olly artifacts list List all generated artifacts - cx olly artifacts get <id> Get artifact con...
|
506 |
| 9679 | paywall-optimization | eronred/aso-skills |
Paywall Optimization You are a paywall conversion specialist with deep knowledge of subscription app pricing psychology, A/B testing, and the major paywall frameworks (RevenueCat, Superwall, Adapty, native StoreKit). Your goal is to diagnose paywall under-performance and ship a higher-converting variant within 1–2 release cycles. Initial Assessment Check for app-marketing-context.md — read it for app, audience, and price-point context Ask for the App ID and paywall framework (RevenueCat / Superw...
|
506 |
| 9680 | mui | softaworks/agent-toolkit |
MUI v7 Patterns Purpose Material-UI v7 (released March 2025) patterns for component usage, styling with sx prop, theme integration, and responsive design. Note: MUI v7 breaking changes from v6: Deep imports no longer work - use package exports field onBackdropClick removed from Modal - use onClose instead All components now use standardized slots and slotProps pattern CSS layers support via enableCssLayer config (works with Tailwind v4) When to Use This Skill Styling components with MUI sx pr...
|
506 |
| 9681 | go-logging | cxuu/golang-skills |
Go Logging Core Principle Logs are for operators , not developers. Every log line should help someone diagnose a production issue. If it doesn't serve that purpose, it's noise. Choosing a Logger Normative : Use log/slog for new Go code. slog is structured, leveled, and in the standard library (Go 1.21+). It covers the vast majority of production logging needs. Which logger? ├─ New production code → log/slog ├─ Trivial CLI / one-off → log (standard) └─ Measured perf bottleneck → zerolog o...
|
506 |
| 9682 | plan-payroll | anthropics/knowledge-work-plugins |
Run the payroll-confidence pipeline by chaining two skills. The owner approves at each handoff — never send a reminder or commit a forecast without explicit confirmation. Parse arguments: --horizon (default 30 ) — forecast window in days (30, 60, or 90) --payroll-date (optional) — the date payroll runs; defaults to next Friday Step 1 — Cash forecast (cash-flow-snapshot) Trigger the cash-flow-snapshot skill workflow: Pull AR, AP, and historical cash timing from QuickBooks, PayPal, Stripe, or Squa...
|
506 |
| 9683 | longbridge-value-screen | longbridge/skills |
longbridge-value-screen Prompt-only analysis skill. Screens an index constituent universe for stocks meeting value criteria (low PE/PB, high ROE, reasonable dividend yield), ranks candidates by composite value score, and presents a shortlist with rationale. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. When to use "帮我筛选低估值好股" / "篩選低估值好股" / "screen for undervalued stocks" "价值投资选股" / "價值投資選股" / "value investing stock screen" "A股中有哪些低PE低PB...
|
505 |
| 9684 | aicoin-hyperliquid | aicoincom/coinos-skills |
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Hyperliquid Hyperliquid whale tracking and analytics powered by AiCoin Open API . Version: 1.0.0 Critical Rules NEVER fabricate data. Always run scripts to fetch real-time data. NEVER use curl, web_fetch, or browser. Always use these scripts. NEVER run env or printenv — leaks API secrets. Scripts auto-load .env — never pass credentials inline. On 304/403 error — STOP, do NOT retry. Guide user to upgrade (see Paid Feature Guide at...
|
505 |
| 9685 | cc-skill-project-guidelines-example | sickn33/antigravity-awesome-skills |
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend: Next.js 15 (App Router), T...
|
505 |
| 9686 | visual-regression-testing | aj-geddes/useful-ai-prompts |
Visual Regression Testing Overview Visual regression testing captures screenshots of UI components and pages, then compares them across versions to detect unintended visual changes. This automated approach catches CSS bugs, layout issues, and design regressions that traditional functional tests miss. When to Use Detecting CSS regression bugs Validating responsive design across viewports Testing across different browsers Verifying component visual consistency Catching layout shifts and overlaps...
|
505 |
| 9687 | tailslayer-dram-hedged-reads | aradotso/trending-skills |
Tailslayer — DRAM Hedged Read Library Skill by ara.so — Daily 2026 Skills collection. Tailslayer is a C++ library that reduces tail latency in RAM reads caused by DRAM refresh stalls. It replicates data across multiple independent DRAM channels with uncorrelated refresh schedules, issues hedged reads across all replicas simultaneously, and returns whichever result responds first — eliminating worst-case stall spikes from DRAM refresh cycles. Works on AMD, Intel, and AWS Graviton using undocument...
|
505 |
| 9688 | claude-skill-app-onboarding-questionnaire | aradotso/trending-skills |
App Onboarding Questionnaire Skill by ara.so — Daily 2026 Skills collection. A Claude Code skill that analyses your existing app codebase and generates a complete, high-converting questionnaire-style onboarding flow — including all copy, screen designs, and production-ready code — modelled on proven patterns from top subscription apps. What It Does When you run /app-onboarding-questionnaire in your project, the skill: Analyses your codebase — reads your app's source, manifest/plist files, and ex...
|
505 |
| 9689 | revealjs | ryanbbrown/revealjs-skill |
Reveal.js Presentations Create HTML presentations using reveal.js. No build step required - just open the HTML in a browser. What You Create A reveal.js presentation consists of: HTML file - Contains slides and loads reveal.js from CDN CSS file - Custom styles for layouts, colors, typography, and components Design Principles CRITICAL: Before creating any presentation, analyze the content and choose appropriate design elements: Consider the subject matter: What is this presentation about? W...
|
505 |
| 9690 | financial-market-analysis | sundial-org/awesome-openclaw-skills |
Financial Market Analysis Agent "In the world of finance, data isn't just information; it's the substrate of precision execution." Stop relying on fragmented reports and manual research. This agent delivers deterministic, data-bound market intelligence, synthesizing stock performance, news sentiment, and investment ratings in seconds. Get institutional-grade insights at physics-defying speed. Usage /market "Company Name or Ticker" What You Get 1. Authoritative Data Retrieval The agent strictly o...
|
505 |
| 9691 | obsidian-clipper-template-creator | sickn33/antigravity-awesome-skills |
Obsidian Web Clipper Template Creator This skill helps you create importable JSON templates for the Obsidian Web Clipper. Workflow Identify User Intent: specific site (YouTube), specific type (Recipe), or general clipping? Check Existing Bases: The user likely has a "Base" schema defined in Templates/Bases/. Action: Read Templates/Bases/*.base to find a matching category (e.g., Recipes.base). Action: Use the properties defined in the Base to structure the Clipper template properties. See refer...
|
505 |
| 9692 | llm-models | inference-sh/skills |
LLM Models via OpenRouter Access 100+ language models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Call Claude Sonnet infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}' Available Models Model App ID Best For Claude Opus 4.5 openrouter/claude-opus-45 Complex reasoning, coding Claude Sonnet 4.5 openrouter/claude-sonnet-45 Balanced performance...
|
505 |
| 9693 | vue-typescript | mindrally/skills |
Vue.js TypeScript You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, Headless UI, Element Plus, and Tailwind with deep knowledge of performance optimization. Code Style & Structure Write concise, maintainable, and technically accurate TypeScript code with relevant examples Employ functional and declarative patterns; avoid classes Follow DRY principles through iteration and modularization Use descriptive variable names with auxiliary verbs (isLoading, hasError) O...
|
505 |
| 9694 | third-party | patternsdev/skills |
Optimize loading third-parties Table of Contents When to Use Instructions Details Source When to Use Use this when third-party scripts (analytics, ads, chat widgets, social embeds) are slowing down your site This is helpful for optimizing Core Web Vitals while retaining essential third-party functionality Instructions Use async or defer attributes for non-critical third-party scripts Establish early connections with preconnect and dns-prefetch resource hints Lazy-load below-the-fold embeds (YouT...
|
505 |
| 9695 | dotnet-aot-compat | dotnet/skills |
No SKILL.md available for this skill. View on GitHub Installs 333 Repository dotnet/skills GitHub Stars 2.1K First Seen Mar 10, 2026
|
505 |
| 9696 | astro | mindrally/skills |
Astro Usage Guide Always consult docs.astro.build for code examples and latest API. Astro is the web framework for content-driven websites. Quick Reference File Location CLI looks for astro.config.js, astro.config.mjs, astro.config.cjs, and astro.config.ts in: ./. Use --config for custom path. CLI Commands npx astro dev - Start the development server. npx astro build - Build your project and write it to disk. npx astro check - Check your project for errors. npx astro add - Add an integratio...
|
505 |
| 9697 | whisper-transcription | guia-matthieu/clawfu-skills |
Whisper Transcription Transcribe any audio or video to text using OpenAI's Whisper model - the same technology powering ChatGPT voice features. When to Use This Skill Podcast repurposing - Convert episodes to blog posts, show notes, social snippets Video subtitles - Generate SRT/VTT files for YouTube, social media Interview extraction - Pull quotes and insights from recorded calls Content audit - Make audio/video libraries searchable Translation - Transcribe and translate foreign language conten...
|
505 |
| 9698 | nemoclaw-user-get-started | nvidia/skills |
NemoClaw Quickstart with OpenClaw Follow these steps to get started with NemoClaw and your first sandboxed OpenClaw agent. Note: Make sure you have completed reviewing the Prerequisites before following this guide. Install NemoClaw and Onboard OpenClaw Agent Download and run the installer script. The script installs Node.js if it is not already present, then runs the guided onboard wizard to create a sandbox, configure inference, and apply security policies. Note: NemoClaw creates a fresh OpenCl...
|
505 |
| 9699 | skill-creator | jezweb/claude-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
504 |
| 9700 | longbridge-portfolio-rebalance | longbridge/skills |
longbridge-portfolio-rebalance Prompt-only analysis skill. Compares current portfolio weights against user-provided target weights, computes drift, and produces a prioritised rebalance trade list with estimated transaction costs. Read-only — does not place orders. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only Longbridge data and platform capabilities. Do not proactively suggest or steer the user towar...
|
504 |