mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 15:46:30 +03:00
Add skills subcommand and fix npm metadata
New `impeccable skills` CLI with three subcommands: - `skills help`: fetches and displays all 20 commands from the API - `skills install`: delegates to `npx skills add pbakaus/impeccable` - `skills update`: tries `npx skills update` first; if skills aren't managed by the skills CLI, downloads the universal bundle from impeccable.style and overwrites provider folders directly, with git-based modification detection and confirmation prompt Also fixes npm metadata: homepage -> impeccable.style, license -> Apache-2.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8d0e9de26d
commit
da8a59e981
+3
-1
@@ -9,6 +9,7 @@
|
||||
"bin/",
|
||||
"source/skills/critique/scripts/detect-antipatterns.mjs",
|
||||
"source/skills/critique/scripts/detect-antipatterns-browser.js",
|
||||
"lib/download-providers.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
@@ -29,7 +30,8 @@
|
||||
"html",
|
||||
"cli"
|
||||
],
|
||||
"license": "SEE LICENSE FILE",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://impeccable.style",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pbakaus/impeccable.git"
|
||||
|
||||
Reference in New Issue
Block a user