@brookmind/ai-toolkit 1.1.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +12 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # OpenCode AI Toolkit
1
+ # AI Toolkit
2
2
 
3
- A collection of agents, skills, and MCPs for OpenCode.
3
+ A collection of agents, skills, and MCPs for AI coding assistants.
4
4
 
5
5
  ## Quick Install
6
6
 
@@ -9,6 +9,7 @@ npx @brookmind/ai-toolkit
9
9
  ```
10
10
 
11
11
  The installer will:
12
+
12
13
  1. **Check if OpenCode is installed** - If not, it will offer to install it for you
13
14
  2. **Guide you through selecting**:
14
15
  - **Agents**: AI assistants for specific tasks
@@ -21,21 +22,25 @@ The installer will:
21
22
  ## What's Included
22
23
 
23
24
  ### Agents
25
+
24
26
  - `code-reviewer` - Expert code review for quality and security
25
27
  - `code-simplifier` - Simplifies and refines code for clarity and maintainability
26
28
 
27
29
  ### Skills
30
+
28
31
  - `github-cli` - GitHub operations (issues, PRs, releases)
29
32
  - `pdf-processing-pro` - Advanced PDF processing (OCR, tables, forms extraction)
30
33
  - `react-best-practices` - React performance optimization guidelines from Vercel Engineering
31
34
  - `skill-creator` - Create new skills
32
35
 
33
36
  ### MCPs
37
+
34
38
  - `context7` - Up-to-date library documentation
35
39
  - `expo-mcp` - Expo/React Native utilities
36
40
  - `figma-mcp` - Figma design integration (requires Figma Desktop app)
37
41
 
38
42
  ### Theme
43
+
39
44
  - `claude-vivid` - High-contrast theme with vivid colors inspired by Claude Code
40
45
  - Auto-installed for new OpenCode users
41
46
  - Optional for existing OpenCode users
@@ -69,22 +74,23 @@ After installation, some MCPs require API keys. Edit `~/.config/opencode/opencod
69
74
  To use GitHub Copilot with OpenCode, follow these steps:
70
75
 
71
76
  1. **Run the connect command** in OpenCode:
77
+
72
78
  ```
73
79
  /connect
74
80
  ```
75
-
81
+
76
82
  ![Step 1: Run /connect command](docs/images/github-copilot-step1.png)
77
83
 
78
84
  2. **Select GitHub Copilot** from the list of providers:
79
-
85
+
80
86
  ![Step 2: Select GitHub Copilot](docs/images/github-copilot-step2.png)
81
87
 
82
88
  3. **Copy the code and open the URL**: OpenCode will display a URL (`https://github.com/login/device`) and a code. Open the URL in your browser.
83
-
89
+
84
90
  ![Step 3: Get authorization URL and code](docs/images/github-copilot-step3.png)
85
91
 
86
92
  4. **Complete authorization**: On the GitHub Device Activation page, verify your account and click the green "Continue" button to authorize OpenCode to use your GitHub Copilot license.
87
-
93
+
88
94
  ![Step 4: Authorize on GitHub](docs/images/github-copilot-step4.png)
89
95
 
90
96
  That's it! GitHub Copilot will now be available as a provider in OpenCode.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brookmind/ai-toolkit",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "AI Toolkit installer for OpenCode - agents, skills, MCPs, and themes",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",