搜索

搜索结果

3790 results for "ai skills"

karpathy-guidelines

karpathy-guidelines

192Kcode-generation

减少常见大语言模型编码错误的行为指南。在编写、审查或重构代码时使用,以避免过度复杂化、进行精准修改、明确假设并定义可验证的成功标准。

multica-ai avatarmultica-ai
获取
git-guardrails-claude-code

git-guardrails-claude-code

189Kwriting-content

设置 Claude Code 钩子,在执行前阻止危险的 git 命令(push、reset --hard、clean、branch -D 等)。当用户希望防止破坏性 git 操作、添加 git 安全钩子或在 Claude Code 中阻止 git push/reset 时使用。

mattpocock avatarmattpocock
获取
constraint-driven-development

constraint-driven-development

91Ktesting-qa

Establishes a project's quality bar as a written contract and stops agents quietly lowering it. Interviews the user on which dimensions matter, supplies sane default thresholds when they have no number in mind, records everything in CONSTRAINTS.md, and watches the diff for a weakened bar — new @ts-ignore or eslint-disable suppressions, skipped or deleted tests, assertions stripped out, unimplemented stubs, thresholds edited down. Use when no quality bar is written down, when the user says "set up constraints" or "define our standards", when an agent keeps silencing checks or skipping tests to get to green, when you need a coverage or performance threshold and don't know what number to pick, or when an agent writes more code than anyone will read.

addyosmani avataraddyosmani
获取
domain-name-brainstormer

domain-name-brainstormer

68Kagent-workflows

为您的项目生成创意域名,并检查多个顶级域名(.com、.io、.dev、.ai 等)的可用性。节省数小时的头脑风暴和手动检查时间。

composiohq avatarcomposiohq
获取
tailored-resume-generator

tailored-resume-generator

68Kmarketing-seo

分析职位描述并生成量身定制的简历,突出相关经验、技能和成就,以最大化面试机会

composiohq avatarcomposiohq
获取
learn-agent-skills

learn-agent-skills

55Kagent-workflows

Focused interactive tutor for the Agent Skills Engineering path in AI Engineering from Scratch. Start or resume this route when a learner wants to create, discover, invoke, secure, evaluate, package, or port Agent Skills. Teaches one lesson per invocation and records evidence in AGENT-SKILLS-LEARNING.md.

rohitg00 avatarrohitg00
获取
ai-product

ai-product

47Ktesting-qa

Every product will be AI-powered. The question is whether you'll

sickn33 avatarsickn33
获取
plaid-fintech

plaid-fintech

47Ktesting-qa

Expert patterns for Plaid API integration including Link token

sickn33 avatarsickn33
获取
voice-ai-development

voice-ai-development

47Kagent-workflows

Expert in building voice AI applications - from real-time voice

sickn33 avatarsickn33
获取
code-documentation-code-explain

code-documentation-code-explain

46Ktesting-qa

You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels.

sickn33 avatarsickn33
获取
daily-news-report

daily-news-report

46Kagent-workflows

Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.

sickn33 avatarsickn33
获取
blockchain-developer

blockchain-developer

46Ksecurity

Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations.

sickn33 avatarsickn33
获取
ai-engineer

ai-engineer

46Kresearch-knowledge

Build production-ready LLM applications, advanced RAG systems, and intelligent agents. Implements vector search, multimodal AI, agent orchestration, and enterprise AI integrations.

sickn33 avatarsickn33
获取
events

events

46Kagent-workflows

When the user wants to plan, run, sponsor, speak at, or get pipeline from events — webinars, conferences, trade shows, meetups, dinners, workshops, virtual summits, or user conferences. Also use when the user mentions 'event marketing,' 'field marketing,' 'run a webinar,' 'webinar funnel,' 'show-up rate,' 'should we sponsor,' 'sponsor a conference,' 'trade show booth,' 'booth strategy,' 'event ROI,' 'badge scans,' 'event follow-up,' 'speaking slot,' 'CFP,' 'conference talk,' 'host a dinner,' 'user conference,' or 'virtual summit.' Covers all four roles: hosting, sponsoring/exhibiting, speaking, and attending. For product launch moments, see launch. For the partnership side of joint webinars, see co-marketing. For ongoing community programs, see community-marketing. For podcast appearances, see public-relations. For the email sequences themselves, see emails.

coreyhaines31 avatarcoreyhaines31
获取
multi-agent-brainstorming

