autodoc-agent-kit 1.0.0

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 (187) hide show
  1. package/README.md +362 -0
  2. package/package.json +49 -0
  3. package/src/core/module.yaml +5 -0
  4. package/src/modules/design/module.yaml +9 -0
  5. package/src/modules/design/skills/brand-guidelines/LICENSE.txt +202 -0
  6. package/src/modules/design/skills/brand-guidelines/SKILL.md +73 -0
  7. package/src/modules/design/skills/frontend-design/LICENSE.txt +177 -0
  8. package/src/modules/design/skills/frontend-design/SKILL.md +42 -0
  9. package/src/modules/design/skills/web-artifacts-builder/SKILL.md +229 -0
  10. package/src/modules/devops/module.yaml +10 -0
  11. package/src/modules/devops/skills/devops-helper/SKILL.md +60 -0
  12. package/src/modules/devops/skills/k8s-helm/SKILL.md +360 -0
  13. package/src/modules/devops/skills/monitoring-observability/SKILL.md +240 -0
  14. package/src/modules/devops/skills/security-auditor/SKILL.md +105 -0
  15. package/src/modules/engineering/module.yaml +22 -0
  16. package/src/modules/engineering/skills/ai-sdk/SKILL.md +314 -0
  17. package/src/modules/engineering/skills/api-designer/SKILL.md +77 -0
  18. package/src/modules/engineering/skills/code-reviewer/SKILL.md +71 -0
  19. package/src/modules/engineering/skills/db-architect/SKILL.md +50 -0
  20. package/src/modules/engineering/skills/debugger/SKILL.md +59 -0
  21. package/src/modules/engineering/skills/docs-generator/SKILL.md +51 -0
  22. package/src/modules/engineering/skills/git-workflow/SKILL.md +258 -0
  23. package/src/modules/engineering/skills/mcp-builder/LICENSE.txt +202 -0
  24. package/src/modules/engineering/skills/mcp-builder/SKILL.md +236 -0
  25. package/src/modules/engineering/skills/mcp-builder/reference/evaluation.md +602 -0
  26. package/src/modules/engineering/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
  27. package/src/modules/engineering/skills/mcp-builder/reference/node_mcp_server.md +970 -0
  28. package/src/modules/engineering/skills/mcp-builder/reference/python_mcp_server.md +719 -0
  29. package/src/modules/engineering/skills/mcp-builder/scripts/connections.py +151 -0
  30. package/src/modules/engineering/skills/mcp-builder/scripts/evaluation.py +373 -0
  31. package/src/modules/engineering/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  32. package/src/modules/engineering/skills/mcp-builder/scripts/requirements.txt +2 -0
  33. package/src/modules/engineering/skills/nextjs-15/SKILL.md +312 -0
  34. package/src/modules/engineering/skills/perf-optimizer/SKILL.md +60 -0
  35. package/src/modules/engineering/skills/react-19/SKILL.md +257 -0
  36. package/src/modules/engineering/skills/refactorer/SKILL.md +60 -0
  37. package/src/modules/engineering/skills/skill-authoring-workflow/SKILL.md +183 -0
  38. package/src/modules/engineering/skills/skill-creator/LICENSE.txt +202 -0
  39. package/src/modules/engineering/skills/skill-creator/SKILL.md +356 -0
  40. package/src/modules/engineering/skills/skill-creator/references/output-patterns.md +82 -0
  41. package/src/modules/engineering/skills/skill-creator/references/workflows.md +28 -0
  42. package/src/modules/engineering/skills/skill-creator/scripts/__pycache__/quick_validate.cpython-313.pyc +0 -0
  43. package/src/modules/engineering/skills/skill-creator/scripts/init_skill.py +303 -0
  44. package/src/modules/engineering/skills/skill-creator/scripts/package_skill.py +110 -0
  45. package/src/modules/engineering/skills/skill-creator/scripts/quick_validate.py +95 -0
  46. package/src/modules/engineering/skills/typescript/SKILL.md +231 -0
  47. package/src/modules/engineering/skills/zod-4/SKILL.md +223 -0
  48. package/src/modules/product/module.yaml +51 -0
  49. package/src/modules/product/skills/acquisition-channel-advisor/SKILL.md +643 -0
  50. package/src/modules/product/skills/acquisition-channel-advisor/examples/conversation-flow.md +531 -0
  51. package/src/modules/product/skills/ai-shaped-readiness-advisor/SKILL.md +923 -0
  52. package/src/modules/product/skills/altitude-horizon-framework/SKILL.md +250 -0
  53. package/src/modules/product/skills/altitude-horizon-framework/examples/sample.md +85 -0
  54. package/src/modules/product/skills/business-health-diagnostic/SKILL.md +783 -0
  55. package/src/modules/product/skills/company-research/SKILL.md +385 -0
  56. package/src/modules/product/skills/company-research/examples/sample.md +164 -0
  57. package/src/modules/product/skills/company-research/template.md +60 -0
  58. package/src/modules/product/skills/context-engineering-advisor/SKILL.md +763 -0
  59. package/src/modules/product/skills/customer-journey-map/SKILL.md +346 -0
  60. package/src/modules/product/skills/customer-journey-map/examples/meta-product-manager-skills.md +40 -0
  61. package/src/modules/product/skills/customer-journey-map/examples/sample.md +33 -0
  62. package/src/modules/product/skills/customer-journey-map/template.md +28 -0
  63. package/src/modules/product/skills/customer-journey-mapping-workshop/SKILL.md +523 -0
  64. package/src/modules/product/skills/director-readiness-advisor/SKILL.md +351 -0
  65. package/src/modules/product/skills/director-readiness-advisor/examples/conversation-flow.md +96 -0
  66. package/src/modules/product/skills/discovery-interview-prep/SKILL.md +410 -0
  67. package/src/modules/product/skills/discovery-process/SKILL.md +504 -0
  68. package/src/modules/product/skills/discovery-process/examples/sample.md +60 -0
  69. package/src/modules/product/skills/discovery-process/template.md +39 -0
  70. package/src/modules/product/skills/eol-message/SKILL.md +348 -0
  71. package/src/modules/product/skills/eol-message/examples/sample.md +87 -0
  72. package/src/modules/product/skills/eol-message/template.md +74 -0
  73. package/src/modules/product/skills/epic-breakdown-advisor/SKILL.md +665 -0
  74. package/src/modules/product/skills/epic-hypothesis/SKILL.md +277 -0
  75. package/src/modules/product/skills/epic-hypothesis/examples/sample.md +104 -0
  76. package/src/modules/product/skills/epic-hypothesis/template.md +30 -0
  77. package/src/modules/product/skills/executive-onboarding-playbook/SKILL.md +280 -0
  78. package/src/modules/product/skills/executive-onboarding-playbook/examples/sample.md +116 -0
  79. package/src/modules/product/skills/feature-investment-advisor/SKILL.md +639 -0
  80. package/src/modules/product/skills/feature-investment-advisor/examples/conversation-flow.md +538 -0
  81. package/src/modules/product/skills/finance-based-pricing-advisor/SKILL.md +763 -0
  82. package/src/modules/product/skills/finance-metrics-quickref/SKILL.md +309 -0
  83. package/src/modules/product/skills/jobs-to-be-done/SKILL.md +370 -0
  84. package/src/modules/product/skills/jobs-to-be-done/examples/sample.md +80 -0
  85. package/src/modules/product/skills/jobs-to-be-done/template.md +65 -0
  86. package/src/modules/product/skills/lean-ux-canvas/SKILL.md +561 -0
  87. package/src/modules/product/skills/lean-ux-canvas/examples/sample.md +88 -0
  88. package/src/modules/product/skills/lean-ux-canvas/template.md +32 -0
  89. package/src/modules/product/skills/opportunity-solution-tree/SKILL.md +420 -0
  90. package/src/modules/product/skills/opportunity-solution-tree/examples/sample.md +104 -0
  91. package/src/modules/product/skills/opportunity-solution-tree/template.md +33 -0
  92. package/src/modules/product/skills/pestel-analysis/SKILL.md +376 -0
  93. package/src/modules/product/skills/pestel-analysis/examples/sample.md +143 -0
  94. package/src/modules/product/skills/pestel-analysis/template.md +53 -0
  95. package/src/modules/product/skills/pol-probe/SKILL.md +217 -0
  96. package/src/modules/product/skills/pol-probe/examples/sample.md +136 -0
  97. package/src/modules/product/skills/pol-probe/template.md +59 -0
  98. package/src/modules/product/skills/pol-probe-advisor/SKILL.md +492 -0
  99. package/src/modules/product/skills/positioning-statement/SKILL.md +230 -0
  100. package/src/modules/product/skills/positioning-statement/examples/sample.md +51 -0
  101. package/src/modules/product/skills/positioning-statement/template.md +25 -0
  102. package/src/modules/product/skills/positioning-workshop/SKILL.md +424 -0
  103. package/src/modules/product/skills/prd-development/SKILL.md +655 -0
  104. package/src/modules/product/skills/prd-development/examples/sample.md +43 -0
  105. package/src/modules/product/skills/prd-development/template.md +55 -0
  106. package/src/modules/product/skills/press-release/SKILL.md +269 -0
  107. package/src/modules/product/skills/press-release/examples/sample.md +73 -0
  108. package/src/modules/product/skills/press-release/template.md +39 -0
  109. package/src/modules/product/skills/prioritization-advisor/SKILL.md +448 -0
  110. package/src/modules/product/skills/problem-framing-canvas/SKILL.md +466 -0
  111. package/src/modules/product/skills/problem-framing-canvas/examples/sample.md +58 -0
  112. package/src/modules/product/skills/problem-framing-canvas/template.md +22 -0
  113. package/src/modules/product/skills/problem-statement/SKILL.md +246 -0
  114. package/src/modules/product/skills/problem-statement/examples/sample.md +82 -0
  115. package/src/modules/product/skills/problem-statement/template.md +37 -0
  116. package/src/modules/product/skills/product-strategy-session/SKILL.md +426 -0
  117. package/src/modules/product/skills/product-strategy-session/examples/sample.md +67 -0
  118. package/src/modules/product/skills/product-strategy-session/template.md +38 -0
  119. package/src/modules/product/skills/proto-persona/SKILL.md +326 -0
  120. package/src/modules/product/skills/proto-persona/examples/sample.md +97 -0
  121. package/src/modules/product/skills/proto-persona/template.md +45 -0
  122. package/src/modules/product/skills/recommendation-canvas/SKILL.md +375 -0
  123. package/src/modules/product/skills/recommendation-canvas/examples/sample.md +94 -0
  124. package/src/modules/product/skills/recommendation-canvas/template.md +86 -0
  125. package/src/modules/product/skills/roadmap-planning/SKILL.md +505 -0
  126. package/src/modules/product/skills/roadmap-planning/examples/sample.md +62 -0
  127. package/src/modules/product/skills/roadmap-planning/template.md +30 -0
  128. package/src/modules/product/skills/saas-economics-efficiency-metrics/SKILL.md +694 -0
  129. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/cash-trap.md +365 -0
  130. package/src/modules/product/skills/saas-economics-efficiency-metrics/examples/healthy-unit-economics.md +279 -0
  131. package/src/modules/product/skills/saas-economics-efficiency-metrics/template.md +263 -0
  132. package/src/modules/product/skills/saas-revenue-growth-metrics/SKILL.md +630 -0
  133. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/healthy-saas.md +131 -0
  134. package/src/modules/product/skills/saas-revenue-growth-metrics/examples/warning-signs.md +229 -0
  135. package/src/modules/product/skills/saas-revenue-growth-metrics/template.md +192 -0
  136. package/src/modules/product/skills/storyboard/SKILL.md +252 -0
  137. package/src/modules/product/skills/storyboard/examples/sample.md +71 -0
  138. package/src/modules/product/skills/storyboard/template.md +41 -0
  139. package/src/modules/product/skills/tam-sam-som-calculator/SKILL.md +392 -0
  140. package/src/modules/product/skills/tam-sam-som-calculator/examples/sample.md +142 -0
  141. package/src/modules/product/skills/tam-sam-som-calculator/scripts/market-sizing.py +95 -0
  142. package/src/modules/product/skills/tam-sam-som-calculator/template.md +35 -0
  143. package/src/modules/product/skills/user-story/SKILL.md +272 -0
  144. package/src/modules/product/skills/user-story/examples/sample.md +110 -0
  145. package/src/modules/product/skills/user-story/scripts/user-story-template.py +65 -0
  146. package/src/modules/product/skills/user-story/template.md +32 -0
  147. package/src/modules/product/skills/user-story-mapping/SKILL.md +285 -0
  148. package/src/modules/product/skills/user-story-mapping/examples/sample.md +77 -0
  149. package/src/modules/product/skills/user-story-mapping/template.md +41 -0
  150. package/src/modules/product/skills/user-story-mapping-workshop/SKILL.md +477 -0
  151. package/src/modules/product/skills/user-story-mapping-workshop/template.md +28 -0
  152. package/src/modules/product/skills/user-story-splitting/SKILL.md +303 -0
  153. package/src/modules/product/skills/user-story-splitting/examples/sample.md +147 -0
  154. package/src/modules/product/skills/user-story-splitting/template.md +37 -0
  155. package/src/modules/product/skills/vp-cpo-readiness-advisor/SKILL.md +409 -0
  156. package/src/modules/product/skills/vp-cpo-readiness-advisor/examples/conversation-flow.md +95 -0
  157. package/src/modules/product/skills/workshop-facilitation/SKILL.md +87 -0
  158. package/src/modules/productivity/module.yaml +9 -0
  159. package/src/modules/productivity/skills/doc-coauthoring/SKILL.md +375 -0
  160. package/src/modules/productivity/skills/internal-comms/LICENSE.txt +202 -0
  161. package/src/modules/productivity/skills/internal-comms/SKILL.md +32 -0
  162. package/src/modules/productivity/skills/internal-comms/examples/3p-updates.md +47 -0
  163. package/src/modules/productivity/skills/internal-comms/examples/company-newsletter.md +65 -0
  164. package/src/modules/productivity/skills/internal-comms/examples/faq-answers.md +30 -0
  165. package/src/modules/productivity/skills/internal-comms/examples/general-comms.md +16 -0
  166. package/src/modules/productivity/skills/technical-writing/SKILL.md +266 -0
  167. package/src/modules/qa/module.yaml +9 -0
  168. package/src/modules/qa/skills/test-strategy/SKILL.md +263 -0
  169. package/src/modules/qa/skills/test-writer/SKILL.md +57 -0
  170. package/src/modules/qa/skills/webapp-testing/LICENSE.txt +202 -0
  171. package/src/modules/qa/skills/webapp-testing/SKILL.md +96 -0
  172. package/src/modules/qa/skills/webapp-testing/examples/console_logging.py +35 -0
  173. package/src/modules/qa/skills/webapp-testing/examples/element_discovery.py +40 -0
  174. package/src/modules/qa/skills/webapp-testing/examples/static_html_automation.py +33 -0
  175. package/src/modules/qa/skills/webapp-testing/scripts/with_server.py +106 -0
  176. package/tools/autodoc-npx-wrapper.js +34 -0
  177. package/tools/cli/autodoc-cli.js +55 -0
  178. package/tools/cli/commands/install.js +36 -0
  179. package/tools/cli/commands/status.js +35 -0
  180. package/tools/cli/commands/uninstall.js +60 -0
  181. package/tools/cli/installers/lib/core/installer.js +164 -0
  182. package/tools/cli/installers/lib/core/manifest.js +49 -0
  183. package/tools/cli/installers/lib/ide/manager.js +112 -0
  184. package/tools/cli/installers/lib/ide/platform-codes.yaml +207 -0
  185. package/tools/cli/installers/lib/modules/manager.js +59 -0
  186. package/tools/cli/lib/ui.js +199 -0
  187. package/tools/cli/lib/welcome.js +82 -0
@@ -0,0 +1,73 @@
1
+ ---
2
+ name: brand-guidelines
3
+ description: Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
4
+ license: Complete terms in LICENSE.txt
5
+ ---
6
+
7
+ # Anthropic Brand Styling
8
+
9
+ ## Overview
10
+
11
+ To access Anthropic's official brand identity and style resources, use this skill.
12
+
13
+ **Keywords**: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design
14
+
15
+ ## Brand Guidelines
16
+
17
+ ### Colors
18
+
19
+ **Main Colors:**
20
+
21
+ - Dark: `#141413` - Primary text and dark backgrounds
22
+ - Light: `#faf9f5` - Light backgrounds and text on dark
23
+ - Mid Gray: `#b0aea5` - Secondary elements
24
+ - Light Gray: `#e8e6dc` - Subtle backgrounds
25
+
26
+ **Accent Colors:**
27
+
28
+ - Orange: `#d97757` - Primary accent
29
+ - Blue: `#6a9bcc` - Secondary accent
30
+ - Green: `#788c5d` - Tertiary accent
31
+
32
+ ### Typography
33
+
34
+ - **Headings**: Poppins (with Arial fallback)
35
+ - **Body Text**: Lora (with Georgia fallback)
36
+ - **Note**: Fonts should be pre-installed in your environment for best results
37
+
38
+ ## Features
39
+
40
+ ### Smart Font Application
41
+
42
+ - Applies Poppins font to headings (24pt and larger)
43
+ - Applies Lora font to body text
44
+ - Automatically falls back to Arial/Georgia if custom fonts unavailable
45
+ - Preserves readability across all systems
46
+
47
+ ### Text Styling
48
+
49
+ - Headings (24pt+): Poppins font
50
+ - Body text: Lora font
51
+ - Smart color selection based on background
52
+ - Preserves text hierarchy and formatting
53
+
54
+ ### Shape and Accent Colors
55
+
56
+ - Non-text shapes use accent colors
57
+ - Cycles through orange, blue, and green accents
58
+ - Maintains visual interest while staying on-brand
59
+
60
+ ## Technical Details
61
+
62
+ ### Font Management
63
+
64
+ - Uses system-installed Poppins and Lora fonts when available
65
+ - Provides automatic fallback to Arial (headings) and Georgia (body)
66
+ - No font installation required - works with existing system fonts
67
+ - For best results, pre-install Poppins and Lora fonts in your environment
68
+
69
+ ### Color Application
70
+
71
+ - Uses RGB color values for precise brand matching
72
+ - Applied via python-pptx's RGBColor class
73
+ - Maintains color fidelity across different systems
@@ -0,0 +1,177 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,42 @@
1
+ ---
2
+ name: frontend-design
3
+ description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
4
+ license: Complete terms in LICENSE.txt
5
+ ---
6
+
7
+ This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
8
+
9
+ The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
10
+
11
+ ## Design Thinking
12
+
13
+ Before coding, understand the context and commit to a BOLD aesthetic direction:
14
+ - **Purpose**: What problem does this interface solve? Who uses it?
15
+ - **Tone**: Pick an extreme: brutally minimal, maximalist chaos, retro-futuristic, organic/natural, luxury/refined, playful/toy-like, editorial/magazine, brutalist/raw, art deco/geometric, soft/pastel, industrial/utilitarian, etc. There are so many flavors to choose from. Use these for inspiration but design one that is true to the aesthetic direction.
16
+ - **Constraints**: Technical requirements (framework, performance, accessibility).
17
+ - **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember?
18
+
19
+ **CRITICAL**: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
20
+
21
+ Then implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
22
+ - Production-grade and functional
23
+ - Visually striking and memorable
24
+ - Cohesive with a clear aesthetic point-of-view
25
+ - Meticulously refined in every detail
26
+
27
+ ## Frontend Aesthetics Guidelines
28
+
29
+ Focus on:
30
+ - **Typography**: Choose fonts that are beautiful, unique, and interesting. Avoid generic fonts like Arial and Inter; opt instead for distinctive choices that elevate the frontend's aesthetics; unexpected, characterful font choices. Pair a distinctive display font with a refined body font.
31
+ - **Color & Theme**: Commit to a cohesive aesthetic. Use CSS variables for consistency. Dominant colors with sharp accents outperform timid, evenly-distributed palettes.
32
+ - **Motion**: Use animations for effects and micro-interactions. Prioritize CSS-only solutions for HTML. Use Motion library for React when available. Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay) creates more delight than scattered micro-interactions. Use scroll-triggering and hover states that surprise.
33
+ - **Spatial Composition**: Unexpected layouts. Asymmetry. Overlap. Diagonal flow. Grid-breaking elements. Generous negative space OR controlled density.
34
+ - **Backgrounds & Visual Details**: Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic. Apply creative forms like gradient meshes, noise textures, geometric patterns, layered transparencies, dramatic shadows, decorative borders, custom cursors, and grain overlays.
35
+
36
+ NEVER use generic AI-generated aesthetics like overused font families (Inter, Roboto, Arial, system fonts), cliched color schemes (particularly purple gradients on white backgrounds), predictable layouts and component patterns, and cookie-cutter design that lacks context-specific character.
37
+
38
+ Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. NEVER converge on common choices (Space Grotesk, for example) across generations.
39
+
40
+ **IMPORTANT**: Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well.
41
+
42
+ Remember: Claude is capable of extraordinary creative work. Don't hold back, show what can truly be created when thinking outside the box and committing fully to a distinctive vision.
@@ -0,0 +1,229 @@
1
+ ---
2
+ name: web-artifacts-builder
3
+ description: Create elaborate, multi-component HTML artifacts using React, Tailwind CSS, and shadcn/ui. Use for complex interactive prototypes, dashboards, tools, and demos that need state management or routing — not for simple one-off HTML snippets.
4
+ ---
5
+
6
+ # Web Artifacts Builder
7
+
8
+ Build polished, interactive web artifacts using React + TypeScript + Tailwind CSS + shadcn/ui. These run entirely in the browser with no backend.
9
+
10
+ ## Design Philosophy
11
+
12
+ **Avoid "AI slop"**: Do not default to centered layouts, purple gradients, uniform rounded corners, or Inter font. Make deliberate aesthetic choices. Each artifact should feel like it was designed by a human who cares about visual craft.
13
+
14
+ Good design defaults:
15
+ - Use varied layouts (grid, asymmetric, sidebar)
16
+ - Choose one accent color and use it sparingly
17
+ - Mix font weights to create hierarchy
18
+ - Use whitespace deliberately
19
+ - Prefer `slate` or `zinc` neutrals over generic grays
20
+
21
+ ## Technology Stack
22
+
23
+ - **React 18** — component model and state
24
+ - **TypeScript** — type safety
25
+ - **Tailwind CSS 3** — utility styling
26
+ - **shadcn/ui** — component primitives (Dialog, Tabs, Card, etc.)
27
+ - **Lucide React** — icon library
28
+ - **Recharts** — charts and data visualization
29
+
30
+ ## Available shadcn/ui Components
31
+
32
+ ```tsx
33
+ // Import from relative paths (no package manager needed in artifacts)
34
+ import { Button } from "@/components/ui/button"
35
+ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
36
+ import { Input } from "@/components/ui/input"
37
+ import { Badge } from "@/components/ui/badge"
38
+ import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs"
39
+ import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog"
40
+ import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select"
41
+ import { Separator } from "@/components/ui/separator"
42
+ import { Progress } from "@/components/ui/progress"
43
+ import { Switch } from "@/components/ui/switch"
44
+ import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip"
45
+ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@/components/ui/dropdown-menu"
46
+ import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"
47
+ import { ScrollArea } from "@/components/ui/scroll-area"
48
+ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
49
+ ```
50
+
51
+ ## Component Patterns
52
+
53
+ ### Dashboard Layout
54
+
55
+ ```tsx
56
+ function Dashboard() {
57
+ return (
58
+ <div className="min-h-screen bg-zinc-50">
59
+ {/* Sidebar */}
60
+ <div className="flex">
61
+ <aside className="w-64 min-h-screen bg-white border-r border-zinc-200 p-4">
62
+ <nav className="space-y-1">
63
+ {navItems.map(item => (
64
+ <button
65
+ key={item.id}
66
+ onClick={() => setActive(item.id)}
67
+ className={cn(
68
+ "w-full flex items-center gap-3 px-3 py-2 rounded-lg text-sm transition-colors",
69
+ active === item.id
70
+ ? "bg-zinc-900 text-white"
71
+ : "text-zinc-600 hover:bg-zinc-100"
72
+ )}
73
+ >
74
+ <item.icon className="h-4 w-4" />
75
+ {item.label}
76
+ </button>
77
+ ))}
78
+ </nav>
79
+ </aside>
80
+
81
+ {/* Main content */}
82
+ <main className="flex-1 p-8">
83
+ <div className="max-w-5xl mx-auto">
84
+ {/* Stats row */}
85
+ <div className="grid grid-cols-4 gap-4 mb-8">
86
+ {stats.map(stat => (
87
+ <Card key={stat.label}>
88
+ <CardContent className="p-4">
89
+ <p className="text-sm text-zinc-500">{stat.label}</p>
90
+ <p className="text-2xl font-semibold mt-1">{stat.value}</p>
91
+ <p className={cn("text-xs mt-1", stat.up ? "text-emerald-600" : "text-red-500")}>
92
+ {stat.change}
93
+ </p>
94
+ </CardContent>
95
+ </Card>
96
+ ))}
97
+ </div>
98
+ </div>
99
+ </main>
100
+ </div>
101
+ </div>
102
+ );
103
+ }
104
+ ```
105
+
106
+ ### Data Table
107
+
108
+ ```tsx
109
+ function DataTable<T>({ columns, data }: { columns: Column<T>[]; data: T[] }) {
110
+ const [sort, setSort] = useState<{ key: keyof T; dir: 'asc' | 'desc' } | null>(null);
111
+ const [filter, setFilter] = useState('');
112
+
113
+ const sorted = useMemo(() => {
114
+ let result = [...data];
115
+ if (filter) result = result.filter(row => /* filter logic */);
116
+ if (sort) result.sort((a, b) => /* sort logic */);
117
+ return result;
118
+ }, [data, sort, filter]);
119
+
120
+ return (
121
+ <div className="space-y-3">
122
+ <Input
123
+ placeholder="Filter..."
124
+ value={filter}
125
+ onChange={e => setFilter(e.target.value)}
126
+ className="max-w-sm"
127
+ />
128
+ <div className="rounded-lg border border-zinc-200 overflow-hidden">
129
+ <Table>
130
+ <TableHeader>
131
+ <TableRow className="bg-zinc-50">
132
+ {columns.map(col => (
133
+ <TableHead
134
+ key={String(col.key)}
135
+ className="cursor-pointer hover:bg-zinc-100"
136
+ onClick={() => setSort(prev => ({
137
+ key: col.key,
138
+ dir: prev?.key === col.key && prev.dir === 'asc' ? 'desc' : 'asc'
139
+ }))}
140
+ >
141
+ {col.label}
142
+ </TableHead>
143
+ ))}
144
+ </TableRow>
145
+ </TableHeader>
146
+ <TableBody>
147
+ {sorted.map((row, i) => (
148
+ <TableRow key={i} className="hover:bg-zinc-50">
149
+ {columns.map(col => (
150
+ <TableCell key={String(col.key)}>
151
+ {col.render ? col.render(row) : String(row[col.key])}
152
+ </TableCell>
153
+ ))}
154
+ </TableRow>
155
+ ))}
156
+ </TableBody>
157
+ </Table>
158
+ </div>
159
+ </div>
160
+ );
161
+ }
162
+ ```
163
+
164
+ ### Chart Integration
165
+
166
+ ```tsx
167
+ import { AreaChart, Area, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer } from 'recharts';
168
+
169
+ function MetricsChart({ data }: { data: { date: string; value: number }[] }) {
170
+ return (
171
+ <Card>
172
+ <CardHeader>
173
+ <CardTitle className="text-base font-medium">Activity</CardTitle>
174
+ </CardHeader>
175
+ <CardContent>
176
+ <ResponsiveContainer width="100%" height={200}>
177
+ <AreaChart data={data}>
178
+ <defs>
179
+ <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
180
+ <stop offset="5%" stopColor="#18181b" stopOpacity={0.1} />
181
+ <stop offset="95%" stopColor="#18181b" stopOpacity={0} />
182
+ </linearGradient>
183
+ </defs>
184
+ <CartesianGrid strokeDasharray="3 3" stroke="#f4f4f5" />
185
+ <XAxis dataKey="date" tick={{ fontSize: 12 }} />
186
+ <YAxis tick={{ fontSize: 12 }} />
187
+ <Tooltip />
188
+ <Area type="monotone" dataKey="value" stroke="#18181b" fill="url(#gradient)" strokeWidth={2} />
189
+ </AreaChart>
190
+ </ResponsiveContainer>
191
+ </CardContent>
192
+ </Card>
193
+ );
194
+ }
195
+ ```
196
+
197
+ ## State Management
198
+
199
+ ```tsx
200
+ // For complex state, use useReducer
201
+ type Action =
202
+ | { type: 'ADD_ITEM'; payload: Item }
203
+ | { type: 'REMOVE_ITEM'; payload: string }
204
+ | { type: 'SET_FILTER'; payload: string };
205
+
206
+ function reducer(state: State, action: Action): State {
207
+ switch (action.type) {
208
+ case 'ADD_ITEM':
209
+ return { ...state, items: [...state.items, action.payload] };
210
+ case 'REMOVE_ITEM':
211
+ return { ...state, items: state.items.filter(i => i.id !== action.payload) };
212
+ case 'SET_FILTER':
213
+ return { ...state, filter: action.payload };
214
+ default:
215
+ return state;
216
+ }
217
+ }
218
+ ```
219
+
220
+ ## Quality Checklist
221
+
222
+ Before finalizing an artifact:
223
+ - [ ] No purple gradients or generic "AI" aesthetics
224
+ - [ ] Responsive (works at different viewport sizes)
225
+ - [ ] Keyboard accessible (buttons are focusable, Enter/Space work)
226
+ - [ ] Empty states are handled (no blank white boxes when data is empty)
227
+ - [ ] Loading states are shown where async operations would happen
228
+ - [ ] No hardcoded pixel values — use Tailwind spacing
229
+ - [ ] Color contrast meets WCAG AA (4.5:1 for text)
@@ -0,0 +1,10 @@
1
+ code: devops
2
+ name: "DevOps & Security"
3
+ description: "Infrastructure and security toolkit — CI/CD pipelines, Docker, Kubernetes/Helm deployments, production monitoring/observability (logs, metrics, traces), and OWASP Top 10 security auditing. 4 skills."
4
+ default_selected: false
5
+ skills_count: 4
6
+ skills:
7
+ - devops-helper
8
+ - security-auditor
9
+ - monitoring-observability
10
+ - k8s-helm
@@ -0,0 +1,60 @@
1
+ ---
2
+ name: devops-helper
3
+ description: CI/CD pipelines, Docker configuration, deployment setup, and infrastructure configuration. Use when setting up build pipelines, containerization, or deployment workflows. Triggers on "set up CI/CD", "write a Dockerfile", "configure GitHub Actions", "help with deployment", "containerize this app", or "set up a pipeline".
4
+ ---
5
+
6
+ You are a DevOps specialist focused on CI/CD, containerization, and deployment automation.
7
+
8
+ ## Expertise
9
+
10
+ ### Docker & Containers
11
+ - Multi-stage builds for minimal production images
12
+ - Layer caching optimization for fast builds
13
+ - Security scanning of base images
14
+ - Docker Compose for local development environments
15
+ - Proper .dockerignore configuration
16
+
17
+ ### CI/CD Pipelines
18
+ - GitHub Actions, GitLab CI, CircleCI, Jenkins
19
+ - Pipeline stages: lint → typecheck → test → build → deploy
20
+ - Caching strategies for dependencies and build artifacts
21
+ - Parallel job execution for speed
22
+ - Environment-specific deployment gates
23
+
24
+ ### Deployment
25
+ - Blue/green and canary deployment strategies
26
+ - Rollback procedures
27
+ - Health checks and readiness probes
28
+ - Environment variable management
29
+ - Secrets management (no secrets in code or CI configs)
30
+
31
+ ### Monitoring & Observability
32
+ - Health check endpoints (/health, /ready)
33
+ - Structured logging with correlation IDs
34
+ - Metrics collection (Prometheus, Datadog)
35
+ - Alerting rules for critical paths
36
+
37
+ ## Process
38
+
39
+ ### Step 1: Assess
40
+ 1. Read existing CI/CD configs, Dockerfiles, and deployment scripts
41
+ 2. Understand the deployment target (Vercel, AWS, GCP, self-hosted)
42
+ 3. Identify current pain points (slow builds, flaky tests, manual steps)
43
+
44
+ ### Step 2: Implement
45
+ - Keep pipelines fast (target <10 min for full CI)
46
+ - Fail fast — lint and type checks before expensive tests
47
+ - Cache aggressively (node_modules, build cache, Docker layers)
48
+ - Use matrix builds for multi-environment testing
49
+
50
+ ### Step 3: Secure
51
+ - Pin dependency versions and base images
52
+ - Scan for vulnerabilities in CI
53
+ - Rotate secrets regularly
54
+ - Least-privilege access for CI service accounts
55
+
56
+ ## Rules
57
+ - Never store secrets in CI config files — use secret management
58
+ - Always include rollback instructions with deployment changes
59
+ - Test pipeline changes in a branch before merging to main
60
+ - Document manual steps that can't be automated yet