foliko 1.1.38 → 1.1.39
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/.agent/agents/network-requester.md +44 -0
- package/.agent/agents/poster-designer.md +52 -0
- package/.agent/agents/ui-designer.md +1 -1
- package/.agent/data/default.json +23 -407
- package/.agent/data/email/processed-emails.json +1 -0
- package/.agent/data/plugins-state.json +103 -200
- package/.agent/data/web/web-config.json +5 -0
- package/.agent/data/weixin/images/file_1776188148383jpg +0 -0
- package/.agent/data/weixin/images/file_1776188458326.jpg +0 -0
- package/.agent/data/weixin/images/file_1776188689423.jpg +0 -0
- package/.agent/data/weixin/images/file_1776188813604.jpg +0 -0
- package/.agent/data/weixin/images/file_1776189097450.jpg +0 -0
- package/.agent/data/weixin/videos/file_1776188318431.mp4 +0 -0
- package/.agent/mcp_config.json +4 -17
- package/.agent/memory/user/mof6gk94-kneeuh.md +9 -0
- package/.agent/package.json +8 -0
- package/.agent/plugins/marknative/README.md +134 -0
- package/.agent/plugins/marknative/fonts/SegoeUI Emoji.ttf +0 -0
- package/.agent/plugins/marknative/fonts.zip +0 -0
- package/.agent/plugins/marknative/index.js +256 -0
- package/.agent/plugins/marknative/package.json +12 -0
- package/.agent/plugins/test-plugin.py +99 -0
- package/.agent/plugins.json +11 -5
- package/.agent/python-scripts/test_sample.py +24 -0
- package/.agent/sessions/cli_default.json +2890 -18
- package/.agent/sessions/default.json +82 -0
- package/.agent/sessions/qq_c2c_D960F12877541624D7B2C836110B3D0F.json +25 -0
- package/.agent/sessions/test-clean.json +26 -0
- package/.agent/sessions/test-compress.json +1462 -0
- package/.agent/sessions/test-session.json +13 -0
- package/.agent/sessions/weixin_test.json +22 -0
- package/.agent/sessions/weixin_test_user_123.json +11 -0
- package/.agent/skills/agent-browser/SKILL.md +311 -0
- package/.agent/skills/agent-browser/TEST_PLAN.md +200 -0
- package/.agent/skills/sysinfo/SKILL.md +38 -0
- package/.agent/skills/sysinfo/system-info.sh +130 -0
- package/.agent/skills/workflow/SKILL.md +324 -0
- package/.agent/test-agent.js +35 -0
- package/.agent/weixin.json +6 -0
- package/.agent/workflows/email-digest.json +50 -0
- package/.agent/workflows/file-backup.json +21 -0
- package/.agent/workflows/get-ip-notify.json +32 -0
- package/.agent/workflows/news-aggregator.json +93 -0
- package/.agent/workflows/news-dashboard-v2.json +94 -0
- package/.agent/workflows/notification-batch.json +32 -0
- package/.claude/settings.local.json +2 -1
- package/.env.example +56 -56
- package/README.md +441 -441
- package/cli/src/utils/debounce.js +6 -3
- package/docs/qq-bot.md +976 -0
- package/package.json +2 -1
- package/plugins/qq-plugin.js +939 -0
- package/skills/find-skills/AGENTS.md +162 -162
- package/skills/find-skills/SKILL.md +133 -133
- package/temp_img.md +1 -0
- package/website_v2/styles/animations.css +7 -7
- package/.agent/.shared/ui-ux-pro-max/data/charts.csv +0 -26
- package/.agent/.shared/ui-ux-pro-max/data/colors.csv +0 -97
- package/.agent/.shared/ui-ux-pro-max/data/icons.csv +0 -101
- package/.agent/.shared/ui-ux-pro-max/data/landing.csv +0 -31
- package/.agent/.shared/ui-ux-pro-max/data/products.csv +0 -97
- package/.agent/.shared/ui-ux-pro-max/data/prompts.csv +0 -24
- package/.agent/.shared/ui-ux-pro-max/data/react-performance.csv +0 -45
- package/.agent/.shared/ui-ux-pro-max/data/stacks/flutter.csv +0 -53
- package/.agent/.shared/ui-ux-pro-max/data/stacks/html-tailwind.csv +0 -56
- package/.agent/.shared/ui-ux-pro-max/data/stacks/jetpack-compose.csv +0 -53
- package/.agent/.shared/ui-ux-pro-max/data/stacks/nextjs.csv +0 -53
- package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxt-ui.csv +0 -51
- package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxtjs.csv +0 -59
- package/.agent/.shared/ui-ux-pro-max/data/stacks/react-native.csv +0 -52
- package/.agent/.shared/ui-ux-pro-max/data/stacks/react.csv +0 -54
- package/.agent/.shared/ui-ux-pro-max/data/stacks/shadcn.csv +0 -61
- package/.agent/.shared/ui-ux-pro-max/data/stacks/svelte.csv +0 -54
- package/.agent/.shared/ui-ux-pro-max/data/stacks/swiftui.csv +0 -51
- package/.agent/.shared/ui-ux-pro-max/data/stacks/vue.csv +0 -50
- package/.agent/.shared/ui-ux-pro-max/data/styles.csv +0 -59
- package/.agent/.shared/ui-ux-pro-max/data/typography.csv +0 -58
- package/.agent/.shared/ui-ux-pro-max/data/ui-reasoning.csv +0 -101
- package/.agent/.shared/ui-ux-pro-max/data/ux-guidelines.csv +0 -100
- package/.agent/.shared/ui-ux-pro-max/data/web-interface.csv +0 -31
- package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/core.cpython-313.pyc +0 -0
- package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
- package/.agent/.shared/ui-ux-pro-max/scripts/core.py +0 -258
- package/.agent/.shared/ui-ux-pro-max/scripts/design_system.py +0 -1067
- package/.agent/.shared/ui-ux-pro-max/scripts/search.py +0 -106
- package/.agent/ARCHITECTURE.md +0 -288
- package/.agent/data/ambient/goals.json +0 -1
- package/.agent/data/puppeteer-sessions/undefined.json +0 -6
- package/.agent/data/weixin-media/2026-04-08/img_1775618677512.jpg +0 -0
- package/.agent/data/weixin-media/2026-04-08/img_1775619073340.jpg +0 -0
- package/.agent/data/weixin-media/2026-04-08/img_1775619097536.jpg +0 -0
- package/.agent/data/weixin-media/2026-04-08/img_1775619209388.jpg +0 -0
- package/.agent/memory/feedback/mnygjgox-ualjip.md +0 -11
- package/.agent/memory/feedback/mnzugpej-esdwsr.md +0 -9
- package/.agent/memory/feedback/mo2quxke-saxs56.md +0 -9
- package/.agent/memory/feedback/mo9l6nw9-sm1ye2.md +0 -13
- package/.agent/memory/feedback/mo9uxkb3-bbxz3x.md +0 -9
- package/.agent/memory/feedback/mo9wpqy0-ftsez9.md +0 -13
- package/.agent/memory/feedback/mo9x2ps4-p7huqq.md +0 -11
- package/.agent/memory/feedback/mo9x2uay-z7ndjn.md +0 -9
- package/.agent/memory/feedback/mo9x2y7d-9wecyx.md +0 -9
- package/.agent/memory/feedback/mo9x39q3-nn7myt.md +0 -9
- package/.agent/memory/feedback/mo9xfir9-4g8a8j.md +0 -9
- package/.agent/memory/feedback/mo9xfui8-ujqrc6.md +0 -9
- package/.agent/memory/feedback/mocnx1wx-qtxxlh.md +0 -9
- package/.agent/memory/project/mnqx54u5-loqtoe.md +0 -9
- package/.agent/memory/project/mnqx84cv-mx6dmd.md +0 -9
- package/.agent/memory/project/mnsacuyr-hgtk5n.md +0 -20
- package/.agent/memory/project/mnu5hy2x-bjsg7u.md +0 -9
- package/.agent/memory/project/mny28ot4-8qe9au.md +0 -9
- package/.agent/memory/project/mnztftxj-af82rh.md +0 -9
- package/.agent/memory/project/mo0y04d0-bmaefl.md +0 -9
- package/.agent/memory/project/mo2iztxb-3c7v81.md +0 -9
- package/.agent/memory/project/mo2ssa5x-tpi1p3.md +0 -9
- package/.agent/memory/reference/mnre3cww-penbo1.md +0 -9
- package/.agent/memory/reference/mns9wn48-luerua.md +0 -14
- package/.agent/memory/reference/mns9yz5c-thc2s0.md +0 -16
- package/.agent/memory/reference/mnsfy4um-910f1o.md +0 -23
- package/.agent/memory/reference/mnsg37dp-lmfj18.md +0 -32
- package/.agent/memory/reference/mnsll60q-0j911u.md +0 -36
- package/.agent/memory/reference/mnsmlb5y-nej31u.md +0 -16
- package/.agent/memory/reference/mnssle72-yrot96.md +0 -9
- package/.agent/memory/reference/mnygj8nb-bjthmc.md +0 -20
- package/.agent/memory/reference/mnzfvs4m-ufyg9a.md +0 -12
- package/.agent/memory/user/mnsfuon6-l416q1.md +0 -21
- package/.agent/memory/user/mnsg9kut-95m7rf.md +0 -20
- package/.agent/memory/user/mnu2eo1v-yy6fhe.md +0 -9
- package/.agent/memory/user/mnu2etuo-8u8jk8.md +0 -9
- package/.agent/memory/user/mnx0rk6g-gsznjj.md +0 -9
- package/.agent/memory/user/mnyf1riz-4yo5yz.md +0 -9
- package/.agent/memory/user/mnzuh4cw-zvee8w.md +0 -13
- package/.agent/memory/user/mnzvewyj-jl67cq.md +0 -9
- package/.agent/memory/user/mnzwh9xo-43ys3f.md +0 -9
- package/.agent/memory/user/mo0ycvpn-eebsxc.md +0 -9
- package/.agent/memory/user/mo2k8c8n-132r2u.md +0 -9
- package/.agent/memory/user/mo6y2dei-5cf537.md +0 -13
- package/.agent/memory/user/mo9xsdo6-8vylww.md +0 -13
- package/.agent/plugins/puppeteer-plugin/README.md +0 -147
- package/.agent/plugins/puppeteer-plugin/index.js +0 -1422
- package/.agent/plugins/puppeteer-plugin/package.json +0 -9
- package/.agent/rules/GEMINI.md +0 -273
- package/.agent/rules/allow-rule.md +0 -77
- package/.agent/rules/log-rule.md +0 -83
- package/.agent/rules/security-rule.md +0 -93
- package/.agent/scripts/auto_preview.py +0 -148
- package/.agent/scripts/checklist.py +0 -217
- package/.agent/scripts/session_manager.py +0 -120
- package/.agent/scripts/verify_all.py +0 -327
- package/.agent/skills/doc.md +0 -177
- package/.agent/skills/fk-poster/SKILL.md +0 -1129
- package/.agent/skills/fkbuilder/SKILL.md +0 -730
- package/.agent/skills/mmx-cli/SKILL.md +0 -431
- package/.agent/workflows/brainstorm.md +0 -113
- package/.agent/workflows/create.md +0 -59
- package/.agent/workflows/debug.md +0 -103
- package/.agent/workflows/deploy.md +0 -176
- package/.agent/workflows/enhance.md +0 -63
- package/.agent/workflows/orchestrate.md +0 -237
- package/.agent/workflows/plan.md +0 -89
- package/.agent/workflows/preview.md +0 -81
- package/.agent/workflows/simple-test.md +0 -42
- package/.agent/workflows/status.md +0 -86
- package/.agent/workflows/structured-orchestrate.md +0 -180
- package/.agent/workflows/test.md +0 -144
- package/.agent/workflows/ui-ux-pro-max.md +0 -296
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env python3
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
"""
|
|
4
|
-
UI/UX Pro Max Search - BM25 search engine for UI/UX style guides
|
|
5
|
-
Usage: python search.py "<query>" [--domain <domain>] [--stack <stack>] [--max-results 3]
|
|
6
|
-
python search.py "<query>" --design-system [-p "Project Name"]
|
|
7
|
-
python search.py "<query>" --design-system --persist [-p "Project Name"] [--page "dashboard"]
|
|
8
|
-
|
|
9
|
-
Domains: style, prompt, color, chart, landing, product, ux, typography
|
|
10
|
-
Stacks: html-tailwind, react, nextjs
|
|
11
|
-
|
|
12
|
-
Persistence (Master + Overrides pattern):
|
|
13
|
-
--persist Save design system to design-system/MASTER.md
|
|
14
|
-
--page Also create a page-specific override file in design-system/pages/
|
|
15
|
-
"""
|
|
16
|
-
|
|
17
|
-
import argparse
|
|
18
|
-
from core import CSV_CONFIG, AVAILABLE_STACKS, MAX_RESULTS, search, search_stack
|
|
19
|
-
from design_system import generate_design_system, persist_design_system
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def format_output(result):
|
|
23
|
-
"""Format results for Claude consumption (token-optimized)"""
|
|
24
|
-
if "error" in result:
|
|
25
|
-
return f"Error: {result['error']}"
|
|
26
|
-
|
|
27
|
-
output = []
|
|
28
|
-
if result.get("stack"):
|
|
29
|
-
output.append(f"## UI Pro Max Stack Guidelines")
|
|
30
|
-
output.append(f"**Stack:** {result['stack']} | **Query:** {result['query']}")
|
|
31
|
-
else:
|
|
32
|
-
output.append(f"## UI Pro Max Search Results")
|
|
33
|
-
output.append(f"**Domain:** {result['domain']} | **Query:** {result['query']}")
|
|
34
|
-
output.append(f"**Source:** {result['file']} | **Found:** {result['count']} results\n")
|
|
35
|
-
|
|
36
|
-
for i, row in enumerate(result['results'], 1):
|
|
37
|
-
output.append(f"### Result {i}")
|
|
38
|
-
for key, value in row.items():
|
|
39
|
-
value_str = str(value)
|
|
40
|
-
if len(value_str) > 300:
|
|
41
|
-
value_str = value_str[:300] + "..."
|
|
42
|
-
output.append(f"- **{key}:** {value_str}")
|
|
43
|
-
output.append("")
|
|
44
|
-
|
|
45
|
-
return "\n".join(output)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
if __name__ == "__main__":
|
|
49
|
-
parser = argparse.ArgumentParser(description="UI Pro Max Search")
|
|
50
|
-
parser.add_argument("query", help="Search query")
|
|
51
|
-
parser.add_argument("--domain", "-d", choices=list(CSV_CONFIG.keys()), help="Search domain")
|
|
52
|
-
parser.add_argument("--stack", "-s", choices=AVAILABLE_STACKS, help="Stack-specific search (html-tailwind, react, nextjs)")
|
|
53
|
-
parser.add_argument("--max-results", "-n", type=int, default=MAX_RESULTS, help="Max results (default: 3)")
|
|
54
|
-
parser.add_argument("--json", action="store_true", help="Output as JSON")
|
|
55
|
-
# Design system generation
|
|
56
|
-
parser.add_argument("--design-system", "-ds", action="store_true", help="Generate complete design system recommendation")
|
|
57
|
-
parser.add_argument("--project-name", "-p", type=str, default=None, help="Project name for design system output")
|
|
58
|
-
parser.add_argument("--format", "-f", choices=["ascii", "markdown"], default="ascii", help="Output format for design system")
|
|
59
|
-
# Persistence (Master + Overrides pattern)
|
|
60
|
-
parser.add_argument("--persist", action="store_true", help="Save design system to design-system/MASTER.md (creates hierarchical structure)")
|
|
61
|
-
parser.add_argument("--page", type=str, default=None, help="Create page-specific override file in design-system/pages/")
|
|
62
|
-
parser.add_argument("--output-dir", "-o", type=str, default=None, help="Output directory for persisted files (default: current directory)")
|
|
63
|
-
|
|
64
|
-
args = parser.parse_args()
|
|
65
|
-
|
|
66
|
-
# Design system takes priority
|
|
67
|
-
if args.design_system:
|
|
68
|
-
result = generate_design_system(
|
|
69
|
-
args.query,
|
|
70
|
-
args.project_name,
|
|
71
|
-
args.format,
|
|
72
|
-
persist=args.persist,
|
|
73
|
-
page=args.page,
|
|
74
|
-
output_dir=args.output_dir
|
|
75
|
-
)
|
|
76
|
-
print(result)
|
|
77
|
-
|
|
78
|
-
# Print persistence confirmation
|
|
79
|
-
if args.persist:
|
|
80
|
-
project_slug = args.project_name.lower().replace(' ', '-') if args.project_name else "default"
|
|
81
|
-
print("\n" + "=" * 60)
|
|
82
|
-
print(f"✅ Design system persisted to design-system/{project_slug}/")
|
|
83
|
-
print(f" 📄 design-system/{project_slug}/MASTER.md (Global Source of Truth)")
|
|
84
|
-
if args.page:
|
|
85
|
-
page_filename = args.page.lower().replace(' ', '-')
|
|
86
|
-
print(f" 📄 design-system/{project_slug}/pages/{page_filename}.md (Page Overrides)")
|
|
87
|
-
print("")
|
|
88
|
-
print(f"📖 Usage: When building a page, check design-system/{project_slug}/pages/[page].md first.")
|
|
89
|
-
print(f" If exists, its rules override MASTER.md. Otherwise, use MASTER.md.")
|
|
90
|
-
print("=" * 60)
|
|
91
|
-
# Stack search
|
|
92
|
-
elif args.stack:
|
|
93
|
-
result = search_stack(args.query, args.stack, args.max_results)
|
|
94
|
-
if args.json:
|
|
95
|
-
import json
|
|
96
|
-
print(json.dumps(result, indent=2, ensure_ascii=False))
|
|
97
|
-
else:
|
|
98
|
-
print(format_output(result))
|
|
99
|
-
# Domain search
|
|
100
|
-
else:
|
|
101
|
-
result = search(args.query, args.domain, args.max_results)
|
|
102
|
-
if args.json:
|
|
103
|
-
import json
|
|
104
|
-
print(json.dumps(result, indent=2, ensure_ascii=False))
|
|
105
|
-
else:
|
|
106
|
-
print(format_output(result))
|
package/.agent/ARCHITECTURE.md
DELETED
|
@@ -1,288 +0,0 @@
|
|
|
1
|
-
# Antigravity Kit Architecture
|
|
2
|
-
|
|
3
|
-
> Comprehensive AI Agent Capability Expansion Toolkit
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## 📋 Overview
|
|
8
|
-
|
|
9
|
-
Antigravity Kit is a modular system consisting of:
|
|
10
|
-
|
|
11
|
-
- **20 Specialist Agents** - Role-based AI personas
|
|
12
|
-
- **36 Skills** - Domain-specific knowledge modules
|
|
13
|
-
- **11 Workflows** - Slash command procedures
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
## 🏗️ Directory Structure
|
|
18
|
-
|
|
19
|
-
```plaintext
|
|
20
|
-
.agent/
|
|
21
|
-
├── ARCHITECTURE.md # This file
|
|
22
|
-
├── agents/ # 20 Specialist Agents
|
|
23
|
-
├── skills/ # 36 Skills
|
|
24
|
-
├── workflows/ # 11 Slash Commands
|
|
25
|
-
├── rules/ # Global Rules
|
|
26
|
-
└── scripts/ # Master Validation Scripts
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## 🤖 Agents (20)
|
|
32
|
-
|
|
33
|
-
Specialist AI personas for different domains.
|
|
34
|
-
|
|
35
|
-
| Agent | Focus | Skills Used |
|
|
36
|
-
| ------------------------ | -------------------------- | -------------------------------------------------------- |
|
|
37
|
-
| `orchestrator` | Multi-agent coordination | parallel-agents, behavioral-modes |
|
|
38
|
-
| `project-planner` | Discovery, task planning | brainstorming, plan-writing, architecture |
|
|
39
|
-
| `frontend-specialist` | Web UI/UX | frontend-design, react-best-practices, tailwind-patterns |
|
|
40
|
-
| `backend-specialist` | API, business logic | api-patterns, nodejs-best-practices, database-design |
|
|
41
|
-
| `database-architect` | Schema, SQL | database-design, prisma-expert |
|
|
42
|
-
| `mobile-developer` | iOS, Android, RN | mobile-design |
|
|
43
|
-
| `game-developer` | Game logic, mechanics | game-development |
|
|
44
|
-
| `devops-engineer` | CI/CD, Docker | deployment-procedures, docker-expert |
|
|
45
|
-
| `security-auditor` | Security compliance | vulnerability-scanner, red-team-tactics |
|
|
46
|
-
| `penetration-tester` | Offensive security | red-team-tactics |
|
|
47
|
-
| `test-engineer` | Testing strategies | testing-patterns, tdd-workflow, webapp-testing |
|
|
48
|
-
| `debugger` | Root cause analysis | systematic-debugging |
|
|
49
|
-
| `performance-optimizer` | Speed, Web Vitals | performance-profiling |
|
|
50
|
-
| `seo-specialist` | Ranking, visibility | seo-fundamentals, geo-fundamentals |
|
|
51
|
-
| `documentation-writer` | Manuals, docs | documentation-templates |
|
|
52
|
-
| `product-manager` | Requirements, user stories | plan-writing, brainstorming |
|
|
53
|
-
| `product-owner` | Strategy, backlog, MVP | plan-writing, brainstorming |
|
|
54
|
-
| `qa-automation-engineer` | E2E testing, CI pipelines | webapp-testing, testing-patterns |
|
|
55
|
-
| `code-archaeologist` | Legacy code, refactoring | clean-code, code-review-checklist |
|
|
56
|
-
| `explorer-agent` | Codebase analysis | - |
|
|
57
|
-
|
|
58
|
-
---
|
|
59
|
-
|
|
60
|
-
## 🧩 Skills (36)
|
|
61
|
-
|
|
62
|
-
Modular knowledge domains that agents can load on-demand. based on task context.
|
|
63
|
-
|
|
64
|
-
### Frontend & UI
|
|
65
|
-
|
|
66
|
-
| Skill | Description |
|
|
67
|
-
| ----------------------- | --------------------------------------------------------------------- |
|
|
68
|
-
| `react-best-practices` | React & Next.js performance optimization (Vercel - 57 rules) |
|
|
69
|
-
| `web-design-guidelines` | Web UI audit - 100+ rules for accessibility, UX, performance (Vercel) |
|
|
70
|
-
| `tailwind-patterns` | Tailwind CSS v4 utilities |
|
|
71
|
-
| `frontend-design` | UI/UX patterns, design systems |
|
|
72
|
-
| `ui-ux-pro-max` | 50 styles, 21 palettes, 50 fonts |
|
|
73
|
-
|
|
74
|
-
### Backend & API
|
|
75
|
-
|
|
76
|
-
| Skill | Description |
|
|
77
|
-
| ----------------------- | ------------------------------ |
|
|
78
|
-
| `api-patterns` | REST, GraphQL, tRPC |
|
|
79
|
-
| `nestjs-expert` | NestJS modules, DI, decorators |
|
|
80
|
-
| `nodejs-best-practices` | Node.js async, modules |
|
|
81
|
-
| `python-patterns` | Python standards, FastAPI |
|
|
82
|
-
|
|
83
|
-
### Database
|
|
84
|
-
|
|
85
|
-
| Skill | Description |
|
|
86
|
-
| ----------------- | --------------------------- |
|
|
87
|
-
| `database-design` | Schema design, optimization |
|
|
88
|
-
| `prisma-expert` | Prisma ORM, migrations |
|
|
89
|
-
|
|
90
|
-
### TypeScript/JavaScript
|
|
91
|
-
|
|
92
|
-
| Skill | Description |
|
|
93
|
-
| ------------------- | ----------------------------------- |
|
|
94
|
-
| `typescript-expert` | Type-level programming, performance |
|
|
95
|
-
|
|
96
|
-
### Cloud & Infrastructure
|
|
97
|
-
|
|
98
|
-
| Skill | Description |
|
|
99
|
-
| ----------------------- | ------------------------- |
|
|
100
|
-
| `docker-expert` | Containerization, Compose |
|
|
101
|
-
| `deployment-procedures` | CI/CD, deploy workflows |
|
|
102
|
-
| `server-management` | Infrastructure management |
|
|
103
|
-
|
|
104
|
-
### Testing & Quality
|
|
105
|
-
|
|
106
|
-
| Skill | Description |
|
|
107
|
-
| ----------------------- | ------------------------ |
|
|
108
|
-
| `testing-patterns` | Jest, Vitest, strategies |
|
|
109
|
-
| `webapp-testing` | E2E, Playwright |
|
|
110
|
-
| `tdd-workflow` | Test-driven development |
|
|
111
|
-
| `code-review-checklist` | Code review standards |
|
|
112
|
-
| `lint-and-validate` | Linting, validation |
|
|
113
|
-
|
|
114
|
-
### Security
|
|
115
|
-
|
|
116
|
-
| Skill | Description |
|
|
117
|
-
| ----------------------- | ------------------------ |
|
|
118
|
-
| `vulnerability-scanner` | Security auditing, OWASP |
|
|
119
|
-
| `red-team-tactics` | Offensive security |
|
|
120
|
-
|
|
121
|
-
### Architecture & Planning
|
|
122
|
-
|
|
123
|
-
| Skill | Description |
|
|
124
|
-
| --------------- | -------------------------- |
|
|
125
|
-
| `app-builder` | Full-stack app scaffolding |
|
|
126
|
-
| `architecture` | System design patterns |
|
|
127
|
-
| `plan-writing` | Task planning, breakdown |
|
|
128
|
-
| `brainstorming` | Socratic questioning |
|
|
129
|
-
|
|
130
|
-
### Mobile
|
|
131
|
-
|
|
132
|
-
| Skill | Description |
|
|
133
|
-
| --------------- | --------------------- |
|
|
134
|
-
| `mobile-design` | Mobile UI/UX patterns |
|
|
135
|
-
|
|
136
|
-
### Game Development
|
|
137
|
-
|
|
138
|
-
| Skill | Description |
|
|
139
|
-
| ------------------ | --------------------- |
|
|
140
|
-
| `game-development` | Game logic, mechanics |
|
|
141
|
-
|
|
142
|
-
### SEO & Growth
|
|
143
|
-
|
|
144
|
-
| Skill | Description |
|
|
145
|
-
| ------------------ | ----------------------------- |
|
|
146
|
-
| `seo-fundamentals` | SEO, E-E-A-T, Core Web Vitals |
|
|
147
|
-
| `geo-fundamentals` | GenAI optimization |
|
|
148
|
-
|
|
149
|
-
### Shell/CLI
|
|
150
|
-
|
|
151
|
-
| Skill | Description |
|
|
152
|
-
| -------------------- | ------------------------- |
|
|
153
|
-
| `bash-linux` | Linux commands, scripting |
|
|
154
|
-
| `powershell-windows` | Windows PowerShell |
|
|
155
|
-
|
|
156
|
-
### Other
|
|
157
|
-
|
|
158
|
-
| Skill | Description |
|
|
159
|
-
| ------------------------- | ------------------------- |
|
|
160
|
-
| `clean-code` | Coding standards (Global) |
|
|
161
|
-
| `behavioral-modes` | Agent personas |
|
|
162
|
-
| `parallel-agents` | Multi-agent patterns |
|
|
163
|
-
| `mcp-builder` | Model Context Protocol |
|
|
164
|
-
| `documentation-templates` | Doc formats |
|
|
165
|
-
| `i18n-localization` | Internationalization |
|
|
166
|
-
| `performance-profiling` | Web Vitals, optimization |
|
|
167
|
-
| `systematic-debugging` | Troubleshooting |
|
|
168
|
-
|
|
169
|
-
---
|
|
170
|
-
|
|
171
|
-
## 🔄 Workflows (11)
|
|
172
|
-
|
|
173
|
-
Slash command procedures. Invoke with `/command`.
|
|
174
|
-
|
|
175
|
-
| Command | Description |
|
|
176
|
-
| ---------------- | ------------------------ |
|
|
177
|
-
| `/brainstorm` | Socratic discovery |
|
|
178
|
-
| `/create` | Create new features |
|
|
179
|
-
| `/debug` | Debug issues |
|
|
180
|
-
| `/deploy` | Deploy application |
|
|
181
|
-
| `/enhance` | Improve existing code |
|
|
182
|
-
| `/orchestrate` | Multi-agent coordination |
|
|
183
|
-
| `/plan` | Task breakdown |
|
|
184
|
-
| `/preview` | Preview changes |
|
|
185
|
-
| `/status` | Check project status |
|
|
186
|
-
| `/test` | Run tests |
|
|
187
|
-
| `/ui-ux-pro-max` | Design with 50 styles |
|
|
188
|
-
|
|
189
|
-
---
|
|
190
|
-
|
|
191
|
-
## 🎯 Skill Loading Protocol
|
|
192
|
-
|
|
193
|
-
```plaintext
|
|
194
|
-
User Request → Skill Description Match → Load SKILL.md
|
|
195
|
-
↓
|
|
196
|
-
Read references/
|
|
197
|
-
↓
|
|
198
|
-
Read scripts/
|
|
199
|
-
```
|
|
200
|
-
|
|
201
|
-
### Skill Structure
|
|
202
|
-
|
|
203
|
-
```plaintext
|
|
204
|
-
skill-name/
|
|
205
|
-
├── SKILL.md # (Required) Metadata & instructions
|
|
206
|
-
├── scripts/ # (Optional) Python/Bash scripts
|
|
207
|
-
├── references/ # (Optional) Templates, docs
|
|
208
|
-
└── assets/ # (Optional) Images, logos
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
### Enhanced Skills (with scripts/references)
|
|
212
|
-
|
|
213
|
-
| Skill | Files | Coverage |
|
|
214
|
-
| ------------------- | ----- | ----------------------------------- |
|
|
215
|
-
| `ui-ux-pro-max` | 27 | 50 styles, 21 palettes, 50 fonts |
|
|
216
|
-
| `app-builder` | 20 | Full-stack scaffolding |
|
|
217
|
-
|
|
218
|
-
---
|
|
219
|
-
|
|
220
|
-
## � Scripts (2)
|
|
221
|
-
|
|
222
|
-
Master validation scripts that orchestrate skill-level scripts.
|
|
223
|
-
|
|
224
|
-
### Master Scripts
|
|
225
|
-
|
|
226
|
-
| Script | Purpose | When to Use |
|
|
227
|
-
| --------------- | --------------------------------------- | ------------------------ |
|
|
228
|
-
| `checklist.py` | Priority-based validation (Core checks) | Development, pre-commit |
|
|
229
|
-
| `verify_all.py` | Comprehensive verification (All checks) | Pre-deployment, releases |
|
|
230
|
-
|
|
231
|
-
### Usage
|
|
232
|
-
|
|
233
|
-
```bash
|
|
234
|
-
# Quick validation during development
|
|
235
|
-
python .agent/scripts/checklist.py .
|
|
236
|
-
|
|
237
|
-
# Full verification before deployment
|
|
238
|
-
python .agent/scripts/verify_all.py . --url http://localhost:3000
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
### What They Check
|
|
242
|
-
|
|
243
|
-
**checklist.py** (Core checks):
|
|
244
|
-
|
|
245
|
-
- Security (vulnerabilities, secrets)
|
|
246
|
-
- Code Quality (lint, types)
|
|
247
|
-
- Schema Validation
|
|
248
|
-
- Test Suite
|
|
249
|
-
- UX Audit
|
|
250
|
-
- SEO Check
|
|
251
|
-
|
|
252
|
-
**verify_all.py** (Full suite):
|
|
253
|
-
|
|
254
|
-
- Everything in checklist.py PLUS:
|
|
255
|
-
- Lighthouse (Core Web Vitals)
|
|
256
|
-
- Playwright E2E
|
|
257
|
-
- Bundle Analysis
|
|
258
|
-
- Mobile Audit
|
|
259
|
-
- i18n Check
|
|
260
|
-
|
|
261
|
-
For details, see [scripts/README.md](scripts/README.md)
|
|
262
|
-
|
|
263
|
-
---
|
|
264
|
-
|
|
265
|
-
## 📊 Statistics
|
|
266
|
-
|
|
267
|
-
| Metric | Value |
|
|
268
|
-
| ------------------- | ----------------------------- |
|
|
269
|
-
| **Total Agents** | 20 |
|
|
270
|
-
| **Total Skills** | 36 |
|
|
271
|
-
| **Total Workflows** | 11 |
|
|
272
|
-
| **Total Scripts** | 2 (master) + 18 (skill-level) |
|
|
273
|
-
| **Coverage** | ~90% web/mobile development |
|
|
274
|
-
|
|
275
|
-
---
|
|
276
|
-
|
|
277
|
-
## 🔗 Quick Reference
|
|
278
|
-
|
|
279
|
-
| Need | Agent | Skills |
|
|
280
|
-
| -------- | --------------------- | ------------------------------------- |
|
|
281
|
-
| Web App | `frontend-specialist` | react-best-practices, frontend-design |
|
|
282
|
-
| API | `backend-specialist` | api-patterns, nodejs-best-practices |
|
|
283
|
-
| Mobile | `mobile-developer` | mobile-design |
|
|
284
|
-
| Database | `database-architect` | database-design, prisma-expert |
|
|
285
|
-
| Security | `security-auditor` | vulnerability-scanner |
|
|
286
|
-
| Testing | `test-engineer` | testing-patterns, webapp-testing |
|
|
287
|
-
| Debug | `debugger` | systematic-debugging |
|
|
288
|
-
| Plan | `project-planner` | brainstorming, plan-writing |
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mnygjgox-ualjip"
|
|
3
|
-
name: "图片导出功能异常"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [bug, 导出功能, 图片]
|
|
7
|
-
created: "2026-04-14"
|
|
8
|
-
---
|
|
9
|
-
用户反馈:导出的图片没有内容(空白/空图)。
|
|
10
|
-
Why:这是一个功能bug,影响用户的核心使用体验,用户无法获取导出的图片。
|
|
11
|
-
How to apply:需要检查图片导出/生成逻辑,确保内容正确渲染后再导出。可能是导出时机过早(内容未渲染)、Canvas绘制问题、或图片编码问题。
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9l6nw9-sm1ye2"
|
|
3
|
-
name: "UI黑屏与背景音乐缺失反馈"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [用户反馈, UI问题, 音频缺失]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户反馈应用存在两个问题:1. 经常出现黑屏;2. 缺少背景音乐。
|
|
10
|
-
|
|
11
|
-
Why:这是重要的用户痛点,黑屏严重影响使用体验,缺少背景音乐降低产品吸引力。
|
|
12
|
-
|
|
13
|
-
How to apply:后续开发时需检查UI渲染逻辑确保正常显示,增加可选的背景音乐功能提升用户体验。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9uxkb3-bbxz3x"
|
|
3
|
-
name: "fkbuilder库安装反馈"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [fkbuilder, Python库, 安装, 版本升级]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户反馈fkbuilder库可以正常安装,建议使用新版本。Why: 在处理fkbuilder相关安装问题时,用户已验证安装可行性并建议升级版本。How: 当遇到fkbuilder安装问题时,可建议用户直接安装最新版本而非排查环境问题。
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9wpqy0-ftsez9"
|
|
3
|
-
name: "UI配色与功能问题反馈"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [UI设计, 配色, 功能问题, skill安装, GitHub]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户反馈:1. 当前配色太黑暗,需要调整为更明亮的配色方案;2. 左上角图标和「创建海报/say」功能存在问题;3. 使用方式不是loadSkill,需要在网上查询如何安装GitHub上的skill技能。
|
|
10
|
-
|
|
11
|
-
Why:用户对当前UI不满意,且发现了功能使用方式的错误,需要修复和调整。
|
|
12
|
-
|
|
13
|
-
How to apply:1. 调整项目配色方案,改用更明亮的色调;2. 检查并修复左上角图标显示和创建海报功能;3. 搜索GitHub skill安装方式,确认正确的安装命令而非loadSkill。
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9x2ps4-p7huqq"
|
|
3
|
-
name: "设计需要改进请求"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [设计, UI, 配色, 布局, 设计师方案]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户对当前设计不满意:风格和布局、颜色配色都不够理想。需要让设计师出一个完整的方案再继续开发。
|
|
10
|
-
Why: 这是关于设计质量的反馈,影响后续 UI 开发方向。
|
|
11
|
-
How to apply: 等待设计师提供设计稿后再继续视觉开发工作。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9x39q3-nn7myt"
|
|
3
|
-
name: "用户偏好更复杂的设计风格"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [设计风格, 用户偏好, 反馈, UI设计]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户反馈当前风格太简单,希望有更多复杂/多样化的风格选择。Why: 表明用户对设计有较高要求,当前风格不满足期望。How to apply: 在后续设计时,应提供多层次、细节更丰富的设计方案供用户选择,如考虑更复杂的装饰元素、渐变效果、层次感等。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9xfir9-4g8a8j"
|
|
3
|
-
name: "界面布局和配色反馈"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [UI设计, 布局, 配色, 反馈]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户反馈界面/设计存在以下问题:1. 布局有问题,需要优化调整;2. 配色不理想,需要重新设计配色方案。Why:这是用户对当前设计的直接评价,指出布局和配色两大核心问题,影响用户体验和视觉效果。How to apply:在后续设计迭代中应优先检查布局结构合理性,并重新设计配色方案,可参考配色工具或用户偏好进行调整。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo9xfui8-ujqrc6"
|
|
3
|
-
name: "图表x轴溢出问题"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [可视化, 前端, 图表问题, 布局bug]
|
|
7
|
-
created: "2026-04-22"
|
|
8
|
-
---
|
|
9
|
-
用户报告图表x轴超出边界的问题。Why: 图表渲染出现布局问题,影响用户体验和数据可读性。How to apply: 检查图表容器的宽度设置,确认数据点数量是否超出渲染区域,考虑添加横向滚动或自适应缩放逻辑,优化数据可视化组件的边界处理。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mocnx1wx-qtxxlh"
|
|
3
|
-
name: "用户对价格的反馈"
|
|
4
|
-
type: "feedback"
|
|
5
|
-
project: "null"
|
|
6
|
-
tags: [价格, 反馈, 定价]
|
|
7
|
-
created: "2026-04-24"
|
|
8
|
-
---
|
|
9
|
-
用户认为价格偏贵,表达了'貌似还是有点贵'的反馈。Why: 价格敏感度影响用户转化和留存,了解用户对价格的看法有助于优化定价策略。How to apply: 在后续与用户沟通时,可适当解释价值主张或提供优惠方案;在产品定价讨论中,可参考此反馈调整价格策略。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mnqx54u5-loqtoe"
|
|
3
|
-
name: "FOLIKO项目核心信息与设计规范"
|
|
4
|
-
type: "project"
|
|
5
|
-
project: "FOLIKO"
|
|
6
|
-
tags: [核心特性, 设计规范, 项目路径, 用户偏好]
|
|
7
|
-
created: "2026-04-09"
|
|
8
|
-
---
|
|
9
|
-
FOLIKO项目核心特性为:插件化架构、多模型支持、流式实时响应。项目路径位于 D:\code\vb-agent\。项目视觉设计规范为:暗色科技风+赛博朋克霓虹(深蓝黑底+青绿渐变+紫色点缀),用户偏好精美且让AI自主决定的设计。Why: 明确项目核心卖点与视觉品牌基调,确保后续内容生成的一致性;记录用户偏好以优化交互体验。How to apply: 涉及FOLIKO的宣传、UI设计时,必须体现三大核心特性,并沿用科技风霓虹配色;对用户采取“直接出精美方案、少问细节”的交互策略。
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mnsacuyr-hgtk5n"
|
|
3
|
-
name: "Zod复杂类型schema解析修复"
|
|
4
|
-
type: "project"
|
|
5
|
-
project: "foliko-agent"
|
|
6
|
-
tags: [zod, schema, extension-tools, parameter-table, bugfix]
|
|
7
|
-
created: "2026-04-10"
|
|
8
|
-
---
|
|
9
|
-
agent.js 的 `_fallbackSchemaToText` 方法需要递归处理复杂 Zod 类型(如 `ZodOptional`、`ZodUnion`、`ZodArray` 等)。
|
|
10
|
-
|
|
11
|
-
问题场景:.agent/plugins 下的自定义扩展插件使用复杂 schema(如 `z.union([...])` 或 `z.optional()`)时,`zodSchemaToTable` 无法正确解析,导致显示 "Type: ZodObject" 而非参数表格。
|
|
12
|
-
|
|
13
|
-
解决方案:实现 `_extractFieldType(validator)` 方法,递归检查 `_def.innerType`、`_def.types` 等属性,正确提取字段类型名称。
|
|
14
|
-
|
|
15
|
-
关键代码模式:
|
|
16
|
-
- `ZodOptional` -> 检查 `validator._def.innerType`
|
|
17
|
-
- `ZodUnion` -> 检查 `validator._def.types`
|
|
18
|
-
- `ZodArray` -> 检查 `validator._def.type`
|
|
19
|
-
|
|
20
|
-
参考文件:agent.js 的 `_fallbackSchemaToText` 方法。
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "mo0y04d0-bmaefl"
|
|
3
|
-
name: "微信机器人项目海报制作"
|
|
4
|
-
type: "project"
|
|
5
|
-
project: "@chnak/weixin-bot"
|
|
6
|
-
tags: [海报设计, npm项目, UI设计, 团队协作, weixin-bot]
|
|
7
|
-
created: "2026-04-16"
|
|
8
|
-
---
|
|
9
|
-
项目 @chnak/weixin-bot 需要制作海报。工作流程:1) UI设计师先寻找合适的UI设计建议和参考;2) 再进行海报设计制作。这是团队协作任务,由团队领导协调安排。
|