multi-agent-brainstorming

46Kagent-workflows

Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation.

sickn33 avatarsickn33
获取
tailwind-patterns

tailwind-patterns

46Kfrontend

Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.

sickn33 avatarsickn33
获取
ai-agents-architect

ai-agents-architect

46Kprompting-reasoning

设计并构建自主AI代理的专家。精通工具使用、记忆系统、规划策略和多代理编排。

sickn33 avatarsickn33
获取
bulk-rnaseq

bulk-rnaseq

46Kresearch-knowledge

End-to-end bulk RNA-seq orchestrator — takes raw FASTQ reads through QC and trimming (FastQC, fastp/Trim Galore), alignment and quantification (STAR, Salmon, featureCounts), assembles a gene-level counts matrix, then hands off to differential expression (pydeseq2), pathway/GSEA enrichment (pathway-enrichment), and publication figures (scientific-visualization). Use whenever the user has bulk RNA-seq reads or quant output and wants a complete, reproducible differential-expression workflow — e.g. "analyze my RNA-seq", "FASTQ to DESeq2", "run nf-core/rnaseq", "STAR/Salmon quantification", "build a counts matrix for DESeq2", or "go from reads to differentially expressed genes and enriched pathways". Routes between an nf-core/rnaseq (Nextflow) path and a standalone STAR/Salmon path, and covers experimental design, strandedness, and QC gates. For single-cell RNA-seq use the scanpy skill instead.

k-dense-ai avatark-dense-ai
获取
pathway-enrichment

pathway-enrichment

46Kresearch-knowledge

Run pathway and gene-set enrichment analysis on gene lists or ranked gene data, then interpret the results. Use whenever the user has a set of genes (differentially expressed genes from PyDESeq2/Scanpy, CRISPR-screen hits, cluster marker genes, proteomics hits) and wants to know which biological pathways, GO terms, or gene sets are over-represented or enriched. Covers over-representation analysis (ORA / Enrichr / Fisher / hypergeometric), ranked Gene Set Enrichment Analysis (GSEA / preranked), single-sample scoring (ssGSEA/GSVA), and functional profiling via gseapy, g:Profiler, Enrichr libraries, MSigDB, GO, KEGG, Reactome, and WikiPathways — plus gene-ID mapping, choosing the right background universe, multiple-testing correction, redundancy reduction, dotplots/enrichment maps, and publication-ready tables. Use this for "pathway analysis", "enrichment analysis", "GO enrichment", "KEGG/Reactome pathways", "GSEA", "over-representation", "functional annotation", or "what pathways are my genes in".

k-dense-ai avatark-dense-ai
获取
tailwind-design-system

tailwind-design-system

46Kfrontend

Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.

sickn33 avatarsickn33
获取
pacsomatic

pacsomatic

45Ktesting-qa

Operator toolkit for nf-core/pacsomatic matched tumor-normal workflows from BAM inputs. Use this skill when the user needs to validate run inputs, generate pacsomatic-compliant samplesheets, prepare reproducible Nextflow launch artifacts, run locally or submit to schedulers (LSF/Slurm/PBS/SGE), and triage execution failures. Triggers on requests to run pacsomatic, prepare launch commands/scripts, perform dry-run checks, or troubleshoot pipeline startup and scheduler submission errors.

k-dense-ai avatark-dense-ai
获取
liteparse

liteparse

45Kresearch-knowledge

Local document and PDF parsing that returns spatial text with bounding boxes. Use for extracting text from PDFs, DOCX, Office files, and images; running OCR on scans; producing layout-preserved JSON for RAG; batch-ingesting folders of papers; or rendering pages to PNG for multimodal agents. Distinguishing capabilities are per-token bounding boxes, page raster output, and fully local processing with no cloud API.

k-dense-ai avatark-dense-ai
获取
brainstorming

brainstorming

45Kresearch-knowledge

Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration.

sickn33 avatarsickn33
获取
bids

bids

45Kresearch-knowledge

Use this skill when working with Brain Imaging Data Structure (BIDS) datasets: organizing neuroscience and biomedical data (MRI, EEG, MEG, iEEG, PET, microscopy, NIRS, motion capture, EMG, MR spectroscopy, behavioral), querying BIDS layouts, validating compliance, converting DICOM to BIDS, writing metadata sidecars, or creating BIDS derivatives.

k-dense-ai avatark-dense-ai
获取