Skip to content

Commit 612bb53

Browse files
committed
Clean up agent skills first draft
1 parent a0caf47 commit 612bb53

3 files changed

Lines changed: 4 additions & 204 deletions

File tree

.agents/skills/upgrading-stylelint-config/SKILL.md

Lines changed: 0 additions & 204 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
- Switch from `selector-class-pattern` to `scss/selector-class-pattern` to retain `resolveNestedSelectors` support (removed from built-in rule in Stylelint 17).
1414
- Experimental: new [upgrading stylelint AI skill](https://github.com/torchbox/stylelint-config-torchbox#agent-skills) to help automating upgrades of Stylelint and-or shared configurations.
1515

16+
Please **[share feedback about agent skills](https://github.com/torchbox/stylelint-config-torchbox/issues/49)** if you use this on projects!
17+
1618
### BREAKING CHANGES
1719

1820
The configuration now mandates stylelint v17. This release migrates to ESM (ECMAScript modules) and requires Node.js 20.19.0 or newer. See Stylelint's official [Migrating to 17.0.0](https://stylelint.io/migration-guide/to-17) documentation.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export default {
4747

4848
#### Agent skills
4949

50+
**This is new - please [share feedback about agent skills](https://github.com/torchbox/stylelint-config-torchbox/issues/49)** if you use this on projects!
51+
5052
This project ships an `upgrading-stylelint` agent skill for AI coding agents. It is meant for auditing or carrying out a Stylelint upgrade, including checking the upgrade path, reviewing migration guides, updating dependencies or config, running QA, and reporting follow-up work.
5153

5254
Install the project skills with [Vercel Lab’s Agent Skills](https://github.com/vercel-labs/agent-skills):

0 commit comments

Comments
 (0)