███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2351 | claude-agent-sdk | jezweb/claude-skills |
Claude Agent SDK - Structured Outputs & Error Prevention Guide Package: @anthropic-ai/claude-agent-sdk@0.2.12 Breaking Changes: v0.1.45 - Structured outputs (Nov 2025), v0.1.0 - No default system prompt, settingSources required What's New in v0.1.45+ (Nov 2025) Major Features: 1. Structured Outputs (v0.1.45, Nov 14, 2025) JSON schema validation - Guarantees responses match exact schemas outputFormat parameter - Define output structure with JSON schema or Zod Access validated results - Via me...
|
422 |
| 2352 | spring-boot-security-jwt | giuseppe-trisciuoglio/developer-kit |
Spring Boot JWT Security Comprehensive JWT (JSON Web Token) authentication and authorization patterns for Spring Boot 3.5.x applications using Spring Security 6.x and the JJWT library. This skill provides production-ready implementations for stateless authentication, role-based access control, and integration with modern authentication providers. Overview JWT authentication enables stateless, scalable security for Spring Boot applications. This skill covers complete JWT lifecycle management incl...
|
421 |
| 2353 | ecommerce-competitor-analyzer | buluslan/ecommerce-competitor-analyzer |
E-commerce Competitor Analyzer Skill Quick Start (For AI) When to use this skill : When user asks to analyze, research, or extract insights from e-commerce products (Amazon, Temu, Shopee). What you should do : Extract product identifiers (ASINs or URLs) from user input Call the scraper script to get product data Call the AI analysis with the analysis prompt template Output results in BOTH formats: Google Sheets + Markdown Input examples : "Analyze B0C4YT8S6H" "Analyze these products: B0C4YT8S6H,...
|
421 |
| 2354 | valyu-best-practices | valyuai/skills |
This skill provides instructions for using the Valyu API to perform search, content extraction, AI-powered answers, and deep research tasks. Quick Reference: Choosing the Right API Use this decision tree to select the appropriate Valyu API: ``` What do you need? ├─ Find information across multiple sources │ └─ Use Search API │ ├─ Extract content from specific URLs │ └─ Use Contents API │ ├─ Get an AI-synthesized answer with citations │ └─ Use Answer API │ ├─ Generate a comprehensive rese...
|
420 |
| 2355 | daisyui | bobmatnyc/claude-mpm-skills |
DaisyUI Component Library Summary DaisyUI is the most popular Tailwind CSS component library providing semantic class names for 50+ components with built-in themes, dark mode, and customization. Framework-agnostic and production-ready. When to Use Building UI with Tailwind CSS and need pre-styled components Want semantic class names (btn, card) instead of utility-only approach Need built-in theming system with 30+ themes and dark mode Require consistent design system across React, Vue, Svelte,...
|
420 |
| 2356 | ceo-advisor | davila7/claude-code-templates |
CEO Advisor Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management. Keywords CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investo...
|
419 |
| 2357 | google-analytics | davila7/claude-code-templates |
Google Analytics Analysis Analyze website performance using Google Analytics data to provide actionable insights and improvement recommendations. Quick Start 1. Setup Authentication This Skill requires Google Analytics API credentials. Set up environment variables: export GOOGLE_ANALYTICS_PROPERTY_ID="your-property-id" export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account-key.json" Or create a .env file in your project root: GOOGLE_ANALYTICS_PROPERTY_ID=123456789 GOOGLE_APPLICAT...
|
419 |
| 2358 | asc-crash-triage | rudrankriyam/app-store-connect-cli-skills |
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
|
419 |
| 2359 | profiling-tables | astronomer/agents |
Data Profile Generate a comprehensive profile of a table that a new team member could use to understand the data. Step 1: Basic Metadata Query column metadata: SELECT COLUMN_NAME, DATA_TYPE, COMMENT FROM <database>.INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = '<schema>' AND TABLE_NAME = '<table>' ORDER BY ORDINAL_POSITION If the table name isn't fully qualified, search INFORMATION_SCHEMA.TABLES to locate it first. Step 2: Size and Shape Run via run_sql: SELECT COUNT(*) as total_r...
|
419 |
| 2360 | vulnerability-scanner | sickn33/antigravity-awesome-skills |
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
|
419 |
| 2361 | context7-auto-research | davila7/claude-code-templates |
context7-auto-research Overview Automatically fetch latest library/framework documentation for Claude Code via Context7 API When to Use When you need up-to-date documentation for libraries and frameworks When asking about React, Next.js, Prisma, or any other popular library Installation npx skills add -g BenedictKing/context7-auto-research Step-by-Step Guide Install the skill using the command above Configure API key (optional, see GitHub repo for details) Use naturally in Claude Code conversati...
|
418 |
| 2362 | owasp-security-check | sergiodxa/agent-skills |
OWASP Security Check Comprehensive security audit patterns for web applications and REST APIs. Contains 20 rules across 5 categories covering OWASP Top 10 and common web vulnerabilities. When to Apply Use this skill when: Auditing a codebase for security vulnerabilities Reviewing user-provided file or folder for security issues Checking authentication/authorization implementations Evaluating REST API security Assessing data protection measures Reviewing configuration and deployment settings Befo...
|
418 |
| 2363 | nx-generate | nrwl/nx-ai-agents-config |
Run Nx Generator Nx generators are powerful tools that scaffold projects, make automated code migrations or automate repetitive tasks in a monorepo. They ensure consistency across the codebase and reduce boilerplate work. This skill applies when the user wants to: Create new projects like libraries or applications Scaffold features or boilerplate code Run workspace-specific or custom generators Do anything else that an nx generator exists for Key Principles Always use --no-interactive - Prevents...
|
417 |
| 2364 | app-builder | sickn33/antigravity-awesome-skills |
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
|
417 |
| 2365 | designing-workflow-skills | trailofbits/skills |
Designing Workflow Skills Build workflow-based skills that execute reliably by following structural patterns, not prose. Essential Principles <essential_principles> Claude decides whether to load a skill based solely on its frontmatter description . The body of SKILL.md — including "When to Use" and "When NOT to Use" sections — is only read AFTER the skill is already active. Put your trigger keywords, use cases, and exclusions in the description. A bad description means wrong activations or miss...
|
417 |
| 2366 | csharp-concurrency-patterns | aaronontheweb/dotnet-skills |
Use this skill when: - Deciding how to handle concurrent operations in .NET - Evaluating whether to use async/await, Channels, Akka.NET, or other abstractions - Tempted to use locks, semaphores, or other synchronization primitives - Need to process streams of data with backpressure, batching, or debouncing - Managing state across multiple concurrent entities The Philosophy Start simple, escalate only when needed. Most concurrency problems can be solved with `async/await`. Only reach for...
|
417 |
| 2367 | skill-creator | anthropics/claude-plugins-official |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
416 |
| 2368 | firebase-firestore-standard | firebase/agent-skills |
Firestore Standard Edition This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application co...
|
416 |
| 2369 | parallel-web-extract | parallel-web/parallel-agent-skills |
URL Extraction Extract content from: $ARGUMENTS Command parallel-cli extract " $ARGUMENTS " --json Options if needed: --objective "focus area" to focus on specific content Response format Return content as: Page Title Then the extracted content verbatim, with these rules: Keep content verbatim - do not paraphrase or summarize Parse lists exhaustively - extract EVERY numbered/bulleted item Strip only obvious noise: nav menus, footers, ads Preserve all facts, names, numbers, dates, quotes Setup If...
|
415 |
| 2370 | product-strategy-session | deanpeters/product-manager-skills |
Purpose Guide product managers through a comprehensive product strategy session by orchestrating positioning, problem framing, customer discovery, and roadmap planning skills into a cohesive end-to-end process. Use this to move from vague strategic direction to concrete, validated product strategy with clear positioning, target customers, problem statements, and prioritized roadmap—ensuring alignment across stakeholders before committing to execution. This is not a one-time workshop—it's a repea...
|
415 |
| 2371 | backend-architect | sickn33/antigravity-awesome-skills |
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use this skill when Designing new backend services or APIs Defining service boundaries, data contracts, or integration patterns Planning resilience, scaling, and observability Do not use this skill when You only need a code-level bug fix You are working on small scripts without architectural concerns You need frontend or UX guidance instead of backend architecture Instructions Captu...
|
414 |
| 2372 | zimage-generation | toolsai/free-zimage-skills |
This skill allows you to generate images using the Z-Image model via the ModelScope Inference API. When to Use Use this skill when: - The user requests to generate an image using "Zimage", "zimage:", or "ModelScope". - The user inputs a command like `zimage: <prompt>` or `zimage <prompt>`. - The user wants to use their configured ModelScope API key for image generation. Usage The skill provides a Python script `scripts/generate_zimage.py` to handle the API interaction. Prerequisites ...
|
414 |
| 2373 | parallel-data-enrichment | parallel-web/parallel-agent-skills |
Data Enrichment Enrich: $ARGUMENTS Before starting Inform the user that enrichment may take several minutes depending on the number of rows and fields requested. Step 1: Start the enrichment Use ONE of these command patterns (substitute user's actual data): For inline data: parallel-cli enrich run --data '[{"company": "Google"}, {"company": "Microsoft"}]' --intent "CEO name and founding year" --target "output.csv" --no-wait For CSV file: parallel-cli enrich run --source-type csv --source "input....
|
414 |
| 2374 | senior-ml-engineer | davila7/claude-code-templates |
Senior ML/AI Engineer World-class senior ml/ai engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/model_deployment_pipeline.py --input data/ --output results/ Core Tool 2 python scripts/rag_system_builder.py --target project/ --analyze Core Tool 3 python scripts/ml_monitoring_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectures S...
|
414 |
| 2375 | clerk-swift | clerk/skills |
Clerk Swift (Native iOS) This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior. Activation Rules Activate this skill when either condition is true: The user explicitly asks for Swift, SwiftUI, UIKit, or native iOS Clerk implementation. The project appears to be native iOS/Swift (for example .xcodeproj , .xcworkspace , Package.swift , Swift targets). Do not activate this skill when either condition is true: ...
|
414 |
| 2376 | db-migrate | medusajs/medusa-agent-skills |
Run Database Migrations Execute the Medusa database migration command to apply pending migrations. Use the Bash tool to execute: npx medusa db:migrate Report the migration results to the user, including: Number of migrations applied Any errors that occurred Success confirmation
|
413 |
| 2377 | resume ats optimizer | paramchoudhary/resumeskills |
Use this skill when the user wants to: - Optimize their resume for Applicant Tracking Systems (ATS) - Check if their resume will pass automated screening - Understand why their applications aren't getting responses - Mentions keywords like: "ATS", "not getting interviews", "resume not working", "optimize resume", "keyword optimization" Also use when the user provides a resume file and mentions they're applying to jobs. Core Capabilities - Parse resume and test ATS compatibility - Extrac...
|
413 |
| 2378 | managing-astro-local-env | astronomer/agents |
Astro Local Environment This skill helps you manage your local Airflow environment using the Astro CLI. To set up a new project, see the setting-up-astro-project skill. When Airflow is running, use MCP tools from authoring-dags and testing-dags skills. Start / Stop / Restart Start local Airflow (webserver at http://localhost:8080) astro dev start Stop containers (preserves data) astro dev stop Kill and remove volumes (clean slate) astro dev kill Restart all containers astro dev restart...
|
413 |
| 2379 | cloudflare-d1 | jezweb/claude-skills |
Cloudflare D1 Database Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): Nov 2025: Jurisdiction support (data localization compliance), remote bindings GA (wrangler@4.37.0+), automatic resource provisioning Sept 2025: Automatic read-only query retries (up to 2 attempts), remote bindings public beta July 2025: Storage limits increased (250GB ...
|
413 |
| 2380 | writing-linkedin-posts | jamesgray007/hoai-course |
LinkedIn Post Writer Create engaging, authentic LinkedIn posts that drive meaningful engagement and establish thought leadership. Core Principles Authenticity Over Performance LinkedIn has matured. Readers can spot manufactured vulnerability and engagement bait instantly. The posts that resonate now are genuinely useful or genuinely human—not optimized for virality. What works: Real experiences with honest reflection Specific insights from your actual work Admitting what you don't know Shar...
|
412 |
| 2381 | google-apps-script | jezweb/claude-skills |
Google Apps Script Build automation scripts for Google Sheets and Workspace apps. Scripts run server-side on Google's infrastructure with a generous free tier. What You Produce Apps Script code pasted into Extensions > Apps Script Custom menus, dialogs, sidebars Automated triggers (on edit, time-driven, form submit) Email notifications, PDF exports, API integrations Workflow Step 1: Understand the Automation Ask what the user wants automated. Common scenarios: Custom menu with actions (report ge...
|
412 |
| 2382 | postgresql-database-engineering | manutej/luxor-claude-marketplace |
PostgreSQL Database Engineering A comprehensive skill for professional PostgreSQL database engineering, covering everything from query optimization and indexing strategies to high availability, replication, and production database management. This skill enables you to design, optimize, and maintain high-performance PostgreSQL databases at scale. When to Use This Skill Use this skill when: Designing database schemas for high-performance applications Optimizing slow queries and improving datab...
|
412 |
| 2383 | davila7/claude-code-templates |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
412 | |
| 2384 | checking-freshness | astronomer/agents |
Data Freshness Check Quickly determine if data is fresh enough to use. Freshness Check Process For each table to check: 1. Find the Timestamp Column Look for columns that indicate when data was loaded or updated: _loaded_at, _updated_at, _created_at (common ETL patterns) updated_at, created_at, modified_at (application timestamps) load_date, etl_timestamp, ingestion_time date, event_date, transaction_date (business dates) Query INFORMATION_SCHEMA.COLUMNS if you need to see column names. ...
|
412 |
| 2385 | domain-ml | zhanghandong/rust-skills |
Machine Learning Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Large data Efficient memory Zero-copy, streaming GPU acceleration CUDA/Metal support candle, tch-rs Model portability Standard formats ONNX Batch processing Throughput over latency Batched inference Numerical precision Float handling ndarray, careful f32/f64 Reproducibility Deterministic Seeded random, versioning Critical Constraints Memory Efficiency RULE...
|
412 |
| 2386 | axiom-vision | charleswiltgen/axiom |
Vision Framework Computer Vision Guides you through implementing computer vision: subject segmentation, hand/body pose detection, person detection, text recognition, barcode detection, document scanning, and combining Vision APIs to solve complex problems. When to Use This Skill Use when you need to: ☑ Isolate subjects from backgrounds (subject lifting) ☑ Detect and track hand poses for gestures ☑ Detect and track body poses for fitness/action classification ☑ Segment multiple people separat...
|
411 |
| 2387 | debug | lobehub/lobehub |
Debug Package Usage Guide Basic Usage import debug from 'debug' ; // Format: lobe-[module]:[submodule] const log = debug ( 'lobe-server:market' ) ; log ( 'Simple message' ) ; log ( 'With variable: %O' , object ) ; log ( 'Formatted number: %d' , number ) ; Namespace Conventions Desktop: lobe-desktop:[module] Server: lobe-server:[module] Client: lobe-client:[module] Router: lobe-[type]-router:[module] Format Specifiers %O - Object expanded (recommended for complex objects) %o - Object %s - String ...
|
411 |
| 2388 | skill-creator | openai/skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
410 |
| 2389 | playwright-interactive | openai/skills |
Playwright Interactive Skill Use a persistent js_repl Playwright session to debug local web or Electron apps, keep the same handles alive across iterations, and run functional plus visual QA without restarting the whole toolchain unless the process ownership changed. Preconditions js_repl must be enabled for this skill. If js_repl is missing, enable it in ~/.codex/config.toml : [ features ] js_repl = true You can also start a new session with --enable js_repl (equivalent to -c features.js_repl=t...
|
410 |
| 2390 | vercel-react-best-practices | lobehub/lobehub |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
410 |
| 2391 | autonomous-agent-patterns | sickn33/antigravity-awesome-skills |
🕹️ Autonomous Agent Patterns Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex. When to Use This Skill Use this skill when: Building autonomous AI agents Designing tool/function calling APIs Implementing permission and approval systems Creating browser automation for agents Designing human-in-the-loop workflows 1. Core Agent Architecture 1.1 Agent Loop ┌─────────────────────────────────────────────────────────────┐ │ AGENT LOOP ...
|
409 |
| 2392 | stock-watcher | agentbay-ai/agentbay-skills |
Stock Watcher Skill This skill provides comprehensive stock watchlist management capabilities, allowing users to track their favorite stocks and get performance summaries using real-time data from 同花顺 (10jqka.com.cn). 自选股行情查看 当你要求查看自选股行情时,系统会直接显示以下信息: 每只股票的代码和名称 近期表现指标(涨跌幅等关键数据) 详细信息链接(可点击查看) 无需额外命令,直接为你呈现简洁明了的行情概览。 管理自选股 添加股票 使用股票代码(6位数字)添加到自选股: 例如:添加 600053 九鼎投资 删除股票 通过股票代码删除自选股: 例如:删除 600053 查看自选股列表 显示当前所有自选股的完整列表 清空自选股列表 完全清空所有自选股 数据来源 主要使用 同花顺 (10jqka.com.cn) 作为数据源: 股票页面 : https://stockpage...
|
409 |
| 2393 | video-processing-editing | erichowens/some_claude_skills |
Video Processing & Editing Expert in FFmpeg-based video editing, processing automation, and export optimization for modern content creation workflows. When to Use ✅ Use for: Automated video editing pipelines (script-to-video) Cutting, trimming, concatenating clips Adding transitions, effects, overlays Audio mixing and normalization Subtitle/caption handling Export optimization for platforms Batch video processing Color grading and correction ❌ NOT for: Real-time video editing UI (use DaVin...
|
409 |
| 2394 | calendar-automation | claude-office-skills/skills |
Calendar Automation Automate Google Calendar and Outlook workflows for meeting management, time blocking, daily digests, and cross-platform synchronization. Based on n8n workflow templates. Overview This skill covers: Meeting scheduling automation Time blocking strategies Daily calendar digests to Slack Meeting prep reminders Calendar analytics Core Workflows 1. Daily Calendar Digest to Slack workflow : "Morning Calendar Briefing" schedule : "6:00 AM daily" steps : 1. get_today_events : calendar...
|
409 |
| 2395 | node-best-practices | mcollina/skills |
When to use Use this skill whenever you are dealing with Node.js code to obtain domain-specific knowledge for building robust, performant, and maintainable Node.js applications. TypeScript with Type Stripping When writing TypeScript for Node.js, use type stripping (Node.js 22.6+) instead of build tools like ts-node or tsx. Type stripping runs TypeScript directly by removing type annotations at runtime without transpilation. Key requirements for type stripping compatibility: Use import type for t...
|
409 |
| 2396 | fastmcp | jezweb/claude-skills |
FastMCP - Build MCP Servers in Python FastMCP is a Python framework for building Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Large Language Models like Claude. This skill provides production-tested patterns, error prevention, and deployment strategies for building robust MCP servers. Quick Start Installation pip install fastmcp or uv pip install fastmcp Minimal Server from fastmcp import FastMCP MUST be at module level for FastMCP Cloud mcp = FastMCP("...
|
409 |
| 2397 | user-research-synthesis | anthropics/knowledge-work-plugins |
User Research Synthesis Skill You are an expert at synthesizing user research — turning raw qualitative and quantitative data into structured insights that drive product decisions. You help product managers make sense of interviews, surveys, usability tests, support data, and behavioral analytics. Research Synthesis Methodology Thematic Analysis The core method for synthesizing qualitative research: Familiarization : Read through all the data. Get a feel for the overall landscape before coding a...
|
408 |
| 2398 | citation-management | davila7/claude-code-templates |
Citation Management Overview Manage citations systematically throughout the research and writing process. This skill provides tools and strategies for searching academic databases (Google Scholar, PubMed), extracting accurate metadata from multiple sources (CrossRef, PubMed, arXiv), validating citation information, and generating properly formatted BibTeX entries. Critical for maintaining citation accuracy, avoiding reference errors, and ensuring reproducible research. Integrates seamlessly wi...
|
408 |
| 2399 | drizzle | lobehub/lobehub |
Drizzle ORM Schema Style Guide Configuration Config: drizzle.config.ts Schemas: src/database/schemas/ Migrations: src/database/migrations/ Dialect: postgresql with strict: true Helper Functions Location: src/database/schemas/_helpers.ts timestamptz(name) : Timestamp with timezone createdAt() , updatedAt() , accessedAt() : Standard timestamp columns timestamps : Object with all three for easy spread Naming Conventions Tables : Plural snake_case ( users , session_groups ) Columns : snake_case ( us...
|
408 |
| 2400 | tsdown | onmax/nuxt-skills |
tsdown Rolldown + Oxc powered TypeScript bundler. Drop-in tsup replacement. When to Use Building TypeScript libraries Generating .d.ts declarations Publishing npm packages Dual ESM/CJS output Vue/React component libraries Quick Start npm i -D tsdown typescript // tsdown.config.ts import { defineConfig } from 'tsdown' export default defineConfig ( { entry : 'src/index.ts' , format : 'esm' , dts : true , exports : true , } ) tsdown Build tsdown --watch Watch mode Reference Files Task File Config...
|
407 |