opencode-skills-collection 3.1.8 → 3.1.10
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 +5 -1
- package/bundled-skills/ai-loop/SKILL.md +136 -0
- package/bundled-skills/cron-doctor/SKILL.md +244 -0
- package/bundled-skills/cron-doctor/scripts/cli.js +75 -0
- package/bundled-skills/cron-doctor/scripts/cron-engine.js +638 -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/sql-sentinel/SKILL.md +131 -0
- package/bundled-skills/web-project-brainstorming/SKILL.md +149 -0
- package/package.json +1 -1
- package/skills_index.json +88 -0
|
@@ -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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ 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,693+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sql-sentinel
|
|
3
|
+
description: "Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres."
|
|
4
|
+
category: data
|
|
5
|
+
risk: safe
|
|
6
|
+
source: community
|
|
7
|
+
source_repo: takeaseatventure/sql-sentinel
|
|
8
|
+
source_type: community
|
|
9
|
+
date_added: "2026-06-26"
|
|
10
|
+
author: takeaseat
|
|
11
|
+
tags: [sql, bigquery, snowflake, redshift, postgres, data-warehouse, cost-optimization, performance, audit, finops]
|
|
12
|
+
tools: [claude, cursor, codex, gemini]
|
|
13
|
+
license: "MIT"
|
|
14
|
+
license_source: "https://github.com/takeaseatventure/sql-sentinel/blob/main/LICENSE"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# sql-sentinel
|
|
18
|
+
|
|
19
|
+
## Overview
|
|
20
|
+
|
|
21
|
+
A static-analysis skill that audits SQL for the cost & performance anti-patterns that dominate warehouse bills — `SELECT *`, full-table scans, non-sargable predicates, Cartesian joins, the `NOT IN` NULL trap, and 15 more. It scores warehouse query health 0-100 (A-F) and outputs a prioritized cost-reduction plan, each finding with a `why`, a concrete `fix`, and an estimated savings.
|
|
22
|
+
|
|
23
|
+
Built for analytics engineers (dbt, Looker), data platform teams running FinOps / "reduce cloud spend" initiatives, and anyone reviewing a SQL pull request before it hits production. Works across BigQuery, Snowflake, Redshift, and Postgres. Zero dependencies, MIT licensed.
|
|
24
|
+
|
|
25
|
+
The executable engine and full rule set live in the source repository: https://github.com/takeaseatventure/sql-sentinel
|
|
26
|
+
|
|
27
|
+
## When to Use This Skill
|
|
28
|
+
|
|
29
|
+
- A user writes or reviews a query for BigQuery, Snowflake, Redshift, Postgres, or Spark SQL.
|
|
30
|
+
- A user asks "why is this query so slow?" or "why is my warehouse bill so high?"
|
|
31
|
+
- A user is about to promote a dashboard query or dbt model to production.
|
|
32
|
+
- A data engineer wants a second pair of eyes before a code review or a cost-optimization sweep.
|
|
33
|
+
- A team is running a "reduce cloud spend" or FinOps initiative.
|
|
34
|
+
|
|
35
|
+
## How It Works
|
|
36
|
+
|
|
37
|
+
The engine splits a SQL script into statements (honoring quotes and comments), runs 20 rules over each statement, scores health 0-100 weighted by severity (critical 25, high 12, medium 5, low 1), and returns a prioritized cost-reduction plan.
|
|
38
|
+
|
|
39
|
+
### Step 1: Run the audit
|
|
40
|
+
|
|
41
|
+
Install or clone the source repository, then run the zero-dependency engine:
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
git clone https://github.com/takeaseatventure/sql-sentinel.git
|
|
45
|
+
cd sql-sentinel
|
|
46
|
+
node scripts/sql-sentinel.js path/to/query.sql
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Or programmatically:
|
|
50
|
+
|
|
51
|
+
```javascript
|
|
52
|
+
const { auditSql } = require('./scripts/sql-sentinel');
|
|
53
|
+
const report = auditSql(yourSqlString, { dialect: 'bigquery' });
|
|
54
|
+
console.log(report.healthScore); // 0-100
|
|
55
|
+
console.log(report.grade); // 'A' | 'B' | 'C' | 'D' | 'E' | 'F'
|
|
56
|
+
console.log(report.prioritizedPlan); // array, worst findings first
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Step 2: Read the prioritized plan
|
|
60
|
+
|
|
61
|
+
The output leads with critical findings (Cartesian joins, mass DELETE) and descends to low-severity style issues. Each finding explains *why* it costs money and *how* to fix it.
|
|
62
|
+
|
|
63
|
+
## Examples
|
|
64
|
+
|
|
65
|
+
### Example 1: A messy dashboard query
|
|
66
|
+
|
|
67
|
+
```sql
|
|
68
|
+
SELECT DISTINCT *
|
|
69
|
+
FROM user_events, raw_logs
|
|
70
|
+
WHERE LOWER(event_name) LIKE '%signup%'
|
|
71
|
+
AND user_id NOT IN (SELECT id FROM deleted_users)
|
|
72
|
+
ORDER BY created_at;
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
The audit scores this 17/100 (grade F) and flags 7 findings:
|
|
76
|
+
- CRITICAL: comma-join produces a Cartesian product (can turn a $0.02 query into a $200 query)
|
|
77
|
+
- HIGH: `SELECT *` forces full column scan (30-90% wasted bytes on wide tables)
|
|
78
|
+
- HIGH: leading-wildcard `LIKE '%signup%'` defeats indexes
|
|
79
|
+
- HIGH: `LOWER(event_name)` defeats indexes (non-sargable)
|
|
80
|
+
- HIGH: `NOT IN (SELECT ...)` — NULL semantics hazard
|
|
81
|
+
- MEDIUM: `SELECT DISTINCT` dedup cost
|
|
82
|
+
- MEDIUM: `ORDER BY` without `LIMIT` sorts the full result
|
|
83
|
+
|
|
84
|
+
### Example 2: A clean, sargable query
|
|
85
|
+
|
|
86
|
+
```sql
|
|
87
|
+
-- This scores 90+/100 (grade A) — no findings
|
|
88
|
+
SELECT id, email, created_at
|
|
89
|
+
FROM users
|
|
90
|
+
WHERE created_at >= TIMESTAMP '2026-01-01'
|
|
91
|
+
AND created_at < TIMESTAMP '2026-02-01'
|
|
92
|
+
ORDER BY id
|
|
93
|
+
LIMIT 100;
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## The 20 rules (ruleset v1.0.0)
|
|
97
|
+
|
|
98
|
+
| Rule | Severity | Catches |
|
|
99
|
+
|---|---|---|
|
|
100
|
+
| SQL001 | high | `SELECT *` full column scan |
|
|
101
|
+
| SQL002 | critical | No `WHERE` → full table scan |
|
|
102
|
+
| SQL003 | high | `LIKE '%term'` non-sargable |
|
|
103
|
+
| SQL004 | high | Function on column kills index |
|
|
104
|
+
| SQL005 | critical | `CROSS JOIN` / comma-join |
|
|
105
|
+
| SQL006 | medium | `SELECT DISTINCT` dedup cost |
|
|
106
|
+
| SQL007 | medium | `ORDER BY` without `LIMIT` |
|
|
107
|
+
| SQL008 | high | `NOT IN (SELECT ...)` NULL trap |
|
|
108
|
+
| SQL009 | medium | Implicit type cast |
|
|
109
|
+
| SQL010 | low | Many `OR`s (use `IN`/`UNION`) |
|
|
110
|
+
| SQL011 | medium | `COUNT(DISTINCT)` at scale (use HLL) |
|
|
111
|
+
| SQL012 | low | `LIMIT` without `ORDER BY` |
|
|
112
|
+
| SQL013 | medium | Scalar subquery in `SELECT` |
|
|
113
|
+
| SQL014 | medium | 5+ JOINs broadcast/spill risk |
|
|
114
|
+
| SQL015 | high | Fact table, no partition filter |
|
|
115
|
+
| SQL017 | low | String concat in `SELECT` |
|
|
116
|
+
| SQL018 | medium | Window `OVER ()` no `PARTITION` |
|
|
117
|
+
| SQL020 | critical | `DELETE`/`UPDATE` without `WHERE` |
|
|
118
|
+
| SQL021 | low | `SELECT *` in `EXISTS`/`IN` |
|
|
119
|
+
| SQL022 | medium | `UNION` vs `UNION ALL` |
|
|
120
|
+
|
|
121
|
+
Run the test suite to verify each rule fires on real SQL:
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
cd scripts && node test.js # 26 tests, zero dependencies
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
## Limitations
|
|
128
|
+
|
|
129
|
+
- This is a **static** analyzer. It finds anti-patterns in the *text* of SQL; it does not read query plans, row counts, or billing. A flagged query on a 100-row table is cheap; the same query on a billion-row table is the problem the rule exists to prevent.
|
|
130
|
+
- The fact-table heuristic (SQL015) keys off table *names* (`*_events`, `*_log`) and is advisory, not definitive.
|
|
131
|
+
- It does not execute SQL — safe to run on any `.sql` file.
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: web-project-brainstorming
|
|
3
|
+
description: Masterclass framework for brainstorming web development projects and page designs. Outlines structural phases for concept, UX flow, styling aesthetics, technical architecture, and SEO.
|
|
4
|
+
category: consulting
|
|
5
|
+
risk: safe
|
|
6
|
+
source: self
|
|
7
|
+
source_type: self
|
|
8
|
+
date_added: "2026-06-26"
|
|
9
|
+
author: Rsmiyani
|
|
10
|
+
tags: [brainstorming, project-planning, web-development, product-scoping, design-system, architecture]
|
|
11
|
+
tools: [claude, cursor, gemini]
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Web Project Brainstorming
|
|
15
|
+
|
|
16
|
+
## Overview
|
|
17
|
+
|
|
18
|
+
This skill provides a structured, masterclass-level framework for brainstorming web projects, web applications, or individual page designs at their inception. It guides developers and designers through scoping the core product concept, mapping user flows, defining visual styling aesthetics, selecting the technical stack, and planning for search engine optimization (SEO) and performance.
|
|
19
|
+
|
|
20
|
+
## When to Use This Skill
|
|
21
|
+
|
|
22
|
+
- Use at the start of any new web development project or page redesign.
|
|
23
|
+
- Use when scoping feature sets, user roles, and interaction patterns for web applications.
|
|
24
|
+
- Use when establishing design systems, color tokens, and layout guidelines.
|
|
25
|
+
- Use when evaluating tech stacks (e.g., Next.js vs. Vanilla JS, CSS Grid vs. Tailwind).
|
|
26
|
+
|
|
27
|
+
## How It Works
|
|
28
|
+
|
|
29
|
+
Execute web project brainstorming sequentially across six structured phases. Ask the user questions one phase at a time to maintain focus and ensure thorough alignment.
|
|
30
|
+
|
|
31
|
+
### Phase 1: Core Concept & Scoping
|
|
32
|
+
Define the product's primary value proposition and scope:
|
|
33
|
+
- **Target Audience**: Who is using the website or application?
|
|
34
|
+
- **Core Value**: What problem does it solve for users?
|
|
35
|
+
- **Key Features**: What are the top 3–5 mandatory features?
|
|
36
|
+
|
|
37
|
+
### Phase 2: User Experience (UX) & Information Architecture
|
|
38
|
+
Map how users navigate and interact:
|
|
39
|
+
- **Page Hierarchy**: What is the sitemap and page structure?
|
|
40
|
+
- **User Journeys**: What step-by-step flows do users take to complete key goals?
|
|
41
|
+
- **Responsive Layout**: Is the interface mobile-first, desktop-first, or balanced?
|
|
42
|
+
|
|
43
|
+
### Phase 3: Visual Styling & Design System
|
|
44
|
+
Establish the visual guidelines and aesthetic parameters:
|
|
45
|
+
- **Design Aesthetic**: Modern, minimalist, brutalist, glassmorphism, or luxury?
|
|
46
|
+
- **Color Palette**: What are the primary, secondary, and accent colors? (Prefer tailorable HSL/RGB models over static color keywords).
|
|
47
|
+
- **Typography**: Which Google Fonts or system fonts fit the theme? (e.g., Inter, Outfit, Syne).
|
|
48
|
+
- **Interactive States**: How do hovers, clicks, transitions, and loading states behave?
|
|
49
|
+
|
|
50
|
+
### Phase 4: Technical Stack & Architecture
|
|
51
|
+
Select the technologies and integration systems:
|
|
52
|
+
- **Frontend Framework**: React, Next.js, Vite, Astro, Svelte, or Vanilla HTML/JS?
|
|
53
|
+
- **Styling Method**: Vanilla CSS, Tailwind CSS, or CSS Modules?
|
|
54
|
+
- **Data & Backend**: REST API, GraphQL, tRPC, Firebase, Supabase, or SQLite?
|
|
55
|
+
- **State Management**: Zustand, Context API, Redux, or local React state?
|
|
56
|
+
|
|
57
|
+
### Phase 5: SEO, Accessibility (A11y), and Performance
|
|
58
|
+
Plan for discoverability and fast loading times:
|
|
59
|
+
- **SEO Elements**: Title tag structure, meta descriptions, and semantic HTML tag hierarchy.
|
|
60
|
+
- **Accessibility**: ARIA labels, semantic tags, keyboard navigation, and color contrast.
|
|
61
|
+
- **Performance**: Preloading assets, lazy loading images, server-side rendering (SSR), and CDN delivery.
|
|
62
|
+
|
|
63
|
+
### Phase 6: MVP Scope & Project Phases
|
|
64
|
+
Break the work down into manageable increments:
|
|
65
|
+
- **Phase 1 (MVP)**: The absolute minimum viable product needed to deploy.
|
|
66
|
+
- **Phase 2 (Enhancements)**: Nice-to-have features, micro-animations, and advanced integrations.
|
|
67
|
+
|
|
68
|
+
## Examples
|
|
69
|
+
|
|
70
|
+
### Interactive Questionnaire Prompt Template
|
|
71
|
+
Use this prompt layout when initiating a brainstorming session with a client or team member:
|
|
72
|
+
|
|
73
|
+
```markdown
|
|
74
|
+
👋 Let's brainstorm your new web project! We will walk through 6 quick phases.
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
### Phase 1: Core Concept & Scoping
|
|
78
|
+
1. What is the main title or working name of this project?
|
|
79
|
+
2. Who are the primary target users (e.g., tech-savvy professionals, shoppers, children)?
|
|
80
|
+
3. What are the 3 core tasks a user must be able to perform?
|
|
81
|
+
---
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### Brainstorming Output Document Template
|
|
85
|
+
Once all phases are complete, generate a markdown blueprint for the project using this template:
|
|
86
|
+
|
|
87
|
+
```markdown
|
|
88
|
+
# Project Blueprint: [Project Name]
|
|
89
|
+
|
|
90
|
+
## 1. Product Concept
|
|
91
|
+
- **Value Proposition**: [Summary]
|
|
92
|
+
- **Key Features**:
|
|
93
|
+
1. [Feature 1]
|
|
94
|
+
2. [Feature 2]
|
|
95
|
+
|
|
96
|
+
## 2. Information Architecture & UX
|
|
97
|
+
- **Pages**: `/index.html`, `/dashboard.html`
|
|
98
|
+
- **Primary User Flow**: User signs up -> completes onboarding -> views dashboard.
|
|
99
|
+
|
|
100
|
+
## 3. Styling & Aesthetics
|
|
101
|
+
- **Aesthetic**: Sleek Glassmorphism Dark Mode
|
|
102
|
+
- **Color Tokens**:
|
|
103
|
+
- Background: `hsl(222, 47%, 11%)`
|
|
104
|
+
- Accent/Primary: `hsl(217, 91%, 60%)`
|
|
105
|
+
- **Typography**: Inter (Body), Outfit (Headings)
|
|
106
|
+
|
|
107
|
+
## 4. Technical Architecture
|
|
108
|
+
- **Framework**: Next.js (App Router)
|
|
109
|
+
- **Styling**: Tailwind CSS
|
|
110
|
+
- **Database**: PostgreSQL with Prisma ORM
|
|
111
|
+
|
|
112
|
+
## 5. SEO & Performance
|
|
113
|
+
- **Primary Title**: "[Brand] | [Tagline]"
|
|
114
|
+
- **Performance Strategy**: Dynamic image optimization, caching pages via Cloudflare.
|
|
115
|
+
|
|
116
|
+
## 6. MVP vs Phase 2 Roadmap
|
|
117
|
+
- **MVP**: Authentication + core dashboard view.
|
|
118
|
+
- **Phase 2**: Real-time notifications and PDF reporting.
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
## Best Practices
|
|
122
|
+
|
|
123
|
+
- ✅ Ask questions incrementally—never dump all six phases in a single response to avoid cognitive overload.
|
|
124
|
+
- ✅ Propose logical defaults (e.g., recommending responsive Tailwind/CSS Grid and standard semantic HTML) if the user is unsure.
|
|
125
|
+
- ✅ Ensure semantic HTML layout hierarchy (one `<h1>` per page, sequential `<section>`, `<article>`, `<header>`, `<footer>` elements) is planned from the start.
|
|
126
|
+
- ✅ Document explicit non-goals to prevent feature creep.
|
|
127
|
+
|
|
128
|
+
## Limitations
|
|
129
|
+
|
|
130
|
+
- This skill focuses on conceptual mapping, architecture, and feature planning; it does not replace the writing of implementation code or system configuration.
|
|
131
|
+
- Brainstorming outcomes should be treated as flexible blueprints and refined as technical constraints are discovered during development.
|
|
132
|
+
|
|
133
|
+
## Security & Safety Notes
|
|
134
|
+
|
|
135
|
+
- During Phase 4 (Architecture), flag any security requirements (e.g., SSL certificates, CORS policies, secure authentication storage, environment variables protection) early.
|
|
136
|
+
- Do not store actual API tokens, passwords, or credentials in design or blueprint documents.
|
|
137
|
+
|
|
138
|
+
## Common Pitfalls
|
|
139
|
+
|
|
140
|
+
- **Problem**: Scope Creep (the project expands too quickly before building an MVP).
|
|
141
|
+
**Solution**: Enforce Phase 6 strictly. Push nice-to-have features into Phase 2.
|
|
142
|
+
- **Problem**: Ignoring mobile design until late in development.
|
|
143
|
+
**Solution**: Brainstorm responsive patterns in Phase 2 before deciding on layout style in Phase 3.
|
|
144
|
+
|
|
145
|
+
## Related Skills
|
|
146
|
+
|
|
147
|
+
- `@writing-plans` - Organizing structural step-by-step engineering plans.
|
|
148
|
+
- `@architecture-decision-records` - Documenting architectural decisions.
|
|
149
|
+
- `@ux-flow` - Designing deep user experience flows and interaction details.
|
package/package.json
CHANGED
package/skills_index.json
CHANGED
|
@@ -1107,6 +1107,28 @@
|
|
|
1107
1107
|
]
|
|
1108
1108
|
}
|
|
1109
1109
|
},
|
|
1110
|
+
{
|
|
1111
|
+
"id": "ai-loop",
|
|
1112
|
+
"path": "skills/ai-loop",
|
|
1113
|
+
"category": "workflow",
|
|
1114
|
+
"name": "ai-loop",
|
|
1115
|
+
"description": "Runs a bounded spec-build-review development loop with explicit scope, stop conditions, and human approval gates for risky or ambiguous work.",
|
|
1116
|
+
"risk": "safe",
|
|
1117
|
+
"source": "community",
|
|
1118
|
+
"date_added": "2026-06-27",
|
|
1119
|
+
"plugin": {
|
|
1120
|
+
"targets": {
|
|
1121
|
+
"codex": "supported",
|
|
1122
|
+
"claude": "supported"
|
|
1123
|
+
},
|
|
1124
|
+
"setup": {
|
|
1125
|
+
"type": "none",
|
|
1126
|
+
"summary": "",
|
|
1127
|
+
"docs": null
|
|
1128
|
+
},
|
|
1129
|
+
"reasons": []
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1110
1132
|
{
|
|
1111
1133
|
"id": "ai-ml",
|
|
1112
1134
|
"path": "skills/ai-ml",
|
|
@@ -10294,6 +10316,28 @@
|
|
|
10294
10316
|
"reasons": []
|
|
10295
10317
|
}
|
|
10296
10318
|
},
|
|
10319
|
+
{
|
|
10320
|
+
"id": "cron-doctor",
|
|
10321
|
+
"path": "skills/cron-doctor",
|
|
10322
|
+
"category": "devops",
|
|
10323
|
+
"name": "cron-doctor",
|
|
10324
|
+
"description": "Diagnose and validate cron expressions before they ship. Catches the five silent death-traps: impossible dates that never fire, OR-semantics that fire too often, midnight spikes, uneven step drift, and leap-year February 29.",
|
|
10325
|
+
"risk": "safe",
|
|
10326
|
+
"source": "community",
|
|
10327
|
+
"date_added": "2026-06-26",
|
|
10328
|
+
"plugin": {
|
|
10329
|
+
"targets": {
|
|
10330
|
+
"codex": "supported",
|
|
10331
|
+
"claude": "supported"
|
|
10332
|
+
},
|
|
10333
|
+
"setup": {
|
|
10334
|
+
"type": "none",
|
|
10335
|
+
"summary": "",
|
|
10336
|
+
"docs": null
|
|
10337
|
+
},
|
|
10338
|
+
"reasons": []
|
|
10339
|
+
}
|
|
10340
|
+
},
|
|
10297
10341
|
{
|
|
10298
10342
|
"id": "crossframe",
|
|
10299
10343
|
"path": "skills/crossframe",
|
|
@@ -31369,6 +31413,28 @@
|
|
|
31369
31413
|
"reasons": []
|
|
31370
31414
|
}
|
|
31371
31415
|
},
|
|
31416
|
+
{
|
|
31417
|
+
"id": "sql-sentinel",
|
|
31418
|
+
"path": "skills/sql-sentinel",
|
|
31419
|
+
"category": "data",
|
|
31420
|
+
"name": "sql-sentinel",
|
|
31421
|
+
"description": "Audit SQL for the cost & performance anti-patterns that burn warehouse credits. Scores warehouse health 0-100 and outputs a prioritized cost-reduction plan for BigQuery, Snowflake, Redshift, and Postgres.",
|
|
31422
|
+
"risk": "safe",
|
|
31423
|
+
"source": "community",
|
|
31424
|
+
"date_added": "2026-06-26",
|
|
31425
|
+
"plugin": {
|
|
31426
|
+
"targets": {
|
|
31427
|
+
"codex": "supported",
|
|
31428
|
+
"claude": "supported"
|
|
31429
|
+
},
|
|
31430
|
+
"setup": {
|
|
31431
|
+
"type": "none",
|
|
31432
|
+
"summary": "",
|
|
31433
|
+
"docs": null
|
|
31434
|
+
},
|
|
31435
|
+
"reasons": []
|
|
31436
|
+
}
|
|
31437
|
+
},
|
|
31372
31438
|
{
|
|
31373
31439
|
"id": "sqlmap-database-pentesting",
|
|
31374
31440
|
"path": "skills/sqlmap-database-pentesting",
|
|
@@ -35691,6 +35757,28 @@
|
|
|
35691
35757
|
"reasons": []
|
|
35692
35758
|
}
|
|
35693
35759
|
},
|
|
35760
|
+
{
|
|
35761
|
+
"id": "web-project-brainstorming",
|
|
35762
|
+
"path": "skills/web-project-brainstorming",
|
|
35763
|
+
"category": "consulting",
|
|
35764
|
+
"name": "web-project-brainstorming",
|
|
35765
|
+
"description": "Masterclass framework for brainstorming web development projects and page designs. Outlines structural phases for concept, UX flow, styling aesthetics, technical architecture, and SEO.",
|
|
35766
|
+
"risk": "safe",
|
|
35767
|
+
"source": "self",
|
|
35768
|
+
"date_added": "2026-06-26",
|
|
35769
|
+
"plugin": {
|
|
35770
|
+
"targets": {
|
|
35771
|
+
"codex": "supported",
|
|
35772
|
+
"claude": "supported"
|
|
35773
|
+
},
|
|
35774
|
+
"setup": {
|
|
35775
|
+
"type": "none",
|
|
35776
|
+
"summary": "",
|
|
35777
|
+
"docs": null
|
|
35778
|
+
},
|
|
35779
|
+
"reasons": []
|
|
35780
|
+
}
|
|
35781
|
+
},
|
|
35694
35782
|
{
|
|
35695
35783
|
"id": "web-scraper",
|
|
35696
35784
|
"path": "skills/web-scraper",
|