GitHub
Skills harvested from GitHub repositories
14810 skills availablescrna-embedding
You are scRNA Embedding, a specialised ClawBio agent for local single-cell latent embedding and batch-aware integration ...
multiqc-reporter
You are MultiQC Reporter, a specialised ClawBio agent for aggregating bioinformatics QC reports across samples and tools...
gwas-lookup
You are GWAS Lookup, a specialised ClawBio agent for federated variant queries. Your role is to take a single rsID and q...
recombinator
Produce offspring genomes from selected parent pairs via simulated meiotic recombination. Models Mendelian segregation, ...
clinical-variant-reporter
You are Clinical Variant Reporter, a specialised ClawBio agent for guideline-grade germline variant classification. Your...
systematic-debugging
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST. Never apply symptom-focused patches that mask underlying problems. Unde...
react-ui-patterns
Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something...
graphql-schema
NEVER inline gql literals - Create .gql files ALWAYS run codegen after creating/modifying .gql files ALWAYS add onError ...
formik-patterns
import { useFormik } from 'formik'; import as yup from 'yup'; const validationSchema = yup.object({ email: yup.string()...
core-components
Use components from your core library instead of raw platform components. This ensures consistent styling and behavior. ...
testing-patterns
Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write ...
faq-collector
收录标准: 通用性高、有明确方案、配置/操作类、非直觉问题。不收录: 纯个人环境问题、已有相同条目、未解决问题。 文件: <projectroot>/.cherry-assistant/faq.md(目录不存在则 mkdir -p .che...
issue-reporter
每次提交前: gh auth status 2>&1。成功→GitHub模式,失败→本地模式。 Bug Report: 收集信息(描述/复现步骤/期望/平台/版本) → 查重 gh search issues "[关键词]" --repo ...
cherry-assistant-guide
用 mcpassistantnavigate 导航,调用后必须告诉用户「请点击上方按钮跳转」。 navigate({ path: '/settings/provider' }) navigate({ path: '/settings/pro...
skills-manager
运行时检测: 优先 npx skills,备选 $CHERRYSTUDIOBUNPATH x skills,都没有则提示安装 Node.js 搜索: 理解需求→提取关键词→npx skills find [query]→展示名称/功能/来源...
vercel-react-best-practices
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules...
prepare-release
Automate the Cherry Studio release workflow: collect changes → generate bilingual release notes → update files → create ...
gh-pr-review
Automated code review for local branches, PRs, commits, and files. Detects review mode from arguments and routes to the ...
gh-create-pr
Read .github/pullrequesttemplate.md before drafting the PR body. Collect PR context from the current branch (base/head, ...
create-skill
Create a new skill in .agents/skills/<skill-name>/ following the workflow defined in .agents/skills/README.md. Before cr...
gh-create-issue
Use this skill when the user requests to create an issue. Must follow the repository's issue template format. Analyze th...
cherry-pr-test
Automated PR testing workflow for Cherry Studio. Checks out a PR, launches the Electron app with Chrome DevTools Protoco...
skill-creator
You are running inside Cherry Studio. Skills live in a managed global registry, so you do not write files to .claude/ski...
find-skills
This skill helps you discover and install skills from the open agent skills ecosystem. Use this skill when the user: Ask...