███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9751 | azure-functions | davila7/claude-code-templates |
Azure Functions Patterns Isolated Worker Model (.NET) Modern .NET execution model with process isolation Node.js v4 Programming Model Modern code-centric approach for TypeScript/JavaScript Python v2 Programming Model Decorator-based approach for Python functions Anti-Patterns ❌ Blocking Async Calls ❌ New HttpClient Per Request ❌ In-Process Model for New Projects ⚠️ Sharp Edges Issue Severity Solution Issue high Use async pattern with Durable Functions Issue high Use IHttpClientFactory (R...
|
214 |
| 9752 | workflow-orchestration-patterns | sickn33/antigravity-awesome-skills |
Workflow Orchestration Patterns Master workflow orchestration architecture with Temporal, covering fundamental design decisions, resilience patterns, and best practices for building reliable distributed systems. When to Use Workflow Orchestration Ideal Use Cases (Source: docs.temporal.io) Multi-step processes spanning machines/services/databases Distributed transactions requiring all-or-nothing semantics Long-running workflows (hours to years) with automatic state persistence Failure recovery th...
|
214 |
| 9753 | team-collaboration-standup-notes | sickn33/antigravity-awesome-skills |
Standup Notes Generator You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns. Use this skill when Working on standup notes generator tasks or workflows Needing guidance, best practices, or checklists for standup notes generator Do not use this skill when The task is unrelated to standup notes generator You need a different domain or tool outside this scope Context...
|
214 |
| 9754 | memory-safety-patterns | sickn33/antigravity-awesome-skills |
Memory Safety Patterns Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management. When to Use This Skill Writing memory-safe systems code Managing resources (files, sockets, memory) Preventing use-after-free and leaks Implementing RAII patterns Choosing between languages for safety Debugging memory issues Core Concepts 1. Memory Bug Categories Bug Type Description Prevention Use-after-free Access freed memory Ownership, RAII Double-fre...
|
214 |
| 9755 | aggregating-crypto-news | jeremylongshore/claude-code-plugins-plus-skills |
Aggregating Crypto News Overview This skill aggregates cryptocurrency news from 50+ authoritative sources using RSS feeds. It provides real-time news scanning with filtering by coin, category, time window, and relevance scoring. Key Capabilities: Multi-source aggregation from top crypto news sites Coin-specific filtering (BTC, ETH, SOL, etc.) Category filtering (DeFi, NFT, regulatory, exchange, etc.) Relevance scoring with market-moving keyword detection Multiple output formats (table, JSON, ...
|
214 |
| 9756 | create-skill-from-repo | hairyf/skills |
Create Skills from Repo Workflow for quickly producing a skill set from any repository and applying it in the project. Use when the user supplies <repo-url> and <skills-name> and there is no existing skill source for that framework or project (i.e. not in meta.ts submodules or vendors). When to Use User provides a repository URL and a desired skills name. No entry exists in meta.ts submodules or vendors for that project. Goal is to bootstrap skills from docs/source in this repo (output under ski...
|
214 |
| 9757 | zustand-store-ts | sickn33/antigravity-awesome-skills |
Zustand Store Create Zustand stores following established patterns with proper TypeScript types and middleware. Quick Start Copy the template from assets/template.ts and replace placeholders: {{StoreName}} → PascalCase store name (e.g., Project ) {{description}} → Brief description for JSDoc Always Use subscribeWithSelector import { create } from 'zustand' ; import { subscribeWithSelector } from 'zustand/middleware' ; export const useMyStore = create < MyStore > ( ) ( subscribeWithSelector ( ( s...
|
214 |
| 9758 | 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...
|
214 |
| 9759 | skill development | davila7/claude-code-templates |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
213 |
| 9760 | axiom-swiftui-animation-ref | charleswiltgen/axiom |
SwiftUI Animation Overview Comprehensive guide to SwiftUI's animation system, from foundational concepts to advanced techniques. This skill covers the Animatable protocol, the iOS 26 @Animatable macro, animation types, and the Transaction system. Core principle Animation in SwiftUI is mathematical interpolation over time, powered by the VectorArithmetic protocol. Understanding this foundation unlocks the full power of SwiftUI's declarative animation system. When to Use This Skill Implementing...
|
213 |
| 9761 | floor-plan | markdown-viewer/skills |
Floor Plan & Layout Generator Quick Start: Define room boundaries with walls → Add doors and windows → Place furniture from stencil library → Add dimensions and labels → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. Floor plan-specific additions: Check stencils/README....
|
213 |
| 9762 | semantic-release | terrylica/cc-skills |
Automate semantic versioning and release management using semantic-release v25+ (Node.js) following 2025 best practices. Works with all languages (JavaScript, TypeScript, Python, Rust, Go, C++, etc.) via the `@semantic-release/exec` plugin. Create shareable configurations for multi-repository setups, initialize individual projects with automated releases, and configure GitHub Actions workflows with OIDC trusted publishing. Important: This skill uses semantic-release (Node.js) exclusively, NOT p...
|
213 |
| 9763 | send-email | wangyendt/wayne-skills |
Send Email with Resend Overview Resend provides two endpoints for sending emails: Approach Endpoint Use Case Single POST /emails Individual transactional emails, emails with attachments, scheduled sends Batch POST /emails/batch Multiple distinct emails in one request (max 100), bulk notifications Choose batch when: Sending 2+ distinct emails at once Reducing API calls is important (by default, rate limit is 2 requests per second) No attachments or scheduling needed Choose single when: Send...
|
213 |
| 9764 | ecommerce-support | yangliu2060/smith--skills |
电商客服助手 AI 驱动的电商客服机器人,自动识别客户意图,处理订单查询、商品推荐、投诉工单等场景。 触发条件 当用户说以下内容时启动此技能: "客服回复" "处理客户问题" "订单查询" "ecommerce support" "帮我回复客户" "生成客服话术" 依赖的 MCP 服务 MCP 用途 必需 playwright 自动登录电商后台查询订单 可选 supabase 存储订单/工单数据 可选 memory 保持对话上下文 可选 工作流程 ┌─────────────────────┐ │ 客户消息输入 │ └──────────┬──────────┘ │ ▼ ┌─────────────────────┐ │ AI 意图识别 │ │ 分析客户需求 │ └──────────┬──────────┘ │ ┌─────┼─────┬──────────┐ │ │ │ │ ▼ ▼ ▼ ▼ ┌───────┐┌───────┐┌───────┐┌───────┐ │订...
|
213 |
| 9765 | matchms | davila7/claude-code-templates |
Matchms Overview Matchms is an open-source Python library for mass spectrometry data processing and analysis. Import spectra from various formats, standardize metadata, filter peaks, calculate spectral similarities, and build reproducible analytical workflows. Core Capabilities 1. Importing and Exporting Mass Spectrometry Data Load spectra from multiple file formats and export processed data: from matchms.importing import load_from_mgf, load_from_mzml, load_from_msp, load_from_json from matc...
|
213 |
| 9766 | benchling-integration | davila7/claude-code-templates |
Benchling Integration Overview Benchling is a cloud platform for life sciences R&D. Access registry entities (DNA, proteins), inventory, electronic lab notebooks, and workflows programmatically via Python SDK and REST API. When to Use This Skill This skill should be used when: Working with Benchling's Python SDK or REST API Managing biological sequences (DNA, RNA, proteins) and registry entities Automating inventory operations (samples, containers, locations, transfers) Creating or querying ...
|
213 |
| 9767 | geniml | davila7/claude-code-templates |
Geniml: Genomic Interval Machine Learning Overview Geniml is a Python package for building machine learning models on genomic interval data from BED files. It provides unsupervised methods for learning embeddings of genomic regions, single cells, and metadata labels, enabling similarity searches, clustering, and downstream ML tasks. Installation Install geniml using uv: uv uv pip install geniml For ML dependencies (PyTorch, etc.): uv uv pip install 'geniml[ml]' Development version from ...
|
213 |
| 9768 | umap-learn | davila7/claude-code-templates |
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. import umap fro...
|
213 |
| 9769 | risk-metrics-calculation | sickn33/antigravity-awesome-skills |
Risk Metrics Calculation Comprehensive risk measurement toolkit for portfolio management, including Value at Risk, Expected Shortfall, and drawdown analysis. When to Use This Skill Measuring portfolio risk Implementing risk limits Building risk dashboards Calculating risk-adjusted returns Setting position sizes Regulatory reporting Core Concepts 1. Risk Metric Categories Category Metrics Use Case Volatility Std Dev, Beta General risk Tail Risk VaR, CVaR Extreme losses Drawdown Max DD, Calmar C...
|
213 |
| 9770 | claude-speed-reader | sickn33/antigravity-awesome-skills |
Claude Speed Reader Overview -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP highlighting When to Use This Skill Use this skill when you need to work with -speed read claude's responses at 600+ wpm using rsvp with spritz-style orp highlighting. Instructions This skill provides guidance and patterns for -speed read claude's responses at 600+ wpm using rsvp with spritz-style orp highlighting. For more information, see the source repository .
|
213 |
| 9771 | session-handoff | davila7/claude-code-templates |
Handoff Creates comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves the long-running agent context exhaustion problem. Mode Selection Determine which mode applies: Creating a handoff? User wants to save current state, pause work, or context is getting full. Follow: CREATE Workflow below Resuming from a handoff? User wants to continue previous work, load context, or mentions an existing handoff. Follow: RESUME Workflow below Proactiv...
|
213 |
| 9772 | binary-analysis-patterns | sickn33/antigravity-awesome-skills |
Binary Analysis Patterns Comprehensive patterns and techniques for analyzing compiled binaries, understanding assembly code, and reconstructing program logic. Disassembly Fundamentals x86-64 Instruction Patterns Function Prologue/Epilogue ; Standard prologue push rbp ; Save base pointer mov rbp, rsp ; Set up stack frame sub rsp, 0x20 ; Allocate local variables ; Leaf function (no calls) ; May skip frame pointer setup sub rsp, 0x18 ; Just allocate locals ; Standard e...
|
213 |
| 9773 | agents-md-generator | madteacher/mad-agents-skills |
AGENTS.md Generator (Root + Nested, Portable) Goal Maintain small, high-signal AGENTS.md files: Root AGENTS.md — purpose of repository, navigation, universal toolchain, canonical commands, links to docs and skills. Nested AGENTS.md — module/package purpose, local commands, module references. Use progressive disclosure : keep AGENTS.md concise; push details to docs or skills. Skill location (agent-specific) Do NOT assume .agents/ or any fixed directory exists. Skills may live: inside the reposito...
|
213 |
| 9774 | typescript | dalestudy/skills |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
213 |
| 9775 | 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); ...
|
213 |
| 9776 | 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...
|
213 |
| 9777 | openrouter | bobmatnyc/claude-mpm-skills |
OpenRouter - Unified AI API Gateway Overview OpenRouter provides a single API to access 200+ language models from OpenAI, Anthropic, Google, Meta, Mistral, and more. It offers intelligent routing, streaming, cost optimization, and standardized OpenAI-compatible interface. Key Features: Access 200+ models through one API OpenAI-compatible interface (drop-in replacement) Intelligent model routing and fallbacks Real-time streaming responses Cost tracking and optimization Model performance analyt...
|
212 |
| 9778 | celery | bobmatnyc/claude-mpm-skills |
Celery: Distributed Task Queue Summary Celery is a distributed task queue system for Python that enables asynchronous execution of background jobs across multiple workers. It supports scheduling, retries, task workflows, and integrates seamlessly with Django, Flask, and FastAPI. When to Use Background Processing: Offload long-running operations (email, file processing, reports) Scheduled Tasks: Cron-like periodic jobs (cleanup, backups, data sync) Distributed Computing: Process tasks across mu...
|
212 |
| 9779 | 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 |
| 9780 | 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 |
| 9781 | 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 |
| 9782 | 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 |
| 9783 | 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 |
| 9784 | 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 |
| 9785 | 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 |
| 9786 | 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 |
| 9787 | 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 |
| 9788 | 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 |
| 9789 | 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 |
| 9790 | 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 |
| 9791 | 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 |
| 9792 | 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 |
| 9793 | 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 |
| 9794 | 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 |
| 9795 | 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 |
| 9796 | 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 |
| 9797 | 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 |
| 9798 | 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 |
| 9799 | 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 |
| 9800 | 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 |