Skip to content

Commit ae828a7

Browse files
committed
chore: update README.md and settings.json for enhanced skill integration
- Updated the installation instructions for Impeccable in the README.md to include a command for adding it via npx. - Added new entries in settings.json for extra known marketplaces, including anthropic-agent-skills and trailofbits, to improve skill sourcing.
1 parent f0b3b6b commit ae828a7

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@
3434
"typescript-lsp@claude-plugins-official": true,
3535
"rust-analyzer-lsp@claude-plugins-official": true
3636
},
37+
"extraKnownMarketplaces": {
38+
"anthropic-agent-skills": {
39+
"source": {
40+
"source": "github",
41+
"repo": "anthropics/skills"
42+
}
43+
},
44+
"trailofbits": {
45+
"source": {
46+
"source": "github",
47+
"repo": "trailofbits/skills"
48+
}
49+
}
50+
},
3751
"alwaysThinkingEnabled": true,
3852
"effortLevel": "high",
3953
"skipDangerousModePermissionPrompt": true

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ It includes curated CLI tools installed via Homebrew, 9 Zellij layouts for diffe
7373

7474
The repo includes configs for AI coding tools — these are entirely optional and nothing else depends on them. Agent definitions are provided for [OpenCode](https://github.com/anomalyco/opencode), and assistant rules are included for Claude Code and Cursor.
7575

76-
For frontend design skills (`/audit`, `/polish`, `/critique`, `/animate`, `/frontend-design`, etc.), install [Impeccable](https://github.com/pbakaus/impeccable) separately into `~/.claude/skills/`.
76+
For frontend design skills (`/audit`, `/polish`, `/critique`, `/animate`, `/frontend-design`, etc.), install [Impeccable](https://impeccable.style/):
77+
78+
```bash
79+
npx skills add pbakaus/impeccable
80+
```
7781

7882
| Agent | Specialty | Invoke With |
7983
| :--- | :--- | :--- |

0 commit comments

Comments
 (0)