███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4351 | push-notification-setup | aj-geddes/useful-ai-prompts |
Push Notification Setup Overview Implement comprehensive push notification systems for iOS and Android applications using Firebase Cloud Messaging and native platform services. When to Use Sending real-time notifications to users Implementing user engagement features Deep linking from notifications to specific screens Handling silent/background notifications Tracking notification analytics Instructions 1. Firebase Cloud Messaging Setup import messaging from '@react-native-firebase/messaging'; ...
|
198 |
| 4352 | macos-cleaner | daymade/claude-code-skills |
macOS Cleaner Overview Intelligently analyze macOS disk usage and provide actionable cleanup recommendations to reclaim storage space. This skill follows a safety-first philosophy: analyze thoroughly, present clear findings, and require explicit user confirmation before executing any deletions. Target users: Users with basic technical knowledge who understand file systems but need guidance on what's safe to delete on macOS. Core Principles Safety First, Never Bypass: NEVER execute dangerous c...
|
198 |
| 4353 | go-packages | cxuu/golang-skills |
Go Packages and Imports This skill covers package organization and import management following Google's and Uber's Go style guides. Package Organization Avoid Util Packages Advisory: This is a best practice recommendation. Package names should describe what the package provides. Avoid generic names like util, helper, common, or similar—they make code harder to read and cause import conflicts. // Good: Meaningful package names db := spannertest.NewDatabaseFromFile(...) _, err := f.Seek(0, io...
|
198 |
| 4354 | feishu-cli-toolkit | riba2534/feishu-cli |
飞书综合工具箱 覆盖 feishu-cli 的 13 个功能模块,提供命令速查和核心用法。复杂模块的详细参考文档在 references/ 目录中。 模块速查表 模块 核心命令 详细参考 1 电子表格 sheet create/get/read/write/append + V3 富文本 references/sheet-commands.md 2 日历日程 calendar list/get/primary/create-event/event-search/freebusy references/calendar-commands.md 3 任务管理 task create/complete/delete + subtask/member/reminder + tasklist references/task-commands.md 4 群聊管理 chat create/get/update/delete/link + chat member references/chat-commands.md 5 画板操作 board image/import/nodes + doc add...
|
198 |
| 4355 | security-auditor | charon-fan/agent-playbook |
Security Auditor Skill Automatic security vulnerability detection. When I Activate ✅ Code files modified (especially auth, API, database) ✅ User mentions security or vulnerabilities ✅ Before deployments or commits ✅ Dependency changes ✅ Configuration file changes What I Scan For OWASP Top 10 Patterns 1. SQL Injection // CRITICAL: SQL injection const query = ` SELECT * FROM users WHERE id = ${ userId } ` ; // SECURE: Parameterized query const query = 'SELECT * FROM users WHERE id = ?' ; db . quer...
|
198 |
| 4356 | gh-issue-fix-flow | dimillian/skills |
Gh Issue Fix Flow Overview Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git. Workflow 1) Intake and issue context Use gh issue view <id> --repo <owner/repo> --comments to get the full issue context. If the repo is unclear, run gh repo view --json nameWithOwner to confirm. Capture reproduction steps, expected behavior, and any maintainer notes. 2) Locate the code path Use rg -n to locate likely files and entry points. Read the re...
|
198 |
| 4357 | golang-grpc | bobmatnyc/claude-mpm-skills |
Go gRPC (Production) Overview gRPC provides strongly-typed RPC APIs backed by Protocol Buffers, with first-class streaming support and excellent performance for service-to-service communication. This skill focuses on production defaults: versioned protos, deadlines, error codes, interceptors, health checks, TLS, and testability. Quick Start 1) Define a versioned protobuf API ✅ Correct: versioned package // proto/users/v1/users.proto syntax = "proto3"; package users.v1; option go_package = "...
|
198 |
| 4358 | shopify-automation | claude-office-skills/skills |
Shopify Automation Comprehensive Shopify e-commerce automation covering inventory management, order processing, customer workflows, and analytics. Based on n8n's e-commerce workflow templates. Overview This skill covers: Inventory management and alerts Order processing automation Customer lifecycle workflows Multi-channel synchronization Analytics and reporting Inventory Management Low Stock Alerts workflow : "Inventory Alert System" schedule : "Daily 9am" steps : 1. fetch_inventory : shopify : ...
|
198 |
| 4359 | behavioral-modes | davila7/claude-code-templates |
Behavioral Modes - Adaptive AI Operating Modes Purpose This skill defines distinct behavioral modes that optimize AI performance for specific tasks. Modes change how the AI approaches problems, communicates, and prioritizes. Available Modes 1. 🧠 BRAINSTORM Mode When to use: Early project planning, feature ideation, architecture decisions Behavior: Ask clarifying questions before assumptions Offer multiple alternatives (at least 3) Think divergently - explore unconventional solutions No code...
|
198 |
| 4360 | tavily-web | sickn33/antigravity-awesome-skills |
Tavily Web Skill Trigger Conditions & Endpoint Selection Choose Tavily endpoint based on user intent: search : Need to "search web / latest info / find sources / find links" extract : Given URL(s), need to extract/summarize content crawl : Need to traverse site following instructions and scrape page content map : Need to discover site page list/structure (without full content or metadata only) research : Need structured research output following given output_schema Recommended Architecture (Main...
|
198 |
| 4361 | frontend-security-coder | sickn33/antigravity-awesome-skills |
Use this skill when Working on frontend security coder tasks or workflows Needing guidance, best practices, or checklists for frontend security coder Do not use this skill when The task is unrelated to frontend security coder 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/implementat...
|
198 |
| 4362 | pyqt6-ui-development-rules | oimiragieo/agent-studio |
Pyqt6 Ui Development Rules Skill Create stunning, responsive user interfaces that rival the best web designs. Implement advanced PyQt6 features for smooth user experiences. Optimize performance and resource usage in GUI applications. Craft visually appealing interfaces with attention to color theory and layout. Ensure accessibility and cross-platform compatibility. Implement responsive designs that adapt to various screen sizes. Memory Protocol (MANDATORY) Before starting: cat .claude/context/...
|
197 |
| 4363 | presentation-architect | aviz85/claude-skills-library |
Presentation Architect Transform high-level ideas or briefs into fully structured presentation scripts, saved as Markdown (.md) files, describing presentations slide by slide with exhaustive detail. Role and Objective Act as a Presentation Architect Agent to create comprehensive presentation blueprints that enable designers, presenters, or other AI systems to recreate the entire presentation without asking follow-up questions. Output Requirements Output only Markdown text Save as a .md file repr...
|
197 |
| 4364 | doc-coauthoring | getsentry/skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
197 |
| 4365 | observability-monitoring | andrelandgraf/fullstackrecipes |
Observability & Monitoring Complete observability stack with structured logging, error tracking, and web analytics. Cookbook - Complete These Recipes in Order Pino Logging Setup Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/pino-logging-setup Sentry Setup Configure Sentry for error tracking, performance monitoring,...
|
197 |
| 4366 | proposal-writer | claude-office-skills/skills |
Proposal Writer Strategic expertise for crafting winning sales proposals, pricing presentations, and RFP responses that close deals. Philosophy Great proposals don't describe your product. They describe your buyer's future success . The best sales proposals: Lead with outcomes, not features — Buyers care about their results, not your capabilities Make the decision easy — Remove friction, objections, and confusion Tell a story — Context → Challenge → Solution → Success Respect the reader's time —...
|
197 |
| 4367 | four-meme-ai | four-meme-community/four-meme-ai |
[Agent must follow] User agreement and security notice on first use When responding to any user request about fourmeme or this skill, you must first present the content below in this order: User Agreement, then Security Notice , and state clearly that by choosing to continue, the user agrees to the User Agreement. Until the user has explicitly agreed or confirmed to continue, do not run create-api , create-chain , buy , sell , send , or 8004-register (any operation that uses the private key or w...
|
197 |
| 4368 | tracking-crypto-prices | jeremylongshore/claude-code-plugins-plus-skills |
Tracking Crypto Prices Overview Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ other skills depend on it for price information. Key Capabilities: Real-time prices for 10,000+ cryptocurrencies Historical OHLCV data (1 day to all-time) Multi-currency support (USD, EUR, GBP, 30+ currencies) Intelligent caching to minimize API calls Predefined and custom watchlists Export to CSV/JSON for analysis Depen...
|
197 |
| 4369 | social-content | davila7/claude-code-templates |
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content 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. Gather this context (ask if n...
|
197 |
| 4370 | narrative-text-visualization | antvis/chart-visualization-skills |
Narrative Text Visualization Skill This skill provides a workflow for transforming data into structured narrative text visualizations using the AntV T8 (Text) schema. T8 is designed for unstructured data visualization where T stands for Text, and 8 represents a byte of 8 bits, symbolizing deep insights hidden beneath the text. Overview T8 is a declarative JSON Schema syntax used to describe data interpretation reports with semantic entity labeling. It's designed to be: LLM-friendly: Easy to ...
|
197 |
| 4371 | 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...
|
197 |
| 4372 | ui-skills | sickn33/antigravity-awesome-skills |
Ui Skills Overview Opinionated, evolving constraints to guide agents when building interfaces When to Use This Skill Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces. Instructions This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces. For more information, see the source repository .
|
197 |
| 4373 | docker-deployment | pluginagentmarketplace/custom-plugin-nodejs |
Docker Deployment Skill Master containerizing and deploying Node.js applications with Docker for consistent, portable deployments. Quick Start Dockerize Node.js app in 3 steps: Create Dockerfile - Define container image Build Image - docker build -t myapp . Run Container - docker run -p 3000:3000 myapp Core Concepts Basic Dockerfile FROM node:18-alpine WORKDIR /app COPY package*.json ./ RUN npm ci --only=production COPY . . EXPOSE 3000 CMD ["node", "src/index.js"] Multi-Stage Build (Op...
|
197 |
| 4374 | skill development | anthropics/claude-plugins-official |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
197 |
| 4375 | kubernetes-deployment | aj-geddes/useful-ai-prompts |
Kubernetes Deployment Overview Master Kubernetes deployments for managing containerized applications at scale, including multi-container services, resource allocation, health checks, and rolling deployment strategies. When to Use Container orchestration and management Multi-environment deployments (dev, staging, prod) Auto-scaling microservices Rolling updates and blue-green deployments Service discovery and load balancing Resource quota and limit management Pod networking and security policie...
|
197 |
| 4376 | dce-edge | vercel/next.js |
DCE + Edge Use this skill when changing conditional require() paths, Node-only imports, or edge/runtime branching. DCE-Safe require() Pattern Webpack only DCEs a require() when it sits inside the dead branch of an if/else whose condition DefinePlugin can evaluate at compile time. // CORRECT - webpack can eliminate the dead branch if ( process . env . __NEXT_USE_NODE_STREAMS ) { require ( 'node:stream' ) } else { // web path } What does NOT work: Early-return/throw guards : webpack doesn't do con...
|
197 |
| 4377 | hugging-face-trackio | huggingface/skills |
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Two Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Retrieving metrics after/during training CLI references/retrieving_metrics.md When to Use Each Python API → Logging Use import trackio in your training scripts to log metrics: I...
|
197 |
| 4378 | wordpress-master | 404kidwiz/claude-supercode-skills |
WordPress Master Purpose Provides WordPress development and architecture expertise specializing in custom themes, plugins, performance optimization, and enterprise scaling. Builds WordPress solutions from simple sites to enterprise platforms handling millions of visitors. When to Use Custom WordPress theme or plugin development WordPress site performance optimization Security hardening or audit for WordPress site WordPress multisite setup or management Headless WordPress implementation E-comme...
|
197 |
| 4379 | startup-business-analyst-business-case | sickn33/antigravity-awesome-skills |
Business Case Generator Generate a comprehensive, investor-ready business case document covering market opportunity, solution, competitive landscape, financial projections, team, risks, and funding ask for startup fundraising and strategic planning. Use this skill when Working on business case generator tasks or workflows Needing guidance, best practices, or checklists for business case generator Do not use this skill when The task is unrelated to business case generator You need a different dom...
|
197 |
| 4380 | marketing-strategy-pmm | alirezarezvani/claude-skills |
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
|
197 |
| 4381 | testing-strategy | anthropics/knowledge-work-plugins |
Testing Strategy Design effective testing strategies balancing coverage, speed, and maintenance. Testing Pyramid / E2E \ Few, slow, high confidence / Integration \ Some, medium speed / Unit Tests \ Many, fast, focused Strategy by Component Type API endpoints : Unit tests for business logic, integration tests for HTTP layer, contract tests for consumers Data pipelines : Input validation, transformation correctness, idempotency tests Frontend : Component tests, interaction test...
|
197 |
| 4382 | video-summarizer | liang121/video-summarizer |
Video Summarizer Overview Download videos from any platform and generate a complete resource package including: Original video file (mp4) Audio file (mp3) Subtitle file (with timestamps, vtt/srt format) Summary file (summary.md) Supports all 1800+ websites supported by yt-dlp. Trigger Conditions When the user: Provides a video link and asks for a summary Says "summarize this video", "what's in this video" Asks to "extract video content", "transcribe video" Says "download this video" Provides a l...
|
196 |
| 4383 | javascript-typescript | skillcreatorai/ai-agent-skills |
JavaScript/TypeScript Development TypeScript Configuration { "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "skipLibCheck": true, "declaration": true, "outDir": "./dist" }, "include": ["src//*"], "exclude": ["node_modules", "dist"] } Type Patterns Utility Types // Pick specific properties type UserPreview = Pick<User, 'id' | 'name...
|
196 |
| 4384 | extracting-pdf-text | letta-ai/skills |
Extracting PDF Text for LLMs This skill provides tools and guidance for extracting text from PDFs in formats suitable for language model consumption. Quick Decision Guide PDF Type Best Approach Script Simple text PDF PyMuPDF scripts/extract_pymupdf.py PDF with tables pdfplumber scripts/extract_pdfplumber.py Scanned/image PDF (local) pytesseract scripts/extract_with_ocr.py Complex layout, highest accuracy Mistral OCR API scripts/extract_mistral_ocr.py End-to-end RAG pipeline marker-pdf pip inst...
|
196 |
| 4385 | backup-disaster-recovery | aj-geddes/useful-ai-prompts |
Backup and Disaster Recovery Overview Design and implement comprehensive backup and disaster recovery strategies to ensure data protection, business continuity, and rapid recovery from infrastructure failures. When to Use Data protection and compliance Business continuity planning Disaster recovery planning Point-in-time recovery Cross-region failover Data migration Compliance and audit requirements Recovery time objective (RTO) optimization Implementation Examples 1. Database Backup Configura...
|
196 |
| 4386 | subscription-integration | dodopayments/skills |
Reference: [docs.dodopayments.com/developer-resources/subscription-integration-guide](https://docs.dodopayments.com/developer-resources/subscription-integration-guide) Implement recurring billing with trials, plan changes, and usage-based pricing. Quick Start 1. Create Subscription Product In the dashboard (Products → Create Product): - Select "Subscription" type - Set billing interval (monthly, yearly, etc.) - Configure pricing 2. Create Checkout Session ``` import DodoPayments from...
|
196 |
| 4387 | drizzle | lobehub/lobe-chat |
Drizzle ORM Schema Style Guide Configuration Config: drizzle.config.ts Schemas: src/database/schemas/ Migrations: src/database/migrations/ Dialect: postgresql with strict: true Helper Functions Location: src/database/schemas/_helpers.ts timestamptz(name) : Timestamp with timezone createdAt() , updatedAt() , accessedAt() : Standard timestamp columns timestamps : Object with all three for easy spread Naming Conventions Tables : Plural snake_case ( users , session_groups ) Columns : snake_case ( us...
|
196 |
| 4388 | watchos-design-guidelines | ehmo/platform-design-skills |
watchOS Design Guidelines Apple Watch is a personal, glanceable device worn on the wrist. Interactions are measured in seconds, not minutes. Every design decision must prioritize speed of comprehension and brevity of interaction. 1. Glanceable Design (CRITICAL) The defining constraint of watchOS. If a user cannot extract the key information within 2 seconds of raising their wrist, the design has failed. Rules W-GL-01 : Primary information must be visible without scrolling. The first screen is th...
|
196 |
| 4389 | ionic-design | cap-go/capacitor-skills |
Ionic Framework Design Guide Build beautiful, native-looking mobile apps with Ionic Framework and Capacitor. When to Use This Skill User is using Ionic components User wants native-looking UI User asks about Ionic theming User needs mobile UI patterns User wants platform-specific styling What is Ionic Framework? Ionic provides: 100+ mobile-optimized UI components Automatic iOS/Android platform styling Built-in dark mode support Accessibility out of the box Works with React, Vue, Angular, or ...
|
196 |
| 4390 | aws-skills | sickn33/antigravity-awesome-skills |
Aws Skills Overview AWS development with infrastructure automation and cloud architecture patterns When to Use This Skill Use this skill when you need to work with aws development with infrastructure automation and cloud architecture patterns. Instructions This skill provides guidance and patterns for aws development with infrastructure automation and cloud architecture patterns. For more information, see the source repository .
|
196 |
| 4391 | worktrunk | max-sixty/worktrunk |
Worktrunk Help users work with Worktrunk, a CLI tool for managing git worktrees. Available Documentation Reference files are synced from worktrunk.dev documentation: reference/config.md : User and project configuration (LLM, hooks, command defaults) reference/hook.md : Hook types, timing, and execution order reference/switch.md , merge.md , list.md , etc.: Command documentation reference/llm-commits.md : LLM commit message generation reference/tips-patterns.md : Language-specific tips and patter...
|
196 |
| 4392 | podcast-generation | bytedance/deer-flow |
Podcast Generation Skill Overview This skill generates high-quality podcast audio from text content. The workflow includes creating a structured JSON script (conversational dialogue) and executing audio generation through text-to-speech synthesis. Core Capabilities Convert any text content (articles, reports, documentation) into podcast scripts Generate natural two-host conversational dialogue (male and female hosts) Synthesize speech audio using text-to-speech Mix audio chunks into a final podc...
|
196 |
| 4393 | prisma-orm | bobmatnyc/claude-mpm-skills |
Prisma ORM - Type-Safe Database Toolkit Modern database toolkit for TypeScript with schema-first development, auto-generated type-safe client, and powerful migration system. Quick Reference Installation npm install prisma @prisma/client npx prisma init Basic Workflow 1. Define schema Edit prisma/schema.prisma 2. Create migration npx prisma migrate dev --name init 3. Generate client npx prisma generate 4. Open Studio npx prisma studio Core Schema Pattern // prisma/schema.prisma genera...
|
195 |
| 4394 | compound-learnings | parcadei/continuous-claude-v3 |
Compound Learnings Transform ephemeral session learnings into permanent, compounding capabilities. When to Use "What should I learn from recent sessions?" "Improve my setup based on recent work" "Turn learnings into skills/rules" "What patterns should become permanent?" "Compound my learnings" Process Step 1: Gather Learnings List learnings (most recent first) ls -t $CLAUDE_PROJECT_DIR/.claude/cache/learnings/*.md | head -20 Count total ls $CLAUDE_PROJECT_DIR/.claude/cache/learnings/*.md | ...
|
195 |
| 4395 | ceo-advisor | alirezarezvani/claude-skills |
CEO Advisor Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management. Keywords CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investo...
|
195 |
| 4396 | mapbox-search-patterns | mapbox/mapbox-agent-skills |
Mapbox Search Patterns Skill Expert guidance for AI assistants on using Mapbox search tools effectively. Covers tool selection, parameter optimization, and best practices for geocoding, POI search, and location discovery. Available Search Tools 1. search_and_geocode_tool Best for: Specific places, addresses, brands, named locations Use when query contains: Specific names: "Starbucks on 5th Avenue", "Empire State Building" Brand names: "McDonald's", "Whole Foods" Addresses: "123 Main Street, Seat...
|
195 |
| 4397 | senior-ml-engineer | alirezarezvani/claude-skills |
Senior ML/AI Engineer World-class senior ml/ai engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/model_deployment_pipeline.py --input data/ --output results/ Core Tool 2 python scripts/rag_system_builder.py --target project/ --analyze Core Tool 3 python scripts/ml_monitoring_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectures S...
|
195 |
| 4398 | research-agent | parcadei/continuous-claude-v3 |
Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Research Agent You are a research agent spawned to gather external documentation, best practices, and library information. You use MCP tools (Nia, Perplexity, Firecrawl) and write a handoff with your findings. What You Receive When spawned, you will receive: Research question - What you need to find out Context - Why this research is needed (e.g., planning a feature) Handoff directory...
|
195 |
| 4399 | frontend-design | mrgoonie/claudekit-skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
195 |
| 4400 | cryptofeed | 2025emma/vibe-coding-cn |
Cryptofeed Skill Comprehensive assistance with Cryptofeed development - a Python library for handling cryptocurrency exchange data feeds with normalized and standardized results. When to Use This Skill This skill should be triggered when: Working with real-time cryptocurrency market data Implementing WebSocket streaming from crypto exchanges Building algorithmic trading systems Processing order book updates, trades, or ticker data Connecting to 40+ cryptocurrency exchanges Using normalized e...
|
195 |