Top Rated
The most starred skills loved by the community. Quality guaranteed!
stencil-atomic-design-system
by CoRLab-Tech
Use when building a Stencil.js design system with Atomic Design methodology, design tokens, theming support, and slot-based components. Implements a multi-client architecture with standardized patterns for atoms, molecules, organisms, and templates.
stenciljs-component-development
by CoRLab-Tech
Use when creating or modifying Stencil.js web components. Ensures components follow Stencil best practices, proper decorator usage, lifecycle methods, and TypeScript conventions.
find-skills-plus
by yinhui1984
Find agent skills by keyword and enrich results with descriptions. Use when a user asks to discover skills and wants more context than a raw list (e.g., descriptions or comparisons).
codex-test
by trahoangdev
"Use when working on the trahoangdev/codex-test repository, including setup, running the Next.js app, and making common edits."
openapi-typescript-sdk-generator
by timbenniks
Generate a production TypeScript SDK from an OpenAPI 3.0/3.1 spec (URL or local file), with human-friendly method names, interactive confirmation, and deterministic output. Use when the user wants a type-safe, fetch-based SDK or a drop-in client. Do not use for streaming/SSE/WebSockets or interactive OAuth flows.
browser-automation
by hienlh
Delegate browser automation tasks to a subagent to keep main context clean. Use this skill when you need to perform browser interactions (navigate, click, type, screenshot, etc.) without bloating the main agent's context window. Trigger phrases: "browser", "web page", "navigate to", "click on", "fill form", "screenshot", "test UI"
asdf-runtime-version-updater
by tylercannon
"Update language runtime versions in .tool-versions files (asdf) and propagate changes to Dockerfiles, GitHub Actions workflows, and other version-referencing files. Use when: (1) updating a project's language runtime version(s), (2) synchronizing versions across .tool-versions, Dockerfiles, and CI/CD configs, or (3) migrating to a new runtime version."
vue2-business-development
by levai
Vue 2 项目从规范到业务开发的完整工作流程,包括创建新业务模块、开发CRUD页面、实现业务功能、遵循项目规范等。适用于开发新功能、创建新模块、实现业务需求等场景。
pubmed-database
by Victory-Hugo
直接访问PubMed REST API。高级布尔/MeSH查询、E-utilities API、批量处理、引文管理。对于Python工作流,建议使用biopython (Bio.Entrez)。此技能适用于直接HTTP/REST操作或自定义API实现。
clinvar-database
by Victory-Hugo
查询NCBI ClinVar变异临床意义数据库。按基因/位置搜索,解释致病性分类,通过E-utilities API或FTP访问,注释VCF文件,用于基因组医学。
markitdown
by Victory-Hugo
"将文件和办公文档转换为 Markdown。支持 PDF、DOCX、PPTX、XLSX、图片(含 OCR)、音频(含转录)、HTML、CSV、JSON、XML、ZIP、YouTube 链接、EPub 等多种格式。"
treatment-plans
by Victory-Hugo
"以 LaTeX/PDF 格式生成简明(3–4 页)、聚焦且可执行的医学治疗计划,覆盖各临床专科。支持一般内外科治疗、康复治疗、心理健康照护、慢病管理、围手术期管理与疼痛管理。包含 SMART 目标框架、循证干预措施(以最少的文本引用呈现)、合规要求(HIPAA)以及专业排版。强调简洁与临床可操作性。"
scientific-schematics
by Victory-Hugo
"使用 Nano Banana Pro AI 创建可发表级别的科学示意图,并支持智能迭代优化。使用 Gemini 3 Pro 进行质量审查;仅当质量低于当前文档类型要求阈值时才会重新生成。专注于神经网络架构图、系统架构图、流程图、生物通路图以及复杂科学可视化图表。"
mech-interp
by Pranav-Karra-3301
Mechanistic interpretability skill for understanding neural network internals. Use when: (1) Working with TransformerLens, nnsight, or SAELens (2) Analyzing attention patterns, circuits, or features (3) Training or analyzing sparse autoencoders (SAEs) (4) Activation patching, logit lens, or direct logit attribution (5) Understanding model internals ("what is this head doing?") (6) Setting up a mech interp research project Triggers: "mech interp", "mechanistic interpretability", "TransformerLens", "SAE", "sparse autoencoder", "activation patching", "logit lens", "circuits", "features", "attention heads", "residual stream", "nnsight", "nnterp", "superposition", "polysemantic", "monosemantic", "ablation", "probing", "induction head"
ml-research
by Pranav-Karra-3301
Comprehensive skill for ML/AI research experiments and finetuning. Use when: (1) Setting up new ML research project ("create ML project", "init experiment") (2) Finetuning models ("finetune LLM", "adapt pretrained model", "LoRA", "QLoRA") (3) Training from scratch ("train model", "run experiment") (4) Debugging ML issues ("model not converging", "loss exploding", "GPU OOM") (5) Setting up experiment tracking ("add W&B", "setup MLflow") (6) Optimizing GPU usage ("batch size tuning", "memory optimization") (7) Creating visualizations ("plot training curves", "confusion matrix") (8) Auditing ML code ("check reproducibility", "review experiment") Triggers: "ML", "machine learning", "deep learning", "training", "finetuning", "PyTorch", "TensorFlow", "experiment", "GPU", "CUDA", "model", "neural network", "W&B", "MLflow", "reproducibility", "learning rate", "checkpoint", "epoch"
remotion-video-creator
by FluxA-Agent-Payment
Create animated videos using Remotion (React-based video framework). Use when the user wants to create demo videos, animated explainers, walkthroughs, or slideshow-style presentations from UI concepts, screenshots, or descriptions. Handles scene design, TypeScript component creation, spring-based animations, typewriter effects, and video export.
smart-pole-instructor
by zerotohero99
Use when a user provides a vague prompt and needs structured clarification to produce a precise master prompt.
nextfriday-code-style
by next-friday
Next Friday code style rules for formatting, structure, and readability. Use when writing functions, conditionals, or organizing code.
nextfriday-imports
by next-friday
Next Friday import rules for absolute paths, type imports, and date utilities. Use when adding import statements or working with modules.
nextfriday-naming
by next-friday
Next Friday naming conventions for variables, constants, files, hooks, and services. Use when writing or reviewing code that involves naming identifiers.
nextfriday-nextjs
by next-friday
Next Friday Next.js rules for environment variables and client components. Use when working with Next.js specific features.
nextfriday-react
by next-friday
Next Friday React/JSX patterns for components, props, and formatting. Use when writing React components or JSX code.
nextfriday-types
by next-friday
Next Friday TypeScript patterns for props, interfaces, and return types. Use when defining types or writing function signatures.
nextfriday-best-practices
by next-friday
Next Friday coding standards - naming conventions, code style, imports, types, React/JSX patterns, Next.js rules. Use when writing or reviewing TypeScript/React/Next.js code.