Official Claude Code skills for the Tidymodels ecosystem, organized by audience.
-
Browse the documentation: Visit tidymodels.github.io/skills for complete guides and examples
-
Install through Claude Code marketplace:
# Add the marketplace /plugin marketplace add tidymodels/skills # Install developer skills /plugin install tidymodels-developers@tidymodels-skills # Install user skills (when available) /plugin install tidymodels-users@tidymodels-skills
-
Start using skills: Activate skills in Claude Code to get AI assistance for Tidymodels development
This repository contains two categories of skills:
Skills for creating and extending Tidymodels packages:
- Building custom yardstick metrics
- Creating recipes preprocessing steps
- Contributing to Tidymodels packages
Documentation: tidymodels.github.io/skills/developers Browse: developers/README.md
Skills for using Tidymodels in data analysis and modeling:
- Tabular data machine learning workflows
- Model training, tuning, and evaluation
- Feature engineering with recipes
Documentation: tidymodels.github.io/skills/users Browse: users/README.md
Choose Developer Skills if you are:
- Creating a new R package that extends Tidymodels
- Contributing code to Tidymodels core packages
- Building custom metrics, models, or preprocessing steps
Choose User Skills if you are:
- Analyzing data with Tidymodels
- Building predictive models
- Learning Tidymodels workflows
Full documentation is available at tidymodels.github.io/skills, including:
- Getting started guides
- Comprehensive skill references
- Code examples and patterns
- Best practices
We welcome contributions! See CONTRIBUTING.md for guidelines on:
- Reporting issues
- Suggesting new skills
- Contributing code
- Improving documentation
This project is licensed under the MIT License - see the LICENSE file for details.
- Tidymodels - Official Tidymodels website
- Yardstick - Model performance metrics
- Recipes - Preprocessing tools
- Claude Code - AI-powered coding assistant
- Tidymodels Community - GitHub organization
Maintained by the Tidymodels team | Report an issue