A collection of Claude Skills from Posit
npx skills add https://github.com/posit-dev/skills --skill quarto-authoringInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
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.
General-purpose developer skills useful across any language, project type, or context.
Skills for GitHub pull request workflows — creating PRs, addressing review feedback, and resolving threads.
Skills for open-source R and Python package developers, streamlining common workflows like releases, changelogs, and contributor acknowledgments.
R package development skills for working with the r-lib ecosystem and modern R package workflows.
devtools::check(), including documentation standards, DESCRIPTION field formatting, and URL validationmirai_map(), Shiny integration, remote/HPC launchers, and migration from future/parallelSkills for writing ggsql queries — a grammar of graphics for SQL.
Skills for Shiny app development in both R and Python.
Skills for Quarto document creation and publishing.
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
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.
Install specific skill categories directly:
/plugin install posit-dev@posit-dev-skills
/plugin install github@posit-dev-skills
/plugin install open-source@posit-dev-skills
/plugin install ggsql@posit-dev-skills
/plugin install r-lib@posit-dev-skills
/plugin install shiny@posit-dev-skills
/plugin install quarto@posit-dev-skills
Each command installs all skills in that category.
For customization or offline use:
Clone this repository:
git clone https://github.com/posit-dev/skills.git
cd skills
Copy individual skills to your Claude Code skills directory:
cp -r open-source/release-post ~/.config/claude-code/skills/
Or install all skills from a category:
for skill in open-source/*/; do
cp -r "$skill" ~/.config/claude-code/skills/
done
Skills can be uploaded to Claude.ai following the Creating Custom Skills guide.
Use the Skills API to programmatically load and manage skills in your applications.
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.
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) |
| ggsql | ggsql query writing — a grammar of graphics for SQL |
| 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 |
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.
This repository is licensed under the MIT License. See LICENSE for details.
If you have questions or encounter issues, check the Claude Skills documentation or open an issue on GitHub.
Built with ❤️ + ☕ + 🤖 at Posit