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.
Files changed (165) hide show
  1. package/.agent/agents/network-requester.md +44 -0
  2. package/.agent/agents/poster-designer.md +52 -0
  3. package/.agent/agents/ui-designer.md +1 -1
  4. package/.agent/data/default.json +23 -407
  5. package/.agent/data/email/processed-emails.json +1 -0
  6. package/.agent/data/plugins-state.json +103 -200
  7. package/.agent/data/web/web-config.json +5 -0
  8. package/.agent/data/weixin/images/file_1776188148383jpg +0 -0
  9. package/.agent/data/weixin/images/file_1776188458326.jpg +0 -0
  10. package/.agent/data/weixin/images/file_1776188689423.jpg +0 -0
  11. package/.agent/data/weixin/images/file_1776188813604.jpg +0 -0
  12. package/.agent/data/weixin/images/file_1776189097450.jpg +0 -0
  13. package/.agent/data/weixin/videos/file_1776188318431.mp4 +0 -0
  14. package/.agent/mcp_config.json +4 -17
  15. package/.agent/memory/user/mof6gk94-kneeuh.md +9 -0
  16. package/.agent/package.json +8 -0
  17. package/.agent/plugins/marknative/README.md +134 -0
  18. package/.agent/plugins/marknative/fonts/SegoeUI Emoji.ttf +0 -0
  19. package/.agent/plugins/marknative/fonts.zip +0 -0
  20. package/.agent/plugins/marknative/index.js +256 -0
  21. package/.agent/plugins/marknative/package.json +12 -0
  22. package/.agent/plugins/test-plugin.py +99 -0
  23. package/.agent/plugins.json +11 -5
  24. package/.agent/python-scripts/test_sample.py +24 -0
  25. package/.agent/sessions/cli_default.json +2890 -18
  26. package/.agent/sessions/default.json +82 -0
  27. package/.agent/sessions/qq_c2c_D960F12877541624D7B2C836110B3D0F.json +25 -0
  28. package/.agent/sessions/test-clean.json +26 -0
  29. package/.agent/sessions/test-compress.json +1462 -0
  30. package/.agent/sessions/test-session.json +13 -0
  31. package/.agent/sessions/weixin_test.json +22 -0
  32. package/.agent/sessions/weixin_test_user_123.json +11 -0
  33. package/.agent/skills/agent-browser/SKILL.md +311 -0
  34. package/.agent/skills/agent-browser/TEST_PLAN.md +200 -0
  35. package/.agent/skills/sysinfo/SKILL.md +38 -0
  36. package/.agent/skills/sysinfo/system-info.sh +130 -0
  37. package/.agent/skills/workflow/SKILL.md +324 -0
  38. package/.agent/test-agent.js +35 -0
  39. package/.agent/weixin.json +6 -0
  40. package/.agent/workflows/email-digest.json +50 -0
  41. package/.agent/workflows/file-backup.json +21 -0
  42. package/.agent/workflows/get-ip-notify.json +32 -0
  43. package/.agent/workflows/news-aggregator.json +93 -0
  44. package/.agent/workflows/news-dashboard-v2.json +94 -0
  45. package/.agent/workflows/notification-batch.json +32 -0
  46. package/.claude/settings.local.json +2 -1
  47. package/.env.example +56 -56
  48. package/README.md +441 -441
  49. package/cli/src/utils/debounce.js +6 -3
  50. package/docs/qq-bot.md +976 -0
  51. package/package.json +2 -1
  52. package/plugins/qq-plugin.js +939 -0
  53. package/skills/find-skills/AGENTS.md +162 -162
  54. package/skills/find-skills/SKILL.md +133 -133
  55. package/temp_img.md +1 -0
  56. package/website_v2/styles/animations.css +7 -7
  57. package/.agent/.shared/ui-ux-pro-max/data/charts.csv +0 -26
  58. package/.agent/.shared/ui-ux-pro-max/data/colors.csv +0 -97
  59. package/.agent/.shared/ui-ux-pro-max/data/icons.csv +0 -101
  60. package/.agent/.shared/ui-ux-pro-max/data/landing.csv +0 -31
  61. package/.agent/.shared/ui-ux-pro-max/data/products.csv +0 -97
  62. package/.agent/.shared/ui-ux-pro-max/data/prompts.csv +0 -24
  63. package/.agent/.shared/ui-ux-pro-max/data/react-performance.csv +0 -45
  64. package/.agent/.shared/ui-ux-pro-max/data/stacks/flutter.csv +0 -53
  65. package/.agent/.shared/ui-ux-pro-max/data/stacks/html-tailwind.csv +0 -56
  66. package/.agent/.shared/ui-ux-pro-max/data/stacks/jetpack-compose.csv +0 -53
  67. package/.agent/.shared/ui-ux-pro-max/data/stacks/nextjs.csv +0 -53
  68. package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxt-ui.csv +0 -51
  69. package/.agent/.shared/ui-ux-pro-max/data/stacks/nuxtjs.csv +0 -59
  70. package/.agent/.shared/ui-ux-pro-max/data/stacks/react-native.csv +0 -52
  71. package/.agent/.shared/ui-ux-pro-max/data/stacks/react.csv +0 -54
  72. package/.agent/.shared/ui-ux-pro-max/data/stacks/shadcn.csv +0 -61
  73. package/.agent/.shared/ui-ux-pro-max/data/stacks/svelte.csv +0 -54
  74. package/.agent/.shared/ui-ux-pro-max/data/stacks/swiftui.csv +0 -51
  75. package/.agent/.shared/ui-ux-pro-max/data/stacks/vue.csv +0 -50
  76. package/.agent/.shared/ui-ux-pro-max/data/styles.csv +0 -59
  77. package/.agent/.shared/ui-ux-pro-max/data/typography.csv +0 -58
  78. package/.agent/.shared/ui-ux-pro-max/data/ui-reasoning.csv +0 -101
  79. package/.agent/.shared/ui-ux-pro-max/data/ux-guidelines.csv +0 -100
  80. package/.agent/.shared/ui-ux-pro-max/data/web-interface.csv +0 -31
  81. package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/core.cpython-313.pyc +0 -0
  82. package/.agent/.shared/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-313.pyc +0 -0
  83. package/.agent/.shared/ui-ux-pro-max/scripts/core.py +0 -258
  84. package/.agent/.shared/ui-ux-pro-max/scripts/design_system.py +0 -1067
  85. package/.agent/.shared/ui-ux-pro-max/scripts/search.py +0 -106
  86. package/.agent/ARCHITECTURE.md +0 -288
  87. package/.agent/data/ambient/goals.json +0 -1
  88. package/.agent/data/puppeteer-sessions/undefined.json +0 -6
  89. package/.agent/data/weixin-media/2026-04-08/img_1775618677512.jpg +0 -0
  90. package/.agent/data/weixin-media/2026-04-08/img_1775619073340.jpg +0 -0
  91. package/.agent/data/weixin-media/2026-04-08/img_1775619097536.jpg +0 -0
  92. package/.agent/data/weixin-media/2026-04-08/img_1775619209388.jpg +0 -0
  93. package/.agent/memory/feedback/mnygjgox-ualjip.md +0 -11
  94. package/.agent/memory/feedback/mnzugpej-esdwsr.md +0 -9
  95. package/.agent/memory/feedback/mo2quxke-saxs56.md +0 -9
  96. package/.agent/memory/feedback/mo9l6nw9-sm1ye2.md +0 -13
  97. package/.agent/memory/feedback/mo9uxkb3-bbxz3x.md +0 -9
  98. package/.agent/memory/feedback/mo9wpqy0-ftsez9.md +0 -13
  99. package/.agent/memory/feedback/mo9x2ps4-p7huqq.md +0 -11
  100. package/.agent/memory/feedback/mo9x2uay-z7ndjn.md +0 -9
  101. package/.agent/memory/feedback/mo9x2y7d-9wecyx.md +0 -9
  102. package/.agent/memory/feedback/mo9x39q3-nn7myt.md +0 -9
  103. package/.agent/memory/feedback/mo9xfir9-4g8a8j.md +0 -9
  104. package/.agent/memory/feedback/mo9xfui8-ujqrc6.md +0 -9
  105. package/.agent/memory/feedback/mocnx1wx-qtxxlh.md +0 -9
  106. package/.agent/memory/project/mnqx54u5-loqtoe.md +0 -9
  107. package/.agent/memory/project/mnqx84cv-mx6dmd.md +0 -9
  108. package/.agent/memory/project/mnsacuyr-hgtk5n.md +0 -20
  109. package/.agent/memory/project/mnu5hy2x-bjsg7u.md +0 -9
  110. package/.agent/memory/project/mny28ot4-8qe9au.md +0 -9
  111. package/.agent/memory/project/mnztftxj-af82rh.md +0 -9
  112. package/.agent/memory/project/mo0y04d0-bmaefl.md +0 -9
  113. package/.agent/memory/project/mo2iztxb-3c7v81.md +0 -9
  114. package/.agent/memory/project/mo2ssa5x-tpi1p3.md +0 -9
  115. package/.agent/memory/reference/mnre3cww-penbo1.md +0 -9
  116. package/.agent/memory/reference/mns9wn48-luerua.md +0 -14
  117. package/.agent/memory/reference/mns9yz5c-thc2s0.md +0 -16
  118. package/.agent/memory/reference/mnsfy4um-910f1o.md +0 -23
  119. package/.agent/memory/reference/mnsg37dp-lmfj18.md +0 -32
  120. package/.agent/memory/reference/mnsll60q-0j911u.md +0 -36
  121. package/.agent/memory/reference/mnsmlb5y-nej31u.md +0 -16
  122. package/.agent/memory/reference/mnssle72-yrot96.md +0 -9
  123. package/.agent/memory/reference/mnygj8nb-bjthmc.md +0 -20
  124. package/.agent/memory/reference/mnzfvs4m-ufyg9a.md +0 -12
  125. package/.agent/memory/user/mnsfuon6-l416q1.md +0 -21
  126. package/.agent/memory/user/mnsg9kut-95m7rf.md +0 -20
  127. package/.agent/memory/user/mnu2eo1v-yy6fhe.md +0 -9
  128. package/.agent/memory/user/mnu2etuo-8u8jk8.md +0 -9
  129. package/.agent/memory/user/mnx0rk6g-gsznjj.md +0 -9
  130. package/.agent/memory/user/mnyf1riz-4yo5yz.md +0 -9
  131. package/.agent/memory/user/mnzuh4cw-zvee8w.md +0 -13
  132. package/.agent/memory/user/mnzvewyj-jl67cq.md +0 -9
  133. package/.agent/memory/user/mnzwh9xo-43ys3f.md +0 -9
  134. package/.agent/memory/user/mo0ycvpn-eebsxc.md +0 -9
  135. package/.agent/memory/user/mo2k8c8n-132r2u.md +0 -9
  136. package/.agent/memory/user/mo6y2dei-5cf537.md +0 -13
  137. package/.agent/memory/user/mo9xsdo6-8vylww.md +0 -13
  138. package/.agent/plugins/puppeteer-plugin/README.md +0 -147
  139. package/.agent/plugins/puppeteer-plugin/index.js +0 -1422
  140. package/.agent/plugins/puppeteer-plugin/package.json +0 -9
  141. package/.agent/rules/GEMINI.md +0 -273
  142. package/.agent/rules/allow-rule.md +0 -77
  143. package/.agent/rules/log-rule.md +0 -83
  144. package/.agent/rules/security-rule.md +0 -93
  145. package/.agent/scripts/auto_preview.py +0 -148
  146. package/.agent/scripts/checklist.py +0 -217
  147. package/.agent/scripts/session_manager.py +0 -120
  148. package/.agent/scripts/verify_all.py +0 -327
  149. package/.agent/skills/doc.md +0 -177
  150. package/.agent/skills/fk-poster/SKILL.md +0 -1129
  151. package/.agent/skills/fkbuilder/SKILL.md +0 -730
  152. package/.agent/skills/mmx-cli/SKILL.md +0 -431
  153. package/.agent/workflows/brainstorm.md +0 -113
  154. package/.agent/workflows/create.md +0 -59
  155. package/.agent/workflows/debug.md +0 -103
  156. package/.agent/workflows/deploy.md +0 -176
  157. package/.agent/workflows/enhance.md +0 -63
  158. package/.agent/workflows/orchestrate.md +0 -237
  159. package/.agent/workflows/plan.md +0 -89
  160. package/.agent/workflows/preview.md +0 -81
  161. package/.agent/workflows/simple-test.md +0 -42
  162. package/.agent/workflows/status.md +0 -86
  163. package/.agent/workflows/structured-orchestrate.md +0 -180
  164. package/.agent/workflows/test.md +0 -144
  165. package/.agent/workflows/ui-ux-pro-max.md +0 -296
