posit-dev

46 mods across 6 repositories, 2.6k stars between them.

port-from-bslib

01

posit-dev/py-shiny

Skill Claude CodeCodex

Comprehensive guide for porting UI components from R's bslib package to py-shiny. Use this skill when: (1) User asks to "port this feature" or "port a component" and mentions bslib or links to a bslib PR (e.g., github.com/rstudio/bslib/pull/...), (2) Porting a new component from bslib to py-shiny, (3) Adding a new…

1.8k 2d ago A 174 tokens original MIT

py-shiny-release

02

posit-dev/py-shiny

Skill Claude CodeCodex

Walk through the full Shiny for Python release train interactively, phase by phase. Use when the user says "release", "start a release", "py-shiny release", "release train", or wants to publish new versions of py-shiny and its ecosystem packages (py-htmltools, py-shinyswatch, py-shinywidgets, shinylive, py-shinylive…

1.8k 2d ago A 122 tokens original MIT

sub-issue

03

posit-dev/py-shiny

Skill Claude CodeCodex

Manage GitHub sub-issues using the gh CLI (v2.94.0+). Use when the user asks to create, list, add, or remove sub-issues (child issues) from a parent issue.

1.8k 2d ago A 49 tokens original MIT

posit-dev/py-shiny

Instructions file GitHub Copilot

Instructions for posit-dev/py-shiny, covering github copilot instructions for py-shiny, 1. project overview, key principles, documentation and 2. repository structure.

1.8k 2d ago A 5,124 tokens original MIT

py-shiny CLAUDE.md

05

posit-dev/py-shiny

Instructions file

Instructions for posit-dev/py-shiny, covering claude.md, development commands, essential commands, install dev dependencies (requires python 3.10+) and format code (always run before committing).

1.8k 2d ago A 1,995 tokens original MIT

shiny-for-python

06

posit-dev/py-shiny

Skill Claude CodeCodex

Building, styling, testing, debugging, or observing a Shiny for Python (py-shiny) reactive web app - from shiny import ..., shiny run app.py. Index skill: read this, then open the linked reference for the task. Covers dashboard design and visual QA; card toolbars and accessible icons; interactive Plotly charts and…

1.8k 2d ago A 209 tokens original MIT

posit-dev-skills

07

posit-dev/skills

Plugin Claude Code

Plugin marketplace listing 8 plugins: posit-dev, github, open-source, r-lib, ggsql.

487 4d ago A tokens not measured original MIT

skills CLAUDE.md

08

posit-dev/skills

Instructions file

Instructions for posit-dev/skills, covering claude.md, what this repository is, utility script, requires uv and or.

487 4d ago A 856 tokens original MIT

alt-text

09

posit-dev/skills

Skill Claude CodeCodex

Generate and improve accessible alt text for data visualizations and images in R packages and Quarto documents. Use when the user wants to add, improve, or audit alt text for figures in a pkgdown site or .qmd files. Activate for requests that mention fig-alt, fig.alt, figure descriptions, or alt text in the context of…

487 4d ago A 79 tokens original MIT

brand-yml

10

posit-dev/skills

Skill Claude CodeCodex

Create and use brand.yml files for consistent branding across Shiny apps and Quarto documents. Covers: (1) Creating new brand.yml files, (2) Applying to Shiny (R and Python), (3) Using in Quarto, (4) Modifying existing files, and (5) Troubleshooting. Includes complete specifications and integration guides.

487 4d ago A 76 tokens original MIT

deploy-to-connect

11

posit-dev/skills

Skill Claude CodeCodex

Deploy or publish Python and R content to a Posit Connect server using rsconnect-python or the R rsconnect package. Handles interactive apps and dashboards, web APIs, rendered documents, and prepared bundles/manifests. Use whenever the user asks to deploy, publish, or redeploy content to Posit Connect, or mentions…

487 4d ago A 81 tokens original MIT

ggsql

12

posit-dev/skills

Skill Claude CodeCodex

Write ggsql queries — a grammar of graphics for SQL. Use when the user wants to create, modify, or understand a ggsql visualization query.

487 4d ago A 33 tokens original MIT

pr-create

13

posit-dev/skills

Skill Claude CodeCodex

Creates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes. Activate when the user says "create pr", "make a pr", "open pull request", "submit pr", "pr for these changes", or wants to get their current work into a reviewable PR. Assumes the project uses git, is hosted on…

487 4d ago A 112 tokens original MIT

pr-threads-address

14

posit-dev/skills

Skill Claude CodeCodex

Address PR review feedback by systematically working through every unresolved PR review thread on the current branch's PR - analyze each comment, make the requested code changes (with tests where useful), commit, and optionally reply and resolve.

487 4d ago A 48 tokens original MIT

pr-threads-resolve

15

posit-dev/skills

Skill Claude CodeCodex

Bulk resolve unresolved PR review threads on the current branch’s PR — typically after threads have been addressed manually or via /pr-threads-address.

487 4d ago A 33 tokens original MIT

posit-dev/skills

Skill Claude CodeCodex

Create a release checklist and GitHub issue for an R package. Use when the user asks to "create a release checklist" or "start a release" for an R package.

487 4d ago A 41 tokens original MIT

maintainer-decline

17

posit-dev/skills

Skill Claude CodeCodex

Guide for drafting issue closure and decline responses as an open-source package maintainer. Use when helping compose a reply that says "no" to a feature request, closes an issue as won't-fix, redirects a user to a different package, explains why a design choice is intentional, or otherwise declines or closes a…

487 4d ago A 101 tokens original MIT

release-post

18

posit-dev/skills

Skill Claude CodeCodex

Create professional package release blog posts following Tidyverse or Shiny blog conventions. Use when the user needs to: (1) Write a release announcement blog post for an R or Python package for tidyverse.org or shiny.posit.co, (2) Transform NEWS/changelog content into blog format, (3) Generate acknowledgments…

487 4d ago A 113 tokens original MIT

posit-dev/skills

Skill Claude CodeCodex

Rigorously review code or pull requests for correctness, security, accessibility, maintainability, tests, and edge cases. Use when users request a critical code review, want a guided walkthrough of findings, need implementer-facing feedback, or want to prepare, create, or submit a GitHub pull request review.

487 4d ago A 67 tokens original MIT

describe-design

20

posit-dev/skills

Skill Claude CodeCodex

Research a codebase and create architectural documentation describing how features or systems work. Use when the user asks to: (1) Document how a feature works, (2) Create an architecture overview, (3) Explain code structure for onboarding or knowledge transfer, (4) Research and describe a system's design. Produces…

487 4d ago A 83 tokens original MIT

implement

21

posit-dev/skills

Skill Claude CodeCodex

Orchestrates implementation of a plan file by delegating work to subagents in parallel. Verifies git branch state, tracks progress, and ensures high-quality implementation. Invoke with a plan file path and optional model override: /implement plans/my-plan.md [--model sonnet].

487 4d ago A 58 tokens original MIT

new-work

22

posit-dev/skills

Skill Claude CodeCodex

Create and manage todo tracking documents for features, bugs, and multi-step tasks. Use when starting new work that benefits from a persistent record of decisions, progress, and context.

487 4d ago A 38 tokens original MIT

review-testing

23

posit-dev/skills

Skill Claude CodeCodex

Review test code for quality, design, and completeness after implementing a feature or fixing a bug. Use when the user asks to "review my tests", "check my test quality", "are these tests good enough", "review testing", or after completing a feature implementation that includes tests. Also use when tests feel brittle…

487 4d ago A 82 tokens original MIT

working-on

24

posit-dev/skills

Skill Claude CodeCodex

Set a tracking document as the source of truth for the current feature or task. Use when starting work on a feature, bug fix, or multi-step task that benefits from a persistent record of decisions, discoveries, and progress. Keeps the document updated as work proceeds.

487 4d ago A 56 tokens original MIT