← Back to catalog
bg-szy

Author in the catalog

bg-szy

1,000 skills2,000 stars totalgithub.com/bg-szy

Published skills

Showing 48 of 7366

architecture-reference

2

Quick reference for Portfolio Buddy 2 project structure. Use for adding new features, modifying components, understanding data flow, or onboarding, detailing component hierarchy, hook patterns, and utility functions.

Design e Frontend#aiby bg-szy

sql-patterns

2

Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.

Dados e Análise#sqlby bg-szy

vulnerability-scanner

2

Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.

Segurança#aiby bg-szy

react-testing

2

Testing patterns for React with Jest and React Testing Library. Use when writing tests, mocking modules, testing Zustand stores, or debugging test failures in React web applications.

Desenvolvimento#ai#testby bg-szy

gws-gmail-watch

2

Gmail: Watch for new emails and stream them as NDJSON.

Pesquisa e Web#aiby bg-szy

python-design-patterns

2

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.

Desenvolvimento#pythonby bg-szy

bio-causal-genomics-mediation-analysis

2

Decompose genetic effects into direct and indirect paths through mediating variables using the mediation R package. Tests whether gene expression, methylation, or other molecular phenotypes mediate the effect of genetic variants on disease. Use when testing whether a molecular phenotype mediates the genotype-to-phenotype relationship.

Desenvolvimento#testby bg-szy

perl-patterns

2

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.

Design e Frontend#aiby bg-szy

flutter-animations

2

Comprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter apps: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping), and physics-based animati

Design e Frontend#aiby bg-szy

wordpress-penetration-testing

2

This skill should be used when the user asks to "pentest WordPress sites", "scan WordPress for vulnerabilities", "enumerate WordPress users, themes, or plugins", "exploit WordPress vulnerabilities", or "use WPScan". It provides comprehensive WordPress security assessment methodologies.

Segurança#test#wordby bg-szy

bio-metabolomics-xcms-preprocessing

2

XCMS3 workflow for LC-MS/MS metabolomics preprocessing. Covers peak detection, retention time alignment, correspondence (grouping), and gap filling. Use when processing raw LC-MS data into a feature table for untargeted metabolomics.

Dados e Análiseby bg-szy

task-estimation

2

Estimate software development tasks accurately using various techniques. Use when planning sprints, roadmaps, or project timelines. Handles story points, t-shirt sizing, planning poker, and estimation best practices.

Pesquisa e Webby bg-szy

TOP-SKILLS

2

全球最大的 Claude Code 技能聚合库 · 收录 3900+ 来自 12+ 来源的技能,提供在线搜索与趋势分析看板 / The world's largest Claude Code skill aggregation hub — 3900+ skills from 12+ sources with online search and trend dashboard

Pesquisa e Webby bg-szy

codebase-analysis

2

Systematically analyze codebase structure, complexity, dependencies, and architectural patterns to understand project organization

DevOps e Infraby bg-szy

bio-imaging-mass-cytometry-cell-segmentation

2

Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for nuclear and whole-cell segmentation. Use when extracting single-cell data from IMC or MIBI images after preprocessing.

Dados e Análiseby bg-szy

vue-router-best-practices

2

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

Design e Frontendby bg-szy

rest-patterns

2

A quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting.

Design e Frontend#apiby bg-szy

brand-assets-setup

2

Generates and deploys a complete brand asset pack for a Next.js App Router project. Scans the project, prints what to generate with exact specs, then imports and wires everything correctly.

DevOps e Infra#deployby bg-szy

minimal-run-and-audit

2

Trusted-lane execution and reporting skill for README-first AI repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment

Produtividade#ai#testby bg-szy

meeting-notes

2

Convert meeting discussions into clear, actionable notes with tasks, decisions, and follow-ups fo...

Produtividadeby bg-szy

web-artifacts-builder

2

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Design e Frontend#css#aiby bg-szy

torchdrug

2

PyTorch-native graph neural networks for molecules and proteins. Use when building custom GNN architectures for drug discovery, protein modeling, or knowledge graph reasoning. Best for custom model development, protein property prediction, retrosynthesis. For pre-trained models and diverse featurizers use deepchem; for benchmark datasets use pytdc.

Dados e Análise#aiby bg-szy

ai-product-photography

2

Generate professional AI product and commercial images using models like FLUX and Imagen 3, with capabilities for studio lighting, lifestyle scenes, and e-commerce photos for marketing and advertising.

Design e Frontend#aiby bg-szy

testing-patterns

2

Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.

Desenvolvimento#testby bg-szy

saga-orchestration

2

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight

Design e Frontend#aiby bg-szy

deployment-validation-config-validate

2

You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configurat

DevOps e Infra#deploy#testby bg-szy

bio-genome-assembly-assembly-qc

2

Assess genome assembly quality using QUAST for contiguity metrics and BUSCO for completeness. Essential for evaluating assembly success and comparing assemblers. Use when evaluating assembly completeness and quality.

Design e Frontendby bg-szy

github-pr-best-practices

2

Provides best practices for creating GitHub pull requests, covering conventional commits, PR formatting, and multi-language support (en/ja). Use when creating PRs, writing PR descriptions, or formatting commit messages.

Desenvolvimento#github#gitby bg-szy

ship

