Add native Cursor marketplace plugin packaging (#776)

* Add native Cursor marketplace plugin packaging

AI assistance: Codex, under maintainer direction.

* Document verified Cursor plugin installation and smoke tests

AI assistance: Codex, under maintainer direction.

* Fix Cursor plugin sync for license changes

AI assistance: Codex, under maintainer direction.
This commit is contained in:
Paul Bakaus
2026-09-07 11:50:15 -07:00
committed by GitHub
parent 4957fd7069
commit 8b39f41949
69 changed files with 20080 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "impeccable",
"version": "4.2.2",
"description": "Design and refine interfaces with Impeccable skills, specialist agents, and design checks.",
"author": {
"name": "Renaissance Geek, Inc."
},
"homepage": "https://impeccable.style",
"repository": "https://github.com/pbakaus/impeccable",
"license": "Apache-2.0",
"keywords": [
"design",
"frontend",
"accessibility",
"ui",
"ux"
],
"logo": "assets/icon.png",
"skills": "./skills/",
"agents": "./agents/",
"hooks": "./hooks/hooks.json"
}