███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8751 | deployment-engineer | charon-fan/agent-playbook |
Deployment Engineer Specialist in deployment automation, CI/CD pipelines, and infrastructure management. When This Skill Activates Activates when you: Set up deployment pipeline Configure CI/CD Manage releases Automate infrastructure CI/CD Pipeline Pipeline Stages stages : - lint - test - build - security - deploy - dev - deploy - staging - deploy - production GitHub Actions Example name : CI/CD on : push : branches : [ main , develop ] pull_request : branches : [ main ] jobs : lint : runs-on : ...
|
580 |
| 8752 | excel-automation | daymade/claude-code-skills |
Excel Automation Skill Overview This skill enables advanced Excel automation using xlwings - a library that can interact with live Excel instances. Unlike openpyxl (file-only), xlwings can control Excel in real-time, execute VBA, update dashboards, and automate complex workflows. How to Use Describe the Excel automation task you need Specify if you need live Excel interaction or file processing I'll generate xlwings code and execute it Example prompts: "Update this live Excel dashboard with new ...
|
580 |
| 8753 | caveman | shawnchee/caveman-skill |
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
|
580 |
| 8754 | mobile-developer | sickn33/antigravity-awesome-skills |
Use this skill when Working on mobile developer tasks or workflows Needing guidance, best practices, or checklists for mobile developer Do not use this skill when The task is unrelated to mobile developer 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/implementation-playbook.md . You...
|
580 |
| 8755 | processize | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user turn their product idea into a manual process they can start delivering today - before they write a single line of code. Core Principle Processize before you productize. Every great product started as someone doing the work by hand. Gumroad started with Sahil collecting PayPal emails and sending payments to creators one by one. Your product should start the same way. "Most apps on...
|
580 |
| 8756 | 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...
|
580 |
| 8757 | chinese-content-writing-guideline | jim60105/copilot-prompt |
Chinese Content Writing Guidelines This skill provides comprehensive writing guidelines for producing high-quality 正體中文 Traditional Chinese (zh-TW) content. Apply these rules to ensure consistent language, structure, tone, and terminology aligned with Taiwan conventions. Language and Formatting Write in Traditional Chinese 正體中文 (zh-TW) with full-width punctuation(,。、;:「」『』()!?) Always insert a single space between Chinese characters and alphanumeric characters (e.g., 使用 Docker 建立 ) Use standard ...
|
580 |
| 8758 | 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 ...
|
580 |
| 8759 | claude-code-history-files-finder | daymade/claude-code-skills |
Claude Code History Files Finder Extract and recover content from Claude Code's session history files stored in ~/.claude/projects/. Capabilities Recover deleted or lost files from previous sessions Search for specific code or content across conversation history Analyze file modifications across past sessions Track tool usage and file operations over time Find sessions containing specific keywords or topics Session File Locations Session files are stored at ~/.claude/projects/<normalized-path...
|
579 |
| 8760 | stock-quote | octagonai/skills |
Stock Quote Retrieve real-time stock quotes with current price, volume, day range, 52-week range, market cap, and moving averages 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. Identify the Stock Determine the ticker symbol for the stock you want to quote (e.g., AAPL, MSFT, GOOGL). 2. Execute Query via Octagon MCP Use the octagon-agent to...
|
579 |
| 8761 | numpy-best-practices | mindrally/skills |
NumPy Best Practices Expert guidelines for NumPy development, focusing on array programming, numerical computing, and performance optimization. Code Style and Structure Write concise, technical Python code with accurate NumPy examples Prefer vectorized operations over explicit loops for performance Use descriptive variable names reflecting data content (e.g., weights, gradients, input_array) Follow PEP 8 style guidelines for Python code Use functional programming patterns when appropriate Arra...
|
579 |
| 8762 | threejs-skills | sickn33/antigravity-awesome-skills |
Threejs Skills Overview Three.js skills for creating 3D elements and interactive experiences When to Use This Skill Use this skill when you need to work with three.js skills for creating 3d elements and interactive experiences. Instructions This skill provides guidance and patterns for three.js skills for creating 3d elements and interactive experiences. For more information, see the source repository .
|
579 |
| 8763 | cause-and-effect | neolabhq/context-engineering-kit |
Cause and Effect Analysis Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories. Description Systematically examine potential causes across six categories: People, Process, Technology, Environment, Methods, and Materials. Creates structured "fishbone" view identifying contributing factors. Usage /cause-and-effect [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) CATEGORIES: Categories ...
|
579 |
| 8764 | deeptools | k-dense-ai/scientific-agent-skills |
deepTools: NGS Data Analysis Toolkit Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. Core capabilities: Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) Quality control assessment (fingerp...
|
579 |
| 8765 | pyhealth | k-dense-ai/scientific-agent-skills |
PyHealth PyHealth ( https://pyhealth.dev/ ) is a Python toolkit for clinical deep learning. It provides a unified, modular pipeline across electronic health records (EHR), physiological signals, and medical imaging. The library is built around a 5-stage pipeline — Dataset → Task → Model → Trainer → Metrics — where each stage is replaceable and the interfaces between stages are stable. Code that follows this pipeline shape composes well; code that bypasses it usually fights the library. When to u...
|
579 |
| 8766 | adaptyv | k-dense-ai/scientific-agent-skills |
Adaptyv Bio Foundry API Adaptyv Bio is a cloud lab that turns protein sequences into experimental data. Users submit amino acid sequences via API or UI; Adaptyv's automated lab runs assays (binding, thermostability, expression, fluorescence) and delivers results in ~21 days. Quick Start Base URL: https://foundry-api-public.adaptyvbio.com/api/v1 Authentication: Bearer token in the Authorization header. Tokens are obtained from foundry.adaptyvbio.com sidebar. When writing code, always read the API...
|
579 |
| 8767 | test-anti-patterns | dotnet/skills |
Test Anti-Pattern Detection Quick, pragmatic analysis of .NET test code for anti-patterns and quality issues that undermine test reliability, maintainability, and diagnostic value. When to Use User asks to review test quality or find test smells User wants to know why tests are flaky or unreliable User asks "are my tests good?" or "what's wrong with my tests?" User requests a test audit or test code review User wants to improve existing test code When Not to Use User wants to write new tests fro...
|
579 |
| 8768 | content-pattern-analyzer-sms | blacktwist/social-media-skills |
Content Pattern Analyzer When to Use User asks to find patterns in what content works and what does not User mentions "what's working," "content patterns," or "best topics" User says "best format," "best time to post," or "analyze my content" User wants to know what to do more of or do less of User asks "what should I change" about their content approach User shares post history and wants a pattern-based breakdown User mentions "content audit" or "what's my best-performing content type" Role You...
|
579 |
| 8769 | brainstorming | jnmetacode/superpowers-zh |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
579 |
| 8770 | exa-search | benedictking/exa-search |
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
|
578 |
| 8771 | longbridge-capital-flow | longbridge/skills |
longbridge-capital-flow Today's capital flow time-series and order-size distribution for a single security. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Subcommands A single capital command handles both modes — distribution snapshot (default) and time-series ( --flow ). Run longbridge capital --help to confirm. CLI command Returns longbridge capital <SYMBOL> --format json Cross-section snapshot: large / medium / small / super-large ord...
|
578 |
| 8772 | build-skill | camacho/ai-skills |
Build Skill Build skills by running 3 competing approaches in parallel inside the full 10-step workflow pipeline. Args The args string is the skill specification. It should contain: The skill name (required) What the skill does, its modes/subcommands, and any context needed Example: /build-skill audit-permissions — wraps a TypeScript analyzer, default mode runs report, reset mode archives logs If args are vague, ask one clarifying question before proceeding. Don't over-interview. Steps Step 1 — ...
|
578 |
| 8773 | mongoose-mongodb | pluginagentmarketplace/custom-plugin-nodejs |
Mongoose & MongoDB Skill Master MongoDB database integration in Node.js with Mongoose, the elegant object modeling library. Quick Start Connect and CRUD in 4 steps: Install - npm install mongoose Connect - mongoose.connect(uri) Define Schema - Create data models CRUD - Create, Read, Update, Delete Core Concepts Connection Setup const mongoose = require('mongoose'); mongoose.connect(process.env.MONGODB_URI, { useNewUrlParser: true, useUnifiedTopology: true }); mongoose.connection.on('co...
|
578 |
| 8774 | gws-vault | googleworkspace/cli |
vault (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws vault < resource > < method > [ flags ] API Resources matters addPermissions — Adds an account as a matter collaborator. close — Closes the specified matter. Returns the matter with updated state. count — Counts the accounts processed by the specified query. create — Creates a matter with the given name and description. The initial state is open, ...
|
578 |
| 8775 | nextjs-best-practices | davila7/claude-code-templates |
Next.js Best Practices Principles for Next.js App Router development. 1. Server vs Client Components Decision Tree Does it need...? │ ├── useState, useEffect, event handlers │ └── Client Component ('use client') │ ├── Direct data fetching, no interactivity │ └── Server Component (default) │ └── Both? └── Split: Server parent + Client child By Default Type Use Server Data fetching, layout, static content Client Forms, buttons, interactive UI 2. Data Fetching Patterns Fetch Strategy Pattern Us...
|
578 |
| 8776 | agent-ui | inference-sh/skills |
Agent Component Batteries-included agent component from ui.inference.sh . Quick Start Install the agent component npx shadcn@latest add https://ui.inference.sh/r/agent.json Add the SDK for the proxy route npm install @inferencesh/sdk Setup 1. API Proxy Route (Next.js) // app/api/inference/proxy/route.ts import { route } from '@inferencesh/sdk/proxy/nextjs' ; export const { GET , POST , PUT } = route ; 2. Environment Variable .env.local INFERENCE_API_KEY = inf_ .. . 3. Use the Component import...
|
578 |
| 8777 | sql-database-assistant | alirezarezvani/claude-skills |
SQL Database Assistant - POWERFUL Tier Skill Overview The operational companion to database design. While database-designer focuses on schema architecture and database-schema-designer handles ERD modeling, this skill covers the day-to-day: writing queries, optimizing performance, generating migrations, and bridging the gap between application code and database engines. Core Capabilities Natural Language to SQL — translate requirements into correct, performant queries Schema Exploration — introsp...
|
578 |
| 8778 | topic-monitor | sundial-org/awesome-openclaw-skills |
Topic Monitor Monitor what matters. Get notified when it happens. Topic Monitor transforms your assistant from reactive to proactive by continuously monitoring topics you care about and intelligently alerting you only when something truly matters. Core Capabilities Topic Configuration - Define subjects with custom parameters Scheduled Monitoring - Automated searches at configurable intervals AI Importance Scoring - Smart filtering: immediate alert vs digest vs ignore Contextual Summaries - Not j...
|
578 |
| 8779 | ui-design-patterns | manutej/luxor-claude-marketplace |
UI Design Patterns A comprehensive guide to common user interface design patterns, component patterns, interaction patterns, and accessibility best practices for building modern web and mobile applications. When to Use This Skill Use this skill when you need to: Design User Interfaces: Create intuitive and user-friendly interface designs Implement UI Components: Build reusable interface components following established patterns Solve UX Problems: Address common user experience challenges wit...
|
578 |
| 8780 | market-top-detector | tradermonty/claude-trading-skills |
Market Top Detector Skill Purpose Detect the probability of a market top formation using a quantitative 6-component scoring system (0-100). Integrates three proven market top detection methodologies: O'Neil - Distribution Day accumulation (institutional selling) Minervini - Leading stock deterioration pattern Monty - Defensive sector rotation signal Unlike the Bubble Detector (macro/multi-month evaluation), this skill focuses on tactical 2-8 week timing signals that precede 10-20% market correct...
|
578 |
| 8781 | aesthetic | mrgoonie/claudekit-skills |
Aesthetic Create aesthetically beautiful interfaces by following proven design principles and systematic workflows. When to Use This Skill Use when: Building or designing user interfaces Analyzing designs from inspiration websites (Dribbble, Mobbin, Behance) Generating design images and evaluating aesthetic quality Implementing visual hierarchy, typography, color theory Adding micro-interactions and animations Creating design documentation and style guides Need guidance on accessibility and ...
|
578 |
| 8782 | 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...
|
578 |
| 8783 | review-pr | neolabhq/context-engineering-kit |
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 ...
|
578 |
| 8784 | pydeseq2 | k-dense-ai/scientific-agent-skills |
PyDESeq2 Overview PyDESeq2 is a Python implementation of DESeq2 for differential expression analysis with bulk RNA-seq data. Design and execute complete workflows from data loading through result interpretation, including single-factor and multi-factor designs, Wald tests with multiple testing correction, optional apeGLM shrinkage, and integration with pandas and AnnData. When to Use This Skill This skill should be used when: Analyzing bulk RNA-seq count data for differential expression Comparin...
|
578 |
| 8785 | hooks-pattern | patternsdev/skills |
Hooks Pattern Table of Contents When to Use Instructions Details Source React 16.8 introduced a new feature called Hooks . Hooks make it possible to use React state and lifecycle methods, without having to use an ES2015 class component. Although Hooks are not necessarily a design pattern, Hooks play a very important role in your application design. Many traditional design patterns can be replaced by Hooks. When to Use Use this when you need to add state or lifecycle behavior to functional compon...
|
577 |
| 8786 | gog-cli | intellectronica/agent-skills |
A fast, script-friendly CLI for Google Workspace services with JSON-first output and multi-account support. Repository: [https://github.com/steipete/gogcli](https://github.com/steipete/gogcli) Prerequisites This skill assumes `gog` is installed and authorised. If commands fail with authentication errors, inform the user they need to: - Install gog: `brew install steipete/tap/gogcli` - Store OAuth credentials: `gog auth credentials <path-to-credentials.json>` - Add account: `gog auth add u...
|
577 |
| 8787 | github-ops | daymade/claude-code-skills |
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
|
577 |
| 8788 | tiktok-automation | sickn33/antigravity-awesome-skills |
TikTok Automation via Rube MCP Automate TikTok content creation and profile operations through Composio's TikTok toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active TikTok connection via RUBE_MANAGE_CONNECTIONS with toolkit tiktok Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify ...
|
577 |
| 8789 | remotion-best-practices | sickn33/antigravity-awesome-skills |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
577 |
| 8790 | loki-mode | sickn33/antigravity-awesome-skills |
Loki Mode - Multi-Agent Autonomous Startup System Version 2.35.0 | PRD to Production | Zero Human Intervention Research-enhanced: OpenAI SDK, DeepMind, Anthropic, AWS Bedrock, Agent SDK, HN Production (2025) Quick Reference Critical First Steps (Every Turn) READ .loki/CONTINUITY.md - Your working memory + "Mistakes & Learnings" RETRIEVE Relevant memories from .loki/memory/ (episodic patterns, anti-patterns) CHECK .loki/state/orchestrator.json - Current phase/metrics REVIEW .loki/queue/pending....
|
577 |
| 8791 | deep-learning | mindrally/skills |
Deep Learning You are an expert in deep learning, neural network architectures, and model optimization. Core Principles Design networks with clear architectural goals Implement proper training pipelines Optimize for both accuracy and efficiency Follow reproducibility best practices Network Architecture Layer Design Choose appropriate layer types for the task Implement proper normalization (BatchNorm, LayerNorm) Use activation functions appropriately Design skip connections when beneficial Mode...
|
577 |
| 8792 | benchling-integration | k-dense-ai/scientific-agent-skills |
Benchling Integration Overview Benchling is a cloud platform for life sciences R&D. Access registry entities (DNA, proteins), inventory, electronic lab notebooks, and workflows programmatically via Python SDK and REST API. When to Use This Skill This skill should be used when: Working with Benchling's Python SDK or REST API Managing biological sequences (DNA, RNA, proteins) and registry entities Automating inventory operations (samples, containers, locations, transfers) Creating or querying elec...
|
577 |
| 8793 | hyva-exec-shell-cmd | hyva-themes/hyva-ai-tools |
Execute Shell Commands in Magento Environment This utility skill detects the Magento development environment and provides the appropriate command wrapper for executing shell commands. Usage Other skills should reference this skill when they need to execute commands in the Magento environment. The detected wrapper ensures commands run in the correct context (container or local). Step 1: Detect Environment Important: Execute this script from the Magento project root directory, or provide the ...
|
577 |
| 8794 | 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...
|
576 |
| 8795 | secrets-vault-manager | alirezarezvani/claude-skills |
Secrets Vault Manager Tier: POWERFUL Category: Engineering Domain: Security / Infrastructure / DevOps Overview Production secret infrastructure management for teams running HashiCorp Vault, cloud-native secret stores, or hybrid architectures. This skill covers policy authoring, auth method configuration, automated rotation, dynamic secrets, audit logging, and incident response. Distinct from env-secrets-manager which handles local .env file hygiene and leak detection. This skill operates at the ...
|
576 |
| 8796 | deployments-cicd | vercel/vercel-plugin |
Vercel Deployments & CI/CD You are an expert in Vercel deployment workflows — vercel deploy , vercel promote , vercel rollback , vercel inspect , vercel build , and CI/CD pipeline integration with GitHub Actions, GitLab CI, and Bitbucket Pipelines. Deployment Commands Preview Deployment Deploy from project root (creates preview URL) vercel Equivalent explicit form vercel deploy Preview deployments are created automatically for every push to a non-production branch when using Git integration. T...
|
576 |
| 8797 | contract-and-proposal-writer | alirezarezvani/claude-skills |
Contract & Proposal Writer Tier: POWERFUL Category: Business Growth Domain: Legal Documents, Business Development, Client Relations Overview Generate professional, jurisdiction-aware business documents: freelance contracts, project proposals, SOWs, NDAs, and MSAs. Outputs structured Markdown with docx conversion instructions. Covers US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions. Not a substitute for legal counsel. Use these templates as strong starting points; review with an ...
|
576 |
| 8798 | react-hook-form-zod | ovachiever/droid-tings |
React Hook Form + Zod Validation Status: Production Ready ✅ Last Verified: 2026-01-20 Latest Versions: react-hook-form@7.71.1, zod@4.3.5, @hookform/resolvers@5.2.2 Quick Start npm install react-hook-form@7.70.0 zod@4.3.5 @hookform/resolvers@5.2.2 Basic Form Pattern: const schema = z.object({ email: z.string().email(), password: z.string().min(8), }) type FormData = z.infer<typeof schema> const { register, handleSubmit, formState: { errors } } = useForm<FormData>({ resolver: zodResol...
|
576 |
| 8799 | grepai-search-boosting | yoanbernabeu/grepai-skills |
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code. When to Use This Skill - Prioritizing source code over tests - Penalizing vendor/third-party code - Boosting important directories - Customizing result ranking What is Boosting? Boosting modifies search scores based on file paths: ``` Original score: 0.85 (src/auth.go) Bonus (+10%): 0.935 Original score: 0.85 (tests/auth_test.go) Penalty (-50%): 0.425 ``` T...
|
576 |
| 8800 | diffity-tree | kamranahmedse/diffity |
Diffity Tree Skill You are opening the diffity file tree browser so the user can browse repository files in the browser. Instructions Check that diffity is available: run which diffity . If not found, install it with npm install -g diffity . Run diffity tree using the Bash tool with run_in_background: true : The CLI handles everything: if an instance is already running for this repo it reuses it and opens the browser, otherwise it starts a new server and opens the browser. Do NOT use & or --quie...
|
576 |