opencode-skills-collection 3.0.33 → 3.0.35
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/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 +3 -3
- 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 +5 -2
- package/bundled-skills/nextjs-seo-indexing/SKILL.md +3 -3
- package/bundled-skills/schema-markup-generator/SKILL.md +1 -1
- package/bundled-skills/social-metadata-hardening/SKILL.md +4 -3
- package/bundled-skills/social-post-writer-seo/SKILL.md +19 -0
- package/bundled-skills/user-thoughts/SKILL.md +236 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/README.ai.md +13 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/define.ini +3 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/README.ai.md +25 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/backlog.md +19 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/details/dev-stack.md +7 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/details/general.md +7 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/details/plans.md +7 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/details/rules.md +7 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/details/ui/details.md +7 -0
- package/bundled-skills/user-thoughts/assets/Runtime-Template/mdbase/details/ui/outline.md +7 -0
- package/bundled-skills/user-thoughts/references/commands.md +54 -0
- package/bundled-skills/user-thoughts/references/edge-cases.md +84 -0
- package/bundled-skills/user-thoughts/references/safety.md +65 -0
- package/bundled-skills/user-thoughts/references/sortin.md +76 -0
- package/bundled-skills/user-thoughts/scripts/common.py +62 -0
- package/bundled-skills/user-thoughts/scripts/ignore_ops.py +125 -0
- package/bundled-skills/user-thoughts/scripts/init.py +63 -0
- package/bundled-skills/user-thoughts/scripts/show_mdbase.py +93 -0
- package/bundled-skills/user-thoughts/scripts/show_raw.py +42 -0
- package/bundled-skills/user-thoughts/scripts/sortin.py +211 -0
- package/bundled-skills/user-thoughts/scripts/status.py +56 -0
- package/bundled-skills/user-thoughts/scripts/toggle.py +68 -0
- package/bundled-skills/user-thoughts/scripts/write_raw.py +106 -0
- package/bundled-skills/vibe-code-cleanup/SKILL.md +4 -4
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +3 -2
- package/package.json +1 -1
- package/skills_index.json +26 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-06-
|
|
3
|
+
"updatedAt": "2026-06-03T02:36:10.080Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -1399,6 +1399,7 @@
|
|
|
1399
1399
|
"unsplash-integration",
|
|
1400
1400
|
"upgrading-expo",
|
|
1401
1401
|
"upstash-qstash",
|
|
1402
|
+
"user-thoughts",
|
|
1402
1403
|
"using-git-worktrees",
|
|
1403
1404
|
"using-neon",
|
|
1404
1405
|
"using-superpowers",
|
|
@@ -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,494+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 1,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 1,494+ 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 1,
|
|
26
|
+
With 1,494+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -21,7 +21,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
|
|
|
21
21
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
22
22
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
23
23
|
|
|
24
|
-
This pattern avoids context overflow when you have 1,
|
|
24
|
+
This pattern avoids context overflow when you have 1,494+ skills installed.
|
|
25
25
|
|
|
26
26
|
Manifest contract references:
|
|
27
27
|
|
|
@@ -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,494+ 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,494+ 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,494+ 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
|
|
|
@@ -72,7 +72,7 @@ The update process refreshes:
|
|
|
72
72
|
- Canonical skills index (`skills_index.json`)
|
|
73
73
|
- Compatibility mirror (`data/skills_index.json`)
|
|
74
74
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
75
|
-
- All 1,
|
|
75
|
+
- All 1,494+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -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,494+ 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,494+ 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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Getting Started with Antigravity Awesome Skills (V11.
|
|
1
|
+
# Getting Started with Antigravity Awesome Skills (V11.11.0)
|
|
2
2
|
|
|
3
3
|
**New here? This guide will help you supercharge your AI Agent in 5 minutes.**
|
|
4
4
|
|
|
@@ -106,7 +106,7 @@ Once installed, just talk to your AI naturally.
|
|
|
106
106
|
| **Kiro CLI** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
107
107
|
| **Kiro IDE** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
108
108
|
| **Antigravity** | ✅ Native | Global: `~/.agents/skills/` · Workspace: `.agent/skills/` |
|
|
109
|
-
| **Antigravity CLI (`agy`)** | ✅ Full Support | Global slash-command
|
|
109
|
+
| **Antigravity CLI (`agy`)** | ✅ Full Support | Global slash-command directories: `~/.gemini/antigravity-cli/skills/<skill>/SKILL.md` |
|
|
110
110
|
| **Cursor** | ✅ Native | `.cursor/skills/` |
|
|
111
111
|
| **OpenCode** | ✅ Full Support | `.agents/skills/` (prefer reduced installs with `--risk`, `--category`, or `--tags`) |
|
|
112
112
|
| **AdaL CLI** | ✅ Full Support | `.adal/skills/` |
|
|
@@ -156,7 +156,7 @@ A: Follow the recovery steps in [windows-truncation-recovery.md](windows-truncat
|
|
|
156
156
|
A: Use the activation flow in [agent-overload-recovery.md](agent-overload-recovery.md). It shows how to run `scripts/activate-skills.sh` from a cloned repo so you can keep the full library archived and activate only the bundles or skills you need in the live Antigravity directory.
|
|
157
157
|
|
|
158
158
|
**Q: What if `agy` does not show installed skills when I type `/`?**
|
|
159
|
-
A: The Antigravity CLI reads
|
|
159
|
+
A: The Antigravity CLI reads skill directories from `~/.gemini/antigravity-cli/skills/<skill>/SKILL.md`. Run `npx antigravity-awesome-skills --agy`, restart `agy`, then open `/skills` or type a specific slash command such as `/brainstorming`.
|
|
160
160
|
|
|
161
161
|
**Q: What if OpenCode or another `.agents/skills` host becomes unstable with a full install?**
|
|
162
162
|
A: Start with a reduced install instead of copying the whole library. For example: `npx antigravity-awesome-skills --path .agents/skills --category development,backend --risk safe,none`. You can narrow further with `--tags` and use a trailing `-` to exclude values such as `typescript-`.
|
|
@@ -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,494+ 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,494+ skill files** to your computer (default: `~/.agents/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,494+ 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,494+ 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,494+ 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,494+ 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,494+ 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,494+ 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,494+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -53,14 +53,14 @@ Always use these flags in non-interactive (agent/CI) contexts:
|
|
|
53
53
|
|
|
54
54
|
### text chat
|
|
55
55
|
|
|
56
|
-
Chat completion. Default model: `MiniMax-M2.7
|
|
56
|
+
Chat completion. Default model: `MiniMax-M3`. Pass `--model MiniMax-M2.7` for the previous-generation default when reproducing older outputs.
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
59
|
mmx text chat --message <text> [flags]
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
```bash
|
|
63
|
-
# Single message
|
|
63
|
+
# Single message (uses MiniMax-M3 by default)
|
|
64
64
|
mmx text chat --message "user:What is MiniMax?" --output json --quiet
|
|
65
65
|
|
|
66
66
|
# Multi-turn with system prompt
|
|
@@ -69,6 +69,9 @@ mmx text chat \
|
|
|
69
69
|
--message "user:Write fizzbuzz in Python" \
|
|
70
70
|
--output json
|
|
71
71
|
|
|
72
|
+
# Pin to the previous-generation model
|
|
73
|
+
mmx text chat --model MiniMax-M2.7 --message "user:Hello" --output json
|
|
74
|
+
|
|
72
75
|
# From file
|
|
73
76
|
cat conversation.json | mmx text chat --messages-file - --output json
|
|
74
77
|
```
|
|
@@ -85,7 +85,7 @@ Find pages that are accidentally noindexed:
|
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
87
|
# Search for noindex in metadata
|
|
88
|
-
|
|
88
|
+
rg -n --glob '*.{js,ts,jsx,tsx}' 'noindex|robots.*noindex' app pages
|
|
89
89
|
|
|
90
90
|
# Check layout.js — a noindex here affects ALL pages
|
|
91
91
|
grep -n "robots" app/layout.js
|
|
@@ -156,7 +156,7 @@ Pages must be statically generated (or SSR with metadata in HTML) for Google to
|
|
|
156
156
|
npm run build 2>&1 | grep -E "○|●|λ|/blog|/tools"
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
```
|
|
159
|
+
```text
|
|
160
160
|
○ /about (static)
|
|
161
161
|
● /blog/[slug] (SSG) ← good
|
|
162
162
|
λ /api/data (serverless) ← expected for APIs
|
|
@@ -221,7 +221,7 @@ async redirects() {
|
|
|
221
221
|
curl -s https://www.yourdomain.com/robots.txt
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
```
|
|
224
|
+
```text
|
|
225
225
|
# ✓ Good
|
|
226
226
|
User-agent: *
|
|
227
227
|
Allow: /
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: schema-markup-generator
|
|
3
|
-
description: "Generate and implement JSON-LD structured data for web apps,
|
|
3
|
+
description: "Generate and implement JSON-LD structured data for web apps, blogs, FAQs, and SaaS sites. Supports WebSite, SoftwareApplication, BlogPosting, FAQPage, HowTo, and more."
|
|
4
4
|
category: seo
|
|
5
5
|
risk: safe
|
|
6
6
|
source: self
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: social-metadata-hardening
|
|
3
|
-
description: "Fix social sharing previews so URLs render as rich cards on Facebook, LinkedIn, X/Twitter, WhatsApp, Telegram,
|
|
3
|
+
description: "Fix social sharing previews so URLs render as rich cards on Facebook, LinkedIn, X/Twitter, WhatsApp, Telegram, and more. Covers OG tags, Twitter cards, absolute image URLs, and debugging."
|
|
4
4
|
category: seo
|
|
5
5
|
risk: safe
|
|
6
6
|
source: self
|
|
@@ -141,7 +141,7 @@ export const metadata = {
|
|
|
141
141
|
};
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
> ⚠️
|
|
144
|
+
> ⚠️ **Set `metadataBase` when using relative metadata URLs.** If your helper already outputs absolute canonical/OG URLs, previews can still work without it.
|
|
145
145
|
|
|
146
146
|
---
|
|
147
147
|
|
|
@@ -198,6 +198,7 @@ curl -s https://www.yourdomain.com/blog/my-post | grep -i "og:\|twitter:"
|
|
|
198
198
|
If tags don't appear → they're being added by JavaScript (not crawlable). Fix: move to `export const metadata` or `generateMetadata`.
|
|
199
199
|
|
|
200
200
|
### 2. Validate with platform tools
|
|
201
|
+
|
|
201
202
|
| Platform | Tool |
|
|
202
203
|
|----------|------|
|
|
203
204
|
| Facebook | https://developers.facebook.com/tools/debug/ |
|
|
@@ -226,5 +227,5 @@ After deploying fixes, paste the URL into each platform's debugger and click "Fe
|
|
|
226
227
|
## Limitations
|
|
227
228
|
|
|
228
229
|
- Cannot force immediate cache refresh on every social platform; some previews may remain stale after a correct fix.
|
|
229
|
-
- Requires
|
|
230
|
+
- Requires publicly reachable deployed URLs for reliable validation with platform debuggers.
|
|
230
231
|
- Does not replace brand, accessibility, or legal review of image text, alt text, and preview copy.
|
|
@@ -93,6 +93,25 @@ Check the link in bio to pre-order!
|
|
|
93
93
|
- ❌ Avoid using more than 10 hashtags; it can look like spam.
|
|
94
94
|
- ❌ Never guess facts; if info isn't provided, stick to general industry knowledge.
|
|
95
95
|
|
|
96
|
+
## Examples
|
|
97
|
+
|
|
98
|
+
### Example: New Product Launch
|
|
99
|
+
- **Topic**: Solar Powered Coffee Mug
|
|
100
|
+
- **Keyword**: eco-friendly coffee
|
|
101
|
+
- **Target**: Commuters
|
|
102
|
+
- **Platform**: Instagram
|
|
103
|
+
- **Tone**: Insightful
|
|
104
|
+
|
|
105
|
+
**Output**:
|
|
106
|
+
☕️ Your morning coffee just got a clean energy upgrade!
|
|
107
|
+
Your commute just got smarter and greener.
|
|
108
|
+
The SolMug keeps your brew hot using only sunlight.
|
|
109
|
+
A small change for your bag, a big win for the planet.
|
|
110
|
+
Check the link in bio to pre-order!
|
|
111
|
+
#ecofriendly #coffee #sustainability #tech #morningroutine
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
96
115
|
## Limitations
|
|
97
116
|
- This skill does not generate image or video assets.
|
|
98
117
|
- It requires manual copy-pasting to the respective social media platforms.
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: user-thoughts
|
|
3
|
+
description: >-
|
|
4
|
+
Persist user decisions and project constraints to mdbase across sessions.
|
|
5
|
+
Trigger on /user-thoughts or /ustht, or when the user discusses architecture,
|
|
6
|
+
tech stack, rules, UI/UX, or project memory.
|
|
7
|
+
license: MIT
|
|
8
|
+
source: "https://github.com/JularDepick/user-thoughts.SKILL"
|
|
9
|
+
source_repo: JularDepick/user-thoughts.SKILL
|
|
10
|
+
source_type: community
|
|
11
|
+
date_added: "2026-05-31"
|
|
12
|
+
author: JularDepick
|
|
13
|
+
tags: [userthoughts, documentation, project-management, mdbase]
|
|
14
|
+
tools: [claude, cursor, gemini]
|
|
15
|
+
risk: safe
|
|
16
|
+
allowed-tools: read write bash
|
|
17
|
+
metadata:
|
|
18
|
+
author: JularDepick
|
|
19
|
+
category: productivity
|
|
20
|
+
supported_agents: "[claude, cursor, gemini]"
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# user-thoughts.SKILL
|
|
24
|
+
|
|
25
|
+
## Overview
|
|
26
|
+
|
|
27
|
+
Across sessions and across agents, project decisions and user constraints are easy to lose. `user-thoughts` persists those decisions into a project-local `mdbase` so any future agent can recover the user's intent without re-deriving it from scratch.
|
|
28
|
+
|
|
29
|
+
The skill records user intent. It does not replace normal task execution. If the user says, "make the button red," the agent should both make the change and record the preference when persistent project memory is useful.
|
|
30
|
+
|
|
31
|
+
## When to Use
|
|
32
|
+
|
|
33
|
+
Use this skill when the user states or revises:
|
|
34
|
+
|
|
35
|
+
- Project rules, constraints, preferences, or requirements.
|
|
36
|
+
- Architecture, tech-stack, data-model, deployment, or workflow decisions.
|
|
37
|
+
- UI/UX direction, copy standards, visual preferences, or design rationale.
|
|
38
|
+
- Backlog items, planned work, rejected options, or decisions that future agents should inherit.
|
|
39
|
+
- A direct command beginning with `/user-thoughts` or `/ustht`.
|
|
40
|
+
|
|
41
|
+
Do not use it for unrelated small talk, transient chatter, or content the user explicitly asks to ignore.
|
|
42
|
+
|
|
43
|
+
## Language Policy
|
|
44
|
+
|
|
45
|
+
- All bundled skill files, scripts, templates, and reference docs are written in English.
|
|
46
|
+
- Agent-facing command output should follow the user's current conversation language when the agent can reasonably do so.
|
|
47
|
+
- Raw user thoughts should preserve the user's original wording. Do not translate, summarize, or clean the user's intent unless the user asks for that.
|
|
48
|
+
|
|
49
|
+
## Core Workflow
|
|
50
|
+
|
|
51
|
+
```text
|
|
52
|
+
User message -> Agent identifies persistent project intent -> write to #raw/
|
|
53
|
+
-> /ustht sortin groups raw entries into #mdbase/
|
|
54
|
+
-> /ustht mdbase show exposes the organized memory base
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Runtime Modes
|
|
58
|
+
|
|
59
|
+
- Passive mode: `INSTANT_STATUS=off`; only explicit skill commands run.
|
|
60
|
+
- Instant mode: `INSTANT_STATUS=on` and `SKILL_STATUS=on`; project-relevant user thoughts are written to `#raw/` as they appear.
|
|
61
|
+
- Ignore mode: `ignore start` and `ignore end` mark a temporary interval that should not be recorded.
|
|
62
|
+
- Read-only mode: if required read/write/bash tools are unavailable, show commands can still work but write commands should explain that the environment cannot persist data.
|
|
63
|
+
|
|
64
|
+
`SKILL_STATUS=off` pauses instant capture even when `INSTANT_STATUS=on`. Ignore intervals are context-local and do not persist across sessions.
|
|
65
|
+
|
|
66
|
+
## Path Definitions
|
|
67
|
+
|
|
68
|
+
- `@/`: the installed `user-thoughts/` skill directory.
|
|
69
|
+
- `~/`: the current project working directory.
|
|
70
|
+
- `#ustht/`: `~/.ustht/`.
|
|
71
|
+
- `#mdbase/`: `~/.ustht/mdbase/`.
|
|
72
|
+
- `#ignored/`: `~/.ustht/ignored/`.
|
|
73
|
+
- `#raw/`: `~/.ustht/raw/`.
|
|
74
|
+
- `#export/`: `~/.ustht/export/`.
|
|
75
|
+
|
|
76
|
+
## Runtime Directory Layout
|
|
77
|
+
|
|
78
|
+
```text
|
|
79
|
+
.ustht/
|
|
80
|
+
├── define.ini
|
|
81
|
+
├── README.ai.md
|
|
82
|
+
├── raw/
|
|
83
|
+
│ └── yyyy-mm-dd.md
|
|
84
|
+
├── ignored/
|
|
85
|
+
│ └── yyyy-mm-dd.md
|
|
86
|
+
├── mdbase/
|
|
87
|
+
│ ├── backlog.md
|
|
88
|
+
│ ├── README.ai.md
|
|
89
|
+
│ └── details/
|
|
90
|
+
│ ├── rules.md
|
|
91
|
+
│ ├── plans.md
|
|
92
|
+
│ ├── ui/
|
|
93
|
+
│ │ ├── outline.md
|
|
94
|
+
│ │ └── details.md
|
|
95
|
+
│ ├── dev-stack.md
|
|
96
|
+
│ └── general.md
|
|
97
|
+
└── export/
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
## Tools and Environment
|
|
101
|
+
|
|
102
|
+
Required tools:
|
|
103
|
+
|
|
104
|
+
- read/write: read and update files under `#ustht/`.
|
|
105
|
+
- bash: create directories and run bundled scripts.
|
|
106
|
+
|
|
107
|
+
Optional tool:
|
|
108
|
+
|
|
109
|
+
- SubAgent: when available, use it for semantic `sortin` or `resort` maintenance that spans many files. Use the main agent directly only when subagents are unavailable.
|
|
110
|
+
|
|
111
|
+
## Bundled Scripts
|
|
112
|
+
|
|
113
|
+
The `scripts/` directory provides small Python helpers for mechanical operations:
|
|
114
|
+
|
|
115
|
+
| Script | Purpose | Example |
|
|
116
|
+
|---|---|---|
|
|
117
|
+
| `common.py` | Shared helpers | Imported by other scripts |
|
|
118
|
+
| `status.py` | Show current runtime state | `python @/scripts/status.py` |
|
|
119
|
+
| `init.py` | Initialize `.ustht/` | `python @/scripts/init.py` |
|
|
120
|
+
| `show_raw.py` | Show unprocessed raw entries | `python @/scripts/show_raw.py` |
|
|
121
|
+
| `show_mdbase.py` | Show mdbase index or a dimension | `python @/scripts/show_mdbase.py show --all` |
|
|
122
|
+
| `sortin.py` | Soft-maintain raw entries into mdbase | `python @/scripts/sortin.py --dry` |
|
|
123
|
+
| `write_raw.py` | Append one raw thought | `python @/scripts/write_raw.py "Use REST APIs" --dim dev-stack` |
|
|
124
|
+
| `toggle.py` | Toggle skill or instant mode | `python @/scripts/toggle.py instant on` |
|
|
125
|
+
| `ignore_ops.py` | Manage ignored entries | `python @/scripts/ignore_ops.py show` |
|
|
126
|
+
|
|
127
|
+
`resort` has no standalone script because it requires semantic review, deduplication, and restructuring by an agent.
|
|
128
|
+
|
|
129
|
+
## define.ini
|
|
130
|
+
|
|
131
|
+
`define.ini` stores simple key/value runtime state:
|
|
132
|
+
|
|
133
|
+
| Key | Value | Meaning |
|
|
134
|
+
|---|---|---|
|
|
135
|
+
| `SKILL_STATUS` | `on` or `off` | Whether the skill accepts write operations |
|
|
136
|
+
| `INSTANT_STATUS` | `on` or `off` | Whether instant capture is enabled |
|
|
137
|
+
| `LAST_SORTIN` | `yyyy-mm-dd HH:MM` or empty | Last soft-maintenance time |
|
|
138
|
+
|
|
139
|
+
Write the file atomically by replacing its complete contents. Do not append partial key/value fragments.
|
|
140
|
+
|
|
141
|
+
## Commands
|
|
142
|
+
|
|
143
|
+
Commands may use either `/user-thoughts` or `/ustht`.
|
|
144
|
+
|
|
145
|
+
### Status and Toggles
|
|
146
|
+
|
|
147
|
+
- `/ustht init`: create `.ustht/` and copy templates.
|
|
148
|
+
- `/ustht status`: show status, raw counts, and dimension counts.
|
|
149
|
+
- `/ustht skill`: show skill status.
|
|
150
|
+
- `/ustht skill on|off`: enable or disable writes.
|
|
151
|
+
- `/ustht instant`: show instant-capture status.
|
|
152
|
+
- `/ustht instant on|off`: enable or disable instant capture.
|
|
153
|
+
|
|
154
|
+
### Maintenance
|
|
155
|
+
|
|
156
|
+
- `/ustht sortin [--dry]`: append unprocessed raw entries into mdbase.
|
|
157
|
+
- `/ustht resort [--dry]`: semantically review and reorganize all mdbase content.
|
|
158
|
+
|
|
159
|
+
### Ignore Management
|
|
160
|
+
|
|
161
|
+
- `/ustht ignore start|end`: start or end an ignore interval.
|
|
162
|
+
- `/ustht ignore --last`: remove the last raw entry and record it in `#ignored/`.
|
|
163
|
+
- `/ustht ignore`: same as `--last` when used as a standalone command.
|
|
164
|
+
- `/ustht ignore show`: list ignored entries.
|
|
165
|
+
- Any message ending in `/ustht ignore` or `/user-thoughts ignore`: ignore that message.
|
|
166
|
+
|
|
167
|
+
### Content Review and Export
|
|
168
|
+
|
|
169
|
+
- `/ustht raw`: show unprocessed raw entries.
|
|
170
|
+
- `/ustht mdbase show [--all|--dimension]`: show the index, all dimensions, or one dimension.
|
|
171
|
+
- `/ustht mdbase export [--all|--dimension]`: export mdbase content to `#export/`.
|
|
172
|
+
- `/ustht import <path>`: scan markdown files under a safe project-local path and merge project-relevant decisions into mdbase.
|
|
173
|
+
|
|
174
|
+
Chain commands with `&&`, for example `/ustht skill on && instant on`.
|
|
175
|
+
|
|
176
|
+
## Instant Capture
|
|
177
|
+
|
|
178
|
+
When instant mode is active:
|
|
179
|
+
|
|
180
|
+
1. Decide whether the user message contains project-relevant intent.
|
|
181
|
+
2. Write one raw line per independent thought using `- [HH:MM] original text | suggested-dim:dimension`.
|
|
182
|
+
3. Do not update mdbase directly; wait for `sortin`.
|
|
183
|
+
4. Skip ignored messages and ignore intervals.
|
|
184
|
+
5. Keep normal user work moving. Recording should not block task execution.
|
|
185
|
+
6. If one day accumulates more than five raw entries, suggest `/ustht sortin`.
|
|
186
|
+
|
|
187
|
+
## Sortin and Resort
|
|
188
|
+
|
|
189
|
+
`sortin` is soft maintenance:
|
|
190
|
+
|
|
191
|
+
1. Read unprocessed `#raw/*.md` files.
|
|
192
|
+
2. Parse entries and their suggested dimensions.
|
|
193
|
+
3. Append them to matching `#mdbase/` files grouped by date.
|
|
194
|
+
4. Mark processed raw files with `<!-- processed -->` on the first line.
|
|
195
|
+
5. Update `LAST_SORTIN` and the mdbase index.
|
|
196
|
+
|
|
197
|
+
`resort` is hard maintenance:
|
|
198
|
+
|
|
199
|
+
1. Review all mdbase files.
|
|
200
|
+
2. Deduplicate overlapping records.
|
|
201
|
+
3. Move entries into better dimensions when justified by the user's own wording.
|
|
202
|
+
4. Mark deprecated dimensions instead of deleting them unless the user explicitly requests deletion.
|
|
203
|
+
5. Preserve provenance and user wording.
|
|
204
|
+
|
|
205
|
+
## Best Practices
|
|
206
|
+
|
|
207
|
+
- Record explicit user decisions faithfully.
|
|
208
|
+
- Do not over-infer. Store only what the user said or what follows directly from it.
|
|
209
|
+
- Preserve original wording, including negations, numbers, links, constraints, and tradeoffs.
|
|
210
|
+
- Split one message into multiple records when it contains independent decisions.
|
|
211
|
+
- Resolve conflicts by treating the newest user statement as current while preserving the older record as historical context.
|
|
212
|
+
- Put unmatched project-relevant items in `general.md` instead of inventing too many dimensions.
|
|
213
|
+
- Do not record unrelated conversation.
|
|
214
|
+
|
|
215
|
+
## Limitations
|
|
216
|
+
|
|
217
|
+
- The skill records intent; it does not validate whether the user's idea is correct, feasible, secure, or internally consistent.
|
|
218
|
+
- Dimension assignment depends on agent judgment and may need user correction through `resort`.
|
|
219
|
+
- Ignore intervals are context-local and do not persist across sessions.
|
|
220
|
+
- `.ustht/` can contain sensitive information. The skill does not redact content; users must use ignore commands or repository hygiene to manage sensitive data.
|
|
221
|
+
- The workflow is not file-lock based. In multi-agent environments, agents must coordinate to avoid conflicting writes.
|
|
222
|
+
|
|
223
|
+
## Safety Rules
|
|
224
|
+
|
|
225
|
+
- Keep all runtime writes inside `#ustht/`.
|
|
226
|
+
- Validate dimension names: lowercase letters, digits, hyphens, and `/` subdirectories only; no `..`, backslashes, spaces, absolute paths, or reserved names.
|
|
227
|
+
- Do not execute user-provided shell commands.
|
|
228
|
+
- Do not recursively copy directories with shell commands during initialization; copy known template files safely.
|
|
229
|
+
- Treat `<!-- processed -->` as meaningful only when it is the first line of a raw file.
|
|
230
|
+
- Never silently delete dimension files; mark deprecated content unless the user explicitly asks for deletion.
|
|
231
|
+
|
|
232
|
+
More detail is available in `references/safety.md`, `references/sortin.md`, `references/commands.md`, and `references/edge-cases.md`.
|
|
233
|
+
|
|
234
|
+
## Related Skills
|
|
235
|
+
|
|
236
|
+
None. This skill is intentionally focused on project-local user intent persistence.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# user-thoughts Runtime Directory
|
|
2
|
+
|
|
3
|
+
This directory stores project-local user intent captured by `user-thoughts`.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
|
|
7
|
+
- `define.ini`: runtime state for the skill.
|
|
8
|
+
- `raw/`: unprocessed user thoughts captured by date.
|
|
9
|
+
- `ignored/`: entries the user explicitly chose not to record.
|
|
10
|
+
- `mdbase/`: organized project memory grouped by dimension.
|
|
11
|
+
- `export/`: exported mdbase content.
|
|
12
|
+
|
|
13
|
+
Do not delete this directory unless the user explicitly wants to discard project memory.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# user-thoughts mdbase Index
|
|
2
|
+
|
|
3
|
+
This directory stores user-provided project decisions, constraints, preferences, and plans. Keep the user's original intent intact.
|
|
4
|
+
|
|
5
|
+
Last updated: never
|
|
6
|
+
|
|
7
|
+
## Maintenance Rules
|
|
8
|
+
|
|
9
|
+
- Preserve details from user wording. Do not simplify away constraints, numbers, negations, or examples.
|
|
10
|
+
- Classify entries by dimension so future agents can find them quickly.
|
|
11
|
+
- Prefer existing dimensions. Create a new dimension only when the user's thought clearly needs one.
|
|
12
|
+
- Append new records by date under `## yyyy-mm-dd` headings.
|
|
13
|
+
- Do not delete historical content unless the user explicitly asks for deletion.
|
|
14
|
+
|
|
15
|
+
## Document Index
|
|
16
|
+
|
|
17
|
+
| File | Dimension | Entries |
|
|
18
|
+
|------|-----------|---------|
|
|
19
|
+
| [backlog.md](backlog.md) | backlog | 0 |
|
|
20
|
+
| [details/rules.md](details/rules.md) | rules | 0 |
|
|
21
|
+
| [details/plans.md](details/plans.md) | plans | 0 |
|
|
22
|
+
| [details/dev-stack.md](details/dev-stack.md) | dev-stack | 0 |
|
|
23
|
+
| [details/ui/outline.md](details/ui/outline.md) | ui/outline | 0 |
|
|
24
|
+
| [details/ui/details.md](details/ui/details.md) | ui/details | 0 |
|
|
25
|
+
| [details/general.md](details/general.md) | general | 0 |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Backlog
|
|
2
|
+
|
|
3
|
+
> User plans, pending tasks, and work that has been requested but not started.
|
|
4
|
+
|
|
5
|
+
## Pending
|
|
6
|
+
|
|
7
|
+
<!-- Items explicitly requested by the user but not started yet. -->
|
|
8
|
+
|
|
9
|
+
## In Progress
|
|
10
|
+
|
|
11
|
+
<!-- Items that have started but are not complete. -->
|
|
12
|
+
|
|
13
|
+
## Done
|
|
14
|
+
|
|
15
|
+
<!-- Completed items retained for traceability. -->
|
|
16
|
+
|
|
17
|
+
## Notes
|
|
18
|
+
|
|
19
|
+
Record the date each item was raised. When an item is completed, move it to Done and include the completion date when known.
|