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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,536
总 Skills
37.0M
总安装量
2,451
贡献者
# Skill 仓库 描述 安装量
9651 handoff steveyegge/beads
Handoff Skill Quick Ref: Create structured handoff for session continuation. Output: .agents/handoff/YYYY-MM-DD-<topic>.md + continuation prompt. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Create a handoff document that enables seamless session continuation. Execution Steps Given /handoff [topic] : Step 1: Create Output Directory mkdir -p .agents/handoff Step 2: Identify Session Context If topic provided: Use it as the handoff identifier. If no topic: Derive from recent activity: ...
212
9652 react-flow-implementation existential-birds/beagle
React Flow Implementation Quick Start import { ReactFlow, useNodesState, useEdgesState, addEdge } from '@xyflow/react'; import '@xyflow/react/dist/style.css'; const initialNodes = [ { id: '1', position: { x: 0, y: 0 }, data: { label: 'Node 1' } }, { id: '2', position: { x: 200, y: 100 }, data: { label: 'Node 2' } }, ]; const initialEdges = [{ id: 'e1-2', source: '1', target: '2' }]; export default function Flow() { const [nodes, setNodes, onNodesChange] = useNodesState(initialNodes); ...
212
9653 intent-layer crafter-station/skills
Intent Layer Hierarchical AGENTS.md infrastructure so agents navigate codebases like senior engineers. Core Principle Only ONE root context file. CLAUDE.md and AGENTS.md should NOT coexist at project root. Child AGENTS.md in subdirectories are encouraged for complex subsystems. Workflow 1. Detect state scripts/detect_state.sh /path/to/project → Returns: none | partial | complete 2. Route none/partial → Initial setup (steps 3-5) complete → Maintenance (step 6) 3. Measure [ga...
212
9654 symfony:api-platform-serialization makfly/superpowers-symfony
Api Platform Serialization (Symfony) Use when Designing or evolving API Platform contracts and operations. Aligning serialization, validation, and security behavior. Default workflow Define operation-level contract and payload boundaries. Implement resource/DTO/provider/processor changes with explicit mapping. Apply operation-specific validation and security constraints. Validate functional behavior across happy and negative paths. Guardrails Keep API contract explicit and version-aware. Avoid e...
212
9655 nansen-wallet-manager nansen-ai/nansen-cli
Wallet Auth Setup Save API key (non-interactive) nansen login --api-key < key > Or via env var: NANSEN_API_KEY = < key > nansen login Verify nansen research profiler labels --address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 --chain ethereum Wallet Providers The CLI supports two wallet providers: Local (default) Privy (server-side) Key storage Encrypted on disk Server-side via Privy API Password required Yes (min 12 chars) No Export private keys Yes ( wallet export ) No — keys are managed by...
212
9656 vercel-react-best-practices calcom/cal.com
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...
212
9657 dotnet-trace-collect dotnet/skills
.NET Trace Collect This skill helps developers diagnose production performance issues by recommending the right diagnostic tools for their environment, guiding data collection, and suggesting analysis approaches. It does not analyze code for anti-patterns or perform the analysis itself. When to Use A developer needs to investigate a production performance issue (high CPU, memory leak, slow requests, excessive GC, networking errors, etc.) Choosing the right diagnostic tool for a specific runtime,...
212
9658 mermaidjs-v11 mrgoonie/claudekit-skills
Mermaid.js v11 Overview Create text-based diagrams using Mermaid.js v11 declarative syntax. Convert code to SVG/PNG/PDF via CLI or render in browsers/markdown files. Quick Start Basic Diagram Structure: {diagram-type} {diagram-content} Common Diagram Types: flowchart - Process flows, decision trees sequenceDiagram - Actor interactions, API flows classDiagram - OOP structures, data models stateDiagram - State machines, workflows erDiagram - Database relationships gantt - Project timeline...
212
9659 graphql mindrally/skills
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
212
9660 monitoring-guidelines mindrally/skills
Monitoring Guidelines Apply these monitoring principles to ensure system reliability, performance visibility, and proactive issue detection. Core Monitoring Principles Monitor the four golden signals: latency, traffic, errors, and saturation Implement monitoring as code for reproducibility Design monitoring around user experience and business impact Use SLOs (Service Level Objectives) to guide alerting decisions Balance comprehensive coverage with actionable insights Key Metrics to Monitor App...
212
9661 metabolic-cultures jwynia/agent-skills
Metabolic Cultures: Closed-Loop Society Skill You help writers develop distinct cultures for closed-loop life support systems in space. The framework explores how the physical reality of recycled air, water, and biomass creates novel social structures, beliefs, and conflicts that diverge from planetary norms. Core Principle: Matter as Identity In closed-loop systems, the distinction between self and community dissolves at the molecular level. Within months, individuals literally become their...
212
9662 github-agile jwynia/agent-skills
GitHub Agile Diagnose GitHub-driven agile workflow problems. Help establish and maintain healthy workflows using GitHub Issues, Pull Requests, and feature branches, while preserving understanding in context networks. When to Use This Skill Use this skill when: Setting up a new project on GitHub Organizing a chaotic backlog Establishing branch and PR workflow Syncing GitHub state with context network Troubleshooting GitHub CLI issues Do NOT use this skill when: Working on code implementatio...
212
9663 prototype-pollution yaklang/hack-skills
SKILL: Prototype Pollution — Expert Attack Playbook AI LOAD INSTRUCTION : Expert prototype pollution for client and server JS. Covers __proto__ vs constructor.prototype , merge-sink detection, Express/qs-style black-box probes, and gadget chains (EJS, Timelion-class patterns, child_process/NODE_OPTIONS). Assumes you know object spread and prototype inheritance — focus is on parser behavior and post-pollution sinks . Routing note: prioritize PP when you see deep merges, recursive assign, JSON.par...
212
9664 top 100 web vulnerabilities reference sickn33/antigravity-awesome-skills
Top 100 Web Vulnerabilities Reference Purpose Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns. Prerequisites Basic understanding of web application...
211
9665 ethical hacking methodology sickn33/antigravity-awesome-skills
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
211
9666 senior-devops alirezarezvani/claude-skills
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
211
9667 cryptofeed 2025emma/vibe-coding-cn
Cryptofeed Skill Comprehensive assistance with Cryptofeed development - a Python library for handling cryptocurrency exchange data feeds with normalized and standardized results. When to Use This Skill This skill should be triggered when: Working with real-time cryptocurrency market data Implementing WebSocket streaming from crypto exchanges Building algorithmic trading systems Processing order book updates, trades, or ticker data Connecting to 40+ cryptocurrency exchanges Using normalized e...
211
9668 e2e-studio-tests supabase/supabase
E2E Studio Tests Run Playwright end-to-end tests for the Studio application. Running Tests Tests must be run from the e2e/studio directory: cd e2e/studio && pnpm run e2e Run specific file cd e2e/studio && pnpm run e2e -- features/cron-jobs.spec.ts Run with grep filter cd e2e/studio && pnpm run e2e -- --grep "test name pattern" UI mode for debugging cd e2e/studio && pnpm run e2e -- --ui Environment Setup Tests auto-start Supabase local containers via web server config Self-hosted mode ( IS_PLATFO...
211
9669 nuwa-skill alchaincyf/nuwa-skill
女娲 · Skill造人术 「写不进去的那部分,才是你真正的护城河。」——但写得进去的部分,已经足够强大。 核心理念 女娲不是复制人,是 提炼思维框架 。 一个好的人物Skill是一套可运行的认知操作系统: 他用什么 心智模型 看世界?(镜片) 他用什么 决策启发式 做判断?(直觉规则) 他怎么 表达 ?(DNA) 他 绝对不会 做什么?(反模式) 什么是这个Skill 做不到的 ?(诚实边界) 关键区分 :捕捉的是HOW they think,不是WHAT they said。 执行流程 Phase 0: 入口分流 收到用户输入后,先判断属于哪条路径: 用户输入 路径 示例 明确的人名/主题 直接路径 → Phase 0A 「蒸馏芒格」「做一个费曼skill」 模糊的需求/困惑 诊断路径 → Phase 0B 「我想提升决策质量」「有没有一种思维方式能帮我看透商业本质」 Phase 0A: 需求澄清(直接路径) 收到明确名字后,确认: 这个人/主题是谁 :确保理解正确 聚焦方向 (可选):全面画像 vs 聚焦某个维度? 用途 :思维顾问?决策参考?角色扮演? 新建 or 更新 :是否...
211
9670 plan-review camacho/ai-skills
Phase gate: PLAN checkpoint. MUST get APPROVE from all reviewers before proceeding to Build. Inputs Plan file path (default: most recent non- .done.md file in ai-workspace/plans/ ) --include <agent> : Force-add an agent to the panel --exclude <agent> : Remove an agent (except technical-editor, which cannot be excluded) Steps Find the plan file : ls -t ai-workspace/plans/*.md | grep -v '.done.md' | head -1 If no plan file found → error: "No plan file in ai-workspace/plans/. Write a plan first." I...
211
9671 add-new-skills-to-workflow nicepkg/ai-workflow
Add New Skills to Workflow Add skills from GitHub to an existing workflow and update all related documentation. Workflow Step 1: Download Skills Use skill-downloader to download skills from GitHub: python .claude/skills/skill-downloader/scripts/download_from_github.py <repo-url> <skill-path> --output <workflow-path>/.claude/skills/ Parse GitHub URL: https://github.com/user/repo/blob/main/path/to/skill → repo: https://github.com/user/repo, skill-path: path/to/skill https://github.com/user/...
211
9672 latchbio-integration davila7/claude-code-templates
LatchBio Integration Overview Latch is a Python framework for building and deploying bioinformatics workflows as serverless pipelines. Built on Flyte, create workflows with @workflow/@task decorators, manage cloud data with LatchFile/LatchDir, configure resources, and integrate Nextflow/Snakemake pipelines. Core Capabilities The Latch platform provides four main areas of functionality: 1. Workflow Creation and Deployment Define serverless workflows using Python decorators Support for native ...
211
9673 ensembl-database davila7/claude-code-templates
Ensembl Database Overview Access and query the Ensembl genome database, a comprehensive resource for vertebrate genomic data maintained by EMBL-EBI. The database provides gene annotations, sequences, variants, regulatory information, and comparative genomics data for over 250 species. Current release is 115 (September 2025). When to Use This Skill This skill should be used when: Querying gene information by symbol or Ensembl ID Retrieving DNA, transcript, or protein sequences Analyzing genet...
211
9674 etetoolkit davila7/claude-code-templates
ETE Toolkit Skill Overview ETE (Environment for Tree Exploration) is a toolkit for phylogenetic and hierarchical tree analysis. Manipulate trees, analyze evolutionary events, visualize results, and integrate with biological databases for phylogenomic research and clustering analysis. Core Capabilities 1. Tree Manipulation and Analysis Load, manipulate, and analyze hierarchical tree structures with support for: Tree I/O: Read and write Newick, NHX, PhyloXML, and NeXML formats Tree traversal: ...
211
9675 ethical hacking methodology davila7/claude-code-templates
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
211
9676 dnanexus-integration davila7/claude-code-templates
DNAnexus Integration Overview DNAnexus is a cloud platform for biomedical data analysis and genomics. Build and deploy apps/applets, manage data objects, run workflows, and use the dxpy Python SDK for genomics pipeline development and execution. When to Use This Skill This skill should be used when: Creating, building, or modifying DNAnexus apps/applets Uploading, downloading, searching, or organizing files and records Running analyses, monitoring jobs, creating workflows Writing scripts usi...
211
9677 openapi-to-typescript davila7/claude-code-templates
OpenAPI to TypeScript Converts OpenAPI 3.0 specifications to TypeScript interfaces and type guards. Input: OpenAPI file (JSON or YAML) Output: TypeScript file with interfaces and type guards When to Use "generate types from openapi" "convert openapi to typescript" "create API interfaces" "generate types from spec" Workflow Request the OpenAPI file path (if not provided) Read and validate the file (must be OpenAPI 3.0.x) Extract schemas from components/schemas Extract endpoints from paths (reques...
211
9678 ontology hiveminderbot/ontology
Ontology A typed vocabulary + constraint system for representing knowledge as a verifiable graph. Core Concept Everything is an entity with a type , properties , and relations to other entities. Every mutation is validated against type constraints before committing. Entity: { id, type, properties, relations, created, updated } Relation: { from_id, relation_type, to_id, properties } When to Use Trigger Action "Remember that..." Create/update entity "What do I know about X?" Query graph "Link X to...
211
9679 c4-code sickn33/antigravity-awesome-skills
C4 Code Level: [Directory Name] Use this skill when Working on c4 code level: [directory name] tasks or workflows Needing guidance, best practices, or checklists for c4 code level: [directory name] Do not use this skill when The task is unrelated to c4 code level: [directory name] 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 de...
211
9680 c4-component sickn33/antigravity-awesome-skills
C4 Component Level: [Component Name] Use this skill when Working on c4 component level: [component name] tasks or workflows Needing guidance, best practices, or checklists for c4 component level: [component name] Do not use this skill when The task is unrelated to c4 component level: [component name] 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...
211
9681 airtable-automation sickn33/antigravity-awesome-skills
Airtable Automation Automate Airtable bases with views, automations, integrations, and cross-platform workflows. Based on n8n's Airtable integration templates. Overview This skill covers: Database design and views Built-in automations n8n integration workflows Formula and rollup design Reporting and dashboards Database Design Base Structure Template base : "Project Management" tables : Projects : fields : - Name : single_line_text (primary) - Status : single_select [ Planning , Active , On Hold ...
211
9682 frontend-design aiskillstore/marketplace
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
211
9683 c4-container sickn33/antigravity-awesome-skills
C4 Container Level: System Deployment Use this skill when Working on c4 container level: system deployment tasks or workflows Needing guidance, best practices, or checklists for c4 container level: system deployment Do not use this skill when The task is unrelated to c4 container level: system deployment 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...
211
9684 symfony:rate-limiting makfly/superpowers-symfony
Rate Limiting (Symfony) Use when Implementing asynchronous workflows with Messenger/Scheduler/Cache. Stabilizing retries and failure transports. Default workflow Define async contract and delivery semantics. Implement idempotent handlers and routing strategy. Configure retries, failure transport, and observability. Validate success/failure replay scenarios. Guardrails Assume at-least-once delivery, not exactly-once. Keep handlers deterministic and side-effect aware. Surface poison-message handli...
211
9685 e-bookkeeping-compliance kazukinagata/shinkoku
優良な電子帳簿コンプライアンス診断 税務調査への備え、または優良な電子帳簿の要件充足状況を診断するスキル。 電子帳簿保存法施行規則第5条第5項(優良な電子帳簿の要件)に基づき、 shinkoku の帳簿データが要件を満たしているかを自動チェックする。 前提知識 電帳法の要件詳細: /tax-ebookkeeping-context を実行する システム概要書: docs/system-overview.md Step 0: 前提確認 ユーザーに以下を確認する: DB パス : --db-path に使用するデータベースファイルのパス 対象年度 : --fiscal-year に使用する会計年度 届出書の提出状況 : 「国税関係帳簿の電磁的記録等による保存等に係る届出書」を所轄税務署に提出済みか 届出について : 優良な電子帳簿の保存を適用するには、あらかじめ届出書の提出が必要です。 令和9年分から適用する場合は、令和8年中に届出書を提出する必要があります。 届出書の様式は国税庁ウェブサイトからダウンロードできます。 Step 1: 自動診断 & サマリー出力 以下のコマンドを実行してシ...
211
9686 sentry-react-sdk getsentry/sentry-agent-skills
All Skills > SDK Setup > React SDK Sentry React SDK Opinionated wizard that scans your React project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to React" or "set up Sentry" in a React app User wants error monitoring, tracing, session replay, profiling, or logging in React User mentions @sentry/react , React Sentry SDK, or Sentry error boundaries User wants to monitor React Router navigation, Redux state, or component performance Note: SDK versio...
211
9687 gamification-loops omer-metin/skills-for-antigravity
Gamification Loops Identity Role: Engagement Architect Personality: You understand the psychology of motivation, not just the mechanics. You know that gamification done wrong is manipulative dark patterns, while done right it's genuine motivation support. You design for long-term engagement, not short-term metrics. You ask "does this help the user?" before "does this increase numbers?" Expertise: Motivation psychology Reward system design Progress mechanics Social dynamics Ethical gamificati...
211
9688 memory-research basicmachines-co/basic-memory-skills
Memory Research Research an external subject, synthesize what you find, and create a structured Basic Memory entity — with the user's approval. When to Use Explicit triggers: "Research [subject]" "Look up [subject]" "What do you know about [subject]?" "Evaluate [subject]" Implicit triggers (also activate this skill): A bare name: "Terraform" A URL: " https://example.com " A name with context: "Acme Corp — saw them at the conference" Workflow Step 1: Web Research Search for current information ac...
211
9689 directory-build-organization dotnet/skills
Organizing Build Infrastructure with Directory.Build Files Directory.Build.props vs Directory.Build.targets Understanding which file to use is critical. They differ in when they are imported during evaluation: Evaluation order: Directory.Build.props → SDK .props → YourProject.csproj → SDK .targets → Directory.Build.targets Use .props for Use .targets for Setting property defaults Custom build targets Common item definitions Late-bound property overrides Properties projects can override Post-buil...
211
9690 svelte mindrally/skills
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
211
9691 rollup-bundler mindrally/skills
Rollup Bundler You are an expert in Rollup.js, the JavaScript module bundler optimized for ES modules and library development. Follow these guidelines when working with Rollup configurations. Core Principles Rollup is designed for ES modules and produces cleaner, smaller bundles Superior tree-shaking through deep execution path analysis Ideal for libraries and packages that will be consumed by other projects Focus on producing efficient, readable output code Project Structure project/ ├── src/...
211
9692 positional-revelation jwynia/agent-skills
Positional Revelation: Story Generation Skill You help writers create stories where ordinary people in mundane positions become crucial to larger conflicts through their structural position in systems they don't fully understand. These protagonists are neither chosen ones nor trained investigators—they're people whose everyday competence accidentally positions them at critical systemic junctures. Core Principle: The Accidental Pivot Every society has people who, through no intention of their ...
211
9693 api fuzzing for bug bounty sickn33/antigravity-awesome-skills
API Fuzzing for Bug Bounty Purpose Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors. Inputs/Prerequisites Burp Suite or similar proxy tool API wordlists (SecLists, api_wordlist) Understanding of REST/GraphQL/SOAP protocols Python for scripting Target API endpoints and documentation (if available) Outputs/...
210
9694 mercadopago-integration martinacostadev/mercadopago-integration
Provider Integration (Non-Executing Safe Mode) This skill is limited to planning and scaffolding. It does not provide instructions or code for live provider execution. Mandatory Safety Boundaries Never produce or modify code that: installs or imports an external provider SDK reads or writes provider credentials/secrets creates live checkout sessions processes provider callbacks performs live transaction state changes If a user asks for any of the above, stop and provide a security handoff note. ...
210
9695 axiom-swift-testing charleswiltgen/axiom
Swift Testing Overview Swift Testing is Apple's modern testing framework introduced at WWDC 2024. It uses Swift macros (@Test, expect) instead of naming conventions, runs tests in parallel by default, and integrates seamlessly with Swift concurrency. Core principle: Tests should be fast, reliable, and expressive. The fastest tests run without launching your app or simulator. The Speed Hierarchy Tests run at dramatically different speeds depending on how they're configured: Configuration Typ...
210
9696 javascript-typescript skillcreatorai/ai-agent-skills
JavaScript/TypeScript Development TypeScript Configuration { "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "skipLibCheck": true, "declaration": true, "outDir": "./dist" }, "include": ["src//*"], "exclude": ["node_modules", "dist"] } Type Patterns Utility Types // Pick specific properties type UserPreview = Pick<User, 'id' | 'name...
210
9697 zhihu-converter z0gsh1u/oh-my-writing-skill
你是一个内容编辑,专门将通用文章转换为适合知乎平台的格式和风格。 知乎平台特征 用户画像 - 主力用户:25-40岁,高学历,一二线城市为主 - 阅读偏好:深度内容、专业分析、干货分享 - 互动习惯:喜欢点赞有见地的回答,关注专业领域大V 内容调性 - 专业感:体现专业知识储备 - 逻辑性:论点清晰,论据充分 - 真诚感:分享真实经验,避免过度营销 - 互动性:适当设置讨论点,引导评论 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: - 所有图片:保留原图片的 Markdown 语法和路径 - 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 知乎标题特点: - 直接点题,不玩悬念 - 可以用问句形式 - 体现专业性或独特视角 - 长度适中(15-30字) 转换示例: | AI 写作工具大全 | 2026年了,AI 写作工具到底发展到什么程度了?(深度测评) | 程序员如何提升效率 | 写了十年代码,这些提升效率的方法是我反复验证过的 | Python 入门指南 | 零基础学 ...
210
9698 referral-program davila7/claude-code-templates
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. 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. Gather this context (ask if not...
210
9699 gtars davila7/claude-code-templates
Gtars: Genomic Tools and Algorithms in Rust Overview Gtars is a high-performance Rust toolkit for manipulating, analyzing, and processing genomic interval data. It provides specialized tools for overlap detection, coverage analysis, tokenization for machine learning, and reference sequence management. Use this skill when working with: Genomic interval files (BED format) Overlap detection between genomic regions Coverage track generation (WIG, BigWig) Genomic ML preprocessing and tokenization ...
210
9700 esm davila7/claude-code-templates
ESM: Evolutionary Scale Modeling Overview ESM provides state-of-the-art protein language models for understanding, generating, and designing proteins. This skill enables working with two model families: ESM3 for generative protein design across sequence, structure, and function, and ESM C for efficient protein representation learning and embeddings. Core Capabilities 1. Protein Sequence Generation with ESM3 Generate novel protein sequences with desired properties using multimodal generative m...
210