2

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", "merge and push", or "get it deployed". Proactively invoke this skill (do NOT push/PR directly) when the user says code is ready, asks about deploying, wants to push code up, or asks to create a PR. (gstack)

Desenvolvimento#deploy#aiby bg-szy

bio-single-cell-multimodal-integration

2

Analyze multi-modal single-cell data (CITE-seq, Multiome, spatial). Use when working with data that measures multiple modalities per cell like RNA + protein or RNA + ATAC. Use when analyzing CITE-seq, Multiome, or other multi-modal single-cell data.

Dados e Análiseby bg-szy

testing

2

Expert at Playwright E2E tests, Vitest unit tests, Storybook interaction tests. Use when writing tests, debugging test failures, or improving test coverage.

Desenvolvimento#ai#testby bg-szy

exploratory-data-analysis

2

Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data file to understand its structure, content, quality, and characteristics. Automatically detects file type and generates detailed markdown reports with format-specific analysis, quality metrics, and downstream analysis recommendations. Covers

Dados e Análise#ai#markdownby bg-szy

bio-vcf-basics

2

View, query, and understand VCF/BCF variant files using bcftools and cyvcf2. Use when inspecting variants, extracting specific fields, or understanding VCF format structure.

DevOps e Infraby bg-szy

bio-entrez-link

2

Find cross-database references between NCBI databases using Biopython Bio.Entrez (ELink). Use when navigating gene to protein/structure, sequence to publication, PubMed to GEO, BioProject to SRA runs, or discovering all link relationships for a record. Covers linkname semantics, cmd= variants, asymmetric link warnings, neighbor_history for >200 input IDs, and per-database link tables.

Dados e Análise#pythonby bg-szy

when-mapping-dependencies-use-dependency-mapper

2

Comprehensive dependency mapping, analysis, and visualization tool for software projects

Dados e Análiseby bg-szy

azure-cost

2

Unified Azure cost management: query historical costs, forecast future spending, and optimize to reduce waste.

Pesquisa e Webby bg-szy

multimodal-radpath-fusion-agent

2

AI-powered multimodal diagnostic fusion integrating radiology imaging (CT/MRI/PET), digital pathology (WSI), genomics, and clinical data for comprehensive cancer diagnosis and treatment planning.

Desenvolvimento#git#aiby bg-szy

ngx-hybrid-sales

2

Framework completo para venta de HYBRID. Use para calificar leads, preparar llamadas de venta, manejar objeciones y analizar pipeline.

DevOps e Infraby bg-szy

bio-phylo-tree-visualization

2

Draw and export phylogenetic trees using Biopython Bio.Phylo with matplotlib. Use when creating publication-quality tree figures, customizing colors and labels, or exporting to image formats.

Dados e Análise#pythonby bg-szy

libreoffice-impress

2

Use when creating, editing, formatting, or extracting LibreOffice Impress (.odp) presentations via UNO, including session-based slide edits, structured targets, lists, tables, charts, media, notes, master pages, patch workflows, and snapshots.

Documentosby bg-szy

cc-skill-continuous-learning

2

Development skill from everything-claude-code.

Pesquisa e Webby bg-szy

bio-crispr-screens-batch-correction

2

Batch effect correction for CRISPR screens. Covers normalization across batches, technical replicate handling, and batch-aware analysis. Use when combining screens from multiple batches or correcting systematic technical variation.

Pesquisa e Webby bg-szy

videodb

2

See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/ima

Design e Frontendby bg-szy

self-improvement

2

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring ta

Pesquisa e Web#ai#apiby bg-szy

bio-clip-seq-stamp-antibody-free

2

Profiles RNA-binding protein targets without antibody or UV crosslinking using STAMP (APOBEC1-RBP fusion, C-to-U editing), scSTAMP (single-cell), TRIBE/HyperTRIBE (ADAR-RBP, A-to-I editing), DART-seq (APOBEC1-YTH for m6A), or Bullseye/SAILOR edit-site detection pipelines. Use when antibody is unavailable or specificity is doubtful, when single-cell RBP profiling is needed (scSTAMP), or when in viv

DevOps e Infra#aiby bg-szy

treatment-plans

2

Generate concise (3-4 page), focused medical treatment plans in LaTeX/PDF format for all clinical specialties. Supports general medical treatment, rehabilitation therapy, mental health care, chronic disease management, perioperative care, and pain management. Includes SMART goal frameworks, evidence-based interventions with minimal text citations, regulatory compliance (HIPAA), and professional fo

Documentos#pdf#aiby bg-szy

happyhorse-1-0

2

Generate text-to-video with HappyHorse 1.0 on RunComfy. Documents HappyHorse 1.0's strengths (#1 on Artificial Analysis Video Arena, native 1080p with in-pass synchronized audio, multi-shot character consistency, 6-language prompt support), the duration / aspect-ratio / resolution schema, and when to route to Wan 2.7 / Seedance 2 / LTX 2 instead. Calls `runcomfy run happyhorse/happyhorse-1-0/text-

Documentosby bg-szy

tikzjax-diagramming

2

Create TikZ diagrams in Obsidian using TikZJax plugin. Use when visualizing geometric shapes, coordinate systems, game scenes, circuit diagrams, chemical structures, or complex technical drawings that require precise positioning.

Design e Frontendby bg-szy

Category alert

Get new Design e Frontend skills every Monday