opencode-skills-collection 2.0.80 → 2.0.82
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/bundled-skills/.antigravity-install-manifest.json +2 -1
- package/bundled-skills/docs/contributors/skill-anatomy.md +12 -0
- package/bundled-skills/docs/contributors/skill-template.md +3 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/mmx-cli/SKILL.md +193 -0
- package/bundled-skills/zipai-optimizer/SKILL.md +58 -19
- package/package.json +1 -1
- package/skills_index.json +23 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-04-
|
|
3
|
+
"updatedAt": "2026-04-14T19:18:15.869Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -846,6 +846,7 @@
|
|
|
846
846
|
"ml-engineer",
|
|
847
847
|
"ml-pipeline-workflow",
|
|
848
848
|
"mlops-engineer",
|
|
849
|
+
"mmx-cli",
|
|
849
850
|
"mobile-design",
|
|
850
851
|
"mobile-developer",
|
|
851
852
|
"mobile-security-coder",
|
|
@@ -113,6 +113,18 @@ tools: [claude, cursor, gemini]
|
|
|
113
113
|
---
|
|
114
114
|
```
|
|
115
115
|
|
|
116
|
+
#### `license` *(optional)*
|
|
117
|
+
- **What it is:** SPDX license identifier for the upstream source material
|
|
118
|
+
- **Format:** A valid SPDX expression (e.g. `MIT`, `Apache-2.0`, `CC-BY-4.0`)
|
|
119
|
+
- **Example:** `license: MIT`
|
|
120
|
+
- **When to use:** Declare when `source_repo` points to material under a known license. Omitting it signals "license not verified" to downstream tooling.
|
|
121
|
+
|
|
122
|
+
#### `license_source` *(optional)*
|
|
123
|
+
- **What it is:** Direct URL to the upstream license file
|
|
124
|
+
- **Format:** Full URL string
|
|
125
|
+
- **Example:** `license_source: "https://github.com/owner/repo/blob/main/LICENSE"`
|
|
126
|
+
- **When to use:** Include alongside `license:` so automated tooling can verify the claim. If the upstream repo has no LICENSE file, omit this field.
|
|
127
|
+
|
|
116
128
|
### Source-credit contract
|
|
117
129
|
|
|
118
130
|
- External GitHub-derived skills should declare both `source_repo` and `source_type`.
|
|
@@ -10,6 +10,9 @@ date_added: "YYYY-MM-DD"
|
|
|
10
10
|
author: your-name-or-handle
|
|
11
11
|
tags: [tag-one, tag-two]
|
|
12
12
|
tools: [claude, cursor, gemini]
|
|
13
|
+
# Optional: declare the upstream license if source_repo is set
|
|
14
|
+
# license: "MIT"
|
|
15
|
+
# license_source: "https://github.com/owner/repo/blob/main/LICENSE"
|
|
13
16
|
---
|
|
14
17
|
|
|
15
18
|
# Skill Title
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.
|
|
3
|
+
description: "Use antigravity-awesome-skills with Jetski/Cortex without hitting context-window overflow with 1.410+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,1.
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,1.410+ skills
|
|
7
7
|
|
|
8
8
|
This guide shows how to integrate the `antigravity-awesome-skills` repository with an agent based on **Jetski/Cortex + Gemini** (or similar frameworks) **without exceeding the model context window**.
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ Never do:
|
|
|
23
23
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
24
24
|
- re-inject the entire library for **every** request.
|
|
25
25
|
|
|
26
|
-
With over 1,1.
|
|
26
|
+
With over 1,1.410 skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -20,7 +20,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
|
|
|
20
20
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
21
21
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
22
22
|
|
|
23
|
-
This pattern avoids context overflow when you have 1,
|
|
23
|
+
This pattern avoids context overflow when you have 1,410+ skills installed.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -6,7 +6,7 @@ This document keeps the repository's GitHub-facing discovery copy aligned with t
|
|
|
6
6
|
|
|
7
7
|
Preferred positioning:
|
|
8
8
|
|
|
9
|
-
> Installable GitHub library of 1,
|
|
9
|
+
> Installable GitHub library of 1,410+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
|
|
10
10
|
|
|
11
11
|
Key framing:
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ Key framing:
|
|
|
20
20
|
|
|
21
21
|
Preferred description:
|
|
22
22
|
|
|
23
|
-
> Installable GitHub library of 1,
|
|
23
|
+
> Installable GitHub library of 1,410+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
|
|
24
24
|
|
|
25
25
|
Preferred homepage:
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Preferred homepage:
|
|
|
28
28
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
|
-
- use a clean preview image that says `1,
|
|
31
|
+
- use a clean preview image that says `1,410+ Agentic Skills`;
|
|
32
32
|
- mention Claude Code, Cursor, Codex CLI, and Gemini CLI;
|
|
33
33
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
34
34
|
|
|
@@ -69,7 +69,7 @@ For manual updates, you need:
|
|
|
69
69
|
The update process refreshes:
|
|
70
70
|
- Skills index (`skills_index.json`)
|
|
71
71
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
72
|
-
- All 1,
|
|
72
|
+
- All 1,410+ skills from the skills directory
|
|
73
73
|
|
|
74
74
|
## When to Update
|
|
75
75
|
|
|
@@ -12,7 +12,7 @@ Install the library into Claude Code, then invoke focused skills directly in the
|
|
|
12
12
|
|
|
13
13
|
## Why use this repo for Claude Code
|
|
14
14
|
|
|
15
|
-
- It includes 1,
|
|
15
|
+
- It includes 1,410+ skills instead of a narrow single-domain starter pack.
|
|
16
16
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
17
17
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
18
18
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,410+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 1,
|
|
21
|
+
- **Domain expertise** across 1,410+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -14,7 +14,7 @@ If you came in through a **Claude Code** or **Codex** plugin instead of a full l
|
|
|
14
14
|
|
|
15
15
|
When you ran `npx antigravity-awesome-skills` or cloned the repository, you:
|
|
16
16
|
|
|
17
|
-
✅ **Downloaded 1,
|
|
17
|
+
✅ **Downloaded 1,410+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
18
18
|
✅ **Made them available** to your AI assistant
|
|
19
19
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
20
20
|
|
|
@@ -34,7 +34,7 @@ Bundles are **curated groups** of skills organized by role. They help you decide
|
|
|
34
34
|
|
|
35
35
|
**Analogy:**
|
|
36
36
|
|
|
37
|
-
- You installed a toolbox with 1,
|
|
37
|
+
- You installed a toolbox with 1,410+ tools (✅ done)
|
|
38
38
|
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
39
39
|
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
|
40
40
|
|
|
@@ -212,7 +212,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
212
212
|
|
|
213
213
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
214
214
|
|
|
215
|
-
Don't try to use all 1,
|
|
215
|
+
Don't try to use all 1,410+ skills at once. Here's a sensible approach:
|
|
216
216
|
|
|
217
217
|
If you want a tool-specific starting point before choosing skills, use:
|
|
218
218
|
|
|
@@ -343,7 +343,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
343
343
|
|
|
344
344
|
### "Can I load all skills into the model at once?"
|
|
345
345
|
|
|
346
|
-
No. Even though you have 1,
|
|
346
|
+
No. Even though you have 1,410+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
347
347
|
|
|
348
348
|
The intended pattern is:
|
|
349
349
|
|
|
@@ -34,7 +34,7 @@ antigravity-awesome-skills/
|
|
|
34
34
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
35
35
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
36
36
|
│
|
|
37
|
-
├── 📁 skills/ ← 1,
|
|
37
|
+
├── 📁 skills/ ← 1,410+ skills live here
|
|
38
38
|
│ │
|
|
39
39
|
│ ├── 📁 brainstorming/
|
|
40
40
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -47,7 +47,7 @@ antigravity-awesome-skills/
|
|
|
47
47
|
│ │ └── 📁 2d-games/
|
|
48
48
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
49
49
|
│ │
|
|
50
|
-
│ └── ... (1,
|
|
50
|
+
│ └── ... (1,410+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,410+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
201
|
│ ├── 📁 brainstorming/ │
|
|
202
202
|
│ ├── 📁 stripe-integration/ │
|
|
203
203
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
204
|
+
│ └── ... (1,410+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mmx-cli
|
|
3
|
+
description: "Use mmx to generate text, images, video, speech, and music via the MiniMax AI platform. Use when the user wants to create media content, chat with MiniMax models, perform web search, or manage MiniMax API resources from the terminal."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "https://github.com/MiniMax-AI/cli"
|
|
6
|
+
date_added: "2026-04-14"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# MiniMax CLI — Agent Skill Guide
|
|
10
|
+
|
|
11
|
+
Use `mmx` to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform.
|
|
12
|
+
|
|
13
|
+
## Prerequisites
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
# Install
|
|
17
|
+
npm install -g mmx-cli
|
|
18
|
+
|
|
19
|
+
# Auth (OAuth persists to ~/.mmx/credentials.json, API key persists to ~/.mmx/config.json)
|
|
20
|
+
mmx auth login --api-key sk-xxxxx
|
|
21
|
+
|
|
22
|
+
# Verify active auth source
|
|
23
|
+
mmx auth status
|
|
24
|
+
|
|
25
|
+
# Or pass per-call
|
|
26
|
+
mmx text chat --api-key sk-xxxxx --message "Hello"
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Region is auto-detected. Override with `--region global` or `--region cn`.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Agent Flags
|
|
34
|
+
|
|
35
|
+
Always use these flags in non-interactive (agent/CI) contexts:
|
|
36
|
+
|
|
37
|
+
| Flag | Purpose |
|
|
38
|
+
|---|---|
|
|
39
|
+
| `--non-interactive` | Fail fast on missing args instead of prompting |
|
|
40
|
+
| `--quiet` | Suppress spinners/progress; stdout is pure data |
|
|
41
|
+
| `--output json` | Machine-readable JSON output |
|
|
42
|
+
| `--async` | Return task ID immediately (video generation) |
|
|
43
|
+
| `--dry-run` | Preview the API request without executing |
|
|
44
|
+
| `--yes` | Skip confirmation prompts |
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Commands
|
|
49
|
+
|
|
50
|
+
### text chat
|
|
51
|
+
|
|
52
|
+
Chat completion. Default model: `MiniMax-M2.7`.
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
mmx text chat --message <text> [flags]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
# Single message
|
|
60
|
+
mmx text chat --message "user:What is MiniMax?" --output json --quiet
|
|
61
|
+
|
|
62
|
+
# Multi-turn with system prompt
|
|
63
|
+
mmx text chat \
|
|
64
|
+
--system "You are a coding assistant." \
|
|
65
|
+
--message "user:Write fizzbuzz in Python" \
|
|
66
|
+
--output json
|
|
67
|
+
|
|
68
|
+
# From file
|
|
69
|
+
cat conversation.json | mmx text chat --messages-file - --output json
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### image generate
|
|
75
|
+
|
|
76
|
+
Generate images. Model: `image-01`.
|
|
77
|
+
|
|
78
|
+
```bash
|
|
79
|
+
mmx image generate --prompt <text> [flags]
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
mmx image generate --prompt "A cat in a spacesuit" --output json --quiet
|
|
84
|
+
mmx image generate --prompt "Logo" --n 3 --out-dir ./gen/ --quiet
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
### video generate
|
|
90
|
+
|
|
91
|
+
Generate video. Default model: `MiniMax-Hailuo-2.3`. Async task — polls until completion by default.
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
mmx video generate --prompt <text> [flags]
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
# Non-blocking: get task ID
|
|
99
|
+
mmx video generate --prompt "A robot." --async --quiet
|
|
100
|
+
|
|
101
|
+
# Blocking: wait and save file
|
|
102
|
+
mmx video generate --prompt "Ocean waves." --download ocean.mp4 --quiet
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
---
|
|
106
|
+
|
|
107
|
+
### speech synthesize
|
|
108
|
+
|
|
109
|
+
Text-to-speech. Default model: `speech-2.8-hd`. Max 10k chars.
|
|
110
|
+
|
|
111
|
+
```bash
|
|
112
|
+
mmx speech synthesize --text <text> [flags]
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
mmx speech synthesize --text "Hello world" --out hello.mp3 --quiet
|
|
117
|
+
echo "Breaking news." | mmx speech synthesize --text-file - --out news.mp3
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
### music generate
|
|
123
|
+
|
|
124
|
+
Generate music. Model: `music-2.6-free`.
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
mmx music generate --prompt <text> [--lyrics <text>] [flags]
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
```bash
|
|
131
|
+
# Instrumental
|
|
132
|
+
mmx music generate --prompt "Cinematic orchestral, building tension" --instrumental --out bgm.mp3 --quiet
|
|
133
|
+
|
|
134
|
+
# With auto-generated lyrics
|
|
135
|
+
mmx music generate --prompt "Upbeat pop about summer" --lyrics-optimizer --out summer.mp3 --quiet
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
### search query
|
|
141
|
+
|
|
142
|
+
Web search via MiniMax.
|
|
143
|
+
|
|
144
|
+
```bash
|
|
145
|
+
mmx search query --q "MiniMax AI" --output json --quiet
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
### vision describe
|
|
151
|
+
|
|
152
|
+
Image understanding via VLM.
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
mmx vision describe --image photo.jpg --prompt "What breed?" --output json
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## Piping Patterns
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
# Chain: generate image → describe it
|
|
164
|
+
URL=$(mmx image generate --prompt "A sunset" --quiet)
|
|
165
|
+
mmx vision describe --image "$URL" --quiet
|
|
166
|
+
|
|
167
|
+
# Async video workflow
|
|
168
|
+
TASK=$(mmx video generate --prompt "A robot" --async --quiet | jq -r '.taskId')
|
|
169
|
+
mmx video task get --task-id "$TASK" --output json
|
|
170
|
+
mmx video download --task-id "$TASK" --out robot.mp4
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Exit Codes
|
|
176
|
+
|
|
177
|
+
| Code | Meaning |
|
|
178
|
+
|---|---|
|
|
179
|
+
| 0 | Success |
|
|
180
|
+
| 1 | General error |
|
|
181
|
+
| 2 | Usage error |
|
|
182
|
+
| 3 | Authentication error |
|
|
183
|
+
| 4 | Quota exceeded |
|
|
184
|
+
| 5 | Timeout |
|
|
185
|
+
| 10 | Content filter triggered |
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Limitations
|
|
190
|
+
|
|
191
|
+
- Requires a configured MiniMax account and valid authentication before any API-backed command will work.
|
|
192
|
+
- Media-generation tasks can be async, quota-limited, or region-constrained; agents should handle delayed completion and provider-side failures explicitly.
|
|
193
|
+
- This skill documents CLI usage only and does not replace provider policy review, content-safety checks, or downstream file validation.
|
|
@@ -1,44 +1,83 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: zipai-optimizer
|
|
3
3
|
name: zipai-optimizer
|
|
4
|
-
|
|
4
|
+
version: "11.0"
|
|
5
|
+
description: "Adaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware."
|
|
5
6
|
category: agent-behavior
|
|
6
7
|
risk: safe
|
|
7
|
-
version: "5.0"
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# ZipAI: Context & Token Optimizer
|
|
11
11
|
|
|
12
12
|
<rules>
|
|
13
|
-
<rule id="1" name="
|
|
14
|
-
<description>Adapt output verbosity to the type of task.</description>
|
|
13
|
+
<rule id="1" name="Adaptive Verbosity">
|
|
15
14
|
<instruction>
|
|
16
|
-
- **
|
|
17
|
-
- **Architecture
|
|
15
|
+
- **Ops/Fixes:** technical content only. No filler, no echo, no meta.
|
|
16
|
+
- **Architecture/Analysis:** full reasoning authorized and encouraged.
|
|
17
|
+
- **Direct questions:** one paragraph max unless exhaustive enumeration explicitly required.
|
|
18
|
+
- **Long sessions:** never re-summarize prior context. Assume developer retains full thread memory.
|
|
18
19
|
</instruction>
|
|
19
20
|
</rule>
|
|
20
21
|
|
|
21
|
-
<rule id="2" name="
|
|
22
|
-
<description>Never ingest raw, massive terminal output unconditionally.</description>
|
|
22
|
+
<rule id="2" name="Ambiguity-First Execution">
|
|
23
23
|
<instruction>
|
|
24
|
-
Before
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
Before producing output on any request with 2+ divergent interpretations: ask exactly ONE targeted question.
|
|
25
|
+
Never ask about obvious intent. Never stack multiple questions.
|
|
26
|
+
When uncertain between a minor variant and a full rewrite: default to minimal intervention and state the assumption made.
|
|
27
27
|
</instruction>
|
|
28
28
|
</rule>
|
|
29
29
|
|
|
30
|
-
<rule id="3" name="
|
|
31
|
-
<
|
|
32
|
-
|
|
30
|
+
<rule id="3" name="Intelligent Input Filtering">
|
|
31
|
+
<instruction>
|
|
32
|
+
Classify before ingesting — never read raw:
|
|
33
|
+
|
|
34
|
+
- **Builds/Installs (pip, npm, make, docker):** `grep -A 10 -B 10 -iE "(error|fail|warn|fatal)"`
|
|
35
|
+
- **Errors/Stacktraces (pytest, crashes, stderr):** `grep -A 10 -B 5 -iE "(error|exception|traceback|failed|assert)"`
|
|
36
|
+
- **Large source files (>300 lines):** locate with `grep -n "def \|class "`, read with `view_range`.
|
|
37
|
+
- **JSON/YAML payloads:** `jq 'keys'` or `head -n 40` before committing to full read.
|
|
38
|
+
- **Files already read this session:** use cached in-context version. Do not re-read unless explicitly modified.
|
|
39
|
+
- **VCS Operations (git, gh):**
|
|
40
|
+
- `git log` → `| head -n 20` unless a specific range is requested.
|
|
41
|
+
- `git diff` >50 lines → `| grep -E "^(\+\+\+|---|@@|\+|-)"` to extract hunks only without artificial truncation.
|
|
42
|
+
- `git status` → read as-is.
|
|
43
|
+
- `git pull/push` with conflicts/errors → `grep -A 5 -B 2 "CONFLICT\|error\|rejected\|denied"`.
|
|
44
|
+
- `git log --graph` → `| head -n 40`.
|
|
45
|
+
- **Context window pressure (session >80% capacity):** summarize resolved sub-problems into a single anchor block, drop their raw detail from active reasoning.
|
|
46
|
+
</instruction>
|
|
47
|
+
</rule>
|
|
48
|
+
|
|
49
|
+
<rule id="4" name="Surgical Output">
|
|
50
|
+
<instruction>
|
|
51
|
+
- Single-line fix → str_replace only, no reprint.
|
|
52
|
+
- Multi-location changes in one file → batch str_replace calls in dependency order within single response.
|
|
53
|
+
- Cross-file refactor → one file per response turn, labeled, in dependency order (leaf dependencies first).
|
|
54
|
+
- Complex structural diffs → unified diff format (`--- a/file / +++ b/file`) when str_replace would be ambiguous.
|
|
55
|
+
- Never silently bundle unrelated changes.
|
|
56
|
+
</instruction>
|
|
57
|
+
</rule>
|
|
58
|
+
|
|
59
|
+
<rule id="5" name="Context Pruning & Response Structure">
|
|
60
|
+
<instruction>
|
|
61
|
+
- Never restate the user's input.
|
|
62
|
+
- Lead with conclusion, follow with reasoning (inverted pyramid).
|
|
63
|
+
- Distinguish when relevant: `[FACT]` (verified) vs `[ASSUMPTION]` (inferred) vs `[RISK]` (potential side effect).
|
|
64
|
+
- If a response requires more than 3 sections, provide a structured summary at the top.
|
|
65
|
+
</instruction>
|
|
33
66
|
</rule>
|
|
34
67
|
</rules>
|
|
35
68
|
|
|
36
69
|
<negative_constraints>
|
|
37
|
-
-
|
|
38
|
-
-
|
|
70
|
+
- No filler: "Here is", "I understand", "Let me", "Great question", "Certainly", "Of course", "Happy to help".
|
|
71
|
+
- No blind truncation of stacktraces or error logs.
|
|
72
|
+
- No full-file reads when targeted grep/view_range suffices.
|
|
73
|
+
- No re-reading files already in context.
|
|
74
|
+
- No multi-question clarification dumps.
|
|
75
|
+
- No silent bundling of unrelated changes.
|
|
76
|
+
- No full git diff ingestion on large changesets — extract hunks only.
|
|
77
|
+
- No git log beyond 20 entries unless a specific range is requested.
|
|
39
78
|
</negative_constraints>
|
|
40
79
|
|
|
41
80
|
## Limitations
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
81
|
+
- **Ideation Constrained:** Do not use this protocol during pure creative brainstorming or open-ended design phases where exhaustive exploration and maximum token verbosity are required.
|
|
82
|
+
- **Log Blindness Risk:** Intelligent truncation via `grep` and `tail` may occasionally hide underlying root causes located outside the captured error boundaries.
|
|
83
|
+
- **Context Overshadowing:** In extremely long sessions, aggressive anchor summarization might cause the agent to lose track of microscopic variable states dropped during context pruning.
|
package/package.json
CHANGED
package/skills_index.json
CHANGED
|
@@ -18521,6 +18521,28 @@
|
|
|
18521
18521
|
"reasons": []
|
|
18522
18522
|
}
|
|
18523
18523
|
},
|
|
18524
|
+
{
|
|
18525
|
+
"id": "mmx-cli",
|
|
18526
|
+
"path": "skills/mmx-cli",
|
|
18527
|
+
"category": "uncategorized",
|
|
18528
|
+
"name": "mmx-cli",
|
|
18529
|
+
"description": "Use mmx to generate text, images, video, speech, and music via the MiniMax AI platform. Use when the user wants to create media content, chat with MiniMax models, perform web search, or manage MiniMax API resources from the terminal.",
|
|
18530
|
+
"risk": "safe",
|
|
18531
|
+
"source": "https://github.com/MiniMax-AI/cli",
|
|
18532
|
+
"date_added": "2026-04-14",
|
|
18533
|
+
"plugin": {
|
|
18534
|
+
"targets": {
|
|
18535
|
+
"codex": "supported",
|
|
18536
|
+
"claude": "supported"
|
|
18537
|
+
},
|
|
18538
|
+
"setup": {
|
|
18539
|
+
"type": "none",
|
|
18540
|
+
"summary": "",
|
|
18541
|
+
"docs": null
|
|
18542
|
+
},
|
|
18543
|
+
"reasons": []
|
|
18544
|
+
}
|
|
18545
|
+
},
|
|
18524
18546
|
{
|
|
18525
18547
|
"id": "mobile-design",
|
|
18526
18548
|
"path": "skills/mobile-design",
|
|
@@ -30959,7 +30981,7 @@
|
|
|
30959
30981
|
"path": "skills/zipai-optimizer",
|
|
30960
30982
|
"category": "agent-behavior",
|
|
30961
30983
|
"name": "zipai-optimizer",
|
|
30962
|
-
"description": "
|
|
30984
|
+
"description": "Adaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware.",
|
|
30963
30985
|
"risk": "safe",
|
|
30964
30986
|
"source": "unknown",
|
|
30965
30987
|
"date_added": null,
|