Skip to content

Add a skill for rushstack#5613

Merged
octogonz merged 5 commits intomicrosoft:mainfrom
L-Qun:skills
Feb 11, 2026
Merged

Add a skill for rushstack#5613
octogonz merged 5 commits intomicrosoft:mainfrom
L-Qun:skills

Conversation

@L-Qun
Copy link
Contributor

@L-Qun L-Qun commented Feb 8, 2026

Previously, we wanted AI Agents to better understand RushStack knowledge and best practices, so we open-sourced Rush rules: https://github.com/microsoft/rushstack/blob/main/.cursor/rules/rush.mdc.

This helps Agents better understand RushStack related best practices. Generally, this would be added to the system prompt as a one-time inclusion, which means wasting a lot of context. And the best answer to this problem has emerged — Skills.

Skills were recently proposed by Claude and have become very popular. So I decided to open-source the RushStack skill so that it can better help AI agents work within a Rush monorepo

license: MIT
metadata:
author: rushstack
version: "1.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a CHANGELOG.md in this folder. It's apparently not part of the "skills" standard, but it seems like a major oversight, which we can expect them to correct eventually. 😊

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Also, we should find a way to publish skills to a package system like NPM. Otherwise, how do we designate which Git commit is "published" versus "not ready for usage yet"? How do you efficiently fetch skills without hammering github.com? How does an enterprise review them? There's lots of important reasons why nobody installs TypeScript libraries directly from github.com.)

@octogonz octogonz merged commit 1e81c81 into microsoft:main Feb 11, 2026
6 checks passed
@github-project-automation github-project-automation bot moved this from Needs triage to Closed in Bug Triage Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

2 participants