███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9201 | cn-stock-price | nohumanera/cn-stock-price |
股票价格查询工具 一个简单的中国A股实时股票价格查询脚本。 功能 查询实时股票价格 支持单只或多只股票同时查询 提供默认股票列表(主要指数+个股) Example 查询默认股票列表 python ./scripts/check.py 查询指定股票(支持多只) python ./scripts/check.py sh600519 python ./scripts/check.py sh600036 sz002352 Dependencies requests
|
230 |
| 9202 | eve-project-bootstrap | incept5/eve-skillpacks |
Eve Project Bootstrap Use this flow to connect an existing repo to Eve and get the first deploy running. Set the API Target Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Create Org and Project eve org ensure my-org --slug myorg eve project ensure --name "My App" --slug my-app --repo-url git@github.com:me/my-app.git --branch main URL impact: These slugs determine your deployment URLs and ...
|
230 |
| 9203 | eve-troubleshooting | incept5/eve-skillpacks |
Eve Troubleshooting Use CLI-first diagnostics. Do not assume cluster access. Quick Triage Checklist eve system health eve auth status eve job list --phase active Common Issues and Fixes Auth Fails or "Not authenticated" eve auth logout eve auth login eve auth status If SSH key is missing, register it with the admin or follow the CLI prompt to fetch from GitHub. Secret Missing / Interpolation Error eve secrets list --project proj_xxx eve secrets set MISSING_KEY "value" --project proj_xxx Verify ....
|
230 |
| 9204 | eve-deploy-debugging | incept5/eve-skillpacks |
Eve Deploy and Debug Use these steps to deploy and diagnose app issues quickly. Environment Setup Get the staging API URL from your admin. Create and use a profile: eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Infrastructure Change Policy Never run kubectl apply , helm install , or any direct Kubernetes resource creation against shared infrastructure. All infrastructure changes go through Terraform. Use the Eve CLI ( eve env , eve env deploy ) to manag...
|
230 |
| 9205 | eve-pipelines-workflows | incept5/eve-skillpacks |
Eve Pipelines and Workflows Use these patterns to automate build and deploy actions and invoke workflow jobs. Pipelines (v2 steps) Define pipelines under pipelines in .eve/manifest.yaml . Steps can be action , script , or agent . Use depends_on to control ordering. Built-in actions include build , release , deploy , run , job , create-pr . Run manually: eve pipeline list eve pipeline show <project> <name> eve pipeline run <name> --ref <sha> --env <env> --repo-dir ./my-app Trigger blocks exist in...
|
230 |
| 9206 | eve-se-index | incept5/eve-skillpacks |
Eve SE Index (Load First) Use this skill as the entry point for Eve SE. It routes to the correct skill for the task. Scope Eve SE is for app developers using Eve to deploy and run their apps. It does not cover operating the Eve platform itself. Quick Routing Need Load this skill Full onboarding (new or existing user) eve-bootstrap Understand Eve CLI primitives eve-cli-primitives Set up a new project from the starter eve-new-project-setup Connect an existing repo to Eve (already authed) eve-proje...
|
230 |
| 9207 | eve-cli-primitives | incept5/eve-skillpacks |
Eve CLI Primitives Use this skill as the command map for Eve. Keep examples short and concrete. Profiles (API Target + Defaults) Create and use a profile eve profile create staging --api-url https://api.eh1.incept5.dev eve profile use staging Set defaults to avoid repeating flags eve profile set --default-email you@example.com --default-ssh-key ~/.ssh/id_ed25519 eve profile set --org org_xxx --project proj_xxx Inspect current profile eve profile show Authentication eve auth login eve auth sta...
|
230 |
| 9208 | woocommerce | alinaqi/claude-bootstrap |
WooCommerce Development You are an expert in WordPress and WooCommerce development, PHP best practices, and e-commerce solutions. Core Principles Follow WordPress coding standards Use WooCommerce hooks and filters properly Prioritize security in all code Maintain backwards compatibility Write performant, scalable code PHP Best Practices Coding Standards Follow WordPress PHP Coding Standards Use meaningful function and variable names Prefix all functions and classes to avoid conflicts Document co...
|
230 |
| 9209 | kimi-docx | thvroyal/kimi-skills |
Part 1: Goals ⚠️ When to Unzip vs Read To preserve ANY formatting from the source document, MUST unzip and parse XML. Read tool returns plain text only — fonts, colors, alignment, borders, styles are lost. Need Method Text content only (summarize, analyze, translate) Read tool is fine Formatting info (copy styles, preserve layout, template filling) Unzip and parse XML Structure + comments/track changes pandoc input.docx -t markdown Core Principles Preserve formatting — When editing existing docu...
|
230 |
| 9210 | qms-audit-expert | davila7/claude-code-templates |
Senior QMS Audit Expert Expert-level quality management system auditing with comprehensive knowledge of ISO 13485, audit methodologies, nonconformity management, and audit program optimization for medical device organizations. Core QMS Auditing Competencies 1. ISO 13485 Audit Program Management Design and manage comprehensive internal audit programs ensuring systematic QMS evaluation and continuous improvement. Audit Program Framework: QMS AUDIT PROGRAM MANAGEMENT ├── Annual Audit Planning │ ├...
|
230 |
| 9211 | meme-factory | davila7/claude-code-templates |
Meme Factory Create memes using the free memegen.link API and textual meme formats. Triggers Trigger Description /meme-factory Manual invocation /meme-factory {template} {top} {bottom} Direct meme generation meme-factory: create a meme about X Natural language request Quick Reference Action Format Basic meme https://api.memegen.link/images/{template}/{top}/{bottom}.png With sizing ?width=1200&height=630 Custom background ?style=https://example.com/image.jpg All templates https://api.memegen.link...
|
230 |
| 9212 | gget | davila7/claude-code-templates |
gget Overview gget is a command-line bioinformatics tool and Python package providing unified access to 20+ genomic databases and analysis methods. Query gene information, sequence analysis, protein structures, expression data, and disease associations through a consistent interface. All gget modules work both as command-line tools and as Python functions. Important: The databases queried by gget are continuously updated, which sometimes changes their structure. gget modules are tested automat...
|
230 |
| 9213 | metabolomics-workbench-database | davila7/claude-code-templates |
Metabolomics Workbench Database Overview The Metabolomics Workbench is a comprehensive NIH Common Fund-sponsored platform hosted at UCSD that serves as the primary repository for metabolomics research data. It provides programmatic access to over 4,200 processed studies (3,790+ publicly available), standardized metabolite nomenclature through RefMet, and powerful search capabilities across multiple analytical platforms (GC-MS, LC-MS, NMR). When to Use This Skill This skill should be used when...
|
230 |
| 9214 | simpy | davila7/claude-code-templates |
SimPy - Discrete-Event Simulation Overview SimPy is a process-based discrete-event simulation framework based on standard Python. Use SimPy to model systems where entities (customers, vehicles, packets, etc.) interact with each other and compete for shared resources (servers, machines, bandwidth, etc.) over time. Core capabilities: Process modeling using Python generator functions Shared resource management (servers, containers, stores) Event-driven scheduling and synchronization Real-time si...
|
230 |
| 9215 | diffdock | davila7/claude-code-templates |
DiffDock: Molecular Docking with Diffusion Models Overview DiffDock is a diffusion-based deep learning tool for molecular docking that predicts 3D binding poses of small molecule ligands to protein targets. It represents the state-of-the-art in computational docking, crucial for structure-based drug discovery and chemical biology. Core Capabilities: Predict ligand binding poses with high accuracy using deep learning Support protein structures (PDB files) or sequences (via ESMFold) Process sin...
|
230 |
| 9216 | search-specialist | sickn33/antigravity-awesome-skills |
Use this skill when Working on search specialist tasks or workflows Needing guidance, best practices, or checklists for search specialist Do not use this skill when The task is unrelated to search specialist 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 . ...
|
230 |
| 9217 | physicist-analyst | rysweet/amplihack |
Analyze events through the disciplinary lens of physics, applying fundamental physical laws (conservation of energy, momentum, mass; thermodynamics; electromagnetism; relativity), quantitative modeling, dimensional analysis, and systems dynamics to understand causation, evaluate constraints, assess technological feasibility, analyze energy systems, and identify physical limits that govern complex systems. When to Use This Skill - Energy Systems Analysis: Evaluating energy production, conversi...
|
230 |
| 9218 | tdd-workflows-tdd-green | sickn33/antigravity-awesome-skills |
Green Phase: Simple function def product_list(request): products = Product.objects.all() return JsonResponse({'products': list(products.values())}) Refactor: Class-based view class ProductListView(View): def get(self, request): products = Product.objects.all() return JsonResponse({'products': list(products.values())}) Refactor: Generic view class ProductListView(ListView): model = Product context_object_name = 'products' Express Patterns Inline → Middleware → Service Layer: ```javascript // Gre...
|
230 |
| 9219 | security-compliance-compliance-check | sickn33/antigravity-awesome-skills |
Regulatory Compliance Check You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance. Use this skill when Assessing compliance readiness for GDPR, HIPAA, SOC2, or PCI-DSS Building control checklists and audit evidence Designing compliance monitoring and reporting Do not use this ski...
|
230 |
| 9220 | github-automation | sickn33/antigravity-awesome-skills |
GitHub Automation via Rube MCP Automate GitHub repository management, issue tracking, pull request workflows, branch operations, and CI/CD through Composio's GitHub toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active GitHub connection via RUBE_MANAGE_CONNECTIONS with toolkit github Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just...
|
230 |
| 9221 | sentry-create-alert | getsentry/sentry-agent-skills |
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
|
230 |
| 9222 | codex | skills-directory/skill-codex |
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
|
230 |
| 9223 | surprise-me | readwiseio/readwise-skills |
Surprise Me Deliver an unexpected, delightful experience by dynamically discovering available skills and combining them creatively. Workflow Step 1: Discover Available Skills Read all the skills listed in the <available_skills>. Step 2: Plan the Surprise Select 1 to 3 skills and design a creative mashup. The goal is a single cohesive deliverable, not separate demos. Creative combination principles: Juxtapose skills in unexpected ways (e.g., a presentation about algorithmic art, a research report...
|
230 |
| 9224 | agentmail-toolkit | agentmail-to/agentmail-skills |
AgentMail Toolkit Pre-built email tools for popular agent frameworks. Instantly add inbox management, sending, receiving, and email automation to your agents. Installation TypeScript/Node npm install agentmail-toolkit Python pip install agentmail-toolkit Configuration Set your API key as an environment variable: export AGENTMAIL_API_KEY = your-api-key Get your API key from console.agentmail.to . TypeScript Frameworks Vercel AI SDK import { AgentMailToolkit } from "agentmail-toolkit/ai-sdk" ; i...
|
230 |
| 9225 | nansen-web-searcher | nansen-ai/nansen-cli |
Web Search Search the web for one or more queries in parallel via the Serper API. nansen web search "bitcoin price" nansen web search "solana ecosystem news" --num-results 5 nansen web search --query "ethereum ETF" --query "bitcoin ETF" --num-results 3 Positional args and --query flags can be combined — all become queries. Flag Values Default Purpose --query string — Query string (repeatable for multiple queries) --num-results 1–20 10 Results per query --pretty flag off Human-readable JSON Retur...
|
230 |
| 9226 | market-top-detector | tradermonty/claude-trading-skills |
Market Top Detector Skill Purpose Detect the probability of a market top formation using a quantitative 6-component scoring system (0-100). Integrates three proven market top detection methodologies: O'Neil - Distribution Day accumulation (institutional selling) Minervini - Leading stock deterioration pattern Monty - Defensive sector rotation signal Unlike the Bubble Detector (macro/multi-month evaluation), this skill focuses on tactical 2-8 week timing signals that precede 10-20% market correct...
|
230 |
| 9227 | tree-shaking | patternsdev/skills |
Tree Shaking It can happen that we add code to our bundle that isn't used anywhere in our application. This piece of dead code can be eliminated in order to reduce the size of the bundle, and prevent unnecessarily loading more data! The process of eliminating dead code before adding it to our bundle, is called tree-shaking. When to Use Use this when your bundle includes unused code from imported modules This is helpful for keeping JavaScript bundles lean and improving load performance Instructio...
|
230 |
| 9228 | sap-abap | secondsky/sap-skills |
This skill includes 28 comprehensive reference files covering all aspects of ABAP development: Related Skills - sap-abap-cds: For CDS view development and ABAP Cloud data modeling - sap-btp-cloud-platform: For ABAP Environment setup and BTP deployment - sap-cap-capire: For CAP service integration and ABAP system connections - sap-fiori-tools: For Fiori application development with ABAP backends - sap-api-style: For API documentation standards and best practices Quick Access - Reference...
|
230 |
| 9229 | preload | patternsdev/skills |
Preload Table of Contents When to Use When NOT to Use Instructions Details Source Preload ( <link rel="preload"> ) is a browser optimization that allows critical resources (that may be discovered late) to be requested earlier. If you are comfortable thinking about how to manually order the loading of your key resources, it can have a positive impact on loading performance and metrics in the Core Web Vitals . That said, preload is not a panacea and requires an awareness of some trade-offs. When t...
|
230 |
| 9230 | prefetch | patternsdev/skills |
Prefetch Prefetch ( <link rel="prefetch"> ) is a browser optimization which allows us to fetch resources that may be needed for subsequent routes or pages before they are needed. Prefetching can be achieved in a few ways. It can be done declaratively in HTML (such as in the example below), via a HTTP Header ( Link: </js/chat-widget.js>; rel=prefetch ), Service Workers or via more custom means such as through Webpack. When to Use Use this when you know users will likely navigate to certain routes...
|
230 |
| 9231 | research-proposal | luwill/research-skills |
Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions. Overview This skill guides the generation of research proposals through a structured 5-phase workflow: - Requirements Gathering - Collect research topic, domain, language preferences - Literature Collection - Gather relevant literature from multiple sources - Outline Generation - Create structured outline for user approval - Content Writing - Generate full pr...
|
230 |
| 9232 | symfony:api-platform-resources | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-resources<div
|
230 |
| 9233 | ssti-server-side-template-injection | yaklang/hack-skills |
SKILL: Server-Side Template Injection (SSTI) — Expert Attack Playbook AI LOAD INSTRUCTION : Expert SSTI techniques. Covers polyglot detection probes, engine fingerprinting, Jinja2/FreeMarker/Twig/ERB RCE chains, client-side Angular SSTI, and bypass techniques. Base models often miss sandbox escape MRO chains and non-Jinja2 engines. For PHP CMS template eval, Jira SSTI, Confluence OGNL, and Spring Cloud Gateway SpEL, load the companion SCENARIOS.md . 0. RELATED ROUTING Before using full engine-sp...
|
230 |
| 9234 | nx | mindrally/skills |
Nx Monorepo Development You are an expert in Nx, the smart, fast, and extensible build system for monorepos. Project Structure Organize projects following Nx conventions: apps/ - Application projects (web apps, APIs, mobile apps) libs/ - Library projects (shared code, features, utilities) Use consistent naming patterns: scope-type-name (e.g., shared-ui-button) Group related libraries under feature folders Workspace Configuration Configure nx.json for workspace-wide settings: { "targetDefau...
|
230 |
| 9235 | request-smuggling | yaklang/hack-skills |
SKILL: HTTP Request Smuggling — Expert Attack Playbook AI LOAD INSTRUCTION : Expert HTTP desync techniques. Covers CL.TE, TE.CL, TE.TE obfuscation variants, HTTP/2 downgrade and pseudo-header confusion, client-side desync (browser fetch pipelines), and tool-assisted fuzzing. Assumes familiarity with raw HTTP/1.1 framing and reverse-proxy topologies. This is not “header injection” — it is message boundary disagreement between hops. Routing note: load this skill when you suspect CDN/reverse-proxy ...
|
230 |
| 9236 | saml-sso-assertion-attacks | yaklang/hack-skills |
SKILL: SAML SSO and Assertion Attacks — Signature Validation, Binding, and Trust Confusion AI LOAD INSTRUCTION : Use this skill when the target uses SAML-based SSO and you need to validate assertion trust: signature coverage, audience and recipient checks, ACS handling, XML parsing weaknesses, and IdP/SP confusion. 1. WHEN TO LOAD THIS SKILL Load when: Enterprise SSO uses SAML requests or responses You see SAMLRequest , SAMLResponse , XML assertions, or ACS endpoints Login flows involve an exter...
|
230 |
| 9237 | jndi-injection | yaklang/hack-skills |
SKILL: JNDI Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert JNDI injection techniques. Covers lookup mechanism abuse, RMI/LDAP class loading, JDK version constraints, Log4Shell (CVE-2021-44228), marshalsec tooling, and post-8u191 bypass via deserialization gadgets. Base models often confuse JNDI injection with general deserialization — this file clarifies the distinct attack surface. 0. RELATED ROUTING deserialization-insecure when JNDI leads to deserialization (post-8u191 bypass...
|
230 |
| 9238 | csv-formula-injection | yaklang/hack-skills |
SKILL: CSV Formula Injection AI LOAD INSTRUCTION : This skill covers formula/DDE-style injection in CSV and spreadsheet contexts, obfuscation, cloud-sheet primitives, and safe testing methodology. Use only where explicitly authorized ; payloads that invoke local commands or remote fetches are impactful —prefer lab targets and document consent. Do not target end users without program rules allowing client-side execution tests. 0. QUICK START Characters that may trigger formula evaluation when a c...
|
230 |
| 9239 | fastapi-microservices-serverless | mindrally/skills |
FastAPI Microservices Serverless You are an expert in building FastAPI microservices for serverless and cloud-native environments. Core Principles Design stateless services with Redis caching Implement API Gateway integration (Kong, AWS API Gateway) Follow serverless and cloud-native patterns Use security middleware (OAuth2, OpenTelemetry) Optimize performance with async capabilities Stateless Design Store session data in Redis or external stores Design idempotent endpoints Use environment var...
|
230 |
| 9240 | pretext-text-measurement | aradotso/trending-skills |
Pretext Text Measurement & Layout Skill by ara.so — Daily 2026 Skills collection. Pretext is a pure JavaScript/TypeScript library for fast, accurate, DOM-free multiline text measurement and layout. It avoids getBoundingClientRect and offsetHeight (which trigger expensive layout reflows) by implementing its own measurement logic using the browser's font engine as ground truth. Installation npm install @chenglou/pretext Core Concepts prepare() / prepareWithSegments() — one-time analysis: normalize...
|
230 |
| 9241 | career-ops-job-search | aradotso/trending-skills |
Career-Ops Job Search Pipeline Skill by ara.so — Daily 2026 Skills collection. Career-Ops turns Claude Code into a full job search command center. It evaluates offers with A-F scoring, generates ATS-optimized PDFs, scans 45+ company portals, and tracks everything in a single source of truth — all powered by Claude AI agents. Installation 1. Clone the repo git clone https://github.com/santifer/career-ops.git cd career-ops 2. Install Node dependencies (for PDF generation via Playwright) npm inst...
|
230 |
| 9242 | react-three-fiber | anthemflynn/ccmp |
@json-render/react-three-fiber React Three Fiber renderer for json-render. 19 built-in 3D components. Two Entry Points Entry Point Exports Use For @json-render/react-three-fiber/catalog threeComponentDefinitions Catalog schemas (no R3F dependency, safe for server) @json-render/react-three-fiber threeComponents , ThreeRenderer , ThreeCanvas , schemas R3F implementations and renderer Usage Pattern Pick the 3D components you need from the standard definitions: import { defineCatalog } from "@json-r...
|
229 |
| 9243 | git-clean-gone-branches | everyinc/compound-engineering-plugin |
Clean Gone Branches Delete local branches whose remote tracking branch has been deleted, including any associated worktrees. Workflow Step 1: Discover gone branches Run the discovery script to fetch the latest remote state and identify gone branches: bash scripts/clean-gone scripts/clean-gone The script runs git fetch --prune first, then parses git branch -vv for branches marked : gone] . If the script outputs __NONE__ , report that no stale branches were found and stop. Step 2: Present branches...
|
229 |
| 9244 | eve-manifest-authoring | incept5/eve-skillpacks |
Eve Manifest Authoring Keep the manifest as the single source of truth for build and deploy behavior. Minimal skeleton (v2) schema : eve/compose/v2 project : my - project registry : "eve" Use managed registry by default for Eve apps services : api : build : context : ./apps/api Build context directory dockerfile : Dockerfile Optional, defaults to context/Dockerfile image omitted by default; when build is present, Eve derives image name from service key ports : [ 3000 ] environment : NODE_ENV...
|
229 |
| 9245 | eve-bootstrap | incept5/eve-skillpacks |
Eve Bootstrap One skill that handles everything from zero to a working Eve project. It detects whether you're already authenticated and adapts: Already authenticated → skips to project setup Not authenticated → creates profile, requests access, waits for admin approval, auto-logs in, then sets up project Step 1: Check CLI eve --version If this fails, install the CLI first: npm install -g @anthropic/eve-cli Step 2: Create Profile Check if a profile already exists: eve profile list If no staging p...
|
229 |
| 9246 | attio | membranedev/application-skills |
Attio Attio is a CRM platform that allows users to build custom workspaces to manage their customer relationships. It's used by sales teams, account managers, and other professionals who need a flexible and collaborative way to track interactions and deals. Official docs: https://developer.attio.com/ Attio Overview Record Attribute List View User Workspace Automation Integration Use action names and parameters as needed. Working with Attio This skill uses the Membrane CLI to interact with Attio....
|
229 |
| 9247 | chemist-analyst | rysweet/amplihack |
Chemist Analyst Skill Purpose Analyze events through the disciplinary lens of chemistry, applying rigorous chemical principles (atomic theory, bonding, thermodynamics, kinetics), analytical methods (spectroscopy, chromatography, mass spectrometry), synthetic methodologies (organic, inorganic, organometallic synthesis), and subdiscipline frameworks (physical, organic, inorganic, analytical, biochemistry) to understand molecular structure, reaction mechanisms, material properties, and chemical tr...
|
229 |
| 9248 | model monitoring | aj-geddes/useful-ai-prompts |
Model Monitoring Overview Monitoring deployed machine learning models ensures they continue to perform well in production, detecting data drift, concept drift, and performance degradation. When to Use When models are deployed in production environments serving real users When detecting data drift or concept drift in input features When tracking model performance metrics over time When ensuring model reliability, accuracy, and operational health When implementing ML observability and alerting sys...
|
229 |
| 9249 | computer-scientist-analyst | rysweet/amplihack |
Computer Scientist Analyst Skill Purpose Analyze events through the disciplinary lens of computer science, applying computational theory (complexity, computability, information theory), algorithmic thinking, systems design principles, software engineering practices, and security frameworks to evaluate technical feasibility, assess scalability, understand computational limits, design efficient solutions, and identify systemic risks in computing systems. When to Use This Skill Technology Feasibi...
|
229 |
| 9250 | clinvar-database | davila7/claude-code-templates |
ClinVar Database Overview ClinVar is NCBI's freely accessible archive of reports on relationships between human genetic variants and phenotypes, with supporting evidence. The database aggregates information about genomic variation and its relationship to human health, providing standardized variant classifications used in clinical genetics and research. When to Use This Skill This skill should be used when: Searching for variants by gene, condition, or clinical significance Interpreting clin...
|
229 |