Skip to content

Commit a39a423

Browse files
committed
Trim the README to keep the first screen focused on install and links
The previous revision still carried explanatory copy and verification details the user did not want. This follow-up removes the extra paragraphs, makes the default install path add the full pack, and replaces the inline link row with a compact table that uses an explicit open column. Constraint: Keep the README limited to assets and links that still exist after the cuts Rejected: Keep evals and verification references in collapsed sections | still adds clutter the user explicitly asked to remove Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep top-of-file metadata lean; if more links return later, add them to the link table instead of restoring prose or badge rows Tested: README content check for removed sections; local LICENSE path exists; skills.sh link returns 200 Not-tested: GitHub-rendered table layout after push
1 parent 9ec672b commit a39a423

1 file changed

Lines changed: 8 additions & 25 deletions

File tree

README.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,28 @@
22
<img src="./computerdoctor-v2.png" alt="computer-doctor graphic" width="220" />
33
<h1>computer-doctor</h1>
44
<p>A small skill pack for auditing machine health, security posture, update hygiene, and developer-tool setup.</p>
5-
<p>
6-
<a href="https://skills.sh/jasperdevs/computer-doctor">skills.sh</a>
7-
·
8-
<a href="./evals/README.md">evals</a>
9-
·
10-
<a href="./evals/sample-outputs.md">sample outputs</a>
11-
·
12-
<a href="./LICENSE">MIT</a>
13-
</p>
145
</div>
156

16-
`computer-doctor` gives you one broad machine-audit skill and three focused follow-ups. It is designed for inspection-first reviews: gather evidence, separate confirmed issues from suspicion, and recommend next steps without pretending to be a native security product.
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) |
1712

1813
## Install
1914

2015
```bash
21-
npx skills add https://github.com/jasperdevs/computer-doctor --skill computer-doctor
16+
npx skills add https://github.com/jasperdevs/computer-doctor --all
2217
```
2318

24-
Install `computer-doctor` when you want the broad pass first. If you already know you want the whole pack, use `--all`.
25-
2619
<details>
27-
<summary>Install the focused skills or the full pack</summary>
20+
<summary>Install one skill at a time</summary>
2821

2922
```bash
23+
npx skills add https://github.com/jasperdevs/computer-doctor --skill computer-doctor
3024
npx skills add https://github.com/jasperdevs/computer-doctor --skill security-scan
3125
npx skills add https://github.com/jasperdevs/computer-doctor --skill devtools-audit
3226
npx skills add https://github.com/jasperdevs/computer-doctor --skill update-audit
33-
npx skills add https://github.com/jasperdevs/computer-doctor --all
3427
```
3528

3629
</details>
@@ -55,13 +48,3 @@ $computer-doctor audit this machine for security gaps, startup drag, storage pre
5548
5649
> [!IMPORTANT]
5750
> This repository ships prompt skills, not a native scanner. Results depend on the agent's permissions, the available host tools, and the evidence it can collect on the machine.
58-
59-
## Verification
60-
61-
```bash
62-
node scripts/verify-pack.mjs
63-
```
64-
65-
That script checks pack discovery through the `skills` CLI and confirms that each expected skill can be installed on its own.
66-
67-
See [evals/README.md](./evals/README.md) for the quality bar and [evals/sample-outputs.md](./evals/sample-outputs.md) for example report shapes.

0 commit comments

Comments
 (0)