IDE Extensionsclaude-codeclaude-code-pluginclaude-skills
Installation
# Add to your Claude Code skills
git clone https://github.com/posit-dev/skills
README.md
Posit Claude Skills
A collection of Claude Skills from Posit!
Claude Skills extend Claude's capabilities with specialized knowledge and workflows. Skills are automatically activated by Claude based on your task and can be used in Claude.ai, Claude Code, or via the Claude API. Learn more at the Claude Skills documentation.
Available Skills
Posit Developer
General-purpose developer skills useful across any language, project type, or context.
critical-code-reviewer - Conduct rigorous, adversarial code reviews identifying security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code
describe-design - Research a codebase and create architectural documentation describing how features or systems work, with Mermaid diagrams and stable code references suitable for humans and AI agents
GitHub
Skills for GitHub pull request workflows — creating PRs, addressing review feedback, and resolving threads.
pr-create - Creates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes
pr-threads-address - Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
151,568
create-release-checklist - Create a release checklist and GitHub issue for an R package, with automatic version calculation and customizable checklist generation
release-post - Create professional package release blog posts following Tidyverse or Shiny blog conventions, with support for both R and Python packages
R Package Development
R package development skills for working with the r-lib ecosystem and modern R package workflows.
testing-r-packages - Best practices for writing R package tests using testthat 3+, including test structure, expectations, fixtures, snapshots, mocking, and BDD-style testing
cli - Comprehensive guidance for using the cli R package for command-line interface styling, semantic messaging, and user communication with inline markup, progress indicators, and theming
cran-extrachecks - Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(), including documentation standards, DESCRIPTION field formatting, and URL validation
lifecycle - Manage R package lifecycle according to tidyverse principles using the lifecycle package, covering deprecation workflows, function/argument renaming, superseding, and experimental stages
r-package-development - R package development with devtools, testthat, and roxygen2, covering key commands, coding conventions, testing, documentation, and NEWS.md practices
mirai - Async, parallel, and distributed computing in R using mirai, covering explicit dependency passing, daemon setup, parallel mapping with mirai_map(), Shiny integration, remote/HPC launchers, and migration from future/parallel
Shiny
Skills for Shiny app development in both R and Python.
brand-yml - Create and apply brand.yml files for consistent styling across Shiny apps, with support for bslib (R) and ui.Theme (Python), including automatic brand discovery and theming functions for plots and tables
shiny-bslib - Build modern Shiny dashboards using bslib with Bootstrap 5 layouts, cards, value boxes, navigation, theming, and modern inputs. Includes migration guide from legacy Shiny patterns
shiny-bslib-theming - Comprehensive theming for Shiny apps using bslib, covering bs_theme(), Bootswatch themes, custom colors, typography, Bootstrap Sass variables, custom Sass/CSS rules, dark mode, dynamic theming, and R plot theming
Quarto
Skills for Quarto document creation and publishing.
brand-yml - Create and apply brand.yml files for consistent styling across Quarto projects, supporting HTML documents, dashboards, RevealJS presentations, Typst PDFs, and websites with automatic brand discovery and theme layering
authoring - Comprehensive guidance for Quarto document authoring and R Markdown migration. Write new Quarto documents with best practices, convert R Markdown files, migrate bookdown/blogdown/xaringan/distill projects, and use Quarto-specific features like hashpipe syntax, cross-references, callouts, and extensions
quarto-alt-text - Generate accessible alt text for figures in Quarto documents using Amy Cesal's three-part formula (chart type, data description, key insight). Supports code-generated plots and static images
Installation
Using npx skills add (Any Agent)
Install skills from this repository into any supported coding agent (Claude Code, Codex, Cursor, Cline, and many more) using the npx skills add CLI:
# List available skills without installing
npx skills add posit-dev/skills --list
# Install skills via an interactive menu
npx skills add posit-dev/skills --all
# Install specific skills by category name
npx skills add posit-dev/skills --skill cli --skill lifecycle
# Install to Claude Code only, globally
npx skills add posit-dev/skills --agent claude-code --global
Claude Code
Method 1: Add Marketplace
Add this repository as a plugin marketplace in Claude Code:
/plugin marketplace add posit-dev/skills
Then browse and install the skill categories you need through the Claude Code UI.
Use the Skills API to programmatically load and manage skills in your applications.
Using Skills
Once installed, Claude will automatically activate relevant skills based on your task. You don't need to explicitly invoke them.
For example, with the release-post skill installed:
You: Help me write a release post for dplyr 1.2.0
Claude: I'll help you create a release post. First, let me gather some information...
Claude will use the skill's knowledge to guide you through creating a properly formatted release post.
Skill Categories
This repository organizes skills into categories to make it easier to find and install skills relevant to your work:
| Category | Description |
| --------------- | ----------------------------------------------------------- |
| posit-dev | General-purpose developer skills (code review, architecture docs) |
| github | GitHub PR workflows (create PRs, address review threads, resolve threads) |
| open-source | Open-source R/Python package workflows (releases, changelogs) |
| r-lib | R package development with the r-lib ecosystem |
| shiny | Shiny app development and deployment (R and Python) |
| quarto | Quarto document creation and publishing |
Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines on creating new skills.
We highly recommend using Anthropic's skill-creator skill to help you build high-quality skills. Skills should be grouped together by category, but the category groups are flexible. Feel free to propose new categories as needed.
License
This repository is licensed under the MIT License. See LICENSE for details.