███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3601 | create-an-asset | anthropics/knowledge-work-plugins |
Create an Asset Generate custom sales assets tailored to your prospect, audience, and goals. Supports interactive landing pages, presentation decks, executive one-pagers, and workflow/architecture demos. Triggers Invoke this skill when: User says /create-an-asset or /create-an-asset [CompanyName] User asks to "create an asset", "build a demo", "make a landing page", "mock up a workflow" User needs a customer-facing deliverable for a sales conversation Overview This skill creates professional sal...
|
243 |
| 3602 | persistent-memory | ropl-btc/agent-skills |
Persistent Memory Use this skill as the single memory system for this repository. Commands Use either command style: python3 .agents/skills/persistent-memory/scripts/memory.py <command> .agents/skills/persistent-memory/scripts/pmem <command> Supported commands: init sync (database-only health check) cleanup-legacy backfill-embeddings --batch 500 prune --source "<label>" [--older-than <days>] search "<query>" --limit 8 add "<memory text>" --tags "<comma,tags>" --source "assistant" recent --limit ...
|
243 |
| 3603 | nanobanana-ppt-skills | sickn33/antigravity-awesome-skills |
Nanobanana Ppt Skills Overview AI-powered PPT generation with document analysis and styled images When to Use This Skill Use this skill when you need to work with ai-powered ppt generation with document analysis and styled images. Instructions This skill provides guidance and patterns for ai-powered ppt generation with document analysis and styled images. For more information, see the source repository .
|
243 |
| 3604 | senior-architect | alirezarezvani/claude-skills |
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
|
243 |
| 3605 | autonomous-agents | davila7/claude-code-templates |
Autonomous Agents You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10. Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently. You push for guardrails before capabili...
|
243 |
| 3606 | repomix-explorer | yamadashy/repomix |
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files. User Intent Examples The user might ask in various ways: Remote Repository Analysis "Analyze the yamadashy/repomix repository" "What's the structure of facebook/react?" "Explore https://github.com/microsoft/vscode" "Find all TypeScript files in the Next.js repo" "Show me the ...
|
243 |
| 3607 | frontend-to-backend-requirements | softaworks/agent-toolkit |
Backend Requirements Mode You are a frontend developer documenting what data you need from backend. You describe the what , not the how . Backend owns implementation details. No Chat Output : ALL responses go to .claude/docs/ai/<feature-name>/backend-requirements.md No Implementation Details : Don't specify endpoints, field names, or API structure—that's backend's call. The Point This mode is for frontend devs to communicate data needs: What data do I need to render this screen? What actions sho...
|
243 |
| 3608 | jest-typescript | bobmatnyc/claude-mpm-skills |
Jest + TypeScript - Industry Standard Testing Overview Jest is the industry-standard testing framework with 70% market share, providing a mature, battle-tested ecosystem for TypeScript projects. It offers comprehensive testing capabilities with built-in snapshot testing, mocking, and coverage reporting. Key Features: 🏆 Industry Standard: 70% market share, widely adopted 📦 All-in-One: Test runner, assertions, mocks, coverage in one package 📸 Snapshot Testing: Built-in snapshot support for UI t...
|
243 |
| 3609 | perl-testing | affaan-m/everything-claude-code |
Perl Testing Patterns Comprehensive testing strategies for Perl applications using Test2::V0, Test::More, prove, and TDD methodology. When to Activate Writing new Perl code (follow TDD: red, green, refactor) Designing test suites for Perl modules or applications Reviewing Perl test coverage Setting up Perl testing infrastructure Migrating tests from Test::More to Test2::V0 Debugging failing Perl tests TDD Workflow Always follow the RED-GREEN-REFACTOR cycle. Step 1: RED — Write a failing test t...
|
243 |
| 3610 | resume version manager | paramchoudhary/resumeskills |
Use this skill when the user: - Has multiple resume versions to manage - Needs to track tailored resumes - Wants to maintain a master resume - Is applying to many different roles - Mentions: "resume versions", "master resume", "different versions", "track resumes", "which resume" Core Capabilities - Create and maintain master resume document - Track tailored resume versions - Organize resume versions by role/industry - Maintain consistent source of truth - Streamline resume updates ...
|
243 |
| 3611 | design-system-starter | softaworks/agent-toolkit |
Design System Starter Build robust, scalable design systems that ensure visual consistency and exceptional user experiences. Quick Start Just describe what you need: Create a design system for my React app with dark mode support That's it. The skill provides tokens, components, and accessibility guidelines. Triggers Trigger Example Create design system "Create a design system for my app" Design tokens "Set up design tokens for colors and spacing" Component architecture "Design component structur...
|
242 |
| 3612 | git commit helper | davila7/claude-code-templates |
Git Commit Helper Quick start Analyze staged changes and generate commit message: View staged changes git diff --staged Generate commit message based on changes (Claude will analyze the diff and suggest a message) Commit message format Follow conventional commits format: <type>(<scope>): <description> [optional body] [optional footer] Types feat : New feature fix : Bug fix docs : Documentation changes style : Code style changes (formatting, missing semicolons) refactor : Code refactoring test...
|
242 |
| 3613 | bash-pro | sickn33/antigravity-awesome-skills |
Use this skill when Writing or reviewing Bash scripts for automation, CI/CD, or ops Hardening shell scripts for safety and portability Do not use this skill when You need POSIX-only shell without Bash features The task requires a higher-level language for complex logic You need Windows-native scripting (PowerShell) Instructions Define script inputs, outputs, and failure modes. Apply strict mode and safe argument parsing. Implement core logic with defensive patterns. Add tests and linting with Ba...
|
242 |
| 3614 | cloud-design-patterns | github/awesome-copilot |
Cloud Design Patterns Architects design workloads by integrating platform services, functionality, and code to meet both functional and nonfunctional requirements. To design effective workloads, you must understand these requirements and select topologies and methodologies that address the challenges of your workload's constraints. Cloud design patterns provide solutions to many common challenges. System design heavily relies on established design patterns. You can design infrastructure, code, a...
|
242 |
| 3615 | stock-info-explorer | sundial-org/awesome-openclaw-skills |
Stock Information Explorer This skill fetches OHLCV data from Yahoo Finance via yfinance and computes technical indicators locally (no API key required). Commands 1) Real-time Quotes ( price ) uv run --script scripts/yf.py price TSLA shorthand uv run --script scripts/yf.py TSLA 2) Fundamental Summary ( fundamentals ) uv run --script scripts/yf.py fundamentals NVDA 3) ASCII Trend ( history ) uv run --script scripts/yf.py history AAPL 6mo 4) Professional Chart ( pro ) Generates a high-resolution ...
|
242 |
| 3616 | cmake | mohitmishra786/low-level-dev-skills |
CMake Purpose Guide agents through modern (target-first) CMake for C/C++ projects: out-of-source builds, dependency management, generator selection, and integration with CI and IDEs. Triggers "How do I write a CMakeLists.txt for my project?" "How do I add an external library with CMake?" "CMake can't find my package / library" "How do I enable sanitizers in CMake?" "How do I cross-compile with CMake?" "How do I use CMake Presets?" Workflow 1. Modern CMake principles Define targets, not variables...
|
242 |
| 3617 | cli-anything | hkuds/cli-anything |
CLI-Anything for Codex Use this skill when the user wants Codex to act like the CLI-Anything builder. If this skill is being used from inside the CLI-Anything repository, read ../cli-anything-plugin/HARNESS.md before implementation. That file is the full methodology source of truth. If it is not available, follow the condensed rules below. Inputs Accept either: A local source path such as ./gimp or /path/to/software A GitHub repository URL Derive the software name from the local directory name a...
|
242 |
| 3618 | r3f-animation | enzed/r3f-skills |
React Three Fiber Animation Quick Start import { Canvas, useFrame } from '@react-three/fiber' import { useRef } from 'react' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default function App() { return ( <Canvas> <ambientLigh...
|
242 |
| 3619 | negotiation | wondelai/skills |
Negotiation Tactical empathy-based negotiation framework from FBI hostage negotiator Chris Voss. Transform any negotiation by understanding the emotional drivers behind decisions and using proven techniques to build rapport, uncover hidden information, and reach better outcomes. Core Principle People want to be understood and feel safe. Every negotiation is an act of communication where the goal is to influence behavior. The most effective path to "yes" runs through empathy, active listening, an...
|
242 |
| 3620 | r3f-postprocessing | enzed/r3f-skills |
React Three Fiber Post-Processing Quick Start import { Canvas } from '@react-three/fiber' import { EffectComposer, Bloom, Vignette } from '@react-three/postprocessing' function Scene() { return ( <Canvas> <ambientLight /> <mesh> <boxGeometry /> <meshStandardMaterial color="hotpink" emissive="hotpink" emissiveIntensity={2} /> </mesh> <EffectComposer> <Bloom luminanceThreshold={0.5} luminanceSmoothing={0.9} intensity={1.5} /> <Vignett...
|
242 |
| 3621 | go-testing | cxuu/golang-skills |
Go Testing Guidelines for writing clear, maintainable Go tests following Google's style. Useful Test Failures Normative: Test failures must be diagnosable without reading the test source. Every failure message should include: What caused the failure The function inputs The actual result (got) The expected result (want) Failure Message Format Use the standard format: YourFunc(%v) = %v, want %v // Good: if got := Add(2, 3); got != 5 { t.Errorf("Add(2, 3) = %d, want %d", got, 5) } // Ba...
|
241 |
| 3622 | swiftui-gestures | dpearson2699/swift-ios-skills |
SwiftUI Gestures (iOS 26+) Review, write, and fix SwiftUI gesture interactions. Apply modern gesture APIs with correct composition, state management, and conflict resolution using Swift 6.2 patterns. Contents Gesture Overview TapGesture LongPressGesture DragGesture MagnifyGesture (iOS 17+) RotateGesture (iOS 17+) Gesture Composition @GestureState Adding Gestures to Views Custom Gesture Protocol Common Mistakes Review Checklist References Gesture Overview Gesture Type Value Since TapGesture Discr...
|
241 |
| 3623 | react-component-performance | dimillian/skills |
Identify render hotspots, isolate expensive updates, and apply targeted optimizations without changing UI behavior. Workflow - Reproduce or describe the slowdown. - Identify what triggers re-renders (state updates, props churn, effects). - Isolate fast-changing state from heavy subtrees. - Stabilize props and handlers; memoize where it pays off. - Reduce expensive work (computation, DOM size, list length). - Validate with profiling; avoid speculative changes. Checklist - Measure: use ...
|
241 |
| 3624 | code-review | davila7/claude-code-templates |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
241 |
| 3625 | supabase | alinaqi/claude-bootstrap |
Supabase Core Skill Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md] Core concepts, CLI workflow, and patterns common to all Supabase projects. Sources: Supabase Docs | Supabase CLI Core Principle Local-first, migrations in version control, never touch production directly. Develop locally with the Supabase CLI, capture all changes as migrations, and deploy through CI/CD. Supabase Stack Service Purpose Database PostgreSQL with extensions Auth User authentication, ...
|
241 |
| 3626 | quickstart | boshu2/agentops |
/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup git rev-parse --is-inside-work-tree > /dev/null 2 > &1 && echo "GIT=true" || echo "GIT=false" command -v ao > /dev/null && echo "AO=true" || echo "AO=false" command -v bd > /dev/null && echo "BD=true" || echo "BD=false" [ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false" Step 2: Show what AgentOps does Output exa...
|
241 |
| 3627 | email-management-expert | sundial-org/awesome-openclaw-skills |
Email Management Expert Skill You are an expert email management assistant with deep knowledge of productivity workflows and the Apple Mail MCP tools. Your role is to help users efficiently manage their inbox, organize emails, and maintain email productivity. Core Principles Start with Overview : Always begin with get_inbox_overview() to understand the current state Batch Operations : Use batch operations when possible (e.g., update_email_status with filters) Safety First : Respect safety limits...
|
241 |
| 3628 | coreml | dpearson2699/swift-ios-skills |
Core ML Swift Integration Load, configure, and run Core ML models in iOS apps. This skill covers the Swift side: model loading, prediction, MLTensor, profiling, and deployment. Target iOS 26+ with Swift 6.2, backward-compatible to iOS 14 unless noted. Scope boundary: Python-side model conversion, optimization (quantization, palettization, pruning), and framework selection live in the apple-on-device-ai skill. This skill owns Swift integration only. See references/coreml-swift-integration.md for ...
|
241 |
| 3629 | authentication | dpearson2699/swift-ios-skills |
Authentication Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication. Contents Sign in with Apple Credential Handling Credential State Checking Token Validation Existing Account Setup Flows ASWebAuthenticationSession (OAuth) Password AutoFill Credentials Biometric Authentication SwiftUI SignInWithAppleButton Common Mistakes Review Checklist References Sign in with...
|
241 |
| 3630 | remotion-best-practices | vercel-labs/json-render |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
241 |
| 3631 | legal-advisor | lotosbin/claude-skills |
Legal Advisor You are a legal advisor specializing in technology law, privacy regulations, and compliance documentation. Focus Areas Privacy policies (GDPR, CCPA, LGPD compliant) Terms of service and user agreements Cookie policies and consent management Data processing agreements (DPA) Disclaimers and liability limitations Intellectual property notices SaaS/software licensing terms E-commerce legal requirements Email marketing compliance (CAN-SPAM, CASL) Age verification and children's privac...
|
241 |
| 3632 | contributing | nuxt/ui |
Nuxt UI Development Guidelines for contributing to the Nuxt UI component library. Project Structure src/ ├── runtime/ │ ├── components/ Vue components (PascalCase.vue) │ ├── composables/ Composables (use*.ts) │ ├── types/ TypeScript types │ └── utils/ Utility functions ├── theme/ Tailwind Variants themes (kebab-case.ts) └── module.ts test/ ├── components/ Component tests (*.spec.ts) │ └── __snapshots__/ Auto-generated snapshots └── ...
|
241 |
| 3633 | videodb | affaan-m/everything-claude-code |
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
|
241 |
| 3634 | returns-reverse-logistics | affaan-m/everything-claude-code |
Returns & Reverse Logistics Role and Context You are a senior returns operations manager with 15+ years handling the full returns lifecycle across retail, e-commerce, and omnichannel environments. Your responsibilities span return merchandise authorization (RMA), receiving and inspection, condition grading, disposition routing, refund and credit processing, fraud detection, vendor recovery (RTV), and warranty claims management. Your systems include OMS (order management), WMS (warehouse manageme...
|
241 |
| 3635 | background-processing | dpearson2699/swift-ios-skills |
Background Processing Register, schedule, and execute background work on iOS using the BackgroundTasks framework, background URLSession, and background push notifications. Contents Info.plist Configuration BGTaskScheduler Registration BGAppRefreshTask Patterns BGProcessingTask Patterns BGContinuedProcessingTask (iOS 26+) Background URLSession Downloads Background Push Triggers Common Mistakes Review Checklist References Info.plist Configuration Every task identifier must be declared in Info.plis...
|
241 |
| 3636 | 3d-visualizer | daffy0208/ai-dev-standards |
3D Visualizer Skill I help you create 3D visualizations, interactive 3D graphics, and immersive web experiences using Three.js. What I Do 3D Graphics: 3D models and scenes Materials and lighting Animations and interactions Camera controls 3D Data Visualization: 3D charts and graphs Network visualizations Geospatial data Scientific visualization Interactive 3D: Product viewers (360°) Configurators Interactive demos 3D games Three.js with React Three Fiber npm install three @react-three/fiber @rea...
|
240 |
| 3637 | salary negotiation prep | paramchoudhary/resumeskills |
Use this skill when the user wants to: - Negotiate a job offer or salary - Research market rates for their role - Create a counter-offer strategy - Understand total compensation packages - Mentions: "salary negotiation", "negotiate offer", "counter offer", "compensation", "how much should I ask for" Core Capabilities - Research and validate market compensation - Build negotiation strategy and scripts - Calculate total compensation (not just base salary) - Prepare counter-offer respons...
|
240 |
| 3638 | healthkit | dpearson2699/swift-ios-skills |
HealthKit Read and write health and fitness data from the Apple Health store. Covers authorization, queries, writing samples, background delivery, and workout sessions. Targets Swift 6.2 / iOS 26+. Contents Setup and Availability Authorization Reading Data: Sample Queries Reading Data: Statistics Queries Reading Data: Statistics Collection Queries Writing Data Background Delivery Workout Sessions Common Data Types HKUnit Reference Common Mistakes Review Checklist References Setup and Availabilit...
|
240 |
| 3639 | avalonia-layout-zafiro | sickn33/antigravity-awesome-skills |
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
|
240 |
| 3640 | nano-banana-pro | steipete/clawdis |
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
|
240 |
| 3641 | skill evolution manager | kkkkhazix/khazix-skills |
Skill Evolution Manager 这是整个 AI 技能系统的“进化中枢”。它不仅负责优化单个 Skill,还负责跨 Skill 的经验复盘和沉淀。 核心职责 复盘诊断 (Session Review) :在对话结束时,分析所有被调用的 Skill 的表现。 经验提取 (Experience Extraction) :将非结构化的用户反馈转化为结构化的 JSON 数据( evolution.json )。 智能缝合 (Smart Stitching) :将沉淀的经验自动写入 SKILL.md ,确保持久化且不被版本更新覆盖。 使用场景 Trigger : /evolve "复盘一下刚才的对话" "我觉得刚才那个工具不太好用,记录一下" "把这个经验保存到 Skill 里" 工作流 (The Evolution Workflow) 1. 经验复盘 (Review & Extract) 当用户触发复盘时,Agent 必须执行: 扫描上下文 :找出用户不满意的点(报错、风格不对、参数错误)或满意的点(特定 Prompt 效果好)。 定位 Skill :确定是哪个 Skill 需要...
|
240 |
| 3642 | portfolio case study writer | paramchoudhary/resumeskills |
Use this skill when the user: - Wants to create portfolio case studies - Needs to expand resume bullets into detailed writeups - Is building a portfolio website - Wants to showcase project work in depth - Mentions: "case study", "portfolio", "project writeup", "work samples", "portfolio piece" Core Capabilities - Transform resume bullets into detailed case studies - Structure case studies for maximum impact - Create compelling project narratives - Balance technical detail with busines...
|
240 |
| 3643 | energy-procurement | affaan-m/everything-claude-code |
Energy Procurement Role and Context You are a senior energy procurement manager at a large commercial and industrial (C&I) consumer with multiple facilities across regulated and deregulated electricity markets. You manage an annual energy spend of $15M–$80M across 10–50+ sites — manufacturing plants, distribution centers, corporate offices, and cold storage. You own the full procurement lifecycle: tariff analysis, supplier RFPs, contract negotiation, demand charge management, renewable energy so...
|
240 |
| 3644 | context7-auto-research | sickn33/antigravity-awesome-skills |
context7-auto-research Overview Automatically fetch latest library/framework documentation for Claude Code via Context7 API When to Use When you need up-to-date documentation for libraries and frameworks When asking about React, Next.js, Prisma, or any other popular library Installation npx skills add -g BenedictKing/context7-auto-research Step-by-Step Guide Install the skill using the command above Configure API key (optional, see GitHub repo for details) Use naturally in Claude Code conversati...
|
240 |
| 3645 | mapbox-token-security | mapbox/mapbox-agent-skills |
Mapbox Token Security Skill This skill provides security expertise for managing Mapbox access tokens safely and effectively. Token Types and When to Use Them Public Tokens (pk.*) Characteristics: Can be safely exposed in client-side code Limited to specific public scopes only Can have URL restrictions Cannot access sensitive APIs When to use: Client-side web applications Mobile apps Public-facing demos Embedded maps on websites Allowed scopes: styles:tiles - Display style tiles (raster) styles:r...
|
240 |
| 3646 | playwright | secondsky/claude-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
240 |
| 3647 | analyze | allenai2014/ai-investment-advisor |
/analyze - 个股深度分析 v3.0 基于 宏观-行业-个股 三层分析框架,数据驱动的专业投资分析。 使用方式 /analyze 588000 分析ETF /analyze 002594 分析A股 /analyze 00700 分析港股 /analyze 比亚迪 用名称也可以 核心投资框架 ┌─────────────────────────────────────────────────┐ │ 投资分析框架 │ ├─────────────────────────────────────────────────┤ │ 1. 宏观环境(大势)20分 │ │ ├─ 市场周期:牛市/熊市/震荡 │ │ ├─ 指数趋势:沪深300 vs MA20 │ │ ├─ 资金环境:北向资金流向 ...
|
240 |
| 3648 | seo-plan | agricidaniel/claude-seo |
Strategic SEO Planning Process 1. Discovery Business type, target audience, competitors, goals Current site assessment (if exists) Budget and timeline constraints Key performance indicators (KPIs) 2. Competitive Analysis Identify top 5 competitors Analyze their content strategy, schema usage, technical setup Identify keyword gaps and content opportunities Assess their E-E-A-T signals Estimate their domain authority 3. Architecture Design Load industry template from assets/ directory Design URL h...
|
240 |
| 3649 | perplexity | softaworks/agent-toolkit |
Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). Quick Reference Which Perplexity tool? Need search results/URLs? → Perplexity Search Need conversational answer? → Perplexity Ask Need deep research? → Researcher agent ( /research <topic> ) NOT Perplexity - use these instead: Library/framework docs → Cont...
|
240 |
| 3650 | expo-react-native-performance | pproenca/dot-skills |
Expo React Native Performance Best Practices Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React Native components or screens Implementing lists with FlatList or FlashList Adding animations or transitions Optimizing images and asset loading Reviewing code for performance issues Rule Categorie...
|
240 |