-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 3.75 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@supermajia/majia-guanyuan",
"version": "3.1.8",
"description": "V3.0.0 (2026-06-04) — ground-up refactor: retired the self-built guandata.py HTTP client and rebuilt this skill as a battle-tested gain-layer on top of the official Guandata skill family, routing standard query/card/ETL/dataset CRUD to guancli/guanvis/guanetl/guanwf/guands (and metric writes to guanmetric) and keeping only what the official DSL/commands can't reach. Tool-agnostic Agent Skill for Guandata BI (观远 BI) — a router layer plus the hard-bone parts + a philosophy doc: 🧭 router layer (standard query/card/ETL/dataset CRUD → official family) / Part B ETL governance & write (incl. SmartETL full-chain rewrite + ExecPlan + 10-category engine error playbook + dual-source field audit) / Part C custom chart HTML+CSS+JS injection on existing pages / Part C-12 HTML application-style dashboard (descriptor patch linking selector → custom-chart dataView) / Part D V7 Page/Card publish pipeline + mobile phoneLayout ZIP-inject / Part E SuperApp open-app development pipeline / **philosophy-layer doc — AI-native ADS design**: when client says ‘want to add AI to existing BI’, judge ‘governance vs rebuild’; ODS/DIM/DWD untouched, ADS rebuilt for LLM-native consumption; 7 field constraints (Chinese enums / pre-computed recommendations / composite semantics pre-joined / TIMESTAMP / strict-value priorities / pre-computed numerics / row-level permission redundancy); budget allocation 30% governance + 30% ADS rebuild + 40% AI apps / restaurant-chain BI formula playbook. Compatible with Claude Code, OpenClaw, Codex, Hermes (gbrain). Prerequisites: install the official family via `npm i -g @guandata/guanskill && guanskill install-skill` (guancli 1.0.43 + guanvis 0.1.33 + guanetl 0.1.21 + guands 0.1.23 + guanwf 0.1.822 + guanmetric 0.1.3; guanexport + guanadmin left the family 2026-06-04; guanmetric joined 2026-07-08); authenticate with `guancli auth login` (one shared profile — this skill no longer reads config.json). Battle-tested with 60+ ETL operations, a 41-card production HTML application dashboard, a 20-table + 17-ETL + 6-HTML-dashboard end-to-end demo, and a 9-dashboard mobile adaptation. The restaurant-chain BI formula playbook (10 markdown files, 60+ SQL snippets + 6 ETL engineering patterns + 39 production ETL catalog index) moved to the standalone repo majia-huiyuan (github.com/maojiebc/majia-huiyuan, 公式库/) on 2026-07-12; references/restaurant-bi-formulas/ here keeps a pointer README only. Progressive disclosure keeps SKILL.md as the router and references/ + templates/ as detailed playbooks. Full version history in CHANGELOG.md.",
"keywords": [
"claude-code",
"claude-skill",
"agent-skill",
"agent-skills",
"github-copilot",
"openclaw",
"openai-codex",
"qoder",
"workbuddy",
"codebuddy",
"hermes",
"gbrain",
"guandata",
"guandata-bi",
"business-intelligence",
"etl",
"smartetl",
"data-analysis",
"custom-chart",
"execplan"
],
"homepage": "https://github.com/maojiebc/majia-guanyuan",
"repository": {
"type": "git",
"url": "git+https://github.com/maojiebc/majia-guanyuan.git"
},
"bugs": {
"url": "https://github.com/maojiebc/majia-guanyuan/issues"
},
"license": "MIT",
"author": "maojiebc",
"bin": {
"majia-guanyuan": "./bin/install.js",
"supermajia-guanyuan": "./bin/install.js"
},
"files": [
"SKILL.md",
"AGENTS.md",
"manifest.json",
"README.md",
"README.en.md",
"SECURITY.md",
"llms.txt",
"ATTRIBUTIONS.md",
"LICENSE",
"config.example.json",
"bin/",
"scripts/**/*.py",
"references/",
"templates/",
"docs/"
],
"engines": {
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
}
}