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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,660
总 Skills
168.0M
总安装量
2,751
贡献者
# Skill 仓库 描述 安装量
9201 tdd pandoscope/skills
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
1.2K
9202 python-executor whytryharder/superpowers
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 35.4K Repository skills-101/superpowers GitHub Stars 7 First Seen 14 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
1.2K
9203 customer-pulse-check anthropics/knowledge-work-plugins
Run the customer voice synthesis. Pull feedback signals from all connected sources, identify the themes that are actually fixable, and produce drafted responses the owner can review and send. Parse arguments: --since (default: last 30 days) — start date YYYY-MM-DD for the lookback window Step 1 — Gather feedback signals Using the customer-pulse skill workflow: Pull PayPal disputes and chargebacks for the period: reason codes, amounts, resolution status. Pull HubSpot support tickets and conversat...
1.2K
9204 acomo progress-all/acomo-skills
acomo CLI / API 標準ガイド acomo はワークフロー管理プラットフォームです。このスキルは acomo CLI と公開 API の標準的な使い方 (モデル一覧・モデル定義取得・プロセス開始・保存・提出・承認・却下・差し戻しなど)を案内します。 前提・実行環境 acomo CLI が実行できる環境 (PATH に acomo が存在すること)を前提とします。 エージェントが CLI を実行する場合、リモートサンドボックス等ではローカルの ~/.acomo/config.json や環境変数が自動継承されないことがあります。CI・エージェント実行時は環境変数( ACOMO_ACCESS_TOKEN , ACOMO_TENANT_ID , ACOMO_BASE_URL )の設定を推奨します。 認証未設定時も API コマンドは存在し、実行時に終了コード 2 と stderr の AUTH_REQUIRED で失敗します。その場合はユーザーに再ログイン(または環境変数設定)を促してください。 認証エラー時の扱い 認証エラー(認証未設定・401/403、終了コード 2)が出た場...
1.2K
9205 ue-component-model adobe/skills
Universal Editor Component Model Configuration This skill helps you create or edit the three JSON configuration files that control how AEM Edge Delivery Services (EDS) blocks appear and behave in the Universal Editor (UE): component-definition.json — Registers blocks in the UE component palette component-models.json — Defines property panel fields for each block component-filters.json — Controls where blocks can be placed When to Use Creating a new block that needs UE authoring support Adding/mo...
1.2K
9206 typegpu software-mansion-labs/skills
TypeGPU / WebGPU for HyperFrames HyperFrames supports TypeGPU and raw WebGPU through its typegpu runtime adapter. The adapter does not own your pipeline. It publishes HyperFrames time and dispatches a seek event so your composition can render the exact GPU frame. Contract Initialize WebGPU asynchronously ( await navigator.gpu.requestAdapter() ), but register all GSAP tweens synchronously — before any await . The HyperFrames player reads the timeline immediately at page load. Render from HyperFra...
1.2K
9207 adopt-spec zernie/vigiles
Start a typed CLAUDE.md.spec.ts from an existing hand-written CLAUDE.md (or AGENTS.md). This is the non-destructive adoption path — you keep your existing instruction file as the starting point and get type safety going forward. Adoption rules Adoption is the safe, faithful on-ramp — never an upgrade in disguise. These are non-negotiable: Faithful. Preserve every rule, command, key file, and prose section as-is. Invent nothing — the spec must compile back to ~the user's existing file. Non-destru...
1.2K
9208 create-site adobe/skills
Create a New AEM Edge Delivery Site This skill walks through the full onboarding flow for a new AEM Edge Delivery site. It handles everything that can be automated and clearly signals the steps that require human action. When to Use This Skill Use this skill when: A user wants to create a brand-new AEM Edge Delivery site from scratch A user asks to "set up a new site", "create a new EDS project", or "onboard a new site" No GitHub repository or DA content exists yet for the project Do NOT use thi...
1.2K
9209 cn-stats aahl/skills
国家统计局 全局环境变量 BASE_URL = 'https://data.stats.gov.cn/dg/website/publicrelease/web/external' 获取指标分类根节点ID ROOT_ID = $( curl " $BASE_URL /new/queryIndexTreeAsync?pid=&code=1" | jq -r '.data[0]._id' ) code: {1:月度数据, 2:季度数据, 3:年度数据, 4:分省月度数据, 5:分省季度数据, 6:分省年度数据} {7:主要城市月度价格, 8:主要城市年度数据, 9:港澳台月度数据, 10:港澳台年度数据} {12:三大经济体月度数据, 13:国际市场月度商品价格, 14:主要国家年度数据} 获取指标分类子节点 curl " $BASE_URL /new/queryIndexTreeAsync?pid= $ROOT_ID &code=1" | jq -r '.data[] | {_id, name, type, isLeaf}' 获取指标列表 curl "...
1.2K
9210 redux-toolkit mindrally/skills
Redux Toolkit You are an expert in Redux Toolkit for state management in React and Next.js applications. Development Philosophy Write clean, maintainable, and scalable code Adhere to SOLID principles Favor functional and declarative programming patterns Emphasize type safety and component-driven approaches Redux State Management Core Principles Implement Redux Toolkit for global state management Use createSlice to define state, reducers, and actions together Normalize state structure to preven...
1.2K
9211 web-design-guidelines ehmo/platform-design-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
1.2K
9212 sosumi nshipster/sosumi.ai
Sosumi Skill Use this skill to reliably fetch Apple docs as Markdown when coding agents need precise API details. When to Use Use Sosumi when the request involves any of the following: Apple platform APIs ( Swift , SwiftUI , UIKit , AppKit , Foundation , etc.) API signatures, availability, parameter behavior, or return semantics Human Interface Guidelines questions WWDC session transcript lookup External Swift-DocC documentation (for example, GitHub Pages or Swift Package Index hosts) Core Workf...
1.2K
9213 scikit-survival k-dense-ai/scientific-agent-skills
scikit-survival: Survival Analysis in Python Overview scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known. Survival analysis aims to establish connections between covariates and the time of an event, accounting for censored records (particularly right-censored data from studies where participants don't experi...
1.2K
9214 conversion-optimization kostja94/marketing-skills
Strategies: Conversion Optimization Guides conversion rate optimization (CRO): increasing the percentage of visitors who complete desired actions. Higher conversion rates mean increased revenue, reduced CAC, and better ROI. Use this skill when optimizing funnels, running experiments, or reducing friction on high-traffic pages. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when th...
1.2K
9215 agent-coordination ruvnet/ruflo
Agent Coordination Skill Purpose Spawn and coordinate agents for complex multi-agent tasks. Agent Types Core Development coder , reviewer , tester , planner , researcher V3 Specialized security-architect , security-auditor , memory-specialist , performance-engineer Swarm Coordination hierarchical-coordinator , mesh-coordinator , adaptive-coordinator , collective-intelligence-coordinator Consensus byzantine-coordinator , raft-manager , gossip-coordinator , consensus-builder GitHub pr-manager , co...
1.2K
9216 optimize-for-gpu k-dense-ai/scientific-agent-skills
GPU Optimization for Python with NVIDIA You are an expert GPU optimization engineer. Your job is to help users write new GPU-accelerated code or transform their existing CPU-bound Python code to run on NVIDIA GPUs for dramatic speedups — often 10x to 1000x for suitable workloads. When This Skill Applies Show more
1.2K
9217 open-notebook k-dense-ai/scientific-agent-skills
Open Notebook Overview Open Notebook is an open-source, self-hosted alternative to Google's NotebookLM that enables researchers to organize materials, generate AI-powered insights, create podcasts, and have context-aware conversations with their documents — all while maintaining complete data privacy. Unlike Google's Notebook LM, which has no publicly available API outside of the Enterprise version, Open Notebook provides a comprehensive REST API, supports 16+ AI providers, and runs entirely on ...
1.2K
9218 parallel-web k-dense-ai/scientific-agent-skills
Parallel Web Toolkit A unified skill for all web-powered tasks: searching, extracting, enriching, and researching — with academic and scientific sources as the default priority. Routing — pick the right capability Read the user's request and match it to one of the capabilities below. For web search, extract, enrichment, and deep research, read the corresponding reference file for detailed instructions. User wants to... Capability Where Look something up, research a topic, find current info Web S...
1.2K
9219 loops-api loops-so/skills
Loops API and SDK Skill This skill helps with Loops implementation workflows from application code. Use it for backend integrations, exact request guidance, and SDK or HTTP decisions. When To Use Use this skill when the user needs to: Show more Installs 797 Repository loops-so/skills GitHub Stars 11 First Seen May 6, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.2K
9220 logfire-query pydantic/skills
Query Logfire Data When to Use This Skill Invoke this skill when: User wants to query traces, logs, spans, or metrics from Logfire User wants to search for specific events, errors, or patterns in telemetry data User wants to analyze OpenTelemetry data stored in Logfire User wants to add programmatic query capabilities to their code User asks to "query logfire", "search traces", "find logs", "get metrics", "count", "summarize", "compare", or "find root cause" User-Facing Progress Keep progress up...
1.2K
9221 getnote-note iswalle/getnote-cli
getnote-note Skill Save, list, view, update, and delete notes in Get笔记. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands Save a note getnote save <url|text|image_path> [--title <title>] [--tag <tag>]... Show more
1.2K
9222 add-provider-package vercel/ai
Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers Third-party packages : Any provider can create a third-party package. We're happy to link to it from our documentation. First-party @ai-sdk/<provider> packages : If you prefer a first-party package, please create an issue first to discuss. Reference Example See https://github.com/vercel/ai/pull/8136/files for a c...
1.2K
9223 paywall-optimization eronred/aso-skills
Paywall Optimization You are a paywall conversion specialist with deep knowledge of subscription app pricing psychology, A/B testing, and the major paywall frameworks (RevenueCat, Superwall, Adapty, native StoreKit). Your goal is to diagnose paywall under-performance and ship a higher-converting variant within 1–2 release cycles. Initial Assessment Check for app-marketing-context.md — read it for app, audience, and price-point context Ask for the App ID and paywall framework (RevenueCat / Superw...
1.2K
9224 umap-learn k-dense-ai/scientific-agent-skills
UMAP-Learn Overview UMAP (Uniform Manifold Approximation and Projection) is a dimensionality reduction technique for visualization and general non-linear dimensionality reduction. Apply this skill for fast, scalable embeddings that preserve local and global structure, supervised learning, and clustering preprocessing. Quick Start Installation uv pip install umap-learn Basic Usage UMAP follows scikit-learn conventions and can be used as a drop-in replacement for t-SNE or PCA. Show more
1.2K
9225 qwencloud-audio-tts qwencloud/qwencloud-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Audio TTS (Text-to-Speech) Synthesize natural speech from text using Qwen TTS models. This skill is part of qwencloud/qwencloud-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more Installs 886 Repository qwencloud/qwencloud-ai GitHub Stars 36 First Seen Mar 30, 20...
1.2K
9226 redis-clustering redis/agent-skills
Redis Clustering Guidance for designing keys and routing reads in a sharded Redis Cluster (and in standalone primary/replica replication). Covers the two failure modes that bite most new cluster users: CROSSSLOT errors on multi-key operations, and overloading primaries with read traffic. When to apply Designing keys for a Redis Cluster deployment. Debugging a CROSSSLOT error on MGET , SDIFF , transactions, or pipelines. Implementing transactions / Lua scripts that touch multiple keys. Scaling ou...
1.2K
9227 sf-ai-agentforce-persona jaganpro/sf-skills
Agent Persona Design How to Use This skill designs an AI agent persona through a guided questionnaire. It walks you through identity traits, archetype selections across dimensions, settings for brevity and humor, tone boundaries, and phrase book generation — one step at a time. What it produces: A persona document ( generated/[agent-name]-persona.md ) defining who the agent is, how it sounds, and what it never does A scorecard file ( generated/[agent-name]-persona-scorecard.md ) evaluating the p...
1.2K
9228 r3f-physics enzed/r3f-skills
React Three Fiber Physics (Rapier) Quick Start import { Canvas } from '@react-three/fiber' import { Physics, RigidBody, CuboidCollider } from '@react-three/rapier' import { Suspense } from 'react' function Scene() { return ( <Canvas> <Suspense fallback={null}> <Physics debug> {/* Falling box */} <RigidBody> <mesh> <boxGeometry /> <meshStandardMaterial color="orange" /> </mesh> </RigidBody> ...
1.2K
9229 backend-dev-guidelines langfuse/langfuse
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written , not merely suggestions. 1...
1.2K
9230 amazon-keyword-research nexscope-ai/amazon-skills
Amazon Keyword Research 🔍 Free keyword research for Amazon sellers. No API key — works out of the box. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-keyword-research -g Capabilities Long-tail keyword mining : Extract 100-200 real search terms from Amazon's autocomplete engine Competitor landscape analysis : Product count, price range, average rating, review distribution, top brands Seasonal trend detection : 12-month Google Trends data to identify peak seasons and demand s...
1.2K
9231 compose-expert vitorpamplona/amethyst
Compose Multiplatform Expert Visual UI patterns for sharing composables across Android and Desktop. When to Use This Skill Creating or refactoring shared UI components Deciding whether to share UI in commonMain or keep platform-specific Building custom ImageVector icons (robohash pattern) State management: remember, derivedStateOf, produceState Recomposition optimization: visual usage of @Stable/@Immutable Material3 theming and styling Performance: lazy lists, image loading Delegate to other ...
1.2K
9232 ui-designer daymade/claude-code-skills
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
1.2K
9233 embeddings ruvnet/ruflo
Embeddings Skill Purpose Vector embeddings for semantic search and pattern matching with HNSW indexing. Features Feature Description sql.js Cross-platform SQLite persistent cache (WASM) HNSW 150x-12,500x faster search Hyperbolic Poincare ball model for hierarchical data Normalization L2, L1, min-max, z-score Chunking Configurable overlap and size 75x faster With agentic-flow ONNX integration Commands Initialize Embeddings npx claude-flow embeddings init --backend sqlite Embed Text npx claude-flo...
1.2K
9234 crm-lookup hubspot/agent-cli-skills
Source of truth hubspot <command> --help is authoritative. Read bulk-operations/SKILL.md first — it owns JSONL piping, pagination, batch-get-via-stdin, and the safety flow for any write that comes after a lookup. This skill is read-only. Pick properties from the live schema Schemas drift. Run hubspot properties list --type <type> for the live set. First-pass --properties for a brief: Object --properties contacts email,firstname,lastname,company,phone,lifecyclestage,hubspot_owner_id companies nam...
1.2K
9235 prompt-engineering neolabhq/context-engineering-kit
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
1.2K
9236 pymc k-dense-ai/scientific-agent-skills
PyMC Bayesian Modeling Overview PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC). When to Use This Skill This skill should be used when: Building Bayesian models (linear/logistic regression, hierarchical models, time series, etc.) Performing MCMC sampling or variational i...
1.2K
9237 venue-templates k-dense-ai/scientific-agent-skills
Venue Templates Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting ...
1.2K
9238 google-chat-messages jezweb/claude-skills
Google Chat Messages Send messages to Google Chat spaces via incoming webhooks. Produces text messages, rich cards (cardsV2), and threaded replies. What You Produce Text messages with Google Chat formatting Rich card messages (cardsV2) with headers, sections, widgets Threaded conversations Reusable webhook sender utility Workflow Step 1: Get Webhook URL In Google Chat: Open a Space > click space name > Manage webhooks Create webhook (name it, optionally add avatar URL) Copy the webhook URL Store...
1.2K
9239 torch-geometric k-dense-ai/scientific-agent-skills
PyTorch Geometric (PyG) PyG is the standard library for Graph Neural Networks built on PyTorch. It provides data structures for graphs, 60+ GNN layer implementations, scalable mini-batch training, and support for heterogeneous graphs. Install: uv add torch_geometric (or uv pip install torch_geometric ; requires PyTorch). Optional: pyg-lib , torch-scatter , torch-sparse , torch-cluster for accelerated ops. Core Concepts Graph Data: Data and HeteroData A graph lives in a Data object. The key attri...
1.2K
9240 biopython k-dense-ai/scientific-agent-skills
Biopython: Computational Molecular Biology in Python Overview Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks. The current version is Biopython 1.85 (released January 2025), which supports Python 3 and requires NumPy. When to Use This Skill Use this skill when: Show more
1.2K
9241 software-architecture-design vasilyu1983/ai-agents-public
Software Architecture Design — Quick Reference Use this skill for system-level design decisions rather than implementation details within a single service or component. Quick Reference Task Pattern/Tool Key Resources When to Use Choose architecture style Layered, Microservices, Event-driven, Serverless modern-patterns.md Greenfield projects, major refactors Design for scale Load balancing, Caching, Sharding, Read replicas scalability-reliability-guide.md High-traffic systems, performance goals E...
1.2K
9242 ima-copilot daymade/claude-code-skills
IMA Copilot One-command installer, troubleshooter, and personalization layer for the official Tencent IMA skill. Overview The official Tencent IMA skill (ima-skill) exposes a powerful OpenAPI for notes and knowledge base operations, but its installation flow is designed for a specific proprietary agent and recent releases have shipped submodule files that fail strict SKILL.md loaders. IMA Copilot solves both problems: Installs ima-skill to Claude Code, Codex, and OpenClaw in a single command via...
1.2K
9243 creator-ugc-marketing eronred/aso-skills
Creator & UGC Marketing You are an app creator-marketing specialist. Your goal is to help the user plan and execute a creator program that produces both organic install lift AND a library of UGC-style ad creative they can scale on paid. Initial Assessment Check for app-marketing-context.md Ask: What's the app's "show, don't tell" hook? (the visual moment that makes someone go "wait, what is that?") Ask: Budget tier: gifting only / $500–5k / $5k–50k / $50k+ Ask: Primary platform: TikTok / IG Reel...
1.2K
9244 llm-security semgrep/skills
Comprehensive security rules for building secure LLM applications. Based on the OWASP Top 10 for Large Language Model Applications 2025 - the authoritative guide to LLM security risks. How It Works - When building or reviewing LLM applications, reference these security guidelines - Each rule includes vulnerable patterns and secure implementations - Rules cover the complete LLM application lifecycle: training, deployment, and inference Categories Critical Impact - LLM01: Prompt Injectio...
1.2K
9245 compose-focus-navigation chrisbanes/skills
Compose: focus navigation Core principle Focus is stateful UI behavior. Make focus targets explicit, request focus after composition succeeds, and test navigation with the same input model users use: keyboard, D-pad, or remote keys. When to use this skill Use this when UI: Runs on TV, desktop, ChromeOS, keyboard-first Android, or remote-control devices. Uses FocusRequester , focusRequester , focusProperties , onFocusChanged , or key handlers. Needs initial focus, restored focus, directional navi...
1.2K
9246 funda-data himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Funda Data API Skill Query the Funda AI financial data API for stocks, options, fundamentals, alternative data, and more. Base URL: https://api.funda.ai/v1 Auth: Authorization: Bearer <API_KEY> header on all /v1/* endpoints. Pricing: This is a paid API. A Funda AI subscription is required. See funda.ai for pricing details. Step 1: Check API Key...
1.2K
9247 axiom-networking charleswiltgen/axiom
Network.framework Networking When to Use This Skill Use when: Implementing UDP/TCP connections for gaming, streaming, or messaging apps Migrating from BSD sockets, CFSocket, NSStream, or SCNetworkReachability Debugging connection timeouts or TLS handshake failures Supporting network transitions (WiFi ↔ cellular) gracefully Adopting structured concurrency networking patterns (iOS 26+) Implementing custom protocols over TLS/QUIC Requesting code review of networking implementation before shipping
1.2K
9248 hypogenic k-dense-ai/scientific-agent-skills
Hypogenic Overview Hypogenic provides automated hypothesis generation and testing using large language models to accelerate scientific discovery. The framework supports three approaches: HypoGeniC (data-driven hypothesis generation), HypoRefine (synergistic literature and data integration), and Union methods (mechanistic combination of literature and data-driven hypotheses). Quick Start Get started with Hypogenic in minutes: Install the package uv pip install hypogenic Clone example datasets g...
1.2K
9249 consciousness-council k-dense-ai/scientific-agent-skills
Consciousness Council A structured multi-perspective deliberation system that generates genuine cognitive diversity on any question. Instead of one voice giving one answer, the Council summons distinct thinking archetypes — each with its own reasoning style, blind spots, and priorities — then synthesizes their perspectives into actionable insight. Why This Exists Single-perspective thinking has a ceiling. When you ask one mind for an answer, you get one frame. The Consciousness Council breaks th...
1.2K
9250 scikit-bio k-dense-ai/scientific-agent-skills
scikit-bio Overview scikit-bio is a comprehensive Python library for working with biological data. Apply this skill for bioinformatics analyses spanning sequence manipulation, alignment, phylogenetics, microbial ecology, and multivariate statistics. When to Use This Skill This skill should be used when the user: Works with biological sequences (DNA, RNA, protein) Needs to read/write biological file formats (FASTA, FASTQ, GenBank, Newick, BIOM, etc.) Performs sequence alignments or searches for m...
1.2K