@supercode-sh/claude-install-mac 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,26 +1,89 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<strong>This package installs Supercode on macOS only.</strong><br>
|
|
3
|
+
Windows users should use <a href="https://www.npmjs.com/package/@supercode-sh/claude-install-win">@supercode-sh/claude-install-win</a>.
|
|
4
|
+
</p>
|
|
2
5
|
|
|
3
|
-
|
|
6
|
+
<p align="center">
|
|
7
|
+
<a href="https://supercode.sh/en">
|
|
8
|
+
<img src="https://cdn.supercode.sh/readme/codex/supercode-logo-rounded-1a5e66a4a9f9.png" alt="Supercode" width="320">
|
|
9
|
+
</a>
|
|
10
|
+
</p>
|
|
4
11
|
|
|
5
|
-
|
|
12
|
+
<h1 align="center">Supercode for Claude Desktop</h1>
|
|
6
13
|
|
|
7
|
-
|
|
14
|
+
<p align="center">
|
|
15
|
+
Make Claude Code smarter, more focused, and more efficient—without leaving Claude Desktop.
|
|
16
|
+
</p>
|
|
8
17
|
|
|
18
|
+
<p align="center">
|
|
19
|
+
<a href="https://www.npmjs.com/package/@supercode-sh/claude-install-mac"><img src="https://img.shields.io/npm/v/@supercode-sh/claude-install-mac?color=cbff00&label=npm" alt="npm version"></a>
|
|
20
|
+
<img src="https://img.shields.io/badge/platform-macOS-black" alt="macOS">
|
|
21
|
+
<a href="https://supercode.sh/en/how-it-works"><img src="https://img.shields.io/badge/docs-supercode.sh-ff4f81" alt="Documentation"></a>
|
|
22
|
+
</p>
|
|
23
|
+
|
|
24
|
+
<p align="center">
|
|
25
|
+
<a href="https://supercode.sh/en">Website</a> ·
|
|
26
|
+
<a href="https://supercode.sh/en/how-it-works">Documentation</a> ·
|
|
27
|
+
<a href="https://supercode.sh/en/pricing">Pricing</a> ·
|
|
28
|
+
<a href="https://supercode.sh/en/help">Support</a>
|
|
29
|
+
</p>
|
|
30
|
+
|
|
31
|
+
## A better agentic experience for Claude Code
|
|
32
|
+
|
|
33
|
+
Claude Code is already a powerful coding agent. Supercode adds focused instructions, reusable capabilities, and workflow controls that help it stay on track through real-world development work.
|
|
34
|
+
|
|
35
|
+
Spend less time repeating context and workflow requirements. Give Claude clearer guidance for the task at hand. Turn recurring development patterns into capabilities you can use again. Keep the experience inside Claude Desktop instead of adding another agent window.
|
|
36
|
+
|
|
37
|
+
The result is a smoother workflow with less setup, fewer repeated instructions, and more attention available for the code and decisions that matter.
|
|
38
|
+
|
|
39
|
+
## Install
|
|
40
|
+
|
|
41
|
+
### Requirements
|
|
42
|
+
|
|
43
|
+
- macOS
|
|
44
|
+
- Claude Desktop
|
|
9
45
|
- Node.js 18 or newer
|
|
10
46
|
|
|
11
|
-
|
|
47
|
+
Open Claude Desktop, then run:
|
|
12
48
|
|
|
13
49
|
```sh
|
|
14
50
|
npx -y @supercode-sh/claude-install-mac@latest
|
|
15
51
|
```
|
|
16
52
|
|
|
17
|
-
|
|
53
|
+
Installation is local and does not ask for your Claude credentials. When setup is complete, reopen Claude Desktop to activate Supercode.
|
|
54
|
+
|
|
55
|
+
## What you get
|
|
56
|
+
|
|
57
|
+
### 🎯 Focused Instructions
|
|
58
|
+
|
|
59
|
+
Give Claude useful guidance at the right point in a task without manually repeating the same setup in every prompt. Keep project conventions, task intent, and workflow expectations easier to apply consistently.
|
|
60
|
+
|
|
61
|
+
### 🧩 Reusable Capabilities
|
|
62
|
+
|
|
63
|
+
Bring purpose-built actions and tools into Claude Code for the development workflows you use repeatedly. Package specialized behavior once, then make it available when a task needs it.
|
|
64
|
+
|
|
65
|
+
### 🛡️ Workflow Guardrails
|
|
66
|
+
|
|
67
|
+
Add lightweight controls around important actions so recurring checks and project rules do not depend on memory alone. Guide Claude while preserving its normal coding workflow.
|
|
68
|
+
|
|
69
|
+
### ✨ Native Claude Experience
|
|
70
|
+
|
|
71
|
+
Use Supercode controls and purpose-built presentations inside Claude Desktop. Keep your existing projects, conversations, and familiar Claude Code interface while adding the capabilities that help your workflow.
|
|
72
|
+
|
|
73
|
+
## Built for everyday development
|
|
74
|
+
|
|
75
|
+
Supercode is designed for long implementation sessions, large repositories, multi-step features, specialized work, and repeatable team workflows. Features remain visible and controllable in Claude Desktop, so you can choose what helps for the task at hand.
|
|
76
|
+
|
|
77
|
+
## Learn more
|
|
78
|
+
|
|
79
|
+
- [Explore all Supercode features](https://supercode.sh/en/how-it-works)
|
|
80
|
+
- [Browse agent workflows](https://supercode.sh/en/how-it-works/workflows)
|
|
81
|
+
- [Get installation help or report a problem](https://supercode.sh/en/help)
|
|
82
|
+
|
|
83
|
+
## About Supercode
|
|
18
84
|
|
|
19
|
-
|
|
85
|
+
[Supercode](https://supercode.sh/en) builds a more capable agentic layer for modern coding tools. Our goal is simple: help developers get better results from the agents they already use, with less context waste and less micromanagement.
|
|
20
86
|
|
|
21
|
-
|
|
22
|
-
- [Documentation](https://supercode.sh/en/how-it-works)
|
|
23
|
-
- [Support](https://supercode.sh/en/help)
|
|
24
|
-
- [Windows package](https://www.npmjs.com/package/@supercode-sh/claude-install-win)
|
|
87
|
+
---
|
|
25
88
|
|
|
26
89
|
Anthropic and Claude are trademarks of Anthropic PBC. Supercode is an independent product and is not affiliated with, endorsed by, or sponsored by Anthropic.
|