███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10151 | dart-collect-coverage | flutter/skills |
Implementing Dart and Flutter Test Coverage Contents Testing Fundamentals Coverage Directives Workflow: Configuring and Generating Coverage Reports Workflow: Advanced Manual Coverage Collection Examples Testing Fundamentals Structure your test suites using the standard Dart testing paradigms. Use package:test for Dart projects and flutter_test for Flutter projects. Unit Tests: Verify individual functions, methods, or classes. Component/Widget Tests: Verify component behavior, layout, and interac...
|
1K |
| 10152 | diffity-review | kamranahmedse/diffity |
Diffity Review Skill You are reviewing a diff and leaving inline comments using the diffity agent CLI. Arguments ref (optional): Git ref to review (e.g. main..feature , HEAD~3 ). Defaults to working tree changes. When both ref and focus are provided, use both (e.g. /diffity-review main..feature security ). focus (optional): Focus the review on a specific area. One of: security , performance , naming , errors , types , logic . If omitted, review everything. CLI Reference Show more Installs 312 Re...
|
1K |
| 10153 | taste | affaan-m/everything-claude-code |
Taste Most AI video advice stops at how to render frames . This skill is the layer above that: what the frames should look like, in what order, cut to what rhythm, so the result reads as one intentional thing instead of a pile of generations. It encodes a specific taste — the angelcore / cloud-trance / hyperpop family (Bladee "Silver Surfer"-era ethereal trance crossed with heavy angelcore) — distilled from a corpus of saved Reels and a tour through a ~70-entry visual-genre library. It is opinio...
|
1K |
| 10154 | dart-migrate-to-checks-package | flutter/skills |
Migrating Dart Tests to Package Checks Contents Dependency Management Syntax Migration Guidelines Utilizing Dart MCP Tools Migration Workflow Examples Dependency Management Manage dependencies using the Dart Tooling MCP Server pub tool or standard CLI commands. Add package:checks as a dev_dependency using dart pub add dev:checks . Remove package:matcher if it is explicitly listed in the pubspec.yaml (note: it is often transitively included by package:test , which is fine). Import package:checks/...
|
1K |
| 10155 | dart-build-cli-app | flutter/skills |
Building Dart CLI Applications Contents Project Setup & Architecture Argument Parsing & Command Routing Execution & Error Handling Testing CLI Applications Compilation & Distribution Workflows Examples Project Setup & Architecture Initialize new CLI projects using the official Dart template to ensure standard directory structures. Run dart create -t cli <project_name> to scaffold a console application with basic argument parsing. Place executable entry points (files containing main() ) exclusive...
|
1K |
| 10156 | jetson-promote-image | nvidia/skills |
Promote BSP Image Purpose Stage every Customize-* and Build output into bsp_image so it is ready for /jetson-flash-image . This is the promote leg of Deploy — it copies files, never flashes and never builds. Prerequisites Show more Installs 701 Repository nvidia/skills GitHub Stars 2.4K First Seen Jun 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1K |
| 10157 | ui-design-system | alirezarezvani/claude-skills |
UI/UX Design & Development Expert Comprehensive UI/UX design, review, and improvement for modern web applications. Production-ready implementations with TailwindCSS + Radix UI + shadcn/ui and modern React patterns. Stack Architecture The Three Pillars Layer 1: TailwindCSS (Styling Foundation) Utility-first CSS framework with build-time generation Zero runtime overhead, minimal production bundles Design tokens: colors, spacing, typography, breakpoints Responsive utilities and dark mode support La...
|
1K |
| 10158 | jetson-print-bsp-info | nvidia/skills |
jetson-print-bsp-info Prints a concise summary of a Jetson Linux_for_Tegra (BSP) tree on the host PC. This skill is intended as a reference example for the jetson-bsp-skills repo and the NVIDIA-wide skills CI. It performs read-only inspection — no flashing, no rootfs changes. Purpose Capture a baseline snapshot of a Linux_for_Tegra BSP tree (release, board configs, rootfs state) before flashing, so issues like "wrong L4T version" or "rootfs never populated" are caught early. When to use A user h...
|
1K |
| 10159 | insforge-cli | insforge/insforge-skills |
InsForge CLI Command-line tool for managing InsForge Backend-as-a-Service projects. Critical: Session Start Checks insforge whoami verify authentication insforge current verify linked project If not authenticated: insforge login If no project linked: insforge create (new) or insforge link (existing) Global Options Flag Description --json Structured JSON output (for scripts and agents) -y, --yes Skip confirmation prompts Exit Codes Code Meaning 0 Success 1 General error (e.g., HTTP 400+ from fu...
|
1K |
| 10160 | applying-slds | forcedotcom/sf-skills |
Applying SLDS The Salesforce Lightning Design System (SLDS) is a CSS framework with thousands of artifacts. This skill teaches agents how to find and correctly use them. Version: This skill targets SLDS v2 . Legacy --lwc-* tokens and slds-*--modifier syntax are deprecated. Audit scope: The companion validating-slds skill analyzer only scans .css , .html , and .js files. Use it directly for LWC and similar HTML/CSS/JS components; treat it as a partial signal for JSX/TSX or other framework-specifi...
|
1K |
| 10161 | validating-slds | forcedotcom/sf-skills |
SLDS Quality Audit Audit Lightning Web Components for SLDS compliance and produce an automated scorecard plus a required manual review gate. Combines SLDS linter output with supplementary static analysis to catch what the linter misses. Scope Also valid for: auditing SLDS compliance across a project or component set, and before/after quality comparison after making changes. Not for: Fixing linter violations — use uplifting-components-to-slds2 instead Building new components — use applying-slds i...
|
1K |
| 10162 | chrome-bridge-automation | web-infra-dev/midscene-skills |
Chrome Bridge Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for...
|
1K |
| 10163 | flutter-app-size | flutter/agent-plugins |
flutter-app-size-optimization Goal Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a configured Flutter environment and target platform availability. Decision Logic Use the following decision tree to determine the correct measurement and o...
|
1K |
| 10164 | flutter-concurrency | flutter/agent-plugins |
Flutter Concurrency and Data Management Goal Implements advanced Flutter data handling, including background JSON serialization using Isolates, asynchronous state management, and platform-aware concurrency to ensure jank-free 60fps+ UI rendering. Assumes a standard Flutter environment (Dart 2.19+) with access to dart:convert , dart:isolate , and standard state management paradigms. Decision Logic Use the following decision tree to determine the correct serialization and concurrency approach befo...
|
1K |
| 10165 | flutter-localization | flutter/agent-plugins |
Flutter Localization Setup Goal Configures and implements internationalization (i18n) and localization (l10n) in a Flutter application. This skill manages dependency injection ( flutter_localizations , intl ), code generation configuration ( l10n.yaml ), root widget setup ( MaterialApp , CupertinoApp , or WidgetsApp ), .arb translation file management, and platform-specific configurations (iOS Xcode project updates). It ensures proper locale resolution and prevents common assertion errors relate...
|
1K |
| 10166 | wordpress-penetration-testing | sickn33/agentic-awesome-skills |
AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments. WordPress Penetration Testing WordPress 7.0 Security Considerations WordPress 7.0 (April 2026) introduces new features that create additional attack surfaces: Real-Time Collaboration (RTC) Yjs CRDT sync provider endpoints wp_sync_storage post meta Collaboration session hijacking Data sync interception AI Connector API /wp-json/ai/v1/ endpoints Credential sto...
|
1K |
| 10167 | flutter-http-and-json | flutter/agent-plugins |
flutter-http-json-networking Goal Manages HTTP networking and JSON data handling in Flutter applications. Implements secure, asynchronous REST API calls (GET, POST, PUT, DELETE) using the http package. Handles JSON serialization, background parsing via isolates for large datasets, and structured JSON schemas for AI model integrations. Assumes the http package is added to pubspec.yaml and the environment supports Dart 3 pattern matching and null safety. Decision Logic When implementing JSON parsi...
|
1K |
| 10168 | doc-coauthoring | sickn33/agentic-awesome-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...
|
1K |
| 10169 | flutter-accessibility | flutter/agent-plugins |
flutter-accessibility-and-adaptive-design Goal Implements, audits, and enforces accessibility (a11y) and adaptive design standards in Flutter applications. Ensures compliance with WCAG 2 and EN 301 549 by applying proper semantic roles, contrast ratios, tap target sizes, and assistive technology integrations. Constructs adaptive layouts that respond to available screen space and input modalities (touch, mouse, keyboard) without relying on hardware-specific checks or locked orientations. Decision...
|
1K |
| 10170 | flutter-databases | flutter/agent-plugins |
flutter-data-layer-persistence Goal Architects and implements a robust, MVVM-compliant data layer in Flutter applications. Establishes a single source of truth using the Repository pattern, isolates external API and local database interactions into stateless Services, and implements optimal local caching strategies (e.g., SQLite via sqflite ) based on data requirements. Assumes a pre-configured Flutter environment. Decision Logic Evaluate the user's data persistence requirements using the follow...
|
1K |
| 10171 | opencli-rs | nashsu/autocli-skill |
opencli-rs Blazing fast Rust CLI tool that turns 55+ websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Single 4.7MB binary, zero runtime dependencies. Rule: use opencli-rs for supported sites instead of playwright or browser tools. Syntax opencli-rs < site > < command > [ --option value ] [ --format json ] If opencli-rs is not installed or missing, you can install it with curl -fsSL https://raw.githubusercontent.com/nashsu/opencli-rs/main/scripts/install.sh | ...
|
1K |
| 10172 | testing-patterns | sickn33/agentic-awesome-skills |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
|
1K |
| 10173 | testing-dags | astronomer/agents |
DAG Testing Skill 🚀 FIRST ACTION: Just Trigger the DAG When the user asks to test a DAG, your FIRST AND ONLY action should be: trigger_dag_and_wait(dag_id="<dag_id>", timeout=300) DO NOT: ❌ Call list_dags first ❌ Call get_dag_details first ❌ Call list_import_errors first ❌ Use grep or ls or any bash command ❌ Do any "pre-flight checks" Just trigger the DAG. If it fails, THEN debug. ⚠️ CRITICAL WARNING: Use MCP Tools, NOT CLI Commands ⚠️ STOP! Before running ANY Airflow-related command, r...
|
1K |
| 10174 | agent-supply-chain | github/awesome-copilot |
Agent Supply Chain Integrity Generate and verify integrity manifests for AI agent plugins and tools. Detect tampering, enforce version pinning, and establish supply chain provenance. Overview Agent plugins and MCP servers have the same supply chain risks as npm packages or container images — except the ecosystem has no equivalent of npm provenance, Sigstore, or SLSA. This skill fills that gap. Plugin Directory → Hash All Files (SHA-256) → Generate INTEGRITY.json ↓ Later: Plugin Directory → Re-Ha...
|
1K |
| 10175 | concise-planning | sickn33/agentic-awesome-skills |
Concise Planning Goal Turn a user request into a single, actionable plan with atomic steps. Workflow 1. Scan Context Read README.md , docs, and relevant code files. Identify constraints (language, frameworks, tests). 2. Minimal Interaction Ask at most 1–2 questions and only if truly blocking. Make reasonable assumptions for non-blocking unknowns. 3. Generate Plan Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 10, 2026 Security Audits Gen Agent Trust H...
|
1K |
| 10176 | sports-news | machina-sports/sports-skills |
Sports News Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills news fetch_items --google_news --query = "Arsenal transfer" --limit = 5 sports-skills news fetch_feed --url = "https://feeds.bbci.co.uk/sport/football/rss.xml" Python SDK (alternative): from sports_skills import news articles = news . fetch_items ( google_news = True , query = "Arsenal transfer news" , limit = 10 ) feed = news . fetch_feed ( url = "https://feeds.bbci.co.uk/sport/football/rss.xml" ) Import...
|
1K |
| 10177 | resume-cover-letter | jezweb/claude-skills |
Resume and Cover Letter Writer Produces job application documents: a resume/CV, a cover letter, or both. Every output is tailored to a specific role at a specific company — generic documents are not useful. Before You Start Gather these inputs. Ask for anything missing: Target role — job title, company name, and the job listing or description (paste or URL) Mode — "resume", "cover-letter", or "both" Region — AU/NZ, US, or UK (affects format, terminology, length expectations) Candidate background...
|
1K |
| 10178 | karpathy-coder | alirezarezvani/claude-skills |
Karpathy Coder — Active Coding Discipline Derived from Andrej Karpathy's observations on LLM coding pitfalls. This is not just guidelines — it ships Python tools that detect violations, a review agent, a slash command, and a pre-commit hook. "The models make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, don't seek clarifications, don't surface inconsistencies, don't present tradeoffs, don't push back when they should." "They re...
|
1K |
| 10179 | senior-computer-vision | alirezarezvani/claude-skills |
Senior Computer Vision Engineer World-class senior computer vision engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/vision_model_trainer.py --input data/ --output results/ Core Tool 2 python scripts/inference_optimizer.py --target project/ --analyze Core Tool 3 python scripts/dataset_pipeline_builder.py --config config.yaml --deploy Show more Installs 923 Repository davila7/claude-…emplates GitHub Stars 29.2K First Seen Jan 20, 2...
|
1K |
| 10180 | mui | davila7/claude-code-templates |
MUI v7 Patterns Purpose Material-UI v7 (released March 2025) patterns for component usage, styling with sx prop, theme integration, and responsive design. Note: MUI v7 breaking changes from v6: Deep imports no longer work - use package exports field onBackdropClick removed from Modal - use onClose instead All components now use standardized slots and slotProps pattern CSS layers support via enableCssLayer config (works with Tailwind v4) When to Use This Skill Styling components with MUI sx pr...
|
1K |
| 10181 | review-pr | tirth8205/code-review-graph |
Review PR Skill Review the current pull request and write the output to review.json . Context The working directory is the PR branch checkout. The workflow provides an annotated diff in pr_diff.txt . The workflow provides the PR description in pr_description.txt . Focus on files and lines changed by this PR. Do not post comments or reviews to GitHub directly. Review Scope Prioritize correctness, security, error handling, and meaningful performance issues. Include style or nit comments only when ...
|
1K |
| 10182 | receiving-code-review | jnmetacode/superpowers-zh |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
1K |
| 10183 | flags | react/react |
Feature Flags Arguments: $ARGUMENTS: Optional flags Options Option Purpose (none) Show all flags across all channels --diff <ch1> <ch2> Compare flags between channels --cleanup Show flags grouped by cleanup status --csv Output in CSV format Channels www , www-modern - Meta internal canary , next , experimental - OSS channels rn , rn-fb , rn-next - React Native Show more Installs 28 Repository react/react GitHub Stars 247.2K First Seen Jun 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
1K |
| 10184 | lottie | mindrally/skills |
Lottie for HyperFrames HyperFrames can seek both lottie-web and dotLottie players through its lottie runtime adapter. Lottie is a strong fit because the animation timeline is already encoded in the asset; HyperFrames only needs a player object it can seek. Contract Load assets from local project files, usually under assets/ . Set autoplay: false . Prefer loop: false unless the user explicitly wants a loop. Register every returned animation or player on window.__hfLottie . Keep the Lottie contain...
|
1K |
| 10185 | qiaomu-opencli-browser | joeseesun/qiaomu-opencli-skills |
OpenCLI Browser — Browser Automation for AI Agents Control Chrome step-by-step via CLI. Reuses existing login sessions — no passwords needed. Prerequisites opencli doctor Verify extension + daemon connectivity Requires: Chrome running + OpenCLI Browser Bridge extension installed. Critical Rules Show more Installs 432 Repository joeseesun/qiaom…i-skills GitHub Stars 979 First Seen Apr 9, 2026 Security Audits Gen Agent Trust Hub Warn Socket Pass Snyk Warn
|
1K |
| 10186 | muapi-platform | samuraigpt/generative-media-skills |
⚙️ MuAPI Platform Utilities Setup and polling utilities for the muapi.ai platform. Configure your API key, verify connectivity, and poll for async generation results. Available Scripts Script Description setup.sh Configure API key, show config, test key validity check-result.sh Poll for async generation results by request ID Quick Start Save your API key bash setup.sh --add-key "YOUR_MUAPI_KEY" Show current configuration bash setup.sh --show-config Test API key validity bash setup.sh --test ...
|
1K |
| 10187 | wps-ppt | lc2panda/wps-skills |
WPS 演示智能助手 你现在是 WPS 演示智能助手,专门帮助用户解决 PPT 相关问题。你的存在是为了让那些被 PPT 排版折磨到深夜的用户解脱,让他们用人话就能做出专业的演示文稿。 核心能力 1. 页面美化(P0 核心功能) 这是解决用户「PPT 太丑」痛点的核心能力: 元素对齐 :自动对齐页面元素 配色优化 :应用专业配色方案 字体统一 :统一全文字体风格 间距优化 :优化元素间距和边距 2. 内容生成 幻灯片添加 :添加指定布局的幻灯片 文本框插入 :在指定位置添加文本 大纲生成 :根据主题生成 PPT 大纲 3. 格式设置 主题应用 :应用内置或自定义主题 背景设置 :设置幻灯片背景 母版编辑 :编辑幻灯片母版 4. 动画效果 进入动画 :淡入、飞入、缩放等 退出动画 :淡出、飞出等 路径动画 :自定义动画路径 切换效果 :幻灯片切换动画 设计美学原则 当用户说「美化这页 PPT」时,遵循以下设计原则: 1. 对齐原则 (Alignment) 元素应该沿某条线对齐 标题左对齐或居中对齐 内容块之间保持对齐关系 避免随意放置元素 2. 对比原则 (Contrast) 标题和正文...
|
1K |
| 10188 | verification-before-completion | jnmetacode/superpowers-zh |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
1K |
| 10189 | systematic-debugging | jnmetacode/superpowers-zh |
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
|
1K |
| 10190 | bootstrap | mindrally/skills |
Project Bootstrap Orchestrator Execute bootstrap in strict order. Do not run migrations or development server until project linking and environment verification are complete. Rules Do not run db:push , db:migrate , db:seed , or dev until Vercel linking is complete and env keys are verified. Prefer Vercel-managed provisioning ( vercel integration ... ) for shared resources. Use provider CLIs only as fallback when Vercel integration flow is unavailable. Never echo secret values in terminal output,...
|
1K |
| 10191 | safe-action-testing | next-safe-action/skills |
Testing next-safe-action Testing Actions Directly Server actions are async functions — call them directly in tests: // src/__tests__/actions.test.ts import { describe , it , expect , vi } from "vitest" ; import { createUser } from "@/app/actions" ; describe ( "createUser" , ( ) => { it ( "returns user data on valid input" , async ( ) => { const result = await createUser ( { name : "Alice" , email : "alice@example.com" } ) ; expect ( result . data ) . toEqual ( { id : expect . any ( String ) , na...
|
1K |
| 10192 | code-documentation-code-explain | sickn33/agentic-awesome-skills |
Code Explanation and Analysis You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels. Use this skill when Explaining complex code, algorithms, or system behavior Creating onboarding walkthroughs or learning materials Producing step-by-step breakdowns with diagrams Teaching patterns or debugging reasoning Do not use thi...
|
1K |
| 10193 | self-improving-agent | alirezarezvani/claude-skills |
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
|
1K |
| 10194 | ssh | openhands/extensions |
SSH Skill This skill provides capabilities for establishing and managing SSH connections to remote machines. Windows PowerShell equivalents for SSH config creation, key paths, ssh-agent, and permissions are in references/windows.md . Capabilities Establish SSH connections using password or key-based authentication Generate and manage SSH key pairs Configure SSH for easier connections Execute commands on remote machines Transfer files between local and remote machines Manage SSH configurations an...
|
1K |
| 10195 | nextauth-authentication | mindrally/skills |
NextAuth Authentication You are an expert in NextAuth.js (Auth.js v5) authentication implementation. Follow these guidelines when integrating authentication in Next.js applications. Core Principles Use Auth.js v5 patterns and the universal auth() function Implement proper session management strategy based on your needs Always validate sessions server-side for sensitive operations Configure environment variables correctly with the AUTH_ prefix Installation npm install next-auth@beta Environmen...
|
1K |
| 10196 | tinybird-cli-guidelines | tinybirdco/tinybird-agent-skills |
Tinybird CLI Guidelines Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management. When to Apply Running any tb command Local development with Tinybird Local Building and deploying projects Appending, replacing, or deleting data Managing tokens and secrets via CLI Generating mock data Running tests Rule Files rules/cli-commands.md rules/build-deploy.md rules/local-development.md rules/data-operations.md rules/append-data.md rules/mock-...
|
1K |
| 10197 | responsive-web-design | aj-geddes/useful-ai-prompts |
Responsive Web Design Overview Build mobile-first responsive interfaces using modern CSS techniques including Flexbox, Grid, and media queries to create adaptable user experiences. When to Use Multi-device applications Mobile-first development Accessible layouts Flexible UI systems Cross-browser compatibility Implementation Examples 1. Mobile-First Media Query Strategy /* Mobile styles (default) */ .container { display: flex; flex-direction: column; padding: 16px; gap: 16px; } .card {...
|
1K |
| 10198 | x-twitter-scraper | xquik-dev/x-twitter-scraper |
Xquik API Integration Xquik is an X (Twitter) real-time data platform providing a REST API, HMAC webhooks, and an MCP server for AI agents. It covers account monitoring, bulk data extraction (20 tools), giveaway draws, tweet/user lookups, media downloads, follow checks, trending topics, write actions (tweet, like, retweet, follow, DM, profile, media upload, communities), and Telegram integrations. Quick Reference Base URL https://xquik.com/api/v1 Auth x-api-key: xq_... header (64 hex chars after...
|
1K |
| 10199 | react19-concurrent-patterns | github/awesome-copilot |
React 19 Concurrent Patterns React 19 introduced new APIs that complement the migration work. This skill covers two concerns: Preserve existing React 18 concurrent patterns that must not be broken during migration Adopt new React 19 APIs worth introducing after migration stabilizes Part 1 Preserve: React 18 Concurrent Patterns That Must Survive the Migration These patterns exist in React 18 codebases and must not be accidentally removed or broken: createRoot Already Migrated by the R18 Orchest...
|
1K |
| 10200 | terragrunt-generator | akin-ozer/cc-devops-skills |
Terragrunt Generator Overview Generate production-ready Terragrunt configurations following current best practices, naming conventions, and security standards. All generated configurations are automatically validated. Trigger Phrases Use this skill when the user asks for: A new root.hcl , terragrunt.hcl , or terragrunt.stack.hcl Multi-environment Terragrunt layouts ( dev/staging/prod ) Terragrunt dependency wiring ( dependency or dependencies blocks) Terragrunt module source setup (local, Git, T...
|
1K |