@@ -1,177 +0,0 @@
1
- # Antigravity Skills
2
-
3
- > **Guide to creating and using Skills in the Antigravity Kit**
4
-
5
- ---
6
-
7
- ## 📋 Overview
8
-
9
- While Antigravity's base models (like Gemini) are powerful generalists, they don't know your specific project context or your team's standards. Loading every rule or tool into the agent's context window leads to "tool bloat," higher costs, latency, and confusion.
10
-
11
- **Antigravity Skills** solve this through **Progressive Disclosure**. A Skill is a package of specialized knowledge that remains dormant until needed. This information is only loaded into the agent's context when your specific request matches the skill's description.
12
-
13
- ---
14
-
15
- ## 📁 Structure and Scope
16
-
17
- Skills are folder-based packages. You can define these scopes based on your needs:
18
-
19
- | Scope | Path | Description |
20
- | ------------- | --------------------------------- | ------------------------------------ |
21
- | **Workspace** | `<workspace-root>/.agent/skills/` | Available only in a specific project |
22
-
23
- ### Skill Directory Structure
24
-
25
- ```
26
- my-skill/
27
- ├── SKILL.md # (Required) Metadata & instructions
28
- ├── scripts/ # (Optional) Python or Bash scripts
29
- ├── references/ # (Optional) Text, documentation, templates
30
- └── assets/ # (Optional) Images or logos
31
- ```
32
-
33
- ---
34
-
35
- ## 🔍 Example 1: Code Review Skill
36
-
37
- This is an instruction-only skill; you only need to create the `SKILL.md` file.
38
-
39
- ### Step 1: Create the directory
40
-
41
- ```bash
42
- mkdir -p .agent/skills/code-review
43
- ```
44
-
45
- ### Step 2: Create SKILL.md
46
-
47
- ```markdown
48
- ---
49
- name: code-review
50
- description: Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
51
- ---
52
-
53
- # Code Review Skill
54
-
55
- When reviewing code, follow these steps:
56
-
57
- ## Review checklist
58
-
59
- 1. **Correctness**: Does the code do what it's supposed to?
60
- 2. **Edge cases**: Are error conditions handled?
61
- 3. **Style**: Does it follow project conventions?
62
- 4. **Performance**: Are there obvious inefficiencies?
63
-
64
- ## How to provide feedback
65
-
66
- - Be specific about what needs to change
67
- - Explain why, not just what
68
- - Suggest alternatives when possible
69
- ```
70
-
71
- > **Note**: The `SKILL.md` file contains metadata (name, description) at the top, followed by the instructions. The agent will only read the metadata and load the full instructions only when needed.
72
-
73
- ### Try it out
74
-
75
- Create a file `demo_bad_code.py`:
76
-
77
- ```python
78
- import time
79
-
80
- def get_user_data(users, id):
81
- # Find user by ID
82
- for u in users:
83
- if u['id'] == id:
84
- return u
85
- return None
86
-
87
- def process_payments(items):
88
- total = 0
89
- for i in items:
90
- # Calculate tax
91
- tax = i['price'] * 0.1
92
- total = total + i['price'] + tax
93
- time.sleep(0.1) # Simulate slow network call
94
- return total
95
-
96
- def run_batch():
97
- users = [{'id': 1, 'name': 'Alice'}, {'id': 2, 'name': 'Bob'}]
98
- items = [{'price': 10}, {'price': 20}, {'price': 100}]
99
-
100
- u = get_user_data(users, 3)
101
- print("User found: " + u['name']) # Will crash if None
102
-
103
- print("Total: " + str(process_payments(items)))
104
-
105
- if __name__ == "__main__":
106
- run_batch()
107
- ```
108
-
109
- **Prompt**: `review the @demo_bad_code.py file`
110
-
111
- The Agent will automatically identify the `code-review` skill, load the information, and follow the instructions.
112
-
113
- ---
114
-
115
- ## 📄 Example 2: License Header Skill
116
-
117
- This skill uses a reference file in the `resources/` (or `references/`) directory.
118
-
119
- ### Step 1: Create the directory
120
-
121
- ```bash
122
- mkdir -p .agent/skills/license-header-adder/resources
123
- ```
124
-
125
- ### Step 2: Create the template file
126
-
127
- **`.agent/skills/license-header-adder/resources/HEADER.txt`**:
128
-
129
- ```
130
- /*
131
- * Copyright (c) 2026 YOUR_COMPANY_NAME LLC.
132
- * All rights reserved.
133
- * This code is proprietary and confidential.
134
- */
135
- ```
136
-
137
- ### Step 3: Create SKILL.md
138
-
139
- **`.agent/skills/license-header-adder/SKILL.md`**:
140
-
141
- ```markdown
142
- ---
143
- name: license-header-adder
144
- description: Adds the standard corporate license header to new source files.
145
- ---
146
-
147
- # License Header Adder
148
-
149
- This skill ensures that all new source files have the correct copyright header.
150
-
151
- ## Instructions
152
-
153
- 1. **Read the Template**: Read the content of `resources/HEADER.txt`.
154
- 2. **Apply to File**: When creating a new file, prepend this exact content.
155
- 3. **Adapt Syntax**:
156
- - For C-style languages (Java, TS), keep the `/* */` block.
157
- - For Python/Shell, convert to `#` comments.
158
- ```
159
-
160
- ### Try it out
161
-
162
- **Prompt**: `Create a new Python script named data_processor.py that prints 'Hello World'.`
163
-
164
- The Agent will read the template, convert the comments to Python style, and automatically add it to the top of the file.
165
-
166
- ---
167
-
168
- ## 🎯 Conclusion
169
-
170
- By creating Skills, you transform a general AI model into an expert for your project:
171
-
172
- - ✅ Systematize best practices
173
- - ✅ Adhere to code review rules
174
- - ✅ Automatically add license headers
175
- - ✅ The Agent automatically knows how to work with your team
176
-
177
- Instead of constantly reminding the AI to "remember to add the license" or "fix the commit format," now the Agent will do it automatically!