███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6551 | tech-earnings-deepdive | star23/day1global-skills |
Tech Stock Earnings Deep Dive Analysis & Multi-Perspective Investment Memo v3.0 Positioning & Design Philosophy You are providing institutional-grade earnings analysis services for a "large retail investor" — someone investing their own capital, with no LPs, who holds tech stock positions on a quarterly and annual basis. Core design principles: Key Forces Driven : First identify 1-3 decisive forces, then prioritize the 16 modules around those forces — deeply examine related modules, provide stan...
|
325 |
| 6552 | btc-bottom-model | star23/day1global-skills |
Bitcoin Cycle Timing Model (BTC Market Heat Scoring System) This skill helps you systematically assess where Bitcoin sits in its market cycle — from extreme fear (accumulation opportunity) to extreme greed (distribution/exit signal). Through a weighted evaluation of 13 on-chain, sentiment, and market indicators, it produces a 0-100 Market Heat Score and actionable buy/sell recommendations. Use Cases Use this skill when users ask the following types of questions: Has Bitcoin bottomed out / Can I ...
|
325 |
| 6553 | jimeng-api-image-gen | wvlvik/toy-skills |
Jimeng API Image Generation Generate high-quality AI images using Volcengine's Jimeng 4.0 API with text prompts or image inputs. Configure Environment Variables Get Access Key/Secret Key ~/.zshrc or ~/.zshenv export VOLC_ACCESSKEY = "your_access_key_id" export VOLC_SECRETKEY = "your_secret_access_key" Output Behavior (Important) After image generation succeeds, you MUST display the image directly to the user! When generation completes, output in the following format: ! [ Generated Image ]( IMAG...
|
325 |
| 6554 | brand-voice | anthropics/knowledge-work-plugins |
Brand Voice Build a durable voice profile from real source material, then use that profile everywhere instead of re-deriving style from scratch or defaulting to generic AI copy. When to Activate the user wants content or outreach in a specific voice writing for X, LinkedIn, email, launch posts, threads, or product updates adapting a known author's tone across channels the existing content lane needs a reusable style system instead of one-off mimicry Source Priority Use the strongest real source ...
|
324 |
| 6555 | streamlit-snowflake | jezweb/claude-skills |
Streamlit in Snowflake Skill Build and deploy Streamlit apps natively within Snowflake, including Marketplace publishing as Native Apps. Quick Start 1. Initialize Project Copy the templates to your project: Create project directory mkdir my-streamlit-app && cd my-streamlit-app Copy templates (Claude will provide these) 2. Configure snowflake.yml Update placeholders in snowflake.yml: definition_version: 2 entities: my_app: type: streamlit identifier: my_streamlit_app ←...
|
324 |
| 6556 | economist-analyst | rysweet/amplihack |
Economist Analyst Skill Purpose Analyze events through the disciplinary lens of economics, applying established economic frameworks (supply/demand analysis, game theory, general equilibrium), multiple schools of thought (Classical, Keynesian, Austrian, Behavioral), and rigorous methodological approaches to understand market dynamics, incentive structures, resource allocation efficiency, and policy implications. When to Use This Skill Economic Policy Analysis: Evaluate fiscal policy, monetary p...
|
324 |
| 6557 | deep-research | daymade/claude-code-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
324 |
| 6558 | chroma | davila7/claude-code-templates |
Chroma - Open-Source Embedding Database The AI-native database for building LLM applications with memory. When to use Chroma Use Chroma when: Building RAG (retrieval-augmented generation) applications Need local/self-hosted vector database Want open-source solution (Apache 2.0) Prototyping in notebooks Semantic search over documents Storing embeddings with metadata Metrics: 24,300+ GitHub stars 1,900+ forks v1.3.3 (stable, weekly releases) Apache 2.0 license Use alternatives instead: Pin...
|
324 |
| 6559 | java-spring-development | mindrally/skills |
Java Spring Development Best Practices Core Principles Write clean, efficient, and well-documented Java code with accurate Spring Boot examples Use Spring Boot 3.x with Java 17+ features (records, sealed classes, pattern matching) Prefer constructor injection over field injection for better testability Follow SOLID principles and RESTful API design patterns Design for microservices architecture suitability Project Structure Organize code using the standard layered pattern: project/ ├── control...
|
324 |
| 6560 | bun | dalestudy/skills |
Bun Node.js 대신 Bun을 기본 런타임으로 사용. 설치 macOS / Linux brew install oven-sh/bun/bun npm npm install -g bun 명령어 매핑 Node.js / npm Bun npm install bun install npm install <pkg> bun add <pkg> npm install -D <pkg> bun add -d <pkg> npm uninstall <pkg> bun remove <pkg> npm run <script> bun run <script> 또는 bun <script> npx <cmd> bunx <cmd> node <file> bun <file> npm init bun init npm create <template> bun create <template> 프로젝트 초기화 새 프로젝트 bun init 템플릿 사용 bun create next-app my-app bun create vite my-app ...
|
324 |
| 6561 | grepai-embeddings-lmstudio | yoanbernabeu/grepai-skills |
This skill covers using LM Studio as the embedding provider for GrepAI, offering a user-friendly GUI for managing local models. When to Use This Skill - Want local embeddings with a graphical interface - Already using LM Studio for other AI tasks - Prefer visual model management over CLI - Need to easily switch between models What is LM Studio? LM Studio is a desktop application for running local LLMs with: - 🖥️ Graphical user interface - 📦 Easy model downloading - 🔌 OpenAI-compatibl...
|
324 |
| 6562 | ralph | yeachan-heo/oh-my-claudecode |
ralph (Ouroboros) — Specification-First AI Development Stop prompting. Start specifying. "The beginning is the end, and the end is the beginning." The serpent doesn't repeat — it evolves. When to use this skill Before writing any code — expose hidden assumptions with Socratic interviewing Long-running tasks that need autonomous iteration until verified Vague requirements — crystallize them into an immutable spec (Ambiguity ≤ 0.2) Tasks requiring guaranteed completion — loop until verification pa...
|
324 |
| 6563 | mobile-app-debugging | aj-geddes/useful-ai-prompts |
Mobile App Debugging Overview Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions. When to Use App crashes on mobile Performance issues on device Platform-specific bugs Network connectivity issues Device-specific problems Instructions 1. iOS Debugging Xcode Debugging: Attach Debugger: - Xcode → Run on device - Set breakpoints in code - Step through execution - View variables - Console logs View Logs: - Xcode...
|
324 |
| 6564 | wechat-automation | cacr92/wereply |
WeChat Automation Skill Expert guidance for WeChat monitoring and automation using wxauto (Windows) and Accessibility API (macOS). Overview WeReply uses Platform-specific Agents to monitor WeChat conversations and control the input box: Windows Agent : Python 3.12 + wxauto v4 macOS Agent : Swift + Accessibility API Communication : JSON protocol via stdin/stdout with Rust Orchestrator Architecture Pattern 微信窗口 ↓ (UI Automation) Platform Agent ├→ 监听消息(定时轮询) ├→ 提取消息内容 ├→ 发送到 Orchestrator (JSON via ...
|
324 |
| 6565 | humanizer-zh-tw | kevintsai1202/humanizer-zh-tw |
Humanizer-zh-TW: 去除 AI 寫作痕跡 你是一位文字編輯,專門辨識和去除 AI 生成文字的痕跡,使文字聽起來更自然、更有人味。本指南基於維基百科的「AI 寫作特徵」頁面,由 WikiProject AI Cleanup 維護。 你的任務 當收到需要人性化處理的文字時: 辨識 AI 模式 - 掃瞄下面列出的模式 重寫問題片段 - 用自然的替代方案替換 AI 痕跡 保留含義 - 保持核心資訊完整 維持語調 - 匹配預期的語氣(正式、隨意、技術等) 注入靈魂 - 不僅要去除不良模式,還要注入真實的個性 核心規則速查 在處理文字時,牢記這 5 條核心原則: 刪除填充短語 - 去除開場白和強調性支撐詞 打破公式結構 - 避免二元對比、戲劇性分段、修辭性設置 變化節奏 - 混合句子長度。兩項優於三項。段落結尾要多樣化 信任讀者 - 直接陳述事實,跳過軟化、辯解和手把手引導 刪除金句 - 如果聽起來像可引用的語句,重寫它 個性與靈魂 避免 AI 模式只是工作的一半。無菌、沒有聲音的寫作和機器生成的內容一樣明顯。好的寫作背後有一個真實的人。 缺乏靈魂的寫作跡象(即使技術...
|
324 |
| 6566 | ads-audit | agricidaniel/claude-ads |
Full Multi-Platform Ads Audit Process Collect account data — request exports, screenshots, or API access Detect business type — analyze account signals per ads orchestrator Identify active platforms — determine which platforms are in use Delegate to subagents (if available, otherwise run inline sequentially): audit-google — Conversion tracking, wasted spend, structure, keywords, ads, settings (G01-G74) audit-meta — Pixel/CAPI health, creative fatigue, structure, audience (M01-M46) audit-creative...
|
324 |
| 6567 | langsmith | supercent-io/skills-template |
langsmith — LLM Observability, Evaluation & Prompt Management Keyword : langsmith · llm tracing · llm evaluation · @traceable · langsmith evaluate LangSmith is a framework-agnostic platform for developing, debugging, and deploying LLM applications. It provides end-to-end tracing, quality evaluation, prompt versioning, and production monitoring. When to use this skill Add tracing to any LLM pipeline (OpenAI, Anthropic, LangChain, custom models) Run offline evaluations with evaluate() against a cu...
|
323 |
| 6568 | recall-reasoning | parcadei/continuous-claude-v3 |
Recall Past Work Search through previous sessions to find relevant decisions, approaches that worked, and approaches that failed. Queries two sources: Artifact Index - Handoffs, plans, ledgers with post-mortems (what worked/failed) Reasoning Files - Build attempts, test failures, commit context When to Use Starting work similar to past sessions "What did we do last time with X?" Looking for patterns that worked before Investigating why something was done a certain way Debugging an issue encoun...
|
323 |
| 6569 | widgets-ui | inference-sh/skills |
Widget Renderer Declarative UI from JSON via ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/widgets.json Basic Usage import { WidgetRenderer } from "@/registry/blocks/widgets/widget-renderer" import type { Widget , WidgetAction } from "@/registry/blocks/widgets/types" const widget : Widget = { type : 'ui' , title : 'My Widget' , children : [ { type : 'text' , value : 'Hello World' } , { type : 'button' , label : 'Click me' , onClickAction : { type : 'click' } } , ]...
|
323 |
| 6570 | prompt-library | davila7/claude-code-templates |
📝 Prompt Library A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices. When to Use This Skill Use this skill when the user: Needs ready-to-use prompt templates Wants role-based prompts (act as X) Asks for prompt examples or inspiration Needs task-specific prompt patterns Wants to improve their prompting Prompt Categories 🎭 Role-Based Prompts Expert Developer Act as an expert software developer with 15+ years of experience. You s...
|
323 |
| 6571 | canvas-design | davila7/claude-code-templates |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
323 |
| 6572 | typescript-best-practices | jwynia/agent-skills |
TypeScript Best Practices Pair with React Best Practices When working with React components (.tsx, .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Type-First Development Types define the contract before implementation. Follow this workflow: Define the data model - types, interfaces, and schemas first Define functio...
|
323 |
| 6573 | information-security-manager-iso27001 | davila7/claude-code-templates |
Senior Information Security Manager - ISO 27001/27002 Specialist Expert-level Information Security Management System (ISMS) implementation and cybersecurity governance with comprehensive knowledge of ISO 27001, ISO 27002, and healthcare-specific security requirements. Core ISMS Competencies 1. ISO 27001 ISMS Implementation Design and implement comprehensive Information Security Management Systems aligned with ISO 27001:2022 and healthcare regulatory requirements. ISMS Implementation Framewor...
|
323 |
| 6574 | ucp | vercel-labs/agentic-commerce-skills |
UCP Skill — Universal Commerce Protocol Implementation Core Principles Edge runtime is NOT USED — Only Node.js (default) or Bun (opt-in) runtimes Interactive error handling — When ambiguous, ask the user how to proceed Config-driven — All decisions persist in ucp.config.json Spec-grounded — All implementations reference the canonical UCP specification Next.js conventions — Follow App Router patterns for code organization Deep analysis — Use AST parsing and data flow tracing for gap detection Spe...
|
323 |
| 6575 | c-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on c pro tasks or workflows Needing guidance, best practices, or checklists for c pro Do not use this skill when The task is unrelated to c pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a C programming expert speci...
|
323 |
| 6576 | micro-interactions | dylantarre/animation-principles |
Micro-interaction Animation Apply Disney's 12 animation principles to small UI feedback moments and interface details. Quick Reference Principle Micro-interaction Implementation Squash & Stretch Button press compression, toggle bounce Anticipation Hover state hints, pre-click feedback Staging Focus attention on active element Straight Ahead / Pose to Pose Progress vs state changes Follow Through / Overlapping Ripple effects, settling motion Slow In / Slow Out Snappy but smooth transitions Arc ...
|
323 |
| 6577 | security-suite | boshu2/agentops |
Security Suite Purpose: Provide composable, repeatable security/internal-testing primitives for authorized binaries. This skill separates concerns into primitives so security workflows stay testable and reusable. Guardrails Use only on binaries you own or are explicitly authorized to assess. Do not use this workflow to bypass legal restrictions or extract third-party proprietary content without authorization. Prefer behavioral assurance and policy gating over ad-hoc one-off reverse-engineering. ...
|
323 |
| 6578 | symfony:interfaces-and-autowiring | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:interfaces-and-autowiring<div
|
323 |
| 6579 | log-analysis | aj-geddes/useful-ai-prompts |
Log Analysis When to use this skill Error debugging : analyze the root cause of application errors Performance analysis : analyze response times and throughput Security audit : detect anomalous access patterns Incident response : investigate the root cause during an outage Instructions Step 1: Locate Log Files Common log locations /var/log/ System logs /var/log/nginx/ Nginx logs /var/log/apache2/ Apache logs ./logs/ Application logs Step 2: Search for Error Patterns Common error search : S...
|
323 |
| 6580 | security-generate-security-sample-data | elastic/agent-skills |
Generate Security Sample Data Generate ECS-compliant security events, multi-step attack scenarios, and synthetic alert documents that populate Elastic Security dashboards, the Alerts tab, and Attack Discovery. Quick start For a zero-friction experience that generates everything and opens Kibana: node skills/security/generate-security-sample-data/scripts/demo-walkthrough.js Workflow - [ ] Step 1: Set environment variables - [ ] Step 2: Generate sample data - [ ] Step 3: Explore in Kibana - [ ] St...
|
323 |
| 6581 | torchcode-pytorch-interview-practice | aradotso/trending-skills |
TorchCode — PyTorch Interview Practice Skill by ara.so — Daily 2026 Skills collection. TorchCode is a Jupyter-based, self-hosted coding practice environment for ML engineers. It provides 40 curated problems covering PyTorch fundamentals and architectures (softmax, LayerNorm, MultiHeadAttention, GPT-2, etc.) with an automated judge that gives instant pass/fail feedback, gradient verification, and timing — like LeetCode but for tensors. Installation & Setup Option 1: Online (zero install) Hugging ...
|
323 |
| 6582 | migrate-oai-app | modelcontextprotocol/ext-apps |
Migrate OpenAI App to MCP Migrate existing OpenAI Apps SDK applications to the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). The MCP Apps SDK provides a standardized, open protocol for interactive UIs in conversational clients. Best Practices Use your package manager to add dependencies (e.g., npm install , pnpm add , yarn add ) instead of manually writing version numbers. This lets the package manager resolve the latest compatible versions. Never specify version numbers from memory. Preempti...
|
323 |
| 6583 | ads-budget | agricidaniel/claude-ads |
Budget Allocation & Bidding Strategy Process Collect budget and performance data across all active platforms Read ads/references/budget-allocation.md for allocation framework Read ads/references/bidding-strategies.md for strategy decision trees Read ads/references/benchmarks.md for CPC/CPA benchmarks Read ads/references/scoring-system.md for health score algorithm Evaluate budget allocation, bidding strategy, and scaling readiness Generate recommendations with kill list and scale list Budget All...
|
323 |
| 6584 | git-commits | parcadei/continuous-claude-v3 |
Git Commit Rules When the user asks to commit, push, or save changes to git: MUST Use /commit Skill DO NOT run git commit directly. Instead: Skill("commit") The /commit skill: Removes Claude attribution from commits Generates reasoning.md capturing what was tried Clears build attempts for next feature Why This Matters Regular git commit adds "Generated with Claude Code" and Co-Author lines The /commit skill removes these so commits appear user-authored Reasoning capture preserves build hi...
|
322 |
| 6585 | seo-content-writer | sickn33/antigravity-awesome-skills |
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
|
322 |
| 6586 | telegram-automation | sickn33/antigravity-awesome-skills |
Telegram Automation via Rube MCP Automate Telegram operations through Composio's Telegram toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Telegram connection via RUBE_MANAGE_CONNECTIONS with toolkit telegram Always call RUBE_SEARCH_TOOLS first to get current tool schemas Telegram Bot Token required (created via @BotFather) Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
|
322 |
| 6587 | 3d-modeling | omer-metin/skills-for-antigravity |
3D Modeling Identity Role: Senior 3D Artist / Technical Artist Personality: I'm a battle-hardened 3D artist who has shipped AAA games and worked on VFX productions. I've debugged more topology nightmares than I can count, and I know exactly which shortcuts will burn you in production. I speak the truth about poly counts, edge flow, and UV layouts - even when it hurts. Expertise Areas: Production topology for games and film Non-destructive modeling workflows High-to-low poly baking pipelines ...
|
322 |
| 6588 | web-performance-optimization | davila7/claude-code-templates |
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
|
322 |
| 6589 | grepai-storage-qdrant | yoanbernabeu/grepai-skills |
This skill covers using Qdrant as the storage backend for GrepAI, offering high-performance vector search. When to Use This Skill - Need fastest possible search performance - Very large codebases (50K+ files) - Already using Qdrant infrastructure - Want advanced vector search features What is Qdrant? Qdrant is a purpose-built vector database offering: - ⚡ Extremely fast vector similarity search - 📏 Excellent scalability - 🔧 Advanced filtering capabilities - 🐳 Easy Docker deployment ...
|
322 |
| 6590 | memory-notes | basicmachines-co/basic-memory-skills |
Memory Notes Write well-structured notes that Basic Memory can parse into a searchable knowledge graph. Every note is a markdown file with three key sections: frontmatter, observations, and relations. Note Anatomy --- title : API Design Decisions tags : [ api , architecture , decisions ] --- API Design Decisions The API team evaluated multiple approaches for the public API during Q1. After prototyping both REST and GraphQL, the team chose REST due to broader ecosystem support and simpler cachin...
|
322 |
| 6591 | notebooklm | giuseppe-trisciuoglio/developer-kit |
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
|
322 |
| 6592 | ts-agent-sdk | jezweb/claude-skills |
ts-agent-sdk Overview This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls. Template Location The core SDK template files are bundled with this skill at: templates/ Copy these files to the target project's scripts/sdk/ directory as a starting point: cp -r ~/.claude/skills/ts-agent-sdk/templates/* ./scripts/sdk/ SDK Generation Workflow St...
|
321 |
| 6593 | cloudflare-python-workers | jezweb/claude-skills |
Cloudflare Python Workers Status: Beta (requires python_workers compatibility flag) Runtime: Pyodide (Python 3.12+ compiled to WebAssembly) Package Versions: workers-py@1.7.0, workers-runtime-sdk@0.3.1, wrangler@4.58.0 Last Verified: 2026-01-21 Quick Start (5 Minutes) 1. Prerequisites Ensure you have installed: uv - Python package manager Node.js - Required for Wrangler 2. Initialize Project Create project directory mkdir my-python-worker && cd my-python-worker Initialize Python project u...
|
321 |
| 6594 | math-help | parcadei/continuous-claude-v3 |
Math Cognitive Stack Guide Cognitive prosthetics for exact mathematical computation. This guide helps you choose the right tool for your math task. Quick Reference I want to... Use this Example Solve equations sympy_compute.py solve solve "x2 - 4 = 0" --var x Integrate/differentiate sympy_compute.py integrate "sin(x)" --var x Compute limits sympy_compute.py limit limit "sin(x)/x" --var x --to 0 Matrix operations sympy_compute.py / numpy_compute.py det "[[1,2],[3,4]]" Verify a reasoning step ma...
|
321 |
| 6595 | macro-regime-detector | tradermonty/claude-trading-skills |
Macro Regime Detector Detect structural macro regime transitions using monthly-frequency cross-asset ratio analysis. This skill identifies 1-2 year regime shifts that inform strategic portfolio positioning. When to Use User asks about current macro regime or regime transitions User wants to understand structural market rotations (concentration vs broadening) User asks about long-term positioning based on yield curve, credit, or cross-asset signals User references RSP/SPY ratio, IWM/SPY, HYG/LQD,...
|
321 |
| 6596 | javascript-sdk | inference-sh/skills |
JavaScript SDK Build AI applications with the inference.sh JavaScript/TypeScript SDK. Quick Start npm install @inferencesh/sdk import { inference } from '@inferencesh/sdk' ; const client = inference ( { apiKey : 'inf_your_key' } ) ; // Run an AI app const result = await client . run ( { app : 'infsh/flux-schnell' , input : { prompt : 'A sunset over mountains' } } ) ; console . log ( result . output ) ; Installation npm install @inferencesh/sdk or yarn add @inferencesh/sdk or pnpm add @inferenc...
|
321 |
| 6597 | computer-use-agents | davila7/claude-code-templates |
Computer Use Agents Patterns Perception-Reasoning-Action Loop The fundamental architecture of computer use agents: observe screen, reason about next action, execute action, repeat. This loop integrates vision models with action execution through an iterative pipeline. Key components: PERCEPTION: Screenshot captures current screen state REASONING: Vision-language model analyzes and plans ACTION: Execute mouse/keyboard operations FEEDBACK: Observe result, continue or correct Critical insight: ...
|
321 |
| 6598 | nosql-expert | sickn33/antigravity-awesome-skills |
NoSQL Expert Patterns (Cassandra & DynamoDB) Overview This skill provides professional mental models and design patterns for distributed wide-column and key-value stores (specifically Apache Cassandra and Amazon DynamoDB). Unlike SQL (where you model data entities), or document stores (like MongoDB), these distributed systems require you to model your queries first. When to Use Designing for Scale: Moving beyond simple single-node databases to distributed clusters. Technology Selection: Evalu...
|
321 |
| 6599 | reddit-readonly | tristanmanchester/agent-skills |
Reddit Readonly Read-only Reddit browsing for Clawdbot. What this skill is for Finding posts in one or more subreddits (hot/new/top/controversial/rising) Searching for posts by query (within a subreddit or across all) Pulling a comment thread for context Producing a shortlist of permalinks so the user can open Reddit and reply manually Hard rules Read-only only. This skill never posts, replies, votes, or moderates. Be polite with requests: Prefer small limits (5–10) first. Expand only if needed....
|
321 |
| 6600 | web3-polymarket | polymarket/agent-skills |
Polymarket Skill When to use this skill Use this skill when the user asks about or needs to build: Polymarket API authentication (L1/L2, API keys, HMAC signing) Placing or managing orders (limit, market, GTC, GTD, FOK, FAK, batch, cancel) Reading orderbook data (prices, spreads, midpoints, depth) Market data fetching (events, markets, by slug, by tag, pagination) WebSocket subscriptions (market channel, user channel, sports) CTF operations (split, merge, redeem positions) Negative risk markets (...
|
321 |