Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: AI & models

9,019 results · page 141 of 301

  • chip-seqSkillAI & models

    ChIP-seq peak calling and downstream interpretation with MACS3, signal track export, annotation, motif analysis, and differential binding review.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • comparative-genomicsSkillAI & models

    Workflow for orthology, synteny, ancestral reconstruction, and evolutionary comparison across genomes.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • copy-numberSkillAI & models

    Workflow for copy-number estimation, segmentation, annotation, and visualization in sequencing-based assays.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • epitranscriptomicsSkillAI & models

    Workflow for RNA modification analysis such as m6A peak calling, differential modification, and transcript-level visualization.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • frappe-agent-architectSkillAI & models

    Use when designing multi-app Frappe architectures, deciding whether to split functionality into separate apps, or implementing cross-app communication patterns. Prevents monolithic app sprawl, circular dependencies between apps, and broken override chains. Covers multi-app architecture decisions, ap

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-agent-migratorSkillAI & models

    Use when migrating a Frappe app between major versions, detecting breaking API changes, or resolving post-migration errors. Prevents failed migrations from undetected deprecated APIs, removed methods, and changed function signatures. Covers breaking change detection v14-v15-v16, deprecated API mappi

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-errors-clientscriptsSkillAI & models

    Use when debugging or preventing errors in Frappe Client Scripts. Prevents TypeError, frappe.call failures, async/await mistakes, cur_frm vs frm confusion, field not found, child table access errors, timing issues, CSRF token errors, and permission denied on frappe.call. Covers error diagnosis flowc

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-impl-clientscriptsSkillAI & models

    Use when implementing client-side form features in Frappe/ERPNext: field visibility, cascading filters, calculated fields, custom buttons, server calls, form validation, child table logic, debugging. Covers step-by-step workflows from Setup > Client Script through migration to custom app JS. Keyword

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-impl-customappSkillAI & models

    Use when building a custom Frappe app from scratch. Covers bench new-app walkthrough, app structure decisions, adding DocTypes, hooks, patches, fixtures management, development workflow (bench migrate, build, clear-cache), testing, packaging, installing on another site, version management, and app d

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-impl-workspaceSkillAI & models

    Use when creating or customizing Workspace pages in Frappe v14-v16. Covers Workspace DocType structure, shortcuts, number cards, dashboard charts, custom HTML blocks, JSON content format, shipping workspaces with custom apps, and role-based access control. Prevents common mistakes with content/child

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-ops-benchSkillAI & models

    Use when running bench commands, managing sites, configuring multi-tenancy, or setting up domains. Prevents misconfigured bench environments, broken site routing, and DNS mismatches. Covers bench CLI commands, site creation, bench init, multi-tenancy setup, DNS-based routing, common-site-config. Key

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-ops-frontend-buildSkillAI & models

    Use when configuring frontend asset bundling, migrating from build.json (v14) to esbuild (v15+), or troubleshooting SCSS/CSS compilation. Prevents build failures from mixing v14 and v15 build systems and misconfigured asset pipelines. Covers esbuild configuration (v15+), build.json (v14), asset bund

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-ops-upgradesSkillAI & models

    Use when upgrading Frappe/ERPNext between major versions (v14 to v15, v15 to v16), troubleshooting failed migrations, or planning rollback. Prevents broken upgrades from skipped patches, incompatible customizations, and missing pre-upgrade checks. Covers version upgrade paths, bench update, migrate

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-syntax-customappSkillAI & models

    Use when building Frappe custom apps from scratch. Covers app structure, pyproject.toml configuration, module creation, patches, and fixtures for v14/v15/v16. Prevents common mistakes with app scaffolding and module organization. Keywords: custom app, bench new-app, pyproject.toml, patches, fixtures

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-syntax-doctypesSkillAI & models

    Use when creating or modifying DocType JSON definitions, choosing fieldtypes, configuring naming rules, adding child tables, or setting up tree structures. Prevents invalid DocType configurations from wrong fieldtype choices, broken naming rules, and misconfigured child table links. Covers DocType J

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-syntax-whitelistedSkillAI & models

    Use when creating Frappe Whitelisted Methods (Python API endpoints) for v14/v15/v16. Covers @frappe.whitelist() decorator, frappe.call/frm.call invocations, permission checks, error handling, response formats, and client-server communication. Keywords: whitelisted, API endpoint, frappe.call, frm.cal

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • frappe-testing-unitSkillAI & models

    Use when writing unit tests, integration tests, creating test fixtures, or running tests with bench run-tests. Prevents flaky tests from missing fixtures, incorrect test isolation, and wrong test base classes. Covers frappe.tests.utils, IntegrationTestCase, UnitTestCase, test fixtures, bench run-tes

    Ready to connect★ 178

    github.com/impertio-studio/frappe_claude_skill_package178 stars

    View details
  • gene-regulatory-networksSkillAI & models

    Workflow for regulatory network inference, regulon scoring, perturbation-aware comparison, and network visualization.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • genome-assemblySkillAI & models

    Workflow for de novo assembly, scaffolding, polishing, contamination review, and assembly QC.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • hi-c-3d-genomicsSkillAI & models

    Workflow for Hi-C and related 3D genomics analyses including compartments, loops, TADs, differential contacts, and visualization.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • imaging-mass-cytometrySkillAI & models

    Workflow for multiplexed imaging or IMC segmentation, phenotyping, and spatial summarization.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • long-read-genomicsSkillAI & models

    Workflow for nanopore or PacBio long-read QC, alignment, polishing, methylation-aware analysis, and structural variant discovery.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • machine-learning-for-omicsSkillAI & models

    Workflow for predictive modeling, biomarker discovery, survival modeling, and explainability over omics-derived features.

    Ready to connect★ 178

    github.com/biotender-max/awesome-bio-agent-skills178 stars

    View details
  • matlab-coach-debuggingSkillAI & models

    Use when tutoring a learner through MATLAB debugging, error interpretation, failed tests, incorrect outputs, array-shape problems, indexing mistakes, function argument issues, or code repair practice. Use for guided debugging sessions, debugging drills, teach-the-agent critique, and evidence-based M

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details
  • matlab-coach-programmingSkillAI & models

    Use when an AI tutor session concerns MATLAB programming concepts, MATLAB syntax, MATLAB errors, MATLAB code style, MATLAB projects, or MATLAB toolbox workflows.

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details
  • matlab-create-mcq-practiceSkillAI & models

    Use when creating, asking, grading, or explaining multiple choice questions for MATLAB programming practice, concept checks, quizzes, or tutoring exercises.

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details
  • matlab-evaluate-tutor-qualitySkillAI & models

    Use when reviewing, auditing, scoring, or improving a real or synthetic MATLAB AI tutor transcript, tutoring prompt, generated lesson, exercise, feedback sequence, or skill behavior for MATLAB accuracy, active learning, assignment guardrails, feedback quality, debugging support, transfer prompts, an

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details
  • matlab-generate-courseSkillAI & models

    Interview an instructor and generate a complete MATLAB and Simulink enabled course in IMS Common Cartridge format. Use when the user asks to create a MATLAB course, Simulink course, MATLAB and Simulink curriculum, MATLAB Course Designer-ready course shell, Common Cartridge course package, .imscc exp

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details
  • matlab-generate-grader-assessmentsSkillAI & models

    Generate MATLAB Grader assessment item sets. Use when the user asks to create MATLAB Grader assessment items, generate MATLAB assessment materials, build MATLAB homework assessment items, QTI 3 portable assessment items, or mentions "grader assessment items". Produces complete assessment item folder

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details
  • matlab-plan-course-adoptionSkillAI & models

    Use when an instructor asks for a setup guide, adoption guide, planning guide, implementation checklist, prerequisite check, MATLAB Course Designer course structure plan, Common Cartridge workflow, Simulink starter and solution model planning, LMS import plan, or starter prompt for creating a MATLAB

    Ready to connect★ 178

    github.com/matlab/agent-skills-playground178 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

54,764 of the 55,196 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI