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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
3351 ux-designer aj-geddes/claude-code-bmad-skills
UX Designer You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences. When to Apply Use this skill when: Planning or conducting user research Creating wireframes, mockups, or prototypes Designing user flows and task flows Building personas or user journey maps Writing UX microcopy and interface text Reviewing designs for usability...
265
3352 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...
265
3353 search-strategy anthropics/knowledge-work-plugins
Search Strategy If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . The core intelligence behind enterprise search. Transforms a single natural language question into parallel, source-specific searches and produces ranked, deduplicated results. The Goal Turn this: "What did we decide about the API migration timeline?" Into targeted searches across every connected source: ~~chat: "API migration timeline decision" (semantic) + "API migration" in:engi...
265
3354 file-manager rtgs2017/nagaagent
文件管理技能 本技能提供文件和文件夹管理能力。 核心功能 1. 文件操作 创建文件 复制/移动文件 重命名文件 删除文件 2. 文件夹操作 创建文件夹 列出目录内容 删除文件夹(递归) 复制文件夹 3. 批量处理 按类型分类 批量重命名 查找重复文件 整理下载文件夹 安全规则 禁止操作 系统目录(/System, /usr, /bin 等) 其他用户的文件 没有明确确认的删除操作 需要确认 删除文件前列出将被删除的内容 覆盖已存在的文件前提醒 批量操作前显示预览 常用操作示例 整理下载文件夹 1. 创建分类目录 mkdir -p ~/Downloads/ { Documents,Images,Videos,Archives,Others } 2. 按扩展名移动 mv ~/Downloads/*.pdf ~/Downloads/Documents/ mv ~/Downloads/*. { jpg,png,gif } ~/Downloads/Images/ mv ~/Downloads/*. { mp4,mov,avi } ~/Downloads/Videos/ mv ~/Downlo...
265
3355 shopify-products jezweb/claude-skills
Shopify Products Create, update, and bulk-import Shopify products. Produces live products in the store via the GraphQL Admin API or CSV import. Prerequisites Admin API access token (use the shopify-setup skill if not configured) Store URL and API version from shopify.config.json or .dev.vars Workflow Step 1: Gather Product Data Determine what the user wants to create or update: Product basics : title, description (HTML), product type, vendor, tags Variants : options (size, colour, material), pri...
265
3356 ux-principles manutej/luxor-claude-marketplace
UX Principles Skill When to Use This Skill Apply this skill when you need to: Design User-Centered Interfaces: Create products that prioritize user needs and behaviors Conduct User Research: Plan and execute qualitative and quantitative research studies Evaluate Usability: Assess interfaces using established heuristics and testing methods Ensure Accessibility: Design inclusive experiences that work for users with diverse abilities Optimize User Flows: Improve task completion rates and reduce f...
265
3357 docx-generator jwynia/agent-skills
DOCX Generator When to Use This Skill Use this skill when: Creating Word documents programmatically from data or specifications Populating branded templates with dynamic content while preserving corporate styling Extracting text, tables, and structure from existing DOCX files for analysis Finding and replacing placeholder text like {{TITLE}} or ${author} Automating document generation workflows (reports, contracts, letters) Do NOT use this skill when: User wants to open/view documents (use n...
264
3358 flux-best-practices black-forest-labs/skills
FLUX Best Practices Use this skill when generating prompts for any BFL FLUX model to ensure optimal image quality and accurate prompt interpretation. When to Use Creating prompts for FLUX.2 or FLUX.1 models Text-to-image (T2I) generation Image-to-image (I2I) editing with FLUX.2 models Structured scene generation with JSON Typography and text rendering Multi-reference style transfer Color-accurate brand generations Quick Reference Prompt Structure Formula [Subject] + [Action/Pose] + [Style/Medi...
264
3359 wordpress-setup jezweb/claude-skills
WordPress Setup Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing. Workflow Step 1: Check WP-CLI wp --version If not installed, guide the user: macOS/Linux curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp Also ensure the SSH extension is available (needed for remote sites): wp package inst...
264
3360 planning-with-files davila7/claude-code-templates
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
264
3361 file-test-bug microsoft/github-copilot-for-azure
File Test Bug Creates a GitHub issue in microsoft/github-copilot-for-azure for integration test failures. Input Skill name (required): e.g., azure-rbac , appinsights-instrumentation Test run (optional): Timestamp of test run. Defaults to most recent with logs for the skill. Steps Ask user for skill name if not provided Parse tests/reports/junit.xml for failures matching the skill Find test run directory (specified or most recent with matching logs) Read agent-metadata.md from tests/reports/test-...
263
3362 react-useeffect davila7/claude-code-templates
You Might Not Need an Effect Effects are an escape hatch from React. They let you synchronize with external systems. If there is no external system involved, you shouldn't need an Effect. Quick Reference Situation DON'T DO Derived state from props/state useState + useEffect Calculate during render Expensive calculations useEffect to cache useMemo Reset state on prop change useEffect with setState key prop User event responses useEffect watching state Event handler directly Notify parent of chang...
263
3363 pinecone davila7/claude-code-templates
Pinecone - Managed Vector Database The vector database for production AI applications. When to use Pinecone Use when: Need managed, serverless vector database Production RAG applications Auto-scaling required Low latency critical (<100ms) Don't want to manage infrastructure Need hybrid search (dense + sparse vectors) Metrics: Fully managed SaaS Auto-scales to billions of vectors p95 latency <100ms 99.9% uptime SLA Use alternatives instead: Chroma: Self-hosted, open-source FAISS: Offline,...
263
3364 content-marketer sickn33/antigravity-awesome-skills
Use this skill when Working on content marketer tasks or workflows Needing guidance, best practices, or checklists for content marketer Do not use this skill when The task is unrelated to content marketer 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...
263
3365 api-contract-testing aj-geddes/useful-ai-prompts
API Contract Testing Overview Contract testing verifies that APIs honor their contracts between consumers and providers. It ensures that service changes don't break dependent consumers without requiring full integration tests. Contract tests validate request/response formats, data types, and API behavior independently. When to Use Testing microservices communication Preventing breaking API changes Validating API versioning Testing consumer-provider contracts Ensuring backward compatibility Val...
263
3366 harmonyos-device-automation web-infra-dev/midscene-skills
HarmonyOS Device 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 ...
263
3367 resume tailor paramchoudhary/resumeskills
Use this skill when the user wants to: - Customize their resume for a specific job posting - Adjust their resume to match job requirements - Create a targeted version of their resume - Mentions: "tailor resume", "customize resume", "target role", "specific job", "match job description" Use AFTER job-description-analyzer to know what to emphasize. Core Capabilities - Reorder experience sections by relevance to target role - Adjust professional summary for specific position - Add missing...
263
3368 aws-lambda-functions aj-geddes/useful-ai-prompts
AWS Lambda Functions Overview AWS Lambda enables you to run code without provisioning or managing servers. Build serverless applications using event-driven triggers, pay only for compute time consumed, and scale automatically with workload. When to Use API endpoints and webhooks Scheduled batch jobs and data processing Real-time file processing (S3 uploads) Event-driven workflows (SNS, SQS) Microservices and backend APIs Data transformations and ETL jobs IoT and sensor data processing WebSocke...
262
3369 file-todos everyinc/compound-engineering-plugin
File-Based Todo Tracking Skill Overview The todos/ directory contains a file-based tracking system for managing code review feedback, technical debt, feature requests, and work items. Each todo is a markdown file with YAML frontmatter and structured sections. This skill should be used when: Creating new todos from findings or feedback Managing todo lifecycle (pending → ready → complete) Triaging pending items for approval Checking or managing dependencies Converting PR comments or code findin...
262
3370 react-best-practices davila7/claude-code-templates
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 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...
262
3371 autofix coderabbitai/skills
CodeRabbit Autofix Fetch CodeRabbit review comments for your current branch's PR and fix them interactively or in batch. Prerequisites Required Tools gh (GitHub CLI) - Installation guide git Verify: gh auth status Required State Git repo on GitHub Current branch has open PR PR reviewed by CodeRabbit bot ( coderabbitai , coderabbit[bot] , coderabbitai[bot] ) Workflow Step 0: Load Repository Instructions ( AGENTS.md ) Before any autofix actions, search for AGENTS.md in the current repository and l...
262
3372 programmatic-seo sickn33/antigravity-awesome-skills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
262
3373 customs-trade-compliance affaan-m/everything-claude-code
Customs & Trade Compliance Role and Context You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit at the intersection of importers, exporters, customs brokers, freight forwarders, government agencies, and legal counsel. Your systems include ACE (Automated Commercial Environment), CHIEF/CDS (UK), ATLAS (DE), customs broker portals, denied party screening platforms, and ERP trade management modules. Your j...
262
3374 api-design-principles sickn33/antigravity-awesome-skills
API Design Principles Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time. When to Use This Skill Designing new REST or GraphQL APIs Refactoring existing APIs for better usability Establishing API design standards for your team Reviewing API specifications before implementation Migrating between API paradigms (REST to GraphQL, etc.) Creating developer-friendly API documentation Optimizing APIs for ...
262
3375 sentry-setup-logging getsentry/sentry-agent-skills
Setup Sentry Logging Configure Sentry's structured logging feature. Invoke This Skill When User asks to "setup Sentry logging" or "capture logs in Sentry" User wants to integrate logging libraries (Pino, Winston, Loguru) with Sentry User asks about Sentry.logger or sentry_sdk.logger Quick Reference Platform Min SDK Enable Flag Logger API JavaScript 9.41.0+ enableLogs: true Sentry.logger.* Python 2.35.0+ enable_logs=True sentry_sdk.logger.* Ruby 5.24.0+ config.enable_logs = true Sentry.logger.*...
262
3376 launch-strategy sickn33/antigravity-awesome-skills
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Core Philo...
262
3377 stop-slop hardikpandya/stop-slop
Stop Slop Eliminate predictable AI writing patterns from prose. Core Rules Cut filler phrases. Remove throat-clearing openers and emphasis crutches. See references/phrases.md. Break formulaic structures. Avoid binary contrasts, dramatic fragmentation, rhetorical setups. See references/structures.md. Vary rhythm. Mix sentence lengths. Two items beat three. End paragraphs differently. Trust readers. State facts directly. Skip softening, justification, hand-holding. Cut quotables. If it soun...
262
3378 nextjs-typescript-tailwindcss-supabase mindrally/skills
Next.js TypeScript TailwindCSS Supabase You are an expert full-stack web developer focused on producing clear, readable Next.js code. You always use the latest stable versions of Next.js 14, Supabase, TailwindCSS, and TypeScript, and you are familiar with the latest features and best practices. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning. Technical Preferences Employ kebab-case naming convention for components (example: my-component.tsx) Prioritiz...
262
3379 ecommerce-platform-specialist qodex-ai/ai-agent-skills
Shopify Development Expert Purpose Provide comprehensive, accurate guidance for building on Shopify's platform based on 24+ official documentation files. Cover all aspects of app development, theme customization, API integration, checkout extensions, and e-commerce features. Documentation Coverage Full access to official Shopify documentation (when available): Location: docs/shopify/ Files: 25 markdown files Coverage: Complete API reference, guides, best practices, and implementation pattern...
262
3380 codebase-documenter ailabs-393/ai-labs-claude-skills
Codebase Documenter Overview This skill enables creating comprehensive, beginner-friendly documentation for codebases. It provides structured templates and best practices for writing READMEs, architecture guides, code comments, and API documentation that help new users quickly understand and contribute to projects. Core Principles for Beginner-Friendly Documentation When documenting code for new users, follow these fundamental principles: Start with the "Why" - Explain the purpose before div...
262
3381 agent development davila7/claude-code-templates
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
262
3382 blazor-expert markpitt/claude-skills
Blazor Expert - Orchestration Hub Expert-level guidance for developing applications with Blazor, Microsoft's framework for building interactive web UIs using C instead of JavaScript. Quick Reference: When to Load Which Resource Task Load Resource Key Topics Build components, handle lifecycle events components-lifecycle.md Component structure, lifecycle methods, parameters, cascading values, RenderFragment composition Manage component state, handle events state-management-events.md Local state,...
262
3383 codex-team boshu2/agentops
Codex Team The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager. For Claude-runtime feature compatibility (agents/hooks/worktree/settings), use ../shared/references/claude-code-latest-features.md when this skill falls back to /swarm . When to Use You have 2+ tasks (bug fixes, implementations, refactors) Tasks are well-scoped with clear instructions You want Codex execution with ...
261
3384 createos nodeops-app/skills
CreateOS Platform Skills Ship anything to production — AI agents, APIs, backends, bots, MCP servers, frontends, webhooks, workers, and more. ⚠️ IMPORTANT: Authentication For AI Agents (MCP) - USE THIS When connected via MCP (OpenClaw, MoltBot, ClawdBot, Claude), NO API KEY NEEDED . The MCP server handles authentication automatically. MCP Endpoint: https://api-createos.nodeops.network/mcp Just call the tools directly: CreateProject(...) UploadDeploymentFiles(...) ListProjects(...) For REST API (S...
261
3385 claude-md-management giuseppe-trisciuoglio/developer-kit
CLAUDE.md Management Provides comprehensive CLAUDE.md file management capabilities including auditing, quality assessment, and targeted improvements. This skill ensures Claude Code has optimal project context by maintaining high-quality documentation files. Overview CLAUDE.md files are the primary mechanism for providing project-specific context to Claude Code sessions. This skill manages the complete lifecycle of CLAUDE.md files: discovery, quality assessment, reporting, and improvement. It fol...
261
3386 sentry-nextjs-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Next.js SDK Sentry Next.js SDK Opinionated wizard that scans your Next.js project and guides you through complete Sentry setup across all three runtimes: browser, Node.js server, and Edge. Invoke This Skill When User asks to "add Sentry to Next.js" or "set up Sentry" in a Next.js app User wants to install or configure @sentry/nextjs User wants error monitoring, tracing, session replay, logging, or profiling for Next.js User asks about instrumentation.ts , withSentryConfi...
261
3387 flutter-development aj-geddes/useful-ai-prompts
Flutter Development Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Create high-performance, visually stunning mobile applications using Flutter with Dart language. Master widget composition, state management patterns, navigation, and API integration. When to Use Building iOS and Android apps with native performance Designing custom UIs with Flutter's widget system Implementing complex animations and visual effects Rapid app development with hot reload...
261
3388 flutter-drift madteacher/mad-agents-skills
Flutter Drift Comprehensive guide for using drift database library in Flutter applications. Overview Flutter Drift skill provides complete guidance for implementing persistent local storage in Flutter apps using the drift library. Drift is a reactive persistence library for Flutter built on SQLite, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform support. Quick Start Add dependencies to pubspec.yaml: dependencies: drift: ^2.30.0 drift_flutter: ^0...
260
3389 dex dcramer/dex
Agent Coordination with dex Command Invocation Use dex directly for all commands. If not on PATH, use npx @zeeg/dex instead. command -v dex &>/dev/null && echo "use: dex" || echo "use: npx @zeeg/dex" Core Principle: Tickets, Not Todos Dex tasks are tickets - structured artifacts with comprehensive context: Name: One-line summary (issue title) Description: Full background, requirements, approach (issue body) Result: Implementation details, decisions, outcomes (PR description) Think: "Would ...
260
3390 theme-factory sickn33/antigravity-awesome-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
260
3391 plan-interview pskoett/pskoett-ai-skills
Plan Interview Skill Install npx skills add pskoett/pskoett-ai-skills/skills/plan-interview Purpose Run a structured requirements interview before planning implementation. This ensures alignment between you and the user by gathering explicit requirements rather than making assumptions. When Invoked User calls /plan-interview <task description> . Skip this skill if the task is purely research/exploration (not implementation). Interview Process Phase 1: Upfront Interview (Before Exploration) Inter...
260
3392 pre-mortem boshu2/agentops
Pre-Mortem Skill Purpose: Is this plan/spec good enough to implement? Mandatory for 3+ issue epics. Pre-mortem is enforced by hook when /crank is invoked on epics with 3+ child issues. 6/6 consecutive positive ROI. Bypass: --skip-pre-mortem flag or AGENTOPS_SKIP_PRE_MORTEM_GATE=1 . Run /council validate on a plan or spec to get multi-model judgment before committing to implementation. Quick Start /pre-mortem validates most recent plan (inline, no spawning) /pre-mortem path/to/PLAN.md validates...
260
3393 ocr-super-surya aktsmm/agent-skills
GPU-optimized OCR skill using [Surya](https://github.com/datalab-to/surya) - a modern, high-accuracy OCR engine. When to Use - Extracting text from screenshots, photos, or scanned images - Processing PDFs with embedded images - Multi-language document OCR (90+ languages including Japanese) - Layout analysis and table detection - When GPU acceleration is available and desired Key Features | Accuracy | 2x better than Tesseract (0.97 vs 0.88 similarity) | GPU Support | PyTorch-based, ...
260
3394 openclaw-complete-deployment-guide nathansteelqoder/openclaw-config-qoder-integration
在阿里云上部署 OpenClaw 完整指南 覆盖阿里云百炼模型配置、飞书 / 钉钉(传统机器人 + DEAP 高级方案)/ QQ / Discord 全平台接入、Qoder CLI 集成,以及高级配置与运维。 ⚠️ 安全警告 在开始之前,请务必阅读以下注意事项: 切勿在个人主力电脑上部署 OpenClaw ——它具有高文件系统和命令执行权限 务必使用云服务器 (如阿里云 ECS)进行部署,与本地环境隔离 保护好你的 API 密钥 ——使用环境变量或安全保险箱,不要硬编码在代码中 使用强随机令牌 限制 Gateway 访问,避免使用简单密码 定期轮换凭证 ——特别是钉钉/飞书/QQ 等平台的应用密钥 使用场景 在阿里云 ECS 服务器上从零部署 OpenClaw AI 助手 通过钉钉(Stream 机器人或 DEAP 高级方案)与 AI 对话 通过飞书、QQ 或 Discord 接入 OpenClaw 配置阿里云百炼 Coding Plan 作为 AI 推理后端 将 Qoder CLI 注册为 ACP Agent,实现钉钉/飞书中的代码开发 示例 安装 OpenClaw curl -f...
260
3395 upstash-qstash sickn33/antigravity-awesome-skills
Upstash QStash You are an Upstash QStash expert who builds reliable serverless messaging without infrastructure management. You understand that QStash's simplicity is its power - HTTP in, HTTP out, with reliability in between. You've scheduled millions of messages, set up cron jobs that run for years, and built webhook delivery systems that never drop a message. You know that QStash shines when you need "just make this HTTP call later, reliably." Your core philosophy: HTTP is the universal l...
260
3396 tauri martinholovsky/claude-skills-generator
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
260
3397 agent-orchestration-multi-agent-optimize sickn33/antigravity-awesome-skills
Multi-Agent Optimization Toolkit Use this skill when Improving multi-agent coordination, throughput, or latency Profiling agent workflows to identify bottlenecks Designing orchestration strategies for complex workflows Optimizing cost, context usage, or tool efficiency Do not use this skill when You only need to tune a single agent prompt There are no measurable metrics or evaluation data The task is unrelated to multi-agent orchestration Instructions Establish baseline metrics and target perfor...
259
3398 kotlin-coroutines-flows affaan-m/everything-claude-code
Kotlin Coroutines & Flows Patterns for structured concurrency, Flow-based reactive streams, and coroutine testing in Android and Kotlin Multiplatform projects. When to Activate Writing async code with Kotlin coroutines Using Flow, StateFlow, or SharedFlow for reactive data Handling concurrent operations (parallel loading, debounce, retry) Testing coroutines and Flows Managing coroutine scopes and cancellation Structured Concurrency Scope Hierarchy Application └── viewModelScope (ViewModel) └── c...
259
3399 deep-research bytedance/deer-flow
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
259
3400 database-schema-designer davila7/claude-code-templates
Database Schema Designer Design production-ready database schemas with best practices built-in. Quick Start Just describe your data model: design a schema for an e-commerce platform with users, products, orders You'll get a complete SQL schema like: CREATE TABLE users ( id BIGINT AUTO_INCREMENT PRIMARY KEY , email VARCHAR ( 255 ) UNIQUE NOT NULL , created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ) ; CREATE TABLE orders ( id BIGINT AUTO_INCREMENT PRIMARY KEY , user_id BIGINT NOT NULL REFERENCES use...
259