███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 15201 | task-dependency-patterns | yonatangross/orchestkit |
Claude Code 2.1.16 introduces a native Task Management System with four tools: - TaskCreate: Create new tasks with subject, description, and activeForm - TaskUpdate: Update status (pending → in_progress → completed), set dependencies - TaskGet: Retrieve full task details including blockers - TaskList: View all tasks with status and dependency summary Tasks enable structured work tracking, parallel coordination, and clear progress visibility. When to Use - Breaking down complex multi-step...
|
77 |
| 15202 | remote-work | rysweet/amplihack |
Remote Work Skill Execute amplihack tasks on remote Azure VMs using the /amplihack:remote command. When to Use Use this skill when you want to: Run long-running tasks on remote VMs Leverage more powerful Azure compute Distribute work across multiple machines Isolate experimental or risky work Work in specific Azure regions How It Works When you say things like: "Run this remotely" "Execute on an eastus VM" "Offload this to Azure" "Use a remote machine for this" I will: Extract your task descript...
|
77 |
| 15203 | capacitor-android | abelv22/project-foundation |
Capacitor & Android Native Bridge Skill This skill enables the assistant to handle the complex interaction between the Web layer (React) and the Native layer (Java/Android) specifically for background tracking. Knowledge Areas 1. Android Foreground Services Lifecycle Management: Start/stop/restart logic for LocationTrackingService.java . Notifications: Maintaining persistent notifications required by Android for foreground tasks. Boot Persistence: Implementing BOOT_COMPLETED receivers to restart...
|
77 |
| 15204 | ffuf-web-fuzzing | jthack/ffuf_claude_skill |
FFUF (Fuzz Faster U Fool) Skill Overview FFUF is a fast web fuzzer written in Go, designed for discovering hidden content, directories, files, subdomains, and testing for vulnerabilities during penetration testing. It's significantly faster than traditional tools like dirb or dirbuster. Installation Using Go go install github.com/ffuf/ffuf/v2@latest Using Homebrew (macOS) brew install ffuf Binary download Download from: https://github.com/ffuf/ffuf/releases/latest Core Concepts The FUZZ Keyw...
|
77 |
| 15205 | eval-recipes-runner | rysweet/amplihack |
eval-recipes Runner Skill Purpose Run Microsoft's eval-recipes benchmarks to validate amplihack improvements against baseline agents. When to Use User asks to "test with eval-recipes" User says "run the evals" or "benchmark this change" User wants to validate improvements against codex/claude_code Testing a PR branch to prove it improves scores Capabilities I can run eval-recipes benchmarks to: Test specific amplihack branches Compare against baseline agents (codex, claude_code) Run specific...
|
77 |
| 15206 | forex-list | octagonai/skills |
Forex List Retrieve comprehensive information about actively traded currency pairs in the global forex market using the Octagon MCP server. Prerequisites Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions. Workflow 1. Define Scope Determine which currency pair categories you want to explore: Majors : USD paired with major currencies Crosses : Major currencies without USD Exotics : Emerging market c...
|
77 |
| 15207 | alicloud-ai-chatbot-test | cinience/alicloud-skills |
Category: test AI CHATBOT Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/service/alicloud-ai-chatbot/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/service/alicloud-ai-chatbot \ --output output/alicloud-ai-chatbot-test/compile-check.json Read the target skill SKILL.md and...
|
77 |
| 15208 | feishu-connection | xiaomingx/moltbot-connector-feishu-dingtalk |
Bridge Feishu bot messages to Clawdbot Gateway over local WebSocket. Architecture ``` Feishu user → Feishu cloud ←WS→ bridge.py (local) ←WS→ Clawdbot Gateway → AI agent ``` - Feishu SDK connects outbound (no inbound port / public IP needed) - Bridge authenticates to Gateway using the existing gateway token - Each Feishu chat maps to a Clawdbot session (`feishu:<chatId>`) Setup 1. Create Feishu bot - Go to [open.feishu.cn/app](https://open.feishu.cn/app) → Create self-built app → Add ...
|
77 |
| 15209 | torchforge-rl-training | davila7/claude-code-templates |
torchforge: PyTorch-Native Agentic RL Library torchforge is Meta's PyTorch-native RL library that separates infrastructure concerns from algorithm concerns. It enables rapid RL research by letting you focus on algorithms while handling distributed training, inference, and weight sync automatically. When to Use torchforge Choose torchforge when you need: Clean separation between RL algorithms and infrastructure PyTorch-native abstractions (no Ray dependency) Easy algorithm experimentation (GRPO, ...
|
77 |
| 15210 | performance-expert | shipshitdev/library |
Performance Expert Skill Expert in performance optimization for React, Next.js, NestJS applications, MongoDB, and AWS infrastructure. When to Use This Skill Optimizing React components or Next.js pages Improving API response times Optimizing database queries Analyzing bundle sizes Implementing caching strategies Optimizing images or assets Configuring CDN or caching Reviewing Core Web Vitals Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md for performance architecture Identify per...
|
77 |
| 15211 | xlsx | davepoon/buildwithclaude |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
77 |
| 15212 | oauth2-oidc-implementer | patricio0312rev/skills |
OAuth 2.0 & OIDC Implementer Implement secure authentication with OAuth 2.0 and OpenID Connect. Core Workflow Choose flow: Authorization Code, PKCE, Client Credentials Configure provider: Set up OAuth/OIDC provider Implement flow: Handle redirects and tokens Secure tokens: Storage and refresh Add providers: Multiple identity providers Handle sessions: Manage authenticated state OAuth 2.0 Flows Overview ┌─────────────────────────────────────────────────────────────┐ │ OAuth...
|
77 |
| 15213 | consensus-voting | rysweet/amplihack |
Consensus Voting Skill Purpose Execute weighted multi-agent voting for critical decisions where domain expertise matters. Unlike debate (collaborative synthesis) or n-version (parallel generation), this skill focuses on structured voting with expertise weighting for security, authentication, and data-handling changes. Key Insight from Pattern Analysis From ~/.amplihack/.claude/context/DISCOVERIES.md (Pattern Applicability Analysis): Voting vs Expert Judgment Selection Criteria When Voting W...
|
77 |
| 15214 | web-design-guidelines | dedalus-erp-pas/foundation-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
77 |
| 15215 | sales-strategist | ncklrs/startup-os-skills |
Sales Strategist Strategic sales operations expertise for B2B SaaS companies — from process design and methodology selection to compensation planning and pipeline optimization. Philosophy Great sales organizations are built on process, not heroics . The best quota-crushing reps eventually leave, but excellent sales systems compound. The best B2B sales strategies: Process before people — A-players in a broken system lose to B-players in a great system Qualify ruthlessly — Time is inventory; don't...
|
77 |
| 15216 | expressjs-development | manutej/luxor-claude-marketplace |
Express.js Development Skill This skill provides comprehensive guidance for building production-ready web applications and REST APIs using Express.js, covering routing, middleware, request/response handling, error handling, authentication, validation, and deployment best practices. When to Use This Skill Use this skill when: Building RESTful APIs for web and mobile applications Creating backend services and microservices Developing web servers with server-side rendering Implementing API gate...
|
77 |
| 15217 | github-code-review | ruvnet/claude-flow |
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
|
77 |
| 15218 | slack-gif-creator | shajith003/awesome-claude-skills |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
77 |
| 15219 | mcp-app-builder | alpic-ai/skybridge |
Creating MCP Apps Those are conversational experiences that extend AI assistants through tools and custom UI widgets. They're built as MCP servers invoked during conversations. ⚠️ The app is consumed by two users at once: the human and the AI Assistant LLM . They collaborate through the widget—the human interacts with it, the LLM sees its state. Internalize this before writing code: the widget is your shared surface. SPEC.md keeps track of the app's requirements and design decisions. Keep it up ...
|
77 |
| 15220 | offline-sync | abelv22/project-foundation |
Offline-First & Data Sync Specialist Skill This skill enables the assistant to design and implement a robust synchronization system to solve the "No Offline Queue" issue (P0). Knowledge Areas 1. Local Storage (Native) Room Database: Implementing a local SQLite storage on the Android side to buffer location updates. Data Entities: Defining schema for OfflineLocation that matches the Supabase registros_reten structure. 2. Synchronization Strategies Background Sync: Using WorkManager for reliable d...
|
77 |
| 15221 | ai-prompt-engineering | vasilyu1983/ai-agents-public |
Prompt Engineering — Operational Skill Modern Best Practices (January 2026) : versioned prompts, explicit output contracts, regression tests, and safety threat modeling for tool/RAG prompts (OWASP LLM Top 10: https://owasp.org/www-project-top-10-for-large-language-model-applications/ ). This skill provides operational guidance for building production-ready prompts across standard tasks, RAG workflows, agent orchestration, structured outputs, hidden reasoning, and multi-step planning. All content...
|
77 |
| 15222 | using-neon | sickn33/antigravity-awesome-skills |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information. Below you'll find a list of resources organized by area ...
|
77 |
| 15223 | alicloud-platform-devops-test | cinience/alicloud-skills |
Category: test PLATFORM DEVOPS Smoke Test Prerequisites Target skill: skills/platform/devops/alicloud-platform-devops/ . Optional online SDK test dependency: python -m pip install -U alibabacloud_devops20210625 alibabacloud_tea_openapi Test Steps Run offline script compilation check: python3 tests/common/compile_skill_scripts.py \ --skill-path skills/platform/devops/alicloud-platform-devops \ --output output/alicloud-platform-devops-test/compile-check.json Run metadata API discovery script: pyth...
|
77 |
| 15224 | research-analyst | 404kidwiz/claude-supercode-skills |
Research Analyst Purpose Provides systematic research capabilities for complex investigations requiring multi-source information gathering, critical analysis, and knowledge synthesis. Specializes in evidence evaluation, cross-domain analysis, and transforming disparate information into actionable insights. When to Use Conducting comprehensive market or technology research Synthesizing information from multiple sources into coherent reports Evaluating competing claims or technologies Building k...
|
77 |
| 15225 | smart-test | rysweet/amplihack |
Optimizes test execution by intelligently selecting which tests to run based on code changes. Instead of running the full test suite every time, this skill: - Maps code changes to affected test files using import dependency analysis - Provides tiered testing strategies for different feedback loop needs - Tracks test reliability to prioritize stable tests in fast runs When I Activate I automatically load when you mention: - "run affected tests" or "run impacted tests" - "smart test" or "i...
|
77 |
| 15226 | fastapi | pluginagentmarketplace/custom-plugin-python |
FastAPI Official FastAPI skill to write code with best practices, keeping up to date with new versions and features. Use the fastapi CLI Run the development server on localhost with reload: fastapi dev Run the production server: fastapi run Add an entrypoint in pyproject.toml FastAPI CLI will read the entrypoint in pyproject.toml to know where the FastAPI app is declared. [ tool.fastapi ] entrypoint = "my_app.main:app" Use fastapi with a path When adding the entrypoint to pyproject.toml is not p...
|
77 |
| 15227 | component-library | shipshitdev/library |
Component Library Standards Skill Expert React/Next.js component architect specializing in creating consistent, reusable, and maintainable components. When to Use This Skill Use when you're: Creating new UI components Refactoring existing components for reusability Reviewing component architecture Setting up shared component patterns Optimizing component performance Quick Reference Naming Files: PascalCase (Button.tsx) Props: ComponentNameProps interface Hooks: use- prefix (use-auth.ts) Stru...
|
77 |
| 15228 | testing-expert | shipshitdev/library |
Testing Expert Skill Expert in testing strategies for React, Next.js, and NestJS applications. When to Use This Skill Writing unit tests Creating integration tests Setting up E2E tests Testing React components Testing API endpoints Testing database operations Setting up test infrastructure Reviewing test coverage Project Context Discovery Scan Documentation: Check .agent/SYSTEM/ARCHITECTURE.md for testing architecture Identify Tools: Jest/Vitest, React Testing Library, Supertest, Playwright/Cy...
|
77 |
| 15229 | performance-monitor | 404kidwiz/claude-supercode-skills |
Provides expertise in monitoring, benchmarking, and optimizing AI agent performance. Specializes in token usage tracking, latency analysis, cost optimization, and implementing quality evaluation metrics (evals) for AI systems. When to Use - Tracking token usage and costs for AI agents - Measuring and optimizing agent latency - Implementing evaluation metrics (evals) - Benchmarking agent quality and accuracy - Optimizing agent cost efficiency - Building observability for AI pipelines - A...
|
77 |
| 15230 | pdf-text-extractor | willoscar/research-units-pipeline-skills |
Optionally collect full-text snippets to deepen evidence beyond abstracts. This skill is intentionally conservative: in many survey runs, abstract/snippet mode is enough and avoids heavy downloads. Inputs - `papers/core_set.csv` (expects `paper_id`, `title`, and ideally `pdf_url`/`arxiv_id`/`url`) - Optional: `outline/mapping.tsv` (to prioritize mapped papers) Outputs - `papers/fulltext_index.jsonl` (one record per attempted paper) - Side artifacts: `papers/pdfs/<paper_id>.pdf` (cached...
|
77 |
| 15231 | automate-whatsapp | sickn33/antigravity-awesome-skills |
Use this skill to build and run WhatsApp automations: workflow CRUD, graph edits, triggers, executions, function management, app integrations, and D1 database operations. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Edit a workflow graph - Fetch graph: `node scripts/get-graph.js <workflow_id>` (note the `lock_version`) - Edit the JSON (see graph rules below) - Validate: `node scripts/validate-graph.js --definition-file <path>` - Upda...
|
77 |
| 15232 | react-server-components-framework | yonatangross/orchestkit |
React Server Components Framework Overview React Server Components (RSC) enable server-first rendering with client-side interactivity. This skill covers Next.js 16 App Router patterns, Server Components, Server Actions, and streaming. When to use this skill: Building Next.js 16+ applications with the App Router Designing component boundaries (Server vs Client Components) Implementing data fetching with caching and revalidation Creating mutations with Server Actions Optimizing performance with st...
|
77 |
| 15233 | alicloud-media-video-translation-test | cinience/alicloud-skills |
Category: test MEDIA VIDEO TRANSLATION Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/media/video/alicloud-media-video-translation/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/media/video/alicloud-media-video-translation \ --output output/alicloud-media-video-translation-test...
|
77 |
| 15234 | tech-design-doc | bahayonghang/my-claude-code-settings |
Technical Design Document Skill Execution Flow 1. Assess Complexity Level Scope Sections Required Small Single component, <100 LOC TL;DR, Design, Implementation Medium Cross-component, API changes + Background, Solution Analysis Large System-level, new service Full template 2. Gather Context Explore the codebase before writing: Identify affected components using Glob and Grep for related code. Read existing implementations and patterns. Note dependencies and potential side effects. Check for sim...
|
77 |
| 15235 | ml-ops-engineer | borghei/claude-skills |
MLOps Engineer The agent operates as a senior MLOps engineer, deploying models to production, orchestrating training pipelines, monitoring model health, managing feature stores, and automating ML CI/CD. Workflow Assess ML maturity -- Determine the current level (manual notebooks vs. automated pipelines vs. full CI/CD). Identify the highest-impact gap to close first. Build or extend training pipeline -- Define fetch-data, validate, preprocess, train, evaluate stages. Use Kubeflow, Airflow, or equ...
|
77 |
| 15236 | swift-testing-code-review | existential-birds/beagle |
Swift Testing Code Review Quick Reference Issue Type Reference expect vs require, expression capture, error testing references/expect-macro.md @Test with arguments, traits, zip() pitfalls references/parameterized.md confirmation, async sequences, completion handlers references/async-testing.md @Suite, tags, parallel execution, .serialized references/organization.md Review Checklist Expressions embedded directly in expect (not pre-computed booleans) require used only for preconditions, expect for...
|
77 |
| 15237 | alicloud-ai-recommend-airec-test | cinience/alicloud-skills |
Category: test AI RECOMMEND AIREC Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/recommendation/alicloud-ai-recommend-airec/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/recommendation/alicloud-ai-recommend-airec \ --output output/alicloud-ai-recommend-airec-test/compile...
|
77 |
| 15238 | breadboarding | rjs/shaping-skills |
No SKILL.md available for this skill. View on GitHub
|
77 |
| 15239 | owasp-llm-top10 | mastepanoski/claude-skills |
OWASP Top 10 for LLM Applications Security Audit This skill enables AI agents to perform a comprehensive security assessment of Large Language Model (LLM) and Generative AI applications using the OWASP Top 10 for LLM Applications 2025 , published by the OWASP GenAI Security Project. The OWASP Top 10 for LLM Applications identifies the most critical security risks in systems that integrate large language models, covering vulnerabilities from prompt injection to unbounded resource consumption. Thi...
|
77 |
| 15240 | errors | yonatangross/orchestkit |
Error Pattern Analysis Analyze errors captured from Claude Code sessions to identify patterns and get actionable insights. Quick Start /errors Batch analysis of historical error patterns /debug CC 2.1.30 real-time debug for current session When to Use Which Command Purpose Scope /errors Batch analysis of error patterns (last 24h/7d) Historical patterns /debug Real-time debug of current session state Current session /ork:fix-issue Full RCA workflow for specific bug Single issue Quick Analysis ...
|
77 |
| 15241 | tensorrt-llm | orchestra-research/ai-research-skills |
TensorRT-LLM NVIDIA's open-source library for optimizing LLM inference with state-of-the-art performance on NVIDIA GPUs. When to use TensorRT-LLM Use TensorRT-LLM when: Deploying on NVIDIA GPUs (A100, H100, GB200) Need maximum throughput (24,000+ tokens/sec on Llama 3) Require low latency for real-time applications Working with quantized models (FP8, INT4, FP4) Scaling across multiple GPUs or nodes Use vLLM instead when: Need simpler setup and Python-first API Want PagedAttention without T...
|
77 |
| 15242 | project-astrology-vedic | vasilyu1983/ai-agents-public |
Vedic Astrology (Jyotish) — Expert Advisor Defaults (State These Up Front) Use the sidereal zodiac. Default ayanamsa: Lahiri (unless the user requests Raman/KP/other). Default houses: Whole Sign (unless the user requests another tradition). Default nodes: mean Rahu/Ketu (unless the user requests true nodes). Default timing: Vimshottari Dasha + transits (Jupiter/Saturn emphasis). If any of these defaults materially affect the answer, ask the user to confirm them. Intake (Ask Only What You Need)...
|
77 |
| 15243 | alicloud-ai-content-aicontent-test | cinience/alicloud-skills |
Category: test AI CONTENT AICONTENT Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/content/alicloud-ai-content-aicontent/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/content/alicloud-ai-content-aicontent \ --output output/alicloud-ai-content-aicontent-test/compile-check...
|
77 |
| 15244 | alicloud-database-analyticdb-mysql-test | cinience/alicloud-skills |
Category: test DATABASE ANALYTICDB MYSQL Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/database/analyticdb/alicloud-database-analyticdb-mysql/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/database/analyticdb/alicloud-database-analyticdb-mysql \ --output output/alicloud-databa...
|
77 |
| 15245 | doctor | yonatangross/orchestkit |
OrchestKit Health Diagnostics Argument Resolution FLAGS = "$ARGUMENTS" Full argument string, e.g., "--verbose" or "--json" FLAG = "$ARGUMENTS[0]" First token: -v, --verbose, --json, --category=X $ARGUMENTS[0], $ARGUMENTS[1] for indexed access (CC 2.1.59) Overview The /ork:doctor command performs comprehensive health checks on your OrchestKit installation. It auto-detects installed plugins and validates 12 categories: Installed Plugins - Detects ork plugin Skills Validation - Frontmatter, refe...
|
77 |
| 15246 | url-state-management | andrelandgraf/fullstackrecipes |
URL State Management Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs. Prerequisites Complete these recipes first (in order): Next.js on Vercel Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel Cookbook - Complete These Recipes in Order URL State with nuqs Syn...
|
77 |
| 15247 | webflow-automation | sickn33/antigravity-awesome-skills |
Webflow Automation via Rube MCP Automate Webflow operations including CMS collection management, site publishing, page inspection, asset uploads, and ecommerce order retrieval through Composio's Webflow toolkit. Toolkit docs : composio.dev/toolkits/webflow Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Webflow connection via RUBE_MANAGE_CONNECTIONS with toolkit webflow Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://...
|
77 |
| 15248 | notion-automation | sickn33/antigravity-awesome-skills |
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
|
77 |
| 15249 | create-skill | launchdarkly/agent-skills |
Create Skill Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations. About Skills Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks. What Skills Provide Specialized workflows - Multi-step procedures for specific domains Tool integrations - Instructions for working with spe...
|
77 |
| 15250 | oracle-codex | paulrberg/agent-skills |
Codex Oracle Use OpenAI Codex CLI as a read-only oracle — planning, review, and analysis only. Codex provides its perspective; you synthesize and present results to the user. Sandbox is always read-only . Codex must never implement changes. Arguments Parse $ARGUMENTS for: query — the main question or task (everything not a flag). Required — if empty, tell the user to provide a query and stop. --reasoning <level> — override reasoning effort ( low , medium , high , xhigh ). Optional; default is au...
|
77 |