Skip to content

Commit e8cc6c4

Browse files
committed
Align per-skill links with the command table in the README
The separate link table made readers scan back and forth between commands and destinations. This change folds the skills.sh links into the command rows so each skill entry carries its own action link. Constraint: skills.sh links must point to real per-skill pages, not generic pack links Rejected: Keep a separate top-level links table | visually disconnected from the commands it belongs to Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep action links attached to the command rows; avoid reintroducing a second navigation table above the fold Tested: README content check; four per-skill skills.sh URLs return 200 Not-tested: GitHub table rendering on narrow mobile widths
1 parent a39a423 commit e8cc6c4

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<p>A small skill pack for auditing machine health, security posture, update hygiene, and developer-tool setup.</p>
55
</div>
66

7-
| Link | Open |
8-
| --- | --- |
9-
| `skills.sh` | [open](https://skills.sh/jasperdevs/computer-doctor) |
10-
| `GitHub` | [open](https://github.com/jasperdevs/computer-doctor) |
11-
| `License` | [open](./LICENSE) |
12-
137
## Install
148

159
```bash
@@ -30,12 +24,12 @@ npx skills add https://github.com/jasperdevs/computer-doctor --skill update-audi
3024

3125
## Commands
3226

33-
| Command | Use it for |
34-
| --- | --- |
35-
| `$computer-doctor` | A full machine review across security, startup behavior, performance, storage, software quality, updates, and developer tooling. |
36-
| `$security-scan` | Endpoint protection, firewall status, suspicious processes, persistence, autoruns, risky permissions, and obvious malware signals. |
37-
| `$devtools-audit` | PATH problems, shell setup, runtimes, SDKs, package managers, Git tooling, and dead or conflicting installs. |
38-
| `$update-audit` | OS updates, outdated apps, drivers where visible, runtimes, package managers, and better replacement choices. |
27+
| Command | Use it for | skills.sh |
28+
| --- | --- | --- |
29+
| `$computer-doctor` | A full machine review across security, startup behavior, performance, storage, software quality, updates, and developer tooling. | [open](https://skills.sh/jasperdevs/computer-doctor/computer-doctor) |
30+
| `$security-scan` | Endpoint protection, firewall status, suspicious processes, persistence, autoruns, risky permissions, and obvious malware signals. | [open](https://skills.sh/jasperdevs/computer-doctor/security-scan) |
31+
| `$devtools-audit` | PATH problems, shell setup, runtimes, SDKs, package managers, Git tooling, and dead or conflicting installs. | [open](https://skills.sh/jasperdevs/computer-doctor/devtools-audit) |
32+
| `$update-audit` | OS updates, outdated apps, drivers where visible, runtimes, package managers, and better replacement choices. | [open](https://skills.sh/jasperdevs/computer-doctor/update-audit) |
3933

4034
## Example
4135

0 commit comments

Comments
 (0)