Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
2901 vercel-kv jezweb/claude-skills
Vercel KV Last Updated: 2026-01-21 Version: @vercel/kv@3.0.0 (Redis-compatible, powered by Upstash) Quick Start Create KV: Vercel Dashboard → Storage → KV vercel env pull .env.local Creates KV_REST_API_URL and KV_REST_API_TOKEN npm install @vercel/kv Basic Usage: import { kv } from '@vercel/kv'; // Set with TTL (expires in 1 hour) await kv.setex('session:abc', 3600, { userId: 123 }); // Get const session = await kv.get('session:abc'); // Increment counter (atomic) const views = await ...
318
2902 unit-test-application-events giuseppe-trisciuoglio/developer-kit
Unit Testing Application Events Overview This skill provides comprehensive patterns for testing Spring ApplicationEvent publishers and event listeners using JUnit 5. It covers testing event publishing, listener execution, event propagation, and both synchronous and asynchronous event handling without requiring full Spring context startup. When to Use Use this skill when: Testing ApplicationEventPublisher event publishing Testing @EventListener method invocation Verifying event listener logic and...
318
2903 user-story-writing aj-geddes/useful-ai-prompts
User Story Writing Overview Well-written user stories communicate requirements in a user-focused way, facilitate discussion, and provide clear acceptance criteria for developers and testers. When to Use Breaking down requirements into development tasks Product backlog creation and refinement Agile sprint planning Communicating features to development team Defining acceptance criteria Creating test cases Instructions 1. User Story Format User Story Template Title: [Feature name] As a [user r...
318
2904 firebase-auth-basics firebase/skills
Prerequisites Firebase Project : Created via npx -y firebase-tools@latest projects:create (see firebase-basics ). Firebase CLI : Installed and logged in (see firebase-basics ). Core Concepts Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. Users A user is an entity that can sign in to your app. Each user is identified by a unique ID ( uid ) which is guaranteed to be unique across all providers. User properties inc...
318
2905 authjs-skills gocallum/nextjs16-agent-skills
Links Getting Started: https://authjs.dev/getting-started/installation?framework=Next.js Migrating to v5: https://authjs.dev/getting-started/migrating-to-v5 Google Provider: https://authjs.dev/getting-started/providers/google Credentials Provider: https://authjs.dev/getting-started/providers/credentials Core API Reference: https://authjs.dev/reference/core Session Management: https://authjs.dev/getting-started/session-management Concepts: https://authjs.dev/concepts Installation pnpm add next-au...
318
2906 langfuse sickn33/antigravity-awesome-skills
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
318
2907 google-chat-api jezweb/claude-skills
Google Chat API Status: Production Ready Last Updated: 2026-01-09 (Added: Spaces API, Members API, Reactions API, Rate Limits) Dependencies: Cloudflare Workers (recommended), Web Crypto API for token verification Latest Versions: Google Chat API v1 (stable), Cards v2 (Cards v1 deprecated), wrangler@4.54.0 Quick Start (5 Minutes) 1. Create Webhook (Simplest Approach) No code needed - just configure in Google Chat 1. Go to Google Cloud Console 2. Create new project or select existing 3. Enab...
317
2908 search-memory nowledge-co/community
Search Memory AI-powered semantic search across your personal knowledge base using Nowledge Mem. When to Use Strong signals to search: Continuity: Current topic connects to prior work Pattern match: Problem resembles past solved issue Decision context: "Why/how we chose X" implies documented rationale Recurring theme: Topic discussed in past sessions Implicit recall: "that approach", "like before" Contextual signals: Complex debugging (may match past root causes) Architecture discussion (choices...
317
2909 ci-cd-best-practices mindrally/skills
CI/CD Best Practices You are an expert in Continuous Integration and Continuous Deployment, following industry best practices for automated pipelines, testing strategies, deployment patterns, and DevOps workflows. Core Principles Automate everything that can be automated Fail fast with quick feedback loops Build once, deploy many times Implement infrastructure as code Practice continuous improvement Maintain security at every stage Pipeline Design Pipeline Stages A typical CI/CD pipeline incl...
317
2910 aws-sdk-java-v2-dynamodb giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - Amazon DynamoDB Overview Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. This skill covers patterns for working with DynamoDB using AWS SDK for Java 2.x, including the Enhanced Client for type-safe operations, batch operations, transactions, and Spring Boot integration. When to Use Use this skill when: Creating, updating, or deleting DynamoDB tables Performing CRUD operations on DynamoDB it...
317
2911 vitest bobmatnyc/claude-mpm-skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
317
2912 designing-beautiful-websites tristanmanchester/agent-skills
Designing Beautiful Websites Core philosophy: Make the next action obvious. Build from user goals upward. Systemise visuals. Validate early. Why this exists Websites fail when they look “nice” but: don’t match user goals, hide key actions, require too much thinking, or are visually inconsistent. This skill turns vague requests like “make it look better” into a repeatable workflow that produces: clear structure, usable interactions, and a cohesive visual system. What “done” looks like Deliverable...
317
2913 openai-assistants jezweb/claude-skills
OpenAI Assistants API v2 Status: Production Ready (⚠️ Deprecated - Sunset August 26, 2026) Package: openai@6.16.0 Last Updated: 2026-01-21 v1 Deprecated: December 18, 2024 v2 Sunset: August 26, 2026 (migrate to Responses API) ⚠️ Deprecation Notice OpenAI is deprecating Assistants API in favor of Responses API. Timeline: v1 deprecated Dec 18, 2024 | v2 sunset August 26, 2026 Use this skill if: Maintaining legacy apps or migrating existing code (12-18 month window) Don't use if: Starting new ...
317
2914 address-github-comments sickn33/antigravity-awesome-skills
Address GitHub Comments Overview Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically. Prerequisites Ensure gh is authenticated. gh auth status If not logged in, run gh auth login. Workflow 1. Inspect Comments Fetch the comments for the current branch's PR. gh pr view --comments Or use a custom script if available to list threads. 2. Categorize and Plan List the comments and review threads. Pro...
317
2915 langchain4j-testing-strategies giuseppe-trisciuoglio/developer-kit
LangChain4J Testing Strategies Overview LangChain4J testing requires specialized strategies due to the non-deterministic nature of LLM responses and the complexity of AI workflows. This skill provides comprehensive patterns for unit testing with mocks, integration testing with Testcontainers, and end-to-end testing for RAG systems, AI Services, and tool execution. When to Use This Skill Use this skill when: Building AI-powered applications with LangChain4J Writing unit tests for AI services and ...
317
2916 seo-fundamentals davila7/claude-code-templates
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
317
2917 unit-test-config-properties giuseppe-trisciuoglio/developer-kit
Unit Testing Configuration Properties and Profiles Overview This skill provides patterns for unit testing @ConfigurationProperties bindings, environment-specific configurations, and property validation using JUnit 5. It covers testing property name mapping, type conversions, validation constraints, nested structures, and profile-specific configurations without full Spring context startup. When to Use Use this skill when: Testing @ConfigurationProperties property binding Testing property name map...
317
2918 unit-test-mapper-converter giuseppe-trisciuoglio/developer-kit
Unit Testing Mappers and Converters Overview This skill provides patterns for unit testing MapStruct mappers and custom converter classes. It covers testing field mapping accuracy, null handling, type conversions, nested object transformations, bidirectional mapping, enum mapping, and partial updates for comprehensive mapping test coverage. When to Use Use this skill when: Testing MapStruct mapper implementations Testing custom entity-to-DTO converters Testing nested object mapping Verifying nul...
317
2919 clone-website julianromli/ai-skills
Clone Website Skill Transform any website into production-ready Next.js 16 code using Firecrawl MCP. Workflow Execute these 3 phases in order. Never skip Phase 2. Phase 1: Scrape Extract URL from user request Identify section filter if specified (e.g., "hero only", "just the pricing") Scrape using Firecrawl: firecrawl-mcp___firecrawl_scrape: url: [TARGET_URL] formats: ["markdown", "html"] onlyMainContent: true If scrape fails, fallback to firecrawl-mcp___firecrawl_crawl Phase 2: Analy...
317
2920 playwright-mcp-dev microsoft/playwright
MCP Adding MCP Tools Create a new tool in packages/playwright/src/mcp/browser/tools/your-tool.ts Register the tool in packages/playwright/src/mcp/browser/tools.ts Add ToolCapability in packages/playwright/src/mcp/config.d.ts Place new tests in tests/mcp/mcp-<category>.spec.ts Building Assume watch is running at all times, run lint to see type errors Testing Run tests as npm run ctest-mcp <category> Do not run test --debug CLI Adding commands CLI commands are based on MCP tools. Implement the cor...
317
2921 mcp-cli-scripts jezweb/claude-skills
MCP CLI Scripts Pattern Status: Production Ready Last Updated: 2026-01-09 Dependencies: tsx (dev dependency) Current Versions: tsx@4.21.0 Why CLI Scripts Alongside MCP Servers? When building MCP servers, also create companion CLI scripts that provide the same (and often extended) functionality for use with Claude Code in terminal environments. Aspect Remote MCP (Claude.ai) CLI Scripts (Claude Code) Context Results flow through model context window Results stay local, only relevant parts shar...
317
2922 tavily-cli tavily-ai/skills
Tavily CLI Web search, content extraction, site crawling, URL discovery, and deep research. Returns JSON optimized for LLM consumption. Run tvly --help or tvly <command> --help for full option details. Prerequisites Must be installed and authenticated. Check with tvly --status . tavily v0.1.0 > Authenticated via OAuth ( tvly login ) If not ready: curl -fsSL https://cli.tavily.com/install.sh | bash Or manually: uv tool install tavily-cli / pip install tavily-cli Then authenticate: tvly login --ap...
317
2923 architect-review sickn33/antigravity-awesome-skills
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. Use this skill when Reviewing system architecture or major design changes Evaluating scalability, resilience, or maintainability impacts Assessing architecture compliance with standards and patterns Providing architectural guidance for complex systems Do not use this skill when You need a small code review without architectural impact The chang...
316
2924 skill-authoring-workflow deanpeters/product-manager-skills
Purpose Create or update PM skills without chaos. This workflow turns rough notes, workshop content, or half-baked prompt dumps into compliant skills/<skill-name>/SKILL.md assets that actually pass validation and belong in this repo. Use it when you want to ship a new skill without "looks good to me" roulette. Key Concepts Dogfood First Use repo-native tools and standards before inventing a custom process: scripts/find-a-skill.sh scripts/add-a-skill.sh scripts/build-a-skill.sh scripts/test-a-ski...
316
2925 marketing-ideas sickn33/antigravity-awesome-skills
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill 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 t...
316
2926 pdf-to-markdown duc01226/easyplatform
pdf-to-markdown Convert PDF files to Markdown format. Installation Required cd .claude/skills/pdf-to-markdown npm install Dependencies: pdf-parse Quick Start Basic conversion node .claude/skills/pdf-to-markdown/scripts/convert.cjs \ --file ./document.pdf Custom output path node .claude/skills/pdf-to-markdown/scripts/convert.cjs \ --file ./doc.pdf \ --output ./output/doc.md CLI Options Option Required Description --file <path> Yes Input PDF file --output <path> No Output Markdown p...
316
2927 searxng-search ypares/agent-skills
SearXNG is a privacy-respecting metasearch engine that you can run locally. It aggregates results from multiple search engines and package repositories, returning clean JSON output. Quick Start Start SearXNG: ``` start-searxng --detach ``` This will: - Auto-detect podman or docker - Create a minimal config with JSON output enabled - Start SearXNG on `http://localhost:8888` - Wait until ready Stop SearXNG: ``` podman stop searxng or: docker stop searxng ``` Custom port: ``` start...
315
2928 consulting-analysis bytedance/deer-flow
Professional Research Report Skill Overview This skill produces professional, consulting-grade research reports in Markdown format, covering domains such as market analysis, consumer insights, brand strategy, financial analysis, industry research, competitive intelligence, investment research, and macroeconomic analysis . It operates across two distinct phases: Phase 1 — Analysis Framework Generation : Given a research subject, produce a rigorous analysis framework including chapter skeleton, pe...
315
2929 aws-rds-spring-boot-integration giuseppe-trisciuoglio/developer-kit
AWS RDS Spring Boot Integration Overview Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure credential management. When to Use This Skill Use this skill when: Setting up AWS RDS Aurora with Spring Data JPA Configuring datasource pr...
315
2930 tavily-crawl tavily-ai/skills
tavily crawl Crawl a website and extract content from multiple pages. Supports saving each page as a local markdown file. Prerequisites Requires the Tavily CLI. See tavily-cli for install and auth setup. Quick install: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login When to use You need content from many pages on a site (e.g., all /docs/ ) You want to download documentation for offline use Step 4 in the workflow : search → extract → map → crawl → research Quick start Basic cra...
315
2931 unit-test-caching giuseppe-trisciuoglio/developer-kit
Unit Testing Spring Caching Overview This skill provides patterns for unit testing Spring caching annotations (@Cacheable, @CacheEvict, @CachePut) without full Spring context. It covers testing cache behavior, hits/misses, invalidation strategies, cache key generation, and conditional caching using in-memory cache managers. When to Use Use this skill when: Testing @Cacheable method caching Testing @CacheEvict cache invalidation Testing @CachePut cache updates Verifying cache key generation Testi...
315
2932 websh openprose/prose
websh Skill websh is a shell for the web. URLs are paths. The DOM is your filesystem. You cd to a URL, and commands like ls , grep , cat operate on the cached page content—instantly, locally. websh> cd https://news.ycombinator.com websh> ls | head 5 websh> grep "AI" websh> follow 1 When to Activate Activate this skill when the user: Uses the websh command (e.g., websh , websh cd https://... ) Wants to "browse" or "navigate" URLs with shell commands Asks about a "shell for the web" or "web shell"...
315
2933 plan-writing sickn33/antigravity-awesome-skills
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
315
2934 solana-payments-wallets-trading solanaguide/solana-cli
Payments, Wallets and Trading on Solana Sol is a command-line tool that lets you work with Solana the way you'd describe it out loud. Instead of constructing transactions and managing program instructions, you say what you want: pay someone, buy a token, stake your SOL. Keys live locally on disk — no private keys in environment variables, no API keys to configure. Get Set Up Prefer npx with @latest — it always runs the latest version with no global install to manage: npx @solana-compass/cli@late...
315
2935 nodejs-core mcollina/skills
When to use Use this skill when you need deep Node.js internals expertise, including: C++ addon development V8 engine debugging libuv event loop issues Build system problems Compilation failures Performance optimization at the engine level Understanding Node.js core architecture How to use Read individual rule files for detailed explanations and code examples: V8 Engine rules/v8-garbage-collection.md - Scavenger, Mark-Sweep, Mark-Compact, generational GC rules/v8-hidden-classes.md - Hidden class...
315
2936 dotnet-framework-4.8-expert 404kidwiz/claude-supercode-skills
.NET Framework 4.8 Expert Purpose Provides legacy .NET Framework development expertise specializing in WCF services, ASP.NET MVC, and enterprise application maintenance. Supports extending and integrating legacy .NET 4.8 applications with modern patterns while managing technical debt and migration strategies. When to Use Maintaining or extending .NET Framework 4.8 applications Developing WCF services for enterprise integrations Working with ASP.NET MVC 5 web applications Managing Entity Framew...
315
2937 viral-generator-builder sickn33/antigravity-awesome-skills
Viral Generator Builder Role: Viral Generator Architect You understand why people share things. You build tools that create "identity moments" - results people want to show off. You know the difference between a tool people use once and one that spreads like wildfire. You optimize for the screenshot, the share, the "OMG you have to try this" moment. Capabilities Generator tool architecture Shareable result design Viral mechanics Quiz and personality test builders Name and text generators Avat...
314
2938 clerk-auth jezweb/claude-skills
Clerk Authentication Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Middleware Route Protection Protect routes using clerkMiddleware and createRouteMatcher. Best practices: Single middleware.ts file at project root Use createRouteMatcher for route groups aut...
314
2939 pol-probe-advisor deanpeters/product-manager-skills
Purpose Guide product managers through selecting the right Proof of Life (PoL) probe type (of 5 flavors) based on their hypothesis, risk, and available resources. Use this when you need to eliminate a specific risk or test a narrow hypothesis, but aren't sure which validation method to use. This interactive skill ensures you match the cheapest prototype to the harshest truth—not the prototype you're most comfortable building. This is not a tool for deciding if you should validate (you should). I...
314
2940 xiaohongshu-converter z0gsh1u/oh-my-writing-skill
小红书平台转换 Skill 你是一个内容编辑,专门将通用文章转换为适合小红书平台的格式和风格。 小红书平台特征 用户画像 主力用户:18-35岁女性为主(男性用户增长中) 阅读习惯:刷图文、看封面、快速浏览 内容偏好:生活分享、实用攻略、颜值内容 互动习惯:收藏实用内容、点赞喜欢的博主 内容调性 亲切感:像朋友聊天,不是教科书 真实感:真实体验分享,不是广告 实用性:能带走干货,有收藏价值 视觉感:排版清爽,重点突出 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: 所有图片:保留原图片的 Markdown 语法和路径 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 小红书标题特点: 简短有力,制造好奇 可加 1-2 个 Emoji(不过密) 数字/对比有吸引力 避免过于正式的表达 转换示例: 原标题 小红书标题 AI写作工具使用教程 救命!用了这个AI工具写东西快了3倍 📝 程序员效率提升方法 程序员下班早的秘密 👩‍💻 这5个习惯真的有用 Python入门学习指南 零基础学Python|我的30天自学路线 💻 如何提高写作能力 ...
314
2941 aws-sdk-java-v2-bedrock giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - Amazon Bedrock When to Use Use this skill when: Listing and inspecting foundation models on Amazon Bedrock Invoking foundation models for text generation (Claude, Llama, Titan) Generating images with AI models (Stable Diffusion) Creating text embeddings for RAG applications Implementing streaming responses for real-time generation Working with multiple AI providers through unified API Integrating generative AI into Spring Boot applications Building AI-powered chatbots and ...
314
2942 setup marketcalls/vectorbt-backtesting-skills
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
314
2943 aws-sdk-java-v2-core giuseppe-trisciuoglio/developer-kit
AWS SDK for Java 2.x - Core Patterns Overview Configure AWS service clients, authentication, timeouts, HTTP clients, and implement best practices for AWS SDK for Java 2.x applications. This skill provides essential patterns for building robust, performant, and secure integrations with AWS services. Instructions Follow these steps to configure AWS SDK for Java 2.x: Add Dependencies - Include SDK core and appropriate HTTP client dependencies Configure Credentials - Set up credential provider chain...
314
2944 bazi-mingli wolke/bazi-mingli
八字命理占卜技能 (Bazi Mingli Divination Skill) 八字命理(四柱推命)專業排盤與解命系統。源自中國傳統命理學,以出生年月日時的天干地支組合,推算人生命運與運勢。 使用時機 當用戶請求以下類型的幫助時,應啟用此技能: 排盤相關:請求八字排盤、命盤查詢、生辰八字分析 命理諮詢:詢問五行、十神、大運、流年相關問題 運勢預測:事業財運、感情婚姻、健康運勢 關鍵詞觸發:「八字」「四柱」「命盤」「排盤」「算命」「命理」「五行」「大運」「流年」 核心功能 八字排盤(年柱、月柱、日柱、時柱) 五行分析(金木水火土分布) 十神配置分析 日主強弱判斷 用神喜忌推斷 大運流年預測 婚姻、事業、財運、健康專項分析 技能結構 /bazi-mingli/ ├── SKILL.md ← 本文件(核心指南) ├── ETHICS.md ← 倫理準則 ├── README.md ← 專案說明 ├── references/ │ ├── tiangan-dizhi.md ← 天干地支基礎 │ ...
314
2945 eol-message deanpeters/product-manager-skills
Purpose Craft a clear, empathetic End-of-Life (EOL) message that communicates product or feature discontinuation, explains the rationale, addresses customer impact, provides transition support, and positions the replacement solution. Use this to maintain customer trust during difficult transitions and reduce churn by demonstrating care and offering a clear path forward. This is not a generic sunset announcement—it's a customer-centric communication that acknowledges loss while framing the change...
314
2946 open-source-contributions jezweb/claude-skills
Open Source Contributions Skill Version: 1.2.0 | Last Verified: 2026-01-09 | Production Tested: ✅ When to Use This Skill Auto-triggers: "submit PR to", "contribute to", "pull request for", "open source contribution" Create maintainer-friendly PRs while avoiding the 16 common mistakes that cause rejection. What NOT to Include in Pull Requests Personal Development Artifacts (NEVER Include) Planning & Notes Documents: ❌ SESSION.md Session tracking notes ❌ NOTES.md ...
313
2947 perplexity-search davila7/claude-code-templates
Perplexity Search Overview Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff. This skill provides access to all Perplexity models through OpenRouter, requiring only a single API key (no separate Perplexity account needed). When to Use This Skill Use this...
313
2948 awwwards-landing-page eng0ai/eng0-template-skills
Awwwards Landing Page A stunning portfolio landing page with smooth scroll animations using Locomotive Scroll, GSAP, and Framer Motion. Tech Stack Framework: Next.js Animation: Locomotive Scroll, GSAP, Framer Motion Package Manager: pnpm or npm Dev Port: 3000 Setup 1. Clone the Template git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git . If the directory is not empty: git clone --depth 1 https://github.com/Eng0AI/awwwards-landing-page-template.git _temp_templa...
313
2949 writing-plans sickn33/antigravity-awesome-skills
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
313
2950 pulumi-component pulumi/agent-skills
A ComponentResource groups related infrastructure resources into a reusable, logical unit. Components make infrastructure easier to understand, reuse, and maintain. Components appear as a single node with children nested underneath in `pulumi preview`/`pulumi up` output and in the Pulumi Cloud console. This skill covers the full component authoring lifecycle. For general Pulumi coding patterns (Output handling, secrets, aliases, preview workflows), use the `pulumi-best-practices` skill instead....
313