apex-fast 0.0.3 → 0.0.4

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 (3265) hide show
  1. package/dist/index.js +6729 -1367
  2. package/dist/mcp-server.js +7303 -1941
  3. package/package.json +10 -3
  4. package/skills/3d-web-experience/SKILL.md +254 -0
  5. package/skills/README.md +201 -0
  6. package/skills/SPDD/1-research.md +22 -0
  7. package/skills/SPDD/2-spec.md +20 -0
  8. package/skills/SPDD/3-implementation.md +20 -0
  9. package/skills/ab-test-setup/SKILL.md +232 -0
  10. package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
  11. package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
  12. package/skills/active-directory-attacks/SKILL.md +383 -0
  13. package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
  14. package/skills/activecampaign-automation/SKILL.md +209 -0
  15. package/skills/address-github-comments/SKILL.md +55 -0
  16. package/skills/agent-evaluation/SKILL.md +64 -0
  17. package/skills/agent-framework-azure-ai-py/SKILL.md +333 -0
  18. package/skills/agent-manager-skill/SKILL.md +40 -0
  19. package/skills/agent-memory-mcp/SKILL.md +82 -0
  20. package/skills/agent-memory-systems/SKILL.md +67 -0
  21. package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
  22. package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
  23. package/skills/agent-tool-builder/SKILL.md +53 -0
  24. package/skills/agents-v2-py/SKILL.md +325 -0
  25. package/skills/ai-agents-architect/SKILL.md +90 -0
  26. package/skills/ai-engineer/SKILL.md +171 -0
  27. package/skills/ai-product/SKILL.md +54 -0
  28. package/skills/ai-wrapper-product/SKILL.md +273 -0
  29. package/skills/airflow-dag-patterns/SKILL.md +41 -0
  30. package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
  31. package/skills/airtable-automation/SKILL.md +170 -0
  32. package/skills/algolia-search/SKILL.md +66 -0
  33. package/skills/algorithmic-art/LICENSE.txt +202 -0
  34. package/skills/algorithmic-art/SKILL.md +405 -0
  35. package/skills/algorithmic-art/templates/generator_template.js +223 -0
  36. package/skills/algorithmic-art/templates/viewer.html +599 -0
  37. package/skills/amplitude-automation/SKILL.md +216 -0
  38. package/skills/analytics-tracking/SKILL.md +404 -0
  39. package/skills/angular/README.md +40 -0
  40. package/skills/angular/SKILL.md +821 -0
  41. package/skills/angular/metadata.json +14 -0
  42. package/skills/angular-best-practices/README.md +58 -0
  43. package/skills/angular-best-practices/SKILL.md +559 -0
  44. package/skills/angular-best-practices/metadata.json +13 -0
  45. package/skills/angular-migration/SKILL.md +428 -0
  46. package/skills/angular-state-management/README.md +41 -0
  47. package/skills/angular-state-management/SKILL.md +634 -0
  48. package/skills/angular-state-management/metadata.json +13 -0
  49. package/skills/angular-ui-patterns/README.md +55 -0
  50. package/skills/angular-ui-patterns/SKILL.md +508 -0
  51. package/skills/angular-ui-patterns/metadata.json +12 -0
  52. package/skills/anti-reversing-techniques/SKILL.md +42 -0
  53. package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
  54. package/skills/antigravity-workflows/SKILL.md +80 -0
  55. package/skills/antigravity-workflows/resources/implementation-playbook.md +36 -0
  56. package/skills/api-design-principles/SKILL.md +37 -0
  57. package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
  58. package/skills/api-design-principles/assets/rest-api-template.py +182 -0
  59. package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
  60. package/skills/api-design-principles/references/rest-best-practices.md +408 -0
  61. package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
  62. package/skills/api-documentation-generator/SKILL.md +484 -0
  63. package/skills/api-documenter/SKILL.md +184 -0
  64. package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
  65. package/skills/api-patterns/SKILL.md +81 -0
  66. package/skills/api-patterns/api-style.md +42 -0
  67. package/skills/api-patterns/auth.md +24 -0
  68. package/skills/api-patterns/documentation.md +26 -0
  69. package/skills/api-patterns/graphql.md +41 -0
  70. package/skills/api-patterns/rate-limiting.md +31 -0
  71. package/skills/api-patterns/response.md +37 -0
  72. package/skills/api-patterns/rest.md +40 -0
  73. package/skills/api-patterns/scripts/api_validator.py +211 -0
  74. package/skills/api-patterns/security-testing.md +122 -0
  75. package/skills/api-patterns/trpc.md +41 -0
  76. package/skills/api-patterns/versioning.md +22 -0
  77. package/skills/api-security-best-practices/SKILL.md +907 -0
  78. package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
  79. package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
  80. package/skills/app-builder/SKILL.md +75 -0
  81. package/skills/app-builder/agent-coordination.md +71 -0
  82. package/skills/app-builder/feature-building.md +53 -0
  83. package/skills/app-builder/project-detection.md +34 -0
  84. package/skills/app-builder/scaffolding.md +118 -0
  85. package/skills/app-builder/tech-stack.md +40 -0
  86. package/skills/app-builder/templates/SKILL.md +39 -0
  87. package/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  88. package/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  89. package/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  90. package/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  91. package/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  92. package/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  93. package/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  94. package/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
  95. package/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
  96. package/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
  97. package/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
  98. package/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  99. package/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
  100. package/skills/app-store-optimization/HOW_TO_USE.md +281 -0
  101. package/skills/app-store-optimization/README.md +430 -0
  102. package/skills/app-store-optimization/SKILL.md +403 -0
  103. package/skills/app-store-optimization/ab_test_planner.py +662 -0
  104. package/skills/app-store-optimization/aso_scorer.py +482 -0
  105. package/skills/app-store-optimization/competitor_analyzer.py +577 -0
  106. package/skills/app-store-optimization/expected_output.json +170 -0
  107. package/skills/app-store-optimization/keyword_analyzer.py +406 -0
  108. package/skills/app-store-optimization/launch_checklist.py +739 -0
  109. package/skills/app-store-optimization/localization_helper.py +588 -0
  110. package/skills/app-store-optimization/metadata_optimizer.py +581 -0
  111. package/skills/app-store-optimization/review_analyzer.py +714 -0
  112. package/skills/app-store-optimization/sample_input.json +30 -0
  113. package/skills/application-performance-performance-optimization/SKILL.md +154 -0
  114. package/skills/architect-review/SKILL.md +174 -0
  115. package/skills/architecture/SKILL.md +55 -0
  116. package/skills/architecture/context-discovery.md +43 -0
  117. package/skills/architecture/examples.md +94 -0
  118. package/skills/architecture/pattern-selection.md +68 -0
  119. package/skills/architecture/patterns-reference.md +50 -0
  120. package/skills/architecture/trade-off-analysis.md +77 -0
  121. package/skills/architecture-decision-records/SKILL.md +441 -0
  122. package/skills/architecture-patterns/SKILL.md +37 -0
  123. package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
  124. package/skills/arm-cortex-expert/SKILL.md +306 -0
  125. package/skills/asana-automation/SKILL.md +171 -0
  126. package/skills/async-python-patterns/SKILL.md +39 -0
  127. package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
  128. package/skills/attack-tree-construction/SKILL.md +38 -0
  129. package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
  130. package/skills/audio-transcriber/CHANGELOG.md +137 -0
  131. package/skills/audio-transcriber/README.md +340 -0
  132. package/skills/audio-transcriber/SKILL.md +558 -0
  133. package/skills/audio-transcriber/examples/basic-transcription.sh +250 -0
  134. package/skills/audio-transcriber/references/tools-comparison.md +352 -0
  135. package/skills/audio-transcriber/scripts/install-requirements.sh +190 -0
  136. package/skills/audio-transcriber/scripts/transcribe.py +486 -0
  137. package/skills/auth-implementation-patterns/SKILL.md +39 -0
  138. package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
  139. package/skills/automate-whatsapp/SKILL.md +257 -0
  140. package/skills/autonomous-agent-patterns/SKILL.md +761 -0
  141. package/skills/autonomous-agents/SKILL.md +68 -0
  142. package/skills/avalonia-layout-zafiro/SKILL.md +59 -0
  143. package/skills/avalonia-layout-zafiro/behaviors.md +35 -0
  144. package/skills/avalonia-layout-zafiro/components.md +41 -0
  145. package/skills/avalonia-layout-zafiro/containers.md +50 -0
  146. package/skills/avalonia-layout-zafiro/icons.md +53 -0
  147. package/skills/avalonia-layout-zafiro/themes.md +51 -0
  148. package/skills/avalonia-viewmodels-zafiro/SKILL.md +29 -0
  149. package/skills/avalonia-viewmodels-zafiro/composition.md +75 -0
  150. package/skills/avalonia-viewmodels-zafiro/navigation_sections.md +53 -0
  151. package/skills/avalonia-viewmodels-zafiro/viewmodels.md +68 -0
  152. package/skills/avalonia-viewmodels-zafiro/wizards.md +47 -0
  153. package/skills/avalonia-zafiro-development/SKILL.md +29 -0
  154. package/skills/avalonia-zafiro-development/avalonia-reactive-rules.md +49 -0
  155. package/skills/avalonia-zafiro-development/core-technical-skills.md +19 -0
  156. package/skills/avalonia-zafiro-development/naming-standards.md +15 -0
  157. package/skills/avalonia-zafiro-development/patterns.md +45 -0
  158. package/skills/avalonia-zafiro-development/zafiro-shortcuts.md +43 -0
  159. package/skills/aws-penetration-testing/SKILL.md +405 -0
  160. package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
  161. package/skills/aws-serverless/SKILL.md +323 -0
  162. package/skills/aws-skills/SKILL.md +22 -0
  163. package/skills/azd-deployment/SKILL.md +296 -0
  164. package/skills/azure-ai-agents-persistent-dotnet/SKILL.md +349 -0
  165. package/skills/azure-ai-agents-persistent-java/SKILL.md +137 -0
  166. package/skills/azure-ai-anomalydetector-java/SKILL.md +256 -0
  167. package/skills/azure-ai-contentsafety-java/SKILL.md +282 -0
  168. package/skills/azure-ai-contentsafety-py/SKILL.md +214 -0
  169. package/skills/azure-ai-contentsafety-ts/SKILL.md +300 -0
  170. package/skills/azure-ai-contentunderstanding-py/SKILL.md +273 -0
  171. package/skills/azure-ai-document-intelligence-dotnet/SKILL.md +337 -0
  172. package/skills/azure-ai-document-intelligence-ts/SKILL.md +323 -0
  173. package/skills/azure-ai-formrecognizer-java/SKILL.md +341 -0
  174. package/skills/azure-ai-ml-py/SKILL.md +271 -0
  175. package/skills/azure-ai-openai-dotnet/SKILL.md +455 -0
  176. package/skills/azure-ai-projects-dotnet/SKILL.md +348 -0
  177. package/skills/azure-ai-projects-java/SKILL.md +152 -0
  178. package/skills/azure-ai-projects-py/SKILL.md +295 -0
  179. package/skills/azure-ai-projects-ts/SKILL.md +289 -0
  180. package/skills/azure-ai-textanalytics-py/SKILL.md +227 -0
  181. package/skills/azure-ai-transcription-py/SKILL.md +69 -0
  182. package/skills/azure-ai-translation-document-py/SKILL.md +249 -0
  183. package/skills/azure-ai-translation-text-py/SKILL.md +274 -0
  184. package/skills/azure-ai-translation-ts/SKILL.md +286 -0
  185. package/skills/azure-ai-vision-imageanalysis-java/SKILL.md +289 -0
  186. package/skills/azure-ai-vision-imageanalysis-py/SKILL.md +260 -0
  187. package/skills/azure-ai-voicelive-dotnet/SKILL.md +265 -0
  188. package/skills/azure-ai-voicelive-java/SKILL.md +225 -0
  189. package/skills/azure-ai-voicelive-py/SKILL.md +309 -0
  190. package/skills/azure-ai-voicelive-ts/SKILL.md +465 -0
  191. package/skills/azure-appconfiguration-java/SKILL.md +470 -0
  192. package/skills/azure-appconfiguration-py/SKILL.md +249 -0
  193. package/skills/azure-appconfiguration-ts/SKILL.md +349 -0
  194. package/skills/azure-communication-callautomation-java/SKILL.md +254 -0
  195. package/skills/azure-communication-callingserver-java/SKILL.md +91 -0
  196. package/skills/azure-communication-chat-java/SKILL.md +310 -0
  197. package/skills/azure-communication-common-java/SKILL.md +304 -0
  198. package/skills/azure-communication-sms-java/SKILL.md +274 -0
  199. package/skills/azure-compute-batch-java/SKILL.md +379 -0
  200. package/skills/azure-containerregistry-py/SKILL.md +252 -0
  201. package/skills/azure-cosmos-db-py/SKILL.md +239 -0
  202. package/skills/azure-cosmos-java/SKILL.md +258 -0
  203. package/skills/azure-cosmos-py/SKILL.md +280 -0
  204. package/skills/azure-cosmos-rust/SKILL.md +135 -0
  205. package/skills/azure-cosmos-ts/SKILL.md +471 -0
  206. package/skills/azure-data-tables-java/SKILL.md +334 -0
  207. package/skills/azure-data-tables-py/SKILL.md +243 -0
  208. package/skills/azure-eventgrid-dotnet/SKILL.md +488 -0
  209. package/skills/azure-eventgrid-java/SKILL.md +305 -0
  210. package/skills/azure-eventgrid-py/SKILL.md +168 -0
  211. package/skills/azure-eventhub-dotnet/SKILL.md +362 -0
  212. package/skills/azure-eventhub-java/SKILL.md +356 -0
  213. package/skills/azure-eventhub-py/SKILL.md +240 -0
  214. package/skills/azure-eventhub-rust/SKILL.md +127 -0
  215. package/skills/azure-eventhub-ts/SKILL.md +268 -0
  216. package/skills/azure-functions/SKILL.md +42 -0
  217. package/skills/azure-identity-dotnet/SKILL.md +339 -0
  218. package/skills/azure-identity-java/SKILL.md +366 -0
  219. package/skills/azure-identity-py/SKILL.md +192 -0
  220. package/skills/azure-identity-rust/SKILL.md +115 -0
  221. package/skills/azure-identity-ts/SKILL.md +303 -0
  222. package/skills/azure-keyvault-certificates-rust/SKILL.md +177 -0
  223. package/skills/azure-keyvault-keys-rust/SKILL.md +167 -0
  224. package/skills/azure-keyvault-keys-ts/SKILL.md +269 -0
  225. package/skills/azure-keyvault-py/SKILL.md +247 -0
  226. package/skills/azure-keyvault-secrets-rust/SKILL.md +142 -0
  227. package/skills/azure-keyvault-secrets-ts/SKILL.md +269 -0
  228. package/skills/azure-maps-search-dotnet/SKILL.md +494 -0
  229. package/skills/azure-messaging-webpubsub-java/SKILL.md +302 -0
  230. package/skills/azure-messaging-webpubsubservice-py/SKILL.md +245 -0
  231. package/skills/azure-mgmt-apicenter-dotnet/SKILL.md +411 -0
  232. package/skills/azure-mgmt-apicenter-py/SKILL.md +242 -0
  233. package/skills/azure-mgmt-apimanagement-dotnet/SKILL.md +310 -0
  234. package/skills/azure-mgmt-apimanagement-py/SKILL.md +278 -0
  235. package/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md +486 -0
  236. package/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +230 -0
  237. package/skills/azure-mgmt-botservice-dotnet/SKILL.md +334 -0
  238. package/skills/azure-mgmt-botservice-py/SKILL.md +320 -0
  239. package/skills/azure-mgmt-fabric-dotnet/SKILL.md +338 -0
  240. package/skills/azure-mgmt-fabric-py/SKILL.md +258 -0
  241. package/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md +354 -0
  242. package/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md +328 -0
  243. package/skills/azure-microsoft-playwright-testing-ts/SKILL.md +302 -0
  244. package/skills/azure-monitor-ingestion-java/SKILL.md +230 -0
  245. package/skills/azure-monitor-ingestion-py/SKILL.md +204 -0
  246. package/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md +284 -0
  247. package/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md +207 -0
  248. package/skills/azure-monitor-opentelemetry-py/SKILL.md +224 -0
  249. package/skills/azure-monitor-opentelemetry-ts/SKILL.md +319 -0
  250. package/skills/azure-monitor-query-java/SKILL.md +417 -0
  251. package/skills/azure-monitor-query-py/SKILL.md +252 -0
  252. package/skills/azure-postgres-ts/SKILL.md +477 -0
  253. package/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md +250 -0
  254. package/skills/azure-resource-manager-durabletask-dotnet/SKILL.md +377 -0
  255. package/skills/azure-resource-manager-mysql-dotnet/SKILL.md +392 -0
  256. package/skills/azure-resource-manager-playwright-dotnet/SKILL.md +297 -0
  257. package/skills/azure-resource-manager-postgresql-dotnet/SKILL.md +432 -0
  258. package/skills/azure-resource-manager-redis-dotnet/SKILL.md +356 -0
  259. package/skills/azure-resource-manager-sql-dotnet/SKILL.md +319 -0
  260. package/skills/azure-search-documents-dotnet/SKILL.md +339 -0
  261. package/skills/azure-search-documents-py/SKILL.md +528 -0
  262. package/skills/azure-search-documents-ts/SKILL.md +266 -0
  263. package/skills/azure-security-keyvault-keys-dotnet/SKILL.md +406 -0
  264. package/skills/azure-security-keyvault-keys-java/SKILL.md +362 -0
  265. package/skills/azure-security-keyvault-secrets-java/SKILL.md +356 -0
  266. package/skills/azure-servicebus-dotnet/SKILL.md +333 -0
  267. package/skills/azure-servicebus-py/SKILL.md +267 -0
  268. package/skills/azure-servicebus-ts/SKILL.md +233 -0
  269. package/skills/azure-speech-to-text-rest-py/SKILL.md +372 -0
  270. package/skills/azure-storage-blob-java/SKILL.md +388 -0
  271. package/skills/azure-storage-blob-py/SKILL.md +219 -0
  272. package/skills/azure-storage-blob-rust/SKILL.md +132 -0
  273. package/skills/azure-storage-blob-ts/SKILL.md +482 -0
  274. package/skills/azure-storage-file-datalake-py/SKILL.md +211 -0
  275. package/skills/azure-storage-file-share-py/SKILL.md +238 -0
  276. package/skills/azure-storage-file-share-ts/SKILL.md +493 -0
  277. package/skills/azure-storage-queue-py/SKILL.md +213 -0
  278. package/skills/azure-storage-queue-ts/SKILL.md +524 -0
  279. package/skills/azure-web-pubsub-ts/SKILL.md +310 -0
  280. package/skills/backend-architect/SKILL.md +333 -0
  281. package/skills/backend-dev-guidelines/SKILL.md +342 -0
  282. package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
  283. package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
  284. package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
  285. package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
  286. package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
  287. package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
  288. package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
  289. package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
  290. package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
  291. package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
  292. package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
  293. package/skills/backend-development-feature-development/SKILL.md +180 -0
  294. package/skills/backend-security-coder/SKILL.md +156 -0
  295. package/skills/backtesting-frameworks/SKILL.md +39 -0
  296. package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
  297. package/skills/bamboohr-automation/SKILL.md +220 -0
  298. package/skills/basecamp-automation/SKILL.md +234 -0
  299. package/skills/bash-defensive-patterns/SKILL.md +43 -0
  300. package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
  301. package/skills/bash-linux/SKILL.md +199 -0
  302. package/skills/bash-pro/SKILL.md +310 -0
  303. package/skills/bats-testing-patterns/SKILL.md +34 -0
  304. package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
  305. package/skills/bazel-build-optimization/SKILL.md +397 -0
  306. package/skills/beautiful-prose/SKILL.md +22 -0
  307. package/skills/behavioral-modes/SKILL.md +242 -0
  308. package/skills/billing-automation/SKILL.md +42 -0
  309. package/skills/billing-automation/resources/implementation-playbook.md +544 -0
  310. package/skills/binary-analysis-patterns/SKILL.md +450 -0
  311. package/skills/bitbucket-automation/SKILL.md +224 -0
  312. package/skills/blockchain-developer/SKILL.md +208 -0
  313. package/skills/blockrun/SKILL.md +292 -0
  314. package/skills/box-automation/SKILL.md +233 -0
  315. package/skills/brainstorming/SKILL.md +230 -0
  316. package/skills/brand-guidelines-anthropic/LICENSE.txt +202 -0
  317. package/skills/brand-guidelines-anthropic/SKILL.md +73 -0
  318. package/skills/brand-guidelines-community/LICENSE.txt +202 -0
  319. package/skills/brand-guidelines-community/SKILL.md +73 -0
  320. package/skills/brevo-automation/SKILL.md +197 -0
  321. package/skills/broken-authentication/SKILL.md +476 -0
  322. package/skills/browser-automation/SKILL.md +70 -0
  323. package/skills/browser-extension-builder/SKILL.md +261 -0
  324. package/skills/bullmq-specialist/SKILL.md +57 -0
  325. package/skills/bun-development/SKILL.md +691 -0
  326. package/skills/burp-suite-testing/SKILL.md +380 -0
  327. package/skills/business-analyst/SKILL.md +182 -0
  328. package/skills/busybox-on-windows/SKILL.md +30 -0
  329. package/skills/c-pro/SKILL.md +56 -0
  330. package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
  331. package/skills/c4-code/SKILL.md +244 -0
  332. package/skills/c4-component/SKILL.md +153 -0
  333. package/skills/c4-container/SKILL.md +171 -0
  334. package/skills/c4-context/SKILL.md +150 -0
  335. package/skills/cal-com-automation/SKILL.md +203 -0
  336. package/skills/calendly-automation/SKILL.md +211 -0
  337. package/skills/canva-automation/SKILL.md +217 -0
  338. package/skills/canvas-design/LICENSE.txt +202 -0
  339. package/skills/canvas-design/SKILL.md +130 -0
  340. package/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  341. package/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  342. package/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  343. package/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  344. package/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  345. package/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  346. package/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  347. package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  348. package/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  349. package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  350. package/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  351. package/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  352. package/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  353. package/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  354. package/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  355. package/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  356. package/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  357. package/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  358. package/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  359. package/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  360. package/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  361. package/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  362. package/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  363. package/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  364. package/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  365. package/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  366. package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  367. package/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  368. package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  369. package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  370. package/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  371. package/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  372. package/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  373. package/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  374. package/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  375. package/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  376. package/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  377. package/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  378. package/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  379. package/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  380. package/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  381. package/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  382. package/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  383. package/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  384. package/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  385. package/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  386. package/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  387. package/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  388. package/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  389. package/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  390. package/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  391. package/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  392. package/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  393. package/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  394. package/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  395. package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  396. package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  397. package/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  398. package/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  399. package/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  400. package/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  401. package/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  402. package/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  403. package/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  404. package/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  405. package/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  406. package/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  407. package/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  408. package/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  409. package/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  410. package/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  411. package/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  412. package/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  413. package/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  414. package/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  415. package/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  416. package/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  417. package/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  418. package/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  419. package/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  420. package/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  421. package/skills/cc-skill-backend-patterns/SKILL.md +584 -0
  422. package/skills/cc-skill-clickhouse-io/SKILL.md +431 -0
  423. package/skills/cc-skill-coding-standards/SKILL.md +522 -0
  424. package/skills/cc-skill-continuous-learning/SKILL.md +10 -0
  425. package/skills/cc-skill-continuous-learning/config.json +18 -0
  426. package/skills/cc-skill-continuous-learning/evaluate-session.sh +60 -0
  427. package/skills/cc-skill-frontend-patterns/SKILL.md +633 -0
  428. package/skills/cc-skill-project-guidelines-example/SKILL.md +352 -0
  429. package/skills/cc-skill-security-review/SKILL.md +496 -0
  430. package/skills/cc-skill-strategic-compact/SKILL.md +10 -0
  431. package/skills/cc-skill-strategic-compact/suggest-compact.sh +52 -0
  432. package/skills/changelog-automation/SKILL.md +38 -0
  433. package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
  434. package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
  435. package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
  436. package/skills/circleci-automation/SKILL.md +177 -0
  437. package/skills/clarity-gate/SKILL.md +22 -0
  438. package/skills/claude-ally-health/SKILL.md +22 -0
  439. package/skills/claude-code-guide/SKILL.md +68 -0
  440. package/skills/claude-d3js-skill/SKILL.md +820 -0
  441. package/skills/claude-d3js-skill/assets/chart-template.jsx +106 -0
  442. package/skills/claude-d3js-skill/assets/interactive-template.jsx +227 -0
  443. package/skills/claude-d3js-skill/assets/sample-data.json +115 -0
  444. package/skills/claude-d3js-skill/references/colour-schemes.md +564 -0
  445. package/skills/claude-d3js-skill/references/d3-patterns.md +869 -0
  446. package/skills/claude-d3js-skill/references/scale-reference.md +509 -0
  447. package/skills/claude-scientific-skills/SKILL.md +22 -0
  448. package/skills/claude-speed-reader/SKILL.md +22 -0
  449. package/skills/claude-win11-speckit-update-skill/SKILL.md +22 -0
  450. package/skills/clean-code/SKILL.md +94 -0
  451. package/skills/clerk-auth/SKILL.md +56 -0
  452. package/skills/clickup-automation/SKILL.md +234 -0
  453. package/skills/close-automation/SKILL.md +212 -0
  454. package/skills/cloud-architect/SKILL.md +135 -0
  455. package/skills/cloud-penetration-testing/SKILL.md +501 -0
  456. package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
  457. package/skills/coda-automation/SKILL.md +241 -0
  458. package/skills/code-documentation-code-explain/SKILL.md +46 -0
  459. package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
  460. package/skills/code-documentation-doc-generate/SKILL.md +48 -0
  461. package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
  462. package/skills/code-refactoring-context-restore/SKILL.md +179 -0
  463. package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
  464. package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
  465. package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
  466. package/skills/code-review-ai-ai-review/SKILL.md +450 -0
  467. package/skills/code-review-checklist/SKILL.md +444 -0
  468. package/skills/code-review-excellence/SKILL.md +40 -0
  469. package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
  470. package/skills/code-reviewer/SKILL.md +178 -0
  471. package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
  472. package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
  473. package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
  474. package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
  475. package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
  476. package/skills/codex-review/SKILL.md +37 -0
  477. package/skills/commit/SKILL.md +171 -0
  478. package/skills/competitive-landscape/SKILL.md +34 -0
  479. package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
  480. package/skills/competitor-alternatives/SKILL.md +750 -0
  481. package/skills/comprehensive-review-full-review/SKILL.md +146 -0
  482. package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
  483. package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
  484. package/skills/computer-use-agents/SKILL.md +315 -0
  485. package/skills/computer-vision-expert/SKILL.md +70 -0
  486. package/skills/concise-planning/SKILL.md +62 -0
  487. package/skills/conductor-implement/SKILL.md +388 -0
  488. package/skills/conductor-manage/SKILL.md +39 -0
  489. package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
  490. package/skills/conductor-new-track/SKILL.md +433 -0
  491. package/skills/conductor-revert/SKILL.md +372 -0
  492. package/skills/conductor-setup/SKILL.md +426 -0
  493. package/skills/conductor-status/SKILL.md +338 -0
  494. package/skills/conductor-validator/SKILL.md +62 -0
  495. package/skills/confluence-automation/SKILL.md +208 -0
  496. package/skills/content-creator/SKILL.md +248 -0
  497. package/skills/content-creator/assets/content_calendar_template.md +99 -0
  498. package/skills/content-creator/references/brand_guidelines.md +199 -0
  499. package/skills/content-creator/references/content_frameworks.md +534 -0
  500. package/skills/content-creator/references/social_media_optimization.md +317 -0
  501. package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
  502. package/skills/content-creator/scripts/seo_optimizer.py +419 -0
  503. package/skills/content-marketer/SKILL.md +170 -0
  504. package/skills/context-compression/SKILL.md +266 -0
  505. package/skills/context-degradation/SKILL.md +238 -0
  506. package/skills/context-driven-development/SKILL.md +400 -0
  507. package/skills/context-fundamentals/SKILL.md +192 -0
  508. package/skills/context-management-context-restore/SKILL.md +179 -0
  509. package/skills/context-management-context-save/SKILL.md +177 -0
  510. package/skills/context-manager/SKILL.md +185 -0
  511. package/skills/context-optimization/SKILL.md +186 -0
  512. package/skills/context-window-management/SKILL.md +53 -0
  513. package/skills/context7-auto-research/SKILL.md +36 -0
  514. package/skills/conversation-memory/SKILL.md +61 -0
  515. package/skills/convertkit-automation/SKILL.md +195 -0
  516. package/skills/copilot-sdk/SKILL.md +510 -0
  517. package/skills/copy-editing/SKILL.md +439 -0
  518. package/skills/copywriting/SKILL.md +225 -0
  519. package/skills/core-components/SKILL.md +264 -0
  520. package/skills/cost-optimization/SKILL.md +286 -0
  521. package/skills/cpp-pro/SKILL.md +59 -0
  522. package/skills/cqrs-implementation/SKILL.md +35 -0
  523. package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
  524. package/skills/create-pr/SKILL.md +192 -0
  525. package/skills/crewai/SKILL.md +243 -0
  526. package/skills/crypto-bd-agent/SKILL.md +248 -0
  527. package/skills/csharp-pro/SKILL.md +59 -0
  528. package/skills/culture-index/SKILL.md +43 -0
  529. package/skills/customer-support/SKILL.md +170 -0
  530. package/skills/daily-news-report/SKILL.md +356 -0
  531. package/skills/daily-news-report/cache.json +41 -0
  532. package/skills/daily-news-report/sources.json +183 -0
  533. package/skills/data-engineer/SKILL.md +224 -0
  534. package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
  535. package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
  536. package/skills/data-quality-frameworks/SKILL.md +40 -0
  537. package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
  538. package/skills/data-scientist/SKILL.md +199 -0
  539. package/skills/data-storytelling/SKILL.md +465 -0
  540. package/skills/database-admin/SKILL.md +165 -0
  541. package/skills/database-architect/SKILL.md +268 -0
  542. package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
  543. package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
  544. package/skills/database-design/SKILL.md +52 -0
  545. package/skills/database-design/database-selection.md +43 -0
  546. package/skills/database-design/indexing.md +39 -0
  547. package/skills/database-design/migrations.md +48 -0
  548. package/skills/database-design/optimization.md +36 -0
  549. package/skills/database-design/orm-selection.md +30 -0
  550. package/skills/database-design/schema-design.md +56 -0
  551. package/skills/database-design/scripts/schema_validator.py +172 -0
  552. package/skills/database-migration/SKILL.md +436 -0
  553. package/skills/database-migrations-migration-observability/SKILL.md +420 -0
  554. package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
  555. package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
  556. package/skills/database-optimizer/SKILL.md +167 -0
  557. package/skills/datadog-automation/SKILL.md +235 -0
  558. package/skills/dbos-golang/AGENTS.md +92 -0
  559. package/skills/dbos-golang/CLAUDE.md +92 -0
  560. package/skills/dbos-golang/SKILL.md +133 -0
  561. package/skills/dbos-golang/references/_sections.md +41 -0
  562. package/skills/dbos-golang/references/advanced-patching.md +86 -0
  563. package/skills/dbos-golang/references/advanced-versioning.md +62 -0
  564. package/skills/dbos-golang/references/client-enqueue.md +65 -0
  565. package/skills/dbos-golang/references/client-setup.md +65 -0
  566. package/skills/dbos-golang/references/comm-events.md +69 -0
  567. package/skills/dbos-golang/references/comm-messages.md +57 -0
  568. package/skills/dbos-golang/references/comm-streaming.md +75 -0
  569. package/skills/dbos-golang/references/lifecycle-config.md +70 -0
  570. package/skills/dbos-golang/references/pattern-debouncing.md +47 -0
  571. package/skills/dbos-golang/references/pattern-idempotency.md +63 -0
  572. package/skills/dbos-golang/references/pattern-scheduled.md +69 -0
  573. package/skills/dbos-golang/references/pattern-sleep.md +52 -0
  574. package/skills/dbos-golang/references/queue-basics.md +53 -0
  575. package/skills/dbos-golang/references/queue-concurrency.md +49 -0
  576. package/skills/dbos-golang/references/queue-deduplication.md +52 -0
  577. package/skills/dbos-golang/references/queue-listening.md +49 -0
  578. package/skills/dbos-golang/references/queue-partitioning.md +42 -0
  579. package/skills/dbos-golang/references/queue-priority.md +45 -0
  580. package/skills/dbos-golang/references/queue-rate-limiting.md +50 -0
  581. package/skills/dbos-golang/references/step-basics.md +81 -0
  582. package/skills/dbos-golang/references/step-concurrency.md +79 -0
  583. package/skills/dbos-golang/references/step-retries.md +66 -0
  584. package/skills/dbos-golang/references/test-setup.md +90 -0
  585. package/skills/dbos-golang/references/workflow-background.md +64 -0
  586. package/skills/dbos-golang/references/workflow-constraints.md +68 -0
  587. package/skills/dbos-golang/references/workflow-control.md +53 -0
  588. package/skills/dbos-golang/references/workflow-determinism.md +51 -0
  589. package/skills/dbos-golang/references/workflow-introspection.md +64 -0
  590. package/skills/dbos-golang/references/workflow-timeout.md +38 -0
  591. package/skills/dbos-python/AGENTS.md +95 -0
  592. package/skills/dbos-python/CLAUDE.md +95 -0
  593. package/skills/dbos-python/SKILL.md +102 -0
  594. package/skills/dbos-python/references/_sections.md +41 -0
  595. package/skills/dbos-python/references/advanced-async.md +101 -0
  596. package/skills/dbos-python/references/advanced-patching.md +68 -0
  597. package/skills/dbos-python/references/advanced-versioning.md +66 -0
  598. package/skills/dbos-python/references/client-enqueue.md +54 -0
  599. package/skills/dbos-python/references/client-setup.md +57 -0
  600. package/skills/dbos-python/references/comm-events.md +61 -0
  601. package/skills/dbos-python/references/comm-messages.md +56 -0
  602. package/skills/dbos-python/references/comm-streaming.md +57 -0
  603. package/skills/dbos-python/references/lifecycle-config.md +74 -0
  604. package/skills/dbos-python/references/lifecycle-fastapi.md +66 -0
  605. package/skills/dbos-python/references/pattern-classes.md +61 -0
  606. package/skills/dbos-python/references/pattern-debouncing.md +59 -0
  607. package/skills/dbos-python/references/pattern-idempotency.md +52 -0
  608. package/skills/dbos-python/references/pattern-scheduled.md +56 -0
  609. package/skills/dbos-python/references/pattern-sleep.md +58 -0
  610. package/skills/dbos-python/references/queue-basics.md +60 -0
  611. package/skills/dbos-python/references/queue-concurrency.md +57 -0
  612. package/skills/dbos-python/references/queue-deduplication.md +51 -0
  613. package/skills/dbos-python/references/queue-listening.md +64 -0
  614. package/skills/dbos-python/references/queue-partitioning.md +62 -0
  615. package/skills/dbos-python/references/queue-priority.md +62 -0
  616. package/skills/dbos-python/references/queue-rate-limiting.md +55 -0
  617. package/skills/dbos-python/references/step-basics.md +53 -0
  618. package/skills/dbos-python/references/step-retries.md +44 -0
  619. package/skills/dbos-python/references/step-transactions.md +58 -0
  620. package/skills/dbos-python/references/test-fixtures.md +63 -0
  621. package/skills/dbos-python/references/workflow-background.md +58 -0
  622. package/skills/dbos-python/references/workflow-constraints.md +70 -0
  623. package/skills/dbos-python/references/workflow-control.md +77 -0
  624. package/skills/dbos-python/references/workflow-determinism.md +53 -0
  625. package/skills/dbos-python/references/workflow-introspection.md +68 -0
  626. package/skills/dbos-python/references/workflow-timeout.md +59 -0
  627. package/skills/dbos-typescript/AGENTS.md +94 -0
  628. package/skills/dbos-typescript/CLAUDE.md +94 -0
  629. package/skills/dbos-typescript/SKILL.md +111 -0
  630. package/skills/dbos-typescript/references/_sections.md +41 -0
  631. package/skills/dbos-typescript/references/advanced-patching.md +72 -0
  632. package/skills/dbos-typescript/references/advanced-versioning.md +61 -0
  633. package/skills/dbos-typescript/references/client-enqueue.md +75 -0
  634. package/skills/dbos-typescript/references/client-setup.md +60 -0
  635. package/skills/dbos-typescript/references/comm-events.md +57 -0
  636. package/skills/dbos-typescript/references/comm-messages.md +55 -0
  637. package/skills/dbos-typescript/references/comm-streaming.md +53 -0
  638. package/skills/dbos-typescript/references/lifecycle-config.md +47 -0
  639. package/skills/dbos-typescript/references/lifecycle-express.md +61 -0
  640. package/skills/dbos-typescript/references/pattern-classes.md +67 -0
  641. package/skills/dbos-typescript/references/pattern-debouncing.md +56 -0
  642. package/skills/dbos-typescript/references/pattern-idempotency.md +53 -0
  643. package/skills/dbos-typescript/references/pattern-scheduled.md +69 -0
  644. package/skills/dbos-typescript/references/pattern-sleep.md +59 -0
  645. package/skills/dbos-typescript/references/queue-basics.md +59 -0
  646. package/skills/dbos-typescript/references/queue-concurrency.md +53 -0
  647. package/skills/dbos-typescript/references/queue-deduplication.md +51 -0
  648. package/skills/dbos-typescript/references/queue-listening.md +63 -0
  649. package/skills/dbos-typescript/references/queue-partitioning.md +63 -0
  650. package/skills/dbos-typescript/references/queue-priority.md +48 -0
  651. package/skills/dbos-typescript/references/queue-rate-limiting.md +44 -0
  652. package/skills/dbos-typescript/references/step-basics.md +63 -0
  653. package/skills/dbos-typescript/references/step-retries.md +67 -0
  654. package/skills/dbos-typescript/references/step-transactions.md +68 -0
  655. package/skills/dbos-typescript/references/test-setup.md +104 -0
  656. package/skills/dbos-typescript/references/workflow-background.md +54 -0
  657. package/skills/dbos-typescript/references/workflow-constraints.md +65 -0
  658. package/skills/dbos-typescript/references/workflow-control.md +57 -0
  659. package/skills/dbos-typescript/references/workflow-determinism.md +54 -0
  660. package/skills/dbos-typescript/references/workflow-introspection.md +70 -0
  661. package/skills/dbos-typescript/references/workflow-timeout.md +39 -0
  662. package/skills/dbt-transformation-patterns/SKILL.md +34 -0
  663. package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
  664. package/skills/ddd-context-mapping/SKILL.md +51 -0
  665. package/skills/ddd-context-mapping/references/context-map-patterns.md +25 -0
  666. package/skills/ddd-strategic-design/SKILL.md +51 -0
  667. package/skills/ddd-strategic-design/references/strategic-design-template.md +22 -0
  668. package/skills/ddd-tactical-patterns/SKILL.md +52 -0
  669. package/skills/ddd-tactical-patterns/references/tactical-checklist.md +25 -0
  670. package/skills/debugger/SKILL.md +49 -0
  671. package/skills/debugging-strategies/SKILL.md +34 -0
  672. package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
  673. package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
  674. package/skills/deep-research/SKILL.md +114 -0
  675. package/skills/defi-protocol-templates/SKILL.md +466 -0
  676. package/skills/dependency-management-deps-audit/SKILL.md +44 -0
  677. package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
  678. package/skills/dependency-upgrade/SKILL.md +421 -0
  679. package/skills/deployment-engineer/SKILL.md +170 -0
  680. package/skills/deployment-pipeline-design/SKILL.md +371 -0
  681. package/skills/deployment-procedures/SKILL.md +241 -0
  682. package/skills/deployment-validation-config-validate/SKILL.md +496 -0
  683. package/skills/design-md/SKILL.md +178 -0
  684. package/skills/design-orchestration/SKILL.md +167 -0
  685. package/skills/devops-troubleshooter/SKILL.md +161 -0
  686. package/skills/discord-automation/SKILL.md +187 -0
  687. package/skills/discord-bot-architect/SKILL.md +277 -0
  688. package/skills/dispatching-parallel-agents/SKILL.md +180 -0
  689. package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
  690. package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
  691. package/skills/distributed-tracing/SKILL.md +450 -0
  692. package/skills/django-pro/SKILL.md +180 -0
  693. package/skills/doc-coauthoring/SKILL.md +375 -0
  694. package/skills/docker-expert/SKILL.md +409 -0
  695. package/skills/docs/BUNDLES.md +459 -0
  696. package/skills/docs/CI_DRIFT_FIX.md +38 -0
  697. package/skills/docs/COMMUNITY_GUIDELINES.md +33 -0
  698. package/skills/docs/EXAMPLES.md +56 -0
  699. package/skills/docs/FAQ.md +196 -0
  700. package/skills/docs/GETTING_STARTED.md +138 -0
  701. package/skills/docs/LICENSE-MICROSOFT +21 -0
  702. package/skills/docs/QUALITY_BAR.md +66 -0
  703. package/skills/docs/SECURITY_GUARDRAILS.md +51 -0
  704. package/skills/docs/SKILL_ANATOMY.md +605 -0
  705. package/skills/docs/SOURCES.md +87 -0
  706. package/skills/docs/USAGE.md +362 -0
  707. package/skills/docs/VISUAL_GUIDE.md +512 -0
  708. package/skills/docs/WORKFLOWS.md +215 -0
  709. package/skills/docs/microsoft-skills-attribution.json +709 -0
  710. package/skills/docs/vietnamese/BUNDLES.vi.md +124 -0
  711. package/skills/docs/vietnamese/CONTRIBUTING.vi.md +236 -0
  712. package/skills/docs/vietnamese/EXAMPLES.vi.md +56 -0
  713. package/skills/docs/vietnamese/FAQ.vi.md +178 -0
  714. package/skills/docs/vietnamese/GETTING_STARTED.vi.md +108 -0
  715. package/skills/docs/vietnamese/QUALITY_BAR.vi.md +64 -0
  716. package/skills/docs/vietnamese/README.vi.md +190 -0
  717. package/skills/docs/vietnamese/SECURITY.vi.md +19 -0
  718. package/skills/docs/vietnamese/SECURITY_GUARDRAILS.vi.md +51 -0
  719. package/skills/docs/vietnamese/SKILLS_README.vi.md +106 -0
  720. package/skills/docs/vietnamese/SKILL_ANATOMY.vi.md +605 -0
  721. package/skills/docs/vietnamese/SOURCES.vi.md +21 -0
  722. package/skills/docs/vietnamese/TRANSLATION_PLAN.vi.md +65 -0
  723. package/skills/docs/vietnamese/VISUAL_GUIDE.vi.md +512 -0
  724. package/skills/docs-architect/SKILL.md +98 -0
  725. package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
  726. package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
  727. package/skills/documentation-templates/SKILL.md +194 -0
  728. package/skills/docusign-automation/SKILL.md +208 -0
  729. package/skills/docx/LICENSE.txt +30 -0
  730. package/skills/docx/SKILL.md +197 -0
  731. package/skills/docx/docx-js.md +350 -0
  732. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  733. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  734. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  735. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  736. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  737. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  738. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  739. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  740. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  741. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  742. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  743. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  744. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  745. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  746. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  747. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  748. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  749. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  750. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  751. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  752. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  753. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  754. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  755. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  756. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  757. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  758. package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  759. package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  760. package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  761. package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  762. package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  763. package/skills/docx/ooxml/schemas/mce/mc.xsd +75 -0
  764. package/skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  765. package/skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  766. package/skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  767. package/skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  768. package/skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  769. package/skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  770. package/skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  771. package/skills/docx/ooxml/scripts/pack.py +159 -0
  772. package/skills/docx/ooxml/scripts/unpack.py +29 -0
  773. package/skills/docx/ooxml/scripts/validate.py +69 -0
  774. package/skills/docx/ooxml/scripts/validation/__init__.py +15 -0
  775. package/skills/docx/ooxml/scripts/validation/base.py +951 -0
  776. package/skills/docx/ooxml/scripts/validation/docx.py +274 -0
  777. package/skills/docx/ooxml/scripts/validation/pptx.py +315 -0
  778. package/skills/docx/ooxml/scripts/validation/redlining.py +279 -0
  779. package/skills/docx/ooxml.md +610 -0
  780. package/skills/docx/scripts/__init__.py +1 -0
  781. package/skills/docx/scripts/document.py +1276 -0
  782. package/skills/docx/scripts/templates/comments.xml +3 -0
  783. package/skills/docx/scripts/templates/commentsExtended.xml +3 -0
  784. package/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
  785. package/skills/docx/scripts/templates/commentsIds.xml +3 -0
  786. package/skills/docx/scripts/templates/people.xml +3 -0
  787. package/skills/docx/scripts/utilities.py +374 -0
  788. package/skills/docx-official/LICENSE.txt +30 -0
  789. package/skills/docx-official/SKILL.md +197 -0
  790. package/skills/docx-official/docx-js.md +350 -0
  791. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  792. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  793. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  794. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  795. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  796. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  797. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  798. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  799. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  800. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  801. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  802. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  803. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  804. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  805. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  806. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  807. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  808. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  809. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  810. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  811. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  812. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  813. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  814. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  815. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  816. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  817. package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  818. package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  819. package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  820. package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  821. package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  822. package/skills/docx-official/ooxml/schemas/mce/mc.xsd +75 -0
  823. package/skills/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  824. package/skills/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  825. package/skills/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  826. package/skills/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  827. package/skills/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  828. package/skills/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  829. package/skills/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  830. package/skills/docx-official/ooxml/scripts/pack.py +159 -0
  831. package/skills/docx-official/ooxml/scripts/unpack.py +29 -0
  832. package/skills/docx-official/ooxml/scripts/validate.py +69 -0
  833. package/skills/docx-official/ooxml/scripts/validation/__init__.py +15 -0
  834. package/skills/docx-official/ooxml/scripts/validation/base.py +951 -0
  835. package/skills/docx-official/ooxml/scripts/validation/docx.py +274 -0
  836. package/skills/docx-official/ooxml/scripts/validation/pptx.py +315 -0
  837. package/skills/docx-official/ooxml/scripts/validation/redlining.py +279 -0
  838. package/skills/docx-official/ooxml.md +610 -0
  839. package/skills/docx-official/scripts/__init__.py +1 -0
  840. package/skills/docx-official/scripts/document.py +1276 -0
  841. package/skills/docx-official/scripts/templates/comments.xml +3 -0
  842. package/skills/docx-official/scripts/templates/commentsExtended.xml +3 -0
  843. package/skills/docx-official/scripts/templates/commentsExtensible.xml +3 -0
  844. package/skills/docx-official/scripts/templates/commentsIds.xml +3 -0
  845. package/skills/docx-official/scripts/templates/people.xml +3 -0
  846. package/skills/docx-official/scripts/utilities.py +374 -0
  847. package/skills/domain-driven-design/SKILL.md +73 -0
  848. package/skills/domain-driven-design/references/ddd-deliverables.md +24 -0
  849. package/skills/dotnet-architect/SKILL.md +197 -0
  850. package/skills/dotnet-backend/SKILL.md +266 -0
  851. package/skills/dotnet-backend-patterns/SKILL.md +37 -0
  852. package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
  853. package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
  854. package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
  855. package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
  856. package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
  857. package/skills/dropbox-automation/SKILL.md +230 -0
  858. package/skills/dx-optimizer/SKILL.md +83 -0
  859. package/skills/e2e-testing-patterns/SKILL.md +41 -0
  860. package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
  861. package/skills/elixir-pro/SKILL.md +59 -0
  862. package/skills/email-sequence/SKILL.md +925 -0
  863. package/skills/email-systems/SKILL.md +54 -0
  864. package/skills/embedding-strategies/SKILL.md +491 -0
  865. package/skills/employment-contract-templates/SKILL.md +39 -0
  866. package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
  867. package/skills/environment-setup-guide/SKILL.md +479 -0
  868. package/skills/error-debugging-error-analysis/SKILL.md +47 -0
  869. package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
  870. package/skills/error-debugging-error-trace/SKILL.md +43 -0
  871. package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
  872. package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
  873. package/skills/error-detective/SKILL.md +53 -0
  874. package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
  875. package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
  876. package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
  877. package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
  878. package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
  879. package/skills/error-handling-patterns/SKILL.md +35 -0
  880. package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
  881. package/skills/ethical-hacking-methodology/SKILL.md +466 -0
  882. package/skills/evaluation/SKILL.md +238 -0
  883. package/skills/event-sourcing-architect/SKILL.md +58 -0
  884. package/skills/event-store-design/SKILL.md +449 -0
  885. package/skills/event-store-design/resources/implementation-playbook.md +25 -0
  886. package/skills/exa-search/SKILL.md +36 -0
  887. package/skills/executing-plans/SKILL.md +76 -0
  888. package/skills/expo-deployment/SKILL.md +72 -0
  889. package/skills/fal-audio/SKILL.md +22 -0
  890. package/skills/fal-generate/SKILL.md +22 -0
  891. package/skills/fal-image-edit/SKILL.md +22 -0
  892. package/skills/fal-platform/SKILL.md +22 -0
  893. package/skills/fal-upscale/SKILL.md +22 -0
  894. package/skills/fal-workflow/SKILL.md +22 -0
  895. package/skills/fastapi-pro/SKILL.md +192 -0
  896. package/skills/fastapi-router-py/SKILL.md +52 -0
  897. package/skills/fastapi-templates/SKILL.md +32 -0
  898. package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
  899. package/skills/ffuf-claude-skill/SKILL.md +22 -0
  900. package/skills/figma-automation/SKILL.md +181 -0
  901. package/skills/file-organizer/SKILL.md +250 -0
  902. package/skills/file-path-traversal/SKILL.md +486 -0
  903. package/skills/file-uploads/SKILL.md +22 -0
  904. package/skills/find-bugs/SKILL.md +86 -0
  905. package/skills/finishing-a-development-branch/SKILL.md +200 -0
  906. package/skills/firebase/SKILL.md +56 -0
  907. package/skills/firecrawl-scraper/SKILL.md +37 -0
  908. package/skills/firmware-analyst/SKILL.md +320 -0
  909. package/skills/fix-review/SKILL.md +53 -0
  910. package/skills/flutter-expert/SKILL.md +200 -0
  911. package/skills/form-cro/SKILL.md +441 -0
  912. package/skills/fp-ts-errors/SKILL.md +856 -0
  913. package/skills/fp-ts-pragmatic/SKILL.md +598 -0
  914. package/skills/fp-ts-react/SKILL.md +796 -0
  915. package/skills/framework-migration-code-migrate/SKILL.md +48 -0
  916. package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
  917. package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
  918. package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
  919. package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
  920. package/skills/free-tool-strategy/SKILL.md +576 -0
  921. package/skills/freshdesk-automation/SKILL.md +219 -0
  922. package/skills/freshservice-automation/SKILL.md +213 -0
  923. package/skills/frontend-design/LICENSE.txt +177 -0
  924. package/skills/frontend-design/SKILL.md +272 -0
  925. package/skills/frontend-dev-guidelines/SKILL.md +359 -0
  926. package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
  927. package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
  928. package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
  929. package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
  930. package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
  931. package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
  932. package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
  933. package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
  934. package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
  935. package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
  936. package/skills/frontend-developer/SKILL.md +171 -0
  937. package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
  938. package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
  939. package/skills/frontend-security-coder/SKILL.md +170 -0
  940. package/skills/frontend-slides/SKILL.md +770 -0
  941. package/skills/frontend-ui-dark-ts/SKILL.md +588 -0
  942. package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
  943. package/skills/game-development/2d-games/SKILL.md +119 -0
  944. package/skills/game-development/3d-games/SKILL.md +135 -0
  945. package/skills/game-development/SKILL.md +167 -0
  946. package/skills/game-development/game-art/SKILL.md +185 -0
  947. package/skills/game-development/game-audio/SKILL.md +190 -0
  948. package/skills/game-development/game-design/SKILL.md +129 -0
  949. package/skills/game-development/mobile-games/SKILL.md +108 -0
  950. package/skills/game-development/multiplayer/SKILL.md +132 -0
  951. package/skills/game-development/pc-games/SKILL.md +144 -0
  952. package/skills/game-development/vr-ar/SKILL.md +123 -0
  953. package/skills/game-development/web-games/SKILL.md +150 -0
  954. package/skills/gcp-cloud-run/SKILL.md +288 -0
  955. package/skills/gdpr-data-handling/SKILL.md +33 -0
  956. package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
  957. package/skills/gemini-api-dev/SKILL.md +127 -0
  958. package/skills/geo-fundamentals/SKILL.md +156 -0
  959. package/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  960. package/skills/git-advanced-workflows/SKILL.md +412 -0
  961. package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
  962. package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
  963. package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
  964. package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
  965. package/skills/git-pushing/SKILL.md +33 -0
  966. package/skills/git-pushing/scripts/smart_commit.sh +19 -0
  967. package/skills/github-actions-templates/SKILL.md +345 -0
  968. package/skills/github-automation/SKILL.md +227 -0
  969. package/skills/github-issue-creator/SKILL.md +137 -0
  970. package/skills/github-workflow-automation/SKILL.md +846 -0
  971. package/skills/gitlab-automation/SKILL.md +254 -0
  972. package/skills/gitlab-ci-patterns/SKILL.md +283 -0
  973. package/skills/gitops-workflow/SKILL.md +303 -0
  974. package/skills/gitops-workflow/references/argocd-setup.md +134 -0
  975. package/skills/gitops-workflow/references/sync-policies.md +131 -0
  976. package/skills/gmail-automation/SKILL.md +270 -0
  977. package/skills/go-concurrency-patterns/SKILL.md +33 -0
  978. package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
  979. package/skills/go-playwright/SKILL.md +76 -0
  980. package/skills/go-playwright/resources/implementation-playbook.md +110 -0
  981. package/skills/go-rod-master/SKILL.md +544 -0
  982. package/skills/go-rod-master/examples/basic_scrape.go +41 -0
  983. package/skills/go-rod-master/examples/concurrent_pages.go +81 -0
  984. package/skills/go-rod-master/examples/request_hijacking.go +85 -0
  985. package/skills/go-rod-master/examples/stealth_page.go +91 -0
  986. package/skills/go-rod-master/references/api-reference.md +148 -0
  987. package/skills/godot-gdscript-patterns/SKILL.md +33 -0
  988. package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
  989. package/skills/golang-pro/SKILL.md +179 -0
  990. package/skills/google-analytics-automation/SKILL.md +227 -0
  991. package/skills/google-calendar-automation/SKILL.md +176 -0
  992. package/skills/google-drive-automation/SKILL.md +193 -0
  993. package/skills/googlesheets-automation/SKILL.md +197 -0
  994. package/skills/grafana-dashboards/SKILL.md +381 -0
  995. package/skills/graphql/SKILL.md +68 -0
  996. package/skills/graphql-architect/SKILL.md +182 -0
  997. package/skills/haskell-pro/SKILL.md +56 -0
  998. package/skills/helm-chart-scaffolding/SKILL.md +34 -0
  999. package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
  1000. package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
  1001. package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
  1002. package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
  1003. package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
  1004. package/skills/helpdesk-automation/SKILL.md +166 -0
  1005. package/skills/hig-components-content/SKILL.md +86 -0
  1006. package/skills/hig-components-content/references/activity-views.md +79 -0
  1007. package/skills/hig-components-content/references/charts.md +180 -0
  1008. package/skills/hig-components-content/references/collections.md +48 -0
  1009. package/skills/hig-components-content/references/color-wells.md +42 -0
  1010. package/skills/hig-components-content/references/image-views.md +82 -0
  1011. package/skills/hig-components-content/references/image-wells.md +34 -0
  1012. package/skills/hig-components-content/references/lockups.md +78 -0
  1013. package/skills/hig-components-content/references/web-views.md +36 -0
  1014. package/skills/hig-components-controls/SKILL.md +88 -0
  1015. package/skills/hig-components-controls/references/combo-boxes.md +40 -0
  1016. package/skills/hig-components-controls/references/controls.md +112 -0
  1017. package/skills/hig-components-controls/references/gauges.md +74 -0
  1018. package/skills/hig-components-controls/references/labels.md +92 -0
  1019. package/skills/hig-components-controls/references/pickers.md +128 -0
  1020. package/skills/hig-components-controls/references/rating-indicators.md +38 -0
  1021. package/skills/hig-components-controls/references/segmented-controls.md +94 -0
  1022. package/skills/hig-components-controls/references/sliders.md +92 -0
  1023. package/skills/hig-components-controls/references/steppers.md +40 -0
  1024. package/skills/hig-components-controls/references/text-fields.md +88 -0
  1025. package/skills/hig-components-controls/references/text-views.md +56 -0
  1026. package/skills/hig-components-controls/references/toggles.md +127 -0
  1027. package/skills/hig-components-controls/references/token-fields.md +48 -0
  1028. package/skills/hig-components-controls/references/virtual-keyboards.md +156 -0
  1029. package/skills/hig-components-dialogs/SKILL.md +76 -0
  1030. package/skills/hig-components-dialogs/references/action-sheets.md +74 -0
  1031. package/skills/hig-components-dialogs/references/alerts.md +158 -0
  1032. package/skills/hig-components-dialogs/references/digit-entry-views.md +32 -0
  1033. package/skills/hig-components-dialogs/references/popovers.md +81 -0
  1034. package/skills/hig-components-dialogs/references/sheets.md +157 -0
  1035. package/skills/hig-components-layout/SKILL.md +99 -0
  1036. package/skills/hig-components-layout/references/boxes.md +48 -0
  1037. package/skills/hig-components-layout/references/column-views.md +44 -0
  1038. package/skills/hig-components-layout/references/lists-and-tables.md +99 -0
  1039. package/skills/hig-components-layout/references/ornaments.md +56 -0
  1040. package/skills/hig-components-layout/references/outline-views.md +64 -0
  1041. package/skills/hig-components-layout/references/panels.md +75 -0
  1042. package/skills/hig-components-layout/references/scroll-views.md +123 -0
  1043. package/skills/hig-components-layout/references/sidebars.md +109 -0
  1044. package/skills/hig-components-layout/references/split-views.md +110 -0
  1045. package/skills/hig-components-layout/references/tab-bars.md +173 -0
  1046. package/skills/hig-components-layout/references/tab-views.md +68 -0
  1047. package/skills/hig-components-layout/references/windows.md +188 -0
  1048. package/skills/hig-components-menus/SKILL.md +81 -0
  1049. package/skills/hig-components-menus/references/action-button.md +61 -0
  1050. package/skills/hig-components-menus/references/buttons.md +261 -0
  1051. package/skills/hig-components-menus/references/context-menus.md +105 -0
  1052. package/skills/hig-components-menus/references/disclosure-controls.md +84 -0
  1053. package/skills/hig-components-menus/references/dock-menus.md +40 -0
  1054. package/skills/hig-components-menus/references/edit-menus.md +88 -0
  1055. package/skills/hig-components-menus/references/menus.md +171 -0
  1056. package/skills/hig-components-menus/references/pop-up-buttons.md +70 -0
  1057. package/skills/hig-components-menus/references/pull-down-buttons.md +77 -0
  1058. package/skills/hig-components-menus/references/the-menu-bar.md +303 -0
  1059. package/skills/hig-components-menus/references/toolbars.md +256 -0
  1060. package/skills/hig-components-search/SKILL.md +68 -0
  1061. package/skills/hig-components-search/references/page-controls.md +120 -0
  1062. package/skills/hig-components-search/references/path-controls.md +40 -0
  1063. package/skills/hig-components-search/references/search-fields.md +189 -0
  1064. package/skills/hig-components-status/SKILL.md +86 -0
  1065. package/skills/hig-components-status/references/activity-rings.md +105 -0
  1066. package/skills/hig-components-status/references/progress-indicators.md +116 -0
  1067. package/skills/hig-components-status/references/status-bars.md +38 -0
  1068. package/skills/hig-components-system/SKILL.md +106 -0
  1069. package/skills/hig-components-system/references/app-clips.md +387 -0
  1070. package/skills/hig-components-system/references/app-shortcuts.md +114 -0
  1071. package/skills/hig-components-system/references/complications.md +425 -0
  1072. package/skills/hig-components-system/references/home-screen-quick-actions.md +42 -0
  1073. package/skills/hig-components-system/references/live-activities.md +442 -0
  1074. package/skills/hig-components-system/references/notifications.md +153 -0
  1075. package/skills/hig-components-system/references/top-shelf.md +135 -0
  1076. package/skills/hig-components-system/references/watch-faces.md +40 -0
  1077. package/skills/hig-components-system/references/widgets.md +517 -0
  1078. package/skills/hig-foundations/SKILL.md +98 -0
  1079. package/skills/hig-foundations/references/accessibility.md +291 -0
  1080. package/skills/hig-foundations/references/app-icons.md +210 -0
  1081. package/skills/hig-foundations/references/branding.md +44 -0
  1082. package/skills/hig-foundations/references/color.md +274 -0
  1083. package/skills/hig-foundations/references/dark-mode.md +116 -0
  1084. package/skills/hig-foundations/references/icons.md +263 -0
  1085. package/skills/hig-foundations/references/images.md +176 -0
  1086. package/skills/hig-foundations/references/immersive-experiences.md +174 -0
  1087. package/skills/hig-foundations/references/inclusion.md +189 -0
  1088. package/skills/hig-foundations/references/layout.md +425 -0
  1089. package/skills/hig-foundations/references/materials.md +238 -0
  1090. package/skills/hig-foundations/references/motion.md +103 -0
  1091. package/skills/hig-foundations/references/privacy.md +231 -0
  1092. package/skills/hig-foundations/references/right-to-left.md +206 -0
  1093. package/skills/hig-foundations/references/sf-symbols.md +310 -0
  1094. package/skills/hig-foundations/references/spatial-layout.md +142 -0
  1095. package/skills/hig-foundations/references/typography.md +1146 -0
  1096. package/skills/hig-foundations/references/writing.md +91 -0
  1097. package/skills/hig-inputs/SKILL.md +116 -0
  1098. package/skills/hig-inputs/references/apple-pencil-and-scribble.md +148 -0
  1099. package/skills/hig-inputs/references/camera-control.md +107 -0
  1100. package/skills/hig-inputs/references/digital-crown.md +83 -0
  1101. package/skills/hig-inputs/references/eyes.md +120 -0
  1102. package/skills/hig-inputs/references/focus-and-selection.md +120 -0
  1103. package/skills/hig-inputs/references/game-controls.md +156 -0
  1104. package/skills/hig-inputs/references/gestures.md +208 -0
  1105. package/skills/hig-inputs/references/gyro-and-accelerometer.md +40 -0
  1106. package/skills/hig-inputs/references/keyboards.md +234 -0
  1107. package/skills/hig-inputs/references/nearby-interactions.md +70 -0
  1108. package/skills/hig-inputs/references/pointing-devices.md +237 -0
  1109. package/skills/hig-inputs/references/remotes.md +67 -0
  1110. package/skills/hig-inputs/references/spatial-interactions.md +70 -0
  1111. package/skills/hig-patterns/SKILL.md +104 -0
  1112. package/skills/hig-patterns/references/charting-data.md +81 -0
  1113. package/skills/hig-patterns/references/collaboration-and-sharing.md +86 -0
  1114. package/skills/hig-patterns/references/drag-and-drop.md +134 -0
  1115. package/skills/hig-patterns/references/entering-data.md +69 -0
  1116. package/skills/hig-patterns/references/feedback.md +67 -0
  1117. package/skills/hig-patterns/references/file-management.md +135 -0
  1118. package/skills/hig-patterns/references/going-full-screen.md +79 -0
  1119. package/skills/hig-patterns/references/launching.md +81 -0
  1120. package/skills/hig-patterns/references/live-viewing-apps.md +79 -0
  1121. package/skills/hig-patterns/references/loading.md +59 -0
  1122. package/skills/hig-patterns/references/managing-accounts.md +107 -0
  1123. package/skills/hig-patterns/references/managing-notifications.md +99 -0
  1124. package/skills/hig-patterns/references/modality.md +82 -0
  1125. package/skills/hig-patterns/references/multitasking.md +131 -0
  1126. package/skills/hig-patterns/references/offering-help.md +117 -0
  1127. package/skills/hig-patterns/references/onboarding.md +69 -0
  1128. package/skills/hig-patterns/references/playing-audio.md +124 -0
  1129. package/skills/hig-patterns/references/playing-haptics.md +280 -0
  1130. package/skills/hig-patterns/references/playing-video.md +180 -0
  1131. package/skills/hig-patterns/references/printing.md +50 -0
  1132. package/skills/hig-patterns/references/ratings-and-reviews.md +48 -0
  1133. package/skills/hig-patterns/references/searching.md +70 -0
  1134. package/skills/hig-patterns/references/settings.md +84 -0
  1135. package/skills/hig-patterns/references/undo-and-redo.md +58 -0
  1136. package/skills/hig-patterns/references/workouts.md +76 -0
  1137. package/skills/hig-platforms/SKILL.md +84 -0
  1138. package/skills/hig-platforms/references/designing-for-games.md +159 -0
  1139. package/skills/hig-platforms/references/designing-for-ios.md +66 -0
  1140. package/skills/hig-platforms/references/designing-for-ipados.md +64 -0
  1141. package/skills/hig-platforms/references/designing-for-macos.md +70 -0
  1142. package/skills/hig-platforms/references/designing-for-tvos.md +68 -0
  1143. package/skills/hig-platforms/references/designing-for-visionos.md +85 -0
  1144. package/skills/hig-platforms/references/designing-for-watchos.md +74 -0
  1145. package/skills/hig-project-context/SKILL.md +133 -0
  1146. package/skills/hig-technologies/SKILL.md +131 -0
  1147. package/skills/hig-technologies/references/airplay.md +125 -0
  1148. package/skills/hig-technologies/references/always-on.md +62 -0
  1149. package/skills/hig-technologies/references/apple-pay.md +441 -0
  1150. package/skills/hig-technologies/references/augmented-reality.md +247 -0
  1151. package/skills/hig-technologies/references/carekit.md +224 -0
  1152. package/skills/hig-technologies/references/carplay.md +119 -0
  1153. package/skills/hig-technologies/references/game-center.md +343 -0
  1154. package/skills/hig-technologies/references/generative-ai.md +110 -0
  1155. package/skills/hig-technologies/references/healthkit.md +120 -0
  1156. package/skills/hig-technologies/references/homekit.md +343 -0
  1157. package/skills/hig-technologies/references/icloud.md +52 -0
  1158. package/skills/hig-technologies/references/id-verifier.md +73 -0
  1159. package/skills/hig-technologies/references/imessage-apps-and-stickers.md +105 -0
  1160. package/skills/hig-technologies/references/in-app-purchase.md +263 -0
  1161. package/skills/hig-technologies/references/live-photos.md +54 -0
  1162. package/skills/hig-technologies/references/mac-catalyst.md +216 -0
  1163. package/skills/hig-technologies/references/machine-learning.md +394 -0
  1164. package/skills/hig-technologies/references/maps.md +221 -0
  1165. package/skills/hig-technologies/references/nfc.md +51 -0
  1166. package/skills/hig-technologies/references/photo-editing.md +40 -0
  1167. package/skills/hig-technologies/references/researchkit.md +134 -0
  1168. package/skills/hig-technologies/references/shareplay.md +142 -0
  1169. package/skills/hig-technologies/references/shazamkit.md +47 -0
  1170. package/skills/hig-technologies/references/sign-in-with-apple.md +288 -0
  1171. package/skills/hig-technologies/references/siri.md +523 -0
  1172. package/skills/hig-technologies/references/tap-to-pay-on-iphone.md +208 -0
  1173. package/skills/hig-technologies/references/voiceover.md +90 -0
  1174. package/skills/hig-technologies/references/wallet.md +420 -0
  1175. package/skills/hosted-agents-v2-py/SKILL.md +325 -0
  1176. package/skills/hr-pro/SKILL.md +126 -0
  1177. package/skills/html-injection-testing/SKILL.md +498 -0
  1178. package/skills/hubspot-automation/SKILL.md +178 -0
  1179. package/skills/hubspot-integration/SKILL.md +42 -0
  1180. package/skills/hugging-face-cli/SKILL.md +198 -0
  1181. package/skills/hugging-face-jobs/SKILL.md +1038 -0
  1182. package/skills/hybrid-cloud-architect/SKILL.md +168 -0
  1183. package/skills/hybrid-cloud-networking/SKILL.md +238 -0
  1184. package/skills/hybrid-search-implementation/SKILL.md +32 -0
  1185. package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
  1186. package/skills/i18n-localization/SKILL.md +154 -0
  1187. package/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  1188. package/skills/idor-testing/SKILL.md +442 -0
  1189. package/skills/imagen/SKILL.md +77 -0
  1190. package/skills/incident-responder/SKILL.md +213 -0
  1191. package/skills/incident-response-incident-response/SKILL.md +168 -0
  1192. package/skills/incident-response-smart-fix/SKILL.md +29 -0
  1193. package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
  1194. package/skills/incident-runbook-templates/SKILL.md +395 -0
  1195. package/skills/infinite-gratitude/SKILL.md +26 -0
  1196. package/skills/inngest/SKILL.md +55 -0
  1197. package/skills/instagram-automation/SKILL.md +192 -0
  1198. package/skills/interactive-portfolio/SKILL.md +223 -0
  1199. package/skills/intercom-automation/SKILL.md +248 -0
  1200. package/skills/internal-comms-anthropic/LICENSE.txt +202 -0
  1201. package/skills/internal-comms-anthropic/SKILL.md +32 -0
  1202. package/skills/internal-comms-anthropic/examples/3p-updates.md +47 -0
  1203. package/skills/internal-comms-anthropic/examples/company-newsletter.md +65 -0
  1204. package/skills/internal-comms-anthropic/examples/faq-answers.md +30 -0
  1205. package/skills/internal-comms-anthropic/examples/general-comms.md +16 -0
  1206. package/skills/internal-comms-community/LICENSE.txt +202 -0
  1207. package/skills/internal-comms-community/SKILL.md +32 -0
  1208. package/skills/ios-developer/SKILL.md +219 -0
  1209. package/skills/istio-traffic-management/SKILL.md +337 -0
  1210. package/skills/iterate-pr/SKILL.md +150 -0
  1211. package/skills/java-pro/SKILL.md +177 -0
  1212. package/skills/javascript-mastery/SKILL.md +645 -0
  1213. package/skills/javascript-pro/SKILL.md +57 -0
  1214. package/skills/javascript-testing-patterns/SKILL.md +35 -0
  1215. package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
  1216. package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
  1217. package/skills/jira-automation/SKILL.md +185 -0
  1218. package/skills/julia-pro/SKILL.md +209 -0
  1219. package/skills/k8s-manifest-generator/SKILL.md +35 -0
  1220. package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
  1221. package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
  1222. package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
  1223. package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
  1224. package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
  1225. package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
  1226. package/skills/k8s-security-policies/SKILL.md +346 -0
  1227. package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
  1228. package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
  1229. package/skills/kaizen/SKILL.md +730 -0
  1230. package/skills/klaviyo-automation/SKILL.md +190 -0
  1231. package/skills/kpi-dashboard-design/SKILL.md +440 -0
  1232. package/skills/kubernetes-architect/SKILL.md +170 -0
  1233. package/skills/langchain-architecture/SKILL.md +350 -0
  1234. package/skills/langfuse/SKILL.md +238 -0
  1235. package/skills/langgraph/SKILL.md +287 -0
  1236. package/skills/laravel-expert/SKILL.md +185 -0
  1237. package/skills/laravel-security-audit/SKILL.md +223 -0
  1238. package/skills/last30days/README.md +721 -0
  1239. package/skills/last30days/SKILL.md +421 -0
  1240. package/skills/last30days/SPEC.md +75 -0
  1241. package/skills/last30days/TASKS.md +47 -0
  1242. package/skills/last30days/assets/aging-portrait.jpeg +0 -0
  1243. package/skills/last30days/assets/claude-code-rap.mp3 +0 -0
  1244. package/skills/last30days/assets/dog-as-human.png +0 -0
  1245. package/skills/last30days/assets/dog-original.jpeg +0 -0
  1246. package/skills/last30days/assets/swimmom-mockup.jpeg +0 -0
  1247. package/skills/last30days/fixtures/models_openai_sample.json +41 -0
  1248. package/skills/last30days/fixtures/models_xai_sample.json +23 -0
  1249. package/skills/last30days/fixtures/openai_sample.json +22 -0
  1250. package/skills/last30days/fixtures/reddit_thread_sample.json +108 -0
  1251. package/skills/last30days/fixtures/xai_sample.json +22 -0
  1252. package/skills/last30days/plans/feat-add-websearch-source.md +395 -0
  1253. package/skills/last30days/plans/fix-strict-date-filtering.md +328 -0
  1254. package/skills/last30days/scripts/last30days.py +521 -0
  1255. package/skills/last30days/scripts/lib/__init__.py +1 -0
  1256. package/skills/last30days/scripts/lib/cache.py +152 -0
  1257. package/skills/last30days/scripts/lib/dates.py +124 -0
  1258. package/skills/last30days/scripts/lib/dedupe.py +120 -0
  1259. package/skills/last30days/scripts/lib/env.py +149 -0
  1260. package/skills/last30days/scripts/lib/http.py +152 -0
  1261. package/skills/last30days/scripts/lib/models.py +175 -0
  1262. package/skills/last30days/scripts/lib/normalize.py +160 -0
  1263. package/skills/last30days/scripts/lib/openai_reddit.py +230 -0
  1264. package/skills/last30days/scripts/lib/reddit_enrich.py +232 -0
  1265. package/skills/last30days/scripts/lib/render.py +383 -0
  1266. package/skills/last30days/scripts/lib/schema.py +336 -0
  1267. package/skills/last30days/scripts/lib/score.py +311 -0
  1268. package/skills/last30days/scripts/lib/ui.py +324 -0
  1269. package/skills/last30days/scripts/lib/websearch.py +401 -0
  1270. package/skills/last30days/scripts/lib/xai_x.py +217 -0
  1271. package/skills/last30days/tests/__init__.py +1 -0
  1272. package/skills/last30days/tests/test_cache.py +59 -0
  1273. package/skills/last30days/tests/test_dates.py +114 -0
  1274. package/skills/last30days/tests/test_dedupe.py +111 -0
  1275. package/skills/last30days/tests/test_models.py +135 -0
  1276. package/skills/last30days/tests/test_normalize.py +138 -0
  1277. package/skills/last30days/tests/test_render.py +116 -0
  1278. package/skills/last30days/tests/test_score.py +168 -0
  1279. package/skills/launch-strategy/SKILL.md +344 -0
  1280. package/skills/legacy-modernizer/SKILL.md +53 -0
  1281. package/skills/legal-advisor/SKILL.md +70 -0
  1282. package/skills/linear-automation/SKILL.md +178 -0
  1283. package/skills/linear-claude-skill/SKILL.md +543 -0
  1284. package/skills/linkedin-automation/SKILL.md +175 -0
  1285. package/skills/linkerd-patterns/SKILL.md +321 -0
  1286. package/skills/lint-and-validate/SKILL.md +45 -0
  1287. package/skills/lint-and-validate/scripts/lint_runner.py +172 -0
  1288. package/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  1289. package/skills/linux-privilege-escalation/SKILL.md +504 -0
  1290. package/skills/linux-shell-scripting/SKILL.md +504 -0
  1291. package/skills/llm-app-patterns/SKILL.md +760 -0
  1292. package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
  1293. package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
  1294. package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
  1295. package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
  1296. package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
  1297. package/skills/llm-evaluation/SKILL.md +483 -0
  1298. package/skills/loki-mode/.github/workflows/claude-code-review.yml +57 -0
  1299. package/skills/loki-mode/.github/workflows/claude.yml +50 -0
  1300. package/skills/loki-mode/.github/workflows/release.yml +128 -0
  1301. package/skills/loki-mode/ACKNOWLEDGEMENTS.md +184 -0
  1302. package/skills/loki-mode/CHANGELOG.md +1822 -0
  1303. package/skills/loki-mode/CLAUDE.md +120 -0
  1304. package/skills/loki-mode/CONTEXT-EXPORT.md +206 -0
  1305. package/skills/loki-mode/INSTALLATION.md +384 -0
  1306. package/skills/loki-mode/LICENSE +21 -0
  1307. package/skills/loki-mode/README.md +548 -0
  1308. package/skills/loki-mode/SKILL.md +721 -0
  1309. package/skills/loki-mode/VERSION +1 -0
  1310. package/skills/loki-mode/autonomy/.loki/dashboard/index.html +497 -0
  1311. package/skills/loki-mode/autonomy/CONSTITUTION.md +402 -0
  1312. package/skills/loki-mode/autonomy/README.md +201 -0
  1313. package/skills/loki-mode/autonomy/run.sh +1991 -0
  1314. package/skills/loki-mode/benchmarks/datasets/humaneval.jsonl +164 -0
  1315. package/skills/loki-mode/benchmarks/datasets/swebench-lite.json +10 -0
  1316. package/skills/loki-mode/benchmarks/prepare-submission.sh +215 -0
  1317. package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +48 -0
  1318. package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +15 -0
  1319. package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +10 -0
  1320. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +50 -0
  1321. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +1000 -0
  1322. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +16 -0
  1323. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +28 -0
  1324. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +25 -0
  1325. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +20 -0
  1326. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +15 -0
  1327. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +16 -0
  1328. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +15 -0
  1329. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +22 -0
  1330. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +39 -0
  1331. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +21 -0
  1332. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +35 -0
  1333. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +22 -0
  1334. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +41 -0
  1335. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +16 -0
  1336. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +20 -0
  1337. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +28 -0
  1338. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +14 -0
  1339. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +19 -0
  1340. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +16 -0
  1341. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +41 -0
  1342. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +12 -0
  1343. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +25 -0
  1344. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +26 -0
  1345. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +30 -0
  1346. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +21 -0
  1347. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +28 -0
  1348. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +10 -0
  1349. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +19 -0
  1350. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +31 -0
  1351. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +56 -0
  1352. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +20 -0
  1353. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +29 -0
  1354. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +47 -0
  1355. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +25 -0
  1356. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +61 -0
  1357. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +10 -0
  1358. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +29 -0
  1359. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +18 -0
  1360. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +36 -0
  1361. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +16 -0
  1362. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +27 -0
  1363. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +15 -0
  1364. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +19 -0
  1365. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +26 -0
  1366. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +8 -0
  1367. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +18 -0
  1368. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +9 -0
  1369. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +30 -0
  1370. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +35 -0
  1371. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +20 -0
  1372. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +35 -0
  1373. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +19 -0
  1374. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +22 -0
  1375. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +21 -0
  1376. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +22 -0
  1377. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +28 -0
  1378. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +17 -0
  1379. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +8 -0
  1380. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +15 -0
  1381. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +20 -0
  1382. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +16 -0
  1383. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +30 -0
  1384. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +15 -0
  1385. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +15 -0
  1386. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +32 -0
  1387. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +12 -0
  1388. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +11 -0
  1389. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +33 -0
  1390. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +8 -0
  1391. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +29 -0
  1392. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +24 -0
  1393. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +11 -0
  1394. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +14 -0
  1395. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +27 -0
  1396. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +23 -0
  1397. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +21 -0
  1398. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +10 -0
  1399. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +22 -0
  1400. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +13 -0
  1401. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +11 -0
  1402. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +8 -0
  1403. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +9 -0
  1404. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +24 -0
  1405. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +12 -0
  1406. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +6 -0
  1407. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +11 -0
  1408. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +11 -0
  1409. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +18 -0
  1410. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +8 -0
  1411. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +27 -0
  1412. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +50 -0
  1413. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +20 -0
  1414. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +6 -0
  1415. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +8 -0
  1416. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +14 -0
  1417. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +14 -0
  1418. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +11 -0
  1419. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +35 -0
  1420. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +14 -0
  1421. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +24 -0
  1422. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +13 -0
  1423. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +8 -0
  1424. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +22 -0
  1425. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +18 -0
  1426. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +6 -0
  1427. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +23 -0
  1428. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +14 -0
  1429. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +13 -0
  1430. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +14 -0
  1431. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +19 -0
  1432. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +12 -0
  1433. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +18 -0
  1434. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +8 -0
  1435. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +8 -0
  1436. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +17 -0
  1437. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +18 -0
  1438. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +22 -0
  1439. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +16 -0
  1440. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +9 -0
  1441. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +22 -0
  1442. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +26 -0
  1443. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +14 -0
  1444. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +22 -0
  1445. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +10 -0
  1446. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +25 -0
  1447. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +20 -0
  1448. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +14 -0
  1449. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +14 -0
  1450. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +16 -0
  1451. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +50 -0
  1452. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +21 -0
  1453. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +11 -0
  1454. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +26 -0
  1455. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +17 -0
  1456. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +21 -0
  1457. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +17 -0
  1458. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +21 -0
  1459. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +30 -0
  1460. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +20 -0
  1461. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +17 -0
  1462. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +24 -0
  1463. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +13 -0
  1464. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +17 -0
  1465. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +18 -0
  1466. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +54 -0
  1467. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +20 -0
  1468. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +21 -0
  1469. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +16 -0
  1470. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +12 -0
  1471. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +16 -0
  1472. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +29 -0
  1473. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +24 -0
  1474. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +23 -0
  1475. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +20 -0
  1476. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +20 -0
  1477. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +20 -0
  1478. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +25 -0
  1479. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +34 -0
  1480. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +33 -0
  1481. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +27 -0
  1482. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +28 -0
  1483. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +13 -0
  1484. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +15 -0
  1485. package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +30 -0
  1486. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +48 -0
  1487. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +16 -0
  1488. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +59 -0
  1489. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +21 -0
  1490. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +15 -0
  1491. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +20 -0
  1492. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +31 -0
  1493. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +72 -0
  1494. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +41 -0
  1495. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +80 -0
  1496. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +489 -0
  1497. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +87 -0
  1498. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +24 -0
  1499. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +28 -0
  1500. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +20 -0
  1501. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +49 -0
  1502. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +47 -0
  1503. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +25 -0
  1504. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +285 -0
  1505. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +22 -0
  1506. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +21 -0
  1507. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +45 -0
  1508. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +32 -0
  1509. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +38 -0
  1510. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +20 -0
  1511. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +21 -0
  1512. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +16 -0
  1513. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +29 -0
  1514. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +54 -0
  1515. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +15 -0
  1516. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +31 -0
  1517. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +27 -0
  1518. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +28 -0
  1519. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +31 -0
  1520. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +29 -0
  1521. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +22 -0
  1522. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +31 -0
  1523. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +53 -0
  1524. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +26 -0
  1525. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +157 -0
  1526. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +27 -0
  1527. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +64 -0
  1528. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +15 -0
  1529. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +16 -0
  1530. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +15 -0
  1531. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +82 -0
  1532. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +21 -0
  1533. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +13 -0
  1534. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +17 -0
  1535. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +14 -0
  1536. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +57 -0
  1537. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +14 -0
  1538. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +44 -0
  1539. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +53 -0
  1540. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +33 -0
  1541. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +30 -0
  1542. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +40 -0
  1543. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +203 -0
  1544. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +17 -0
  1545. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +17 -0
  1546. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +19 -0
  1547. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +27 -0
  1548. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +23 -0
  1549. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +51 -0
  1550. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +32 -0
  1551. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +116 -0
  1552. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +62 -0
  1553. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +17 -0
  1554. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +138 -0
  1555. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +88 -0
  1556. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +74 -0
  1557. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +132 -0
  1558. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +17 -0
  1559. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +16 -0
  1560. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +29 -0
  1561. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +15 -0
  1562. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +32 -0
  1563. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +33 -0
  1564. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +59 -0
  1565. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +80 -0
  1566. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +35 -0
  1567. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +24 -0
  1568. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +23 -0
  1569. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +19 -0
  1570. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +40 -0
  1571. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +26 -0
  1572. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +24 -0
  1573. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +18 -0
  1574. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +70 -0
  1575. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +63 -0
  1576. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +36 -0
  1577. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +36 -0
  1578. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +26 -0
  1579. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +14 -0
  1580. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +14 -0
  1581. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +32 -0
  1582. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +251 -0
  1583. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +18 -0
  1584. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +50 -0
  1585. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +34 -0
  1586. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +18 -0
  1587. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +127 -0
  1588. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +16 -0
  1589. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +15 -0
  1590. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +33 -0
  1591. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +30 -0
  1592. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +16 -0
  1593. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +19 -0
  1594. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +142 -0
  1595. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +21 -0
  1596. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +32 -0
  1597. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +34 -0
  1598. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +27 -0
  1599. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +14 -0
  1600. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +14 -0
  1601. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +30 -0
  1602. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +188 -0
  1603. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +37 -0
  1604. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +51 -0
  1605. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +21 -0
  1606. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +75 -0
  1607. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +42 -0
  1608. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +58 -0
  1609. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +92 -0
  1610. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +16 -0
  1611. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +73 -0
  1612. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +33 -0
  1613. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +22 -0
  1614. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +207 -0
  1615. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +29 -0
  1616. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +43 -0
  1617. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +27 -0
  1618. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +76 -0
  1619. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +17 -0
  1620. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +24 -0
  1621. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +15 -0
  1622. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +29 -0
  1623. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +28 -0
  1624. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +240 -0
  1625. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +28 -0
  1626. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +79 -0
  1627. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +90 -0
  1628. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +35 -0
  1629. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +55 -0
  1630. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +60 -0
  1631. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +18 -0
  1632. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +28 -0
  1633. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +23 -0
  1634. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +33 -0
  1635. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +99 -0
  1636. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +117 -0
  1637. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +37 -0
  1638. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +54 -0
  1639. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +157 -0
  1640. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +19 -0
  1641. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +35 -0
  1642. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +392 -0
  1643. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +40 -0
  1644. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +124 -0
  1645. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +39 -0
  1646. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +45 -0
  1647. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +13 -0
  1648. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +25 -0
  1649. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +33 -0
  1650. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +161 -0
  1651. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +34 -0
  1652. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +21 -0
  1653. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +25 -0
  1654. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +57 -0
  1655. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +345 -0
  1656. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +28 -0
  1657. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +16 -0
  1658. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +35 -0
  1659. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +24 -0
  1660. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +33 -0
  1661. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +12 -0
  1662. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +28 -0
  1663. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +535 -0
  1664. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +47 -0
  1665. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +76 -0
  1666. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +61 -0
  1667. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +123 -0
  1668. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +38 -0
  1669. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +22 -0
  1670. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +53 -0
  1671. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +17 -0
  1672. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +94 -0
  1673. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +39 -0
  1674. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +65 -0
  1675. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +54 -0
  1676. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +35 -0
  1677. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +29 -0
  1678. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +34 -0
  1679. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +59 -0
  1680. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +15 -0
  1681. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +25 -0
  1682. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +16 -0
  1683. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +33 -0
  1684. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +35 -0
  1685. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +24 -0
  1686. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +23 -0
  1687. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +77 -0
  1688. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +44 -0
  1689. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +64 -0
  1690. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +96 -0
  1691. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +52 -0
  1692. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +29 -0
  1693. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +185 -0
  1694. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +129 -0
  1695. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +119 -0
  1696. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +19 -0
  1697. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +37 -0
  1698. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +89 -0
  1699. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +38 -0
  1700. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +95 -0
  1701. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +104 -0
  1702. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +73 -0
  1703. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +49 -0
  1704. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +15 -0
  1705. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +50 -0
  1706. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +41 -0
  1707. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +25 -0
  1708. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +73 -0
  1709. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +27 -0
  1710. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +96 -0
  1711. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +134 -0
  1712. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +17 -0
  1713. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +20 -0
  1714. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +35 -0
  1715. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +55 -0
  1716. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +68 -0
  1717. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +33 -0
  1718. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +35 -0
  1719. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +32 -0
  1720. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +36 -0
  1721. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +15 -0
  1722. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +26 -0
  1723. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +13 -0
  1724. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +41 -0
  1725. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +22 -0
  1726. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +28 -0
  1727. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +97 -0
  1728. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +19 -0
  1729. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +27 -0
  1730. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +20 -0
  1731. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +42 -0
  1732. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +38 -0
  1733. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +13 -0
  1734. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +54 -0
  1735. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +38 -0
  1736. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +21 -0
  1737. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +27 -0
  1738. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +26 -0
  1739. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +29 -0
  1740. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +92 -0
  1741. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +78 -0
  1742. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +141 -0
  1743. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +69 -0
  1744. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +16 -0
  1745. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +16 -0
  1746. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +65 -0
  1747. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +33 -0
  1748. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +90 -0
  1749. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +23 -0
  1750. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +28 -0
  1751. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +81 -0
  1752. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +13 -0
  1753. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +23 -0
  1754. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +130 -0
  1755. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +15 -0
  1756. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +105 -0
  1757. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +30 -0
  1758. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +66 -0
  1759. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +72 -0
  1760. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +23 -0
  1761. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +125 -0
  1762. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +46 -0
  1763. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +17 -0
  1764. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +24 -0
  1765. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +27 -0
  1766. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +23 -0
  1767. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +66 -0
  1768. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +56 -0
  1769. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +36 -0
  1770. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +36 -0
  1771. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +26 -0
  1772. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +37 -0
  1773. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +26 -0
  1774. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +24 -0
  1775. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +36 -0
  1776. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +486 -0
  1777. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +76 -0
  1778. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +24 -0
  1779. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +302 -0
  1780. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +13 -0
  1781. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +66 -0
  1782. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +12 -0
  1783. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +25 -0
  1784. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +25 -0
  1785. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +19 -0
  1786. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +1502 -0
  1787. package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +1516 -0
  1788. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +48 -0
  1789. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +31 -0
  1790. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +42 -0
  1791. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +50 -0
  1792. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +17 -0
  1793. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +13 -0
  1794. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +21 -0
  1795. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +76 -0
  1796. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +33 -0
  1797. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +35 -0
  1798. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +90 -0
  1799. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +37 -0
  1800. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +10 -0
  1801. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +24 -0
  1802. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +21 -0
  1803. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +47 -0
  1804. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +35 -0
  1805. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +18 -0
  1806. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +62 -0
  1807. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +25 -0
  1808. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +19 -0
  1809. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +79 -0
  1810. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +38 -0
  1811. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +15 -0
  1812. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +20 -0
  1813. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +19 -0
  1814. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +18 -0
  1815. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +17 -0
  1816. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +31 -0
  1817. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +26 -0
  1818. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +27 -0
  1819. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +17 -0
  1820. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +83 -0
  1821. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +21 -0
  1822. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +21 -0
  1823. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +24 -0
  1824. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +31 -0
  1825. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +137 -0
  1826. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +21 -0
  1827. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +28 -0
  1828. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +17 -0
  1829. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +22 -0
  1830. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +43 -0
  1831. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +61 -0
  1832. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +19 -0
  1833. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +39 -0
  1834. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +21 -0
  1835. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +13 -0
  1836. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +26 -0
  1837. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +12 -0
  1838. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +55 -0
  1839. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +252 -0
  1840. package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +266 -0
  1841. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +32 -0
  1842. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +23 -0
  1843. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +19 -0
  1844. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +44 -0
  1845. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +19 -0
  1846. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +14 -0
  1847. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +28 -0
  1848. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +76 -0
  1849. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +25 -0
  1850. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +20 -0
  1851. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +158 -0
  1852. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +38 -0
  1853. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +18 -0
  1854. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +24 -0
  1855. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +15 -0
  1856. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +14 -0
  1857. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +29 -0
  1858. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +21 -0
  1859. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +140 -0
  1860. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +24 -0
  1861. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +18 -0
  1862. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +38 -0
  1863. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +49 -0
  1864. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +18 -0
  1865. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +22 -0
  1866. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +24 -0
  1867. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +32 -0
  1868. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +100 -0
  1869. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +62 -0
  1870. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +20 -0
  1871. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +24 -0
  1872. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +17 -0
  1873. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +82 -0
  1874. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +15 -0
  1875. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +41 -0
  1876. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +31 -0
  1877. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +32 -0
  1878. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +21 -0
  1879. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +17 -0
  1880. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +56 -0
  1881. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +28 -0
  1882. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +61 -0
  1883. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +15 -0
  1884. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +62 -0
  1885. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +21 -0
  1886. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +18 -0
  1887. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +21 -0
  1888. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +18 -0
  1889. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +15 -0
  1890. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +15 -0
  1891. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +126 -0
  1892. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +24 -0
  1893. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +87 -0
  1894. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +16 -0
  1895. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +29 -0
  1896. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +31 -0
  1897. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +42 -0
  1898. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +94 -0
  1899. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +16 -0
  1900. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +15 -0
  1901. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +22 -0
  1902. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +22 -0
  1903. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +42 -0
  1904. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +32 -0
  1905. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +32 -0
  1906. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +20 -0
  1907. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +31 -0
  1908. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +15 -0
  1909. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +103 -0
  1910. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +20 -0
  1911. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +121 -0
  1912. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +14 -0
  1913. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +15 -0
  1914. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +16 -0
  1915. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +15 -0
  1916. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +15 -0
  1917. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +34 -0
  1918. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +29 -0
  1919. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +12 -0
  1920. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +43 -0
  1921. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +32 -0
  1922. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +35 -0
  1923. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +23 -0
  1924. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +21 -0
  1925. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +15 -0
  1926. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +28 -0
  1927. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +19 -0
  1928. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +22 -0
  1929. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +16 -0
  1930. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +59 -0
  1931. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +13 -0
  1932. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +15 -0
  1933. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +25 -0
  1934. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +19 -0
  1935. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +14 -0
  1936. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +39 -0
  1937. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +185 -0
  1938. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +20 -0
  1939. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +69 -0
  1940. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +38 -0
  1941. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +14 -0
  1942. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +101 -0
  1943. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +40 -0
  1944. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +17 -0
  1945. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +28 -0
  1946. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +27 -0
  1947. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +17 -0
  1948. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +15 -0
  1949. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +19 -0
  1950. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +17 -0
  1951. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +21 -0
  1952. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +29 -0
  1953. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +39 -0
  1954. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +14 -0
  1955. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +39 -0
  1956. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +27 -0
  1957. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +98 -0
  1958. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +23 -0
  1959. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +39 -0
  1960. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +15 -0
  1961. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +19 -0
  1962. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +29 -0
  1963. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +38 -0
  1964. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +27 -0
  1965. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +65 -0
  1966. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +15 -0
  1967. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +19 -0
  1968. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +23 -0
  1969. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +14 -0
  1970. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +95 -0
  1971. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +14 -0
  1972. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +55 -0
  1973. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +20 -0
  1974. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +52 -0
  1975. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +23 -0
  1976. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +24 -0
  1977. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +38 -0
  1978. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +62 -0
  1979. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +42 -0
  1980. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +126 -0
  1981. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +27 -0
  1982. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +67 -0
  1983. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +55 -0
  1984. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +42 -0
  1985. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +95 -0
  1986. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +17 -0
  1987. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +73 -0
  1988. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +31 -0
  1989. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +21 -0
  1990. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +47 -0
  1991. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +90 -0
  1992. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +29 -0
  1993. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +79 -0
  1994. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +38 -0
  1995. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +58 -0
  1996. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +17 -0
  1997. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +20 -0
  1998. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +159 -0
  1999. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +17 -0
  2000. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +134 -0
  2001. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +20 -0
  2002. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +23 -0
  2003. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +15 -0
  2004. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +36 -0
  2005. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +31 -0
  2006. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +51 -0
  2007. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +80 -0
  2008. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +54 -0
  2009. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +17 -0
  2010. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +27 -0
  2011. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +350 -0
  2012. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +18 -0
  2013. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +15 -0
  2014. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +20 -0
  2015. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +44 -0
  2016. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +69 -0
  2017. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +17 -0
  2018. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +14 -0
  2019. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +391 -0
  2020. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +48 -0
  2021. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +99 -0
  2022. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +4 -0
  2023. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +27 -0
  2024. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +23 -0
  2025. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +89 -0
  2026. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +22 -0
  2027. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +37 -0
  2028. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +66 -0
  2029. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +147 -0
  2030. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +107 -0
  2031. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +22 -0
  2032. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +19 -0
  2033. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +26 -0
  2034. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +29 -0
  2035. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +62 -0
  2036. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +23 -0
  2037. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +38 -0
  2038. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +16 -0
  2039. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +17 -0
  2040. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +61 -0
  2041. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +45 -0
  2042. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +36 -0
  2043. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +143 -0
  2044. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +17 -0
  2045. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +79 -0
  2046. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +71 -0
  2047. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +70 -0
  2048. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +14 -0
  2049. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +153 -0
  2050. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +99 -0
  2051. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +67 -0
  2052. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +50 -0
  2053. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +22 -0
  2054. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +92 -0
  2055. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +103 -0
  2056. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +45 -0
  2057. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +56 -0
  2058. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +21 -0
  2059. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +33 -0
  2060. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +45 -0
  2061. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +62 -0
  2062. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +19 -0
  2063. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +17 -0
  2064. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +101 -0
  2065. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +55 -0
  2066. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +47 -0
  2067. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +152 -0
  2068. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +20 -0
  2069. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +17 -0
  2070. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +37 -0
  2071. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +22 -0
  2072. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +44 -0
  2073. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +71 -0
  2074. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +25 -0
  2075. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +54 -0
  2076. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +14 -0
  2077. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +17 -0
  2078. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +15 -0
  2079. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +19 -0
  2080. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +22 -0
  2081. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +32 -0
  2082. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +55 -0
  2083. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +70 -0
  2084. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +20 -0
  2085. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +56 -0
  2086. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +189 -0
  2087. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +41 -0
  2088. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +32 -0
  2089. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +15 -0
  2090. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +19 -0
  2091. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +31 -0
  2092. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +21 -0
  2093. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +13 -0
  2094. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +21 -0
  2095. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +11 -0
  2096. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +87 -0
  2097. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +66 -0
  2098. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +88 -0
  2099. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +18 -0
  2100. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +20 -0
  2101. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +22 -0
  2102. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +38 -0
  2103. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +48 -0
  2104. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +116 -0
  2105. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +27 -0
  2106. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +31 -0
  2107. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +55 -0
  2108. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +15 -0
  2109. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +25 -0
  2110. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +84 -0
  2111. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +21 -0
  2112. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +60 -0
  2113. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +39 -0
  2114. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +143 -0
  2115. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +79 -0
  2116. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +37 -0
  2117. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +37 -0
  2118. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +27 -0
  2119. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +15 -0
  2120. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +23 -0
  2121. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +73 -0
  2122. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +16 -0
  2123. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +20 -0
  2124. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +47 -0
  2125. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +27 -0
  2126. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +27 -0
  2127. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +46 -0
  2128. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +23 -0
  2129. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +28 -0
  2130. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +24 -0
  2131. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +36 -0
  2132. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +19 -0
  2133. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +19 -0
  2134. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +18 -0
  2135. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +42 -0
  2136. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +18 -0
  2137. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +26 -0
  2138. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +17 -0
  2139. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +23 -0
  2140. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +18 -0
  2141. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +39 -0
  2142. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +1802 -0
  2143. package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +1816 -0
  2144. package/skills/loki-mode/benchmarks/results/SUMMARY.md +32 -0
  2145. package/skills/loki-mode/benchmarks/results/humaneval-loki-results.json +1001 -0
  2146. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +21 -0
  2147. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +36 -0
  2148. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +30 -0
  2149. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +23 -0
  2150. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +17 -0
  2151. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +21 -0
  2152. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +22 -0
  2153. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +23 -0
  2154. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +34 -0
  2155. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +26 -0
  2156. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +40 -0
  2157. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +27 -0
  2158. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +53 -0
  2159. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +21 -0
  2160. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +25 -0
  2161. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +34 -0
  2162. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +20 -0
  2163. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +25 -0
  2164. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +24 -0
  2165. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +41 -0
  2166. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +17 -0
  2167. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +30 -0
  2168. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +31 -0
  2169. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +35 -0
  2170. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +27 -0
  2171. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +33 -0
  2172. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +15 -0
  2173. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +24 -0
  2174. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +35 -0
  2175. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +58 -0
  2176. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +25 -0
  2177. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +34 -0
  2178. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +41 -0
  2179. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +31 -0
  2180. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +62 -0
  2181. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +17 -0
  2182. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +35 -0
  2183. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +24 -0
  2184. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +32 -0
  2185. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +21 -0
  2186. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +23 -0
  2187. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +20 -0
  2188. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +24 -0
  2189. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +31 -0
  2190. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +13 -0
  2191. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +23 -0
  2192. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +14 -0
  2193. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +26 -0
  2194. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +42 -0
  2195. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +25 -0
  2196. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +40 -0
  2197. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +24 -0
  2198. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +24 -0
  2199. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +21 -0
  2200. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +32 -0
  2201. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +33 -0
  2202. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +22 -0
  2203. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +13 -0
  2204. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +26 -0
  2205. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +22 -0
  2206. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +21 -0
  2207. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +32 -0
  2208. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +25 -0
  2209. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +20 -0
  2210. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +39 -0
  2211. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +28 -0
  2212. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +16 -0
  2213. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +36 -0
  2214. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +13 -0
  2215. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +34 -0
  2216. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +29 -0
  2217. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +16 -0
  2218. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +18 -0
  2219. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +27 -0
  2220. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +23 -0
  2221. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +34 -0
  2222. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +15 -0
  2223. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +27 -0
  2224. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +18 -0
  2225. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +16 -0
  2226. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +13 -0
  2227. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +14 -0
  2228. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +29 -0
  2229. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +17 -0
  2230. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +11 -0
  2231. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +16 -0
  2232. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +16 -0
  2233. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +23 -0
  2234. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +13 -0
  2235. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +34 -0
  2236. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +37 -0
  2237. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +19 -0
  2238. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +11 -0
  2239. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +13 -0
  2240. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +19 -0
  2241. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +19 -0
  2242. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +25 -0
  2243. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +40 -0
  2244. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +23 -0
  2245. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +43 -0
  2246. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +18 -0
  2247. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +13 -0
  2248. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +27 -0
  2249. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +25 -0
  2250. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +11 -0
  2251. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +35 -0
  2252. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +19 -0
  2253. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +18 -0
  2254. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +26 -0
  2255. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +25 -0
  2256. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +10 -0
  2257. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +23 -0
  2258. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +13 -0
  2259. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +13 -0
  2260. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +22 -0
  2261. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +20 -0
  2262. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +27 -0
  2263. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +27 -0
  2264. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +14 -0
  2265. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +32 -0
  2266. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +33 -0
  2267. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +19 -0
  2268. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +27 -0
  2269. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +15 -0
  2270. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +30 -0
  2271. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +29 -0
  2272. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +18 -0
  2273. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +23 -0
  2274. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +22 -0
  2275. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +55 -0
  2276. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +26 -0
  2277. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +16 -0
  2278. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +35 -0
  2279. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +29 -0
  2280. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +24 -0
  2281. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +22 -0
  2282. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +26 -0
  2283. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +42 -0
  2284. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +25 -0
  2285. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +25 -0
  2286. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +29 -0
  2287. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +18 -0
  2288. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +24 -0
  2289. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +26 -0
  2290. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +61 -0
  2291. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +21 -0
  2292. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +13 -0
  2293. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +21 -0
  2294. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +17 -0
  2295. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +21 -0
  2296. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +31 -0
  2297. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +29 -0
  2298. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +25 -0
  2299. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +25 -0
  2300. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +21 -0
  2301. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +31 -0
  2302. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +29 -0
  2303. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +30 -0
  2304. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +32 -0
  2305. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +32 -0
  2306. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +38 -0
  2307. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +16 -0
  2308. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +20 -0
  2309. package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +36 -0
  2310. package/skills/loki-mode/benchmarks/run-benchmarks.sh +1948 -0
  2311. package/skills/loki-mode/benchmarks/submission-template/README.md +111 -0
  2312. package/skills/loki-mode/benchmarks/submission-template/metadata.yaml +76 -0
  2313. package/skills/loki-mode/demo/README.md +137 -0
  2314. package/skills/loki-mode/demo/loki-demo.gif +0 -0
  2315. package/skills/loki-mode/demo/record-demo.sh +69 -0
  2316. package/skills/loki-mode/demo/record-full-demo.sh +208 -0
  2317. package/skills/loki-mode/demo/recordings/loki-demo.cast +93 -0
  2318. package/skills/loki-mode/demo/run-demo-auto.sh +293 -0
  2319. package/skills/loki-mode/demo/run-demo.sh +323 -0
  2320. package/skills/loki-mode/demo/vhs-tape.tape +223 -0
  2321. package/skills/loki-mode/demo/voice-over-script.md +246 -0
  2322. package/skills/loki-mode/docs/COMPETITIVE-ANALYSIS.md +333 -0
  2323. package/skills/loki-mode/docs/screenshots/README.md +149 -0
  2324. package/skills/loki-mode/docs/screenshots/dashboard-agents.png +0 -0
  2325. package/skills/loki-mode/docs/screenshots/dashboard-tasks.png +0 -0
  2326. package/skills/loki-mode/examples/api-only.md +79 -0
  2327. package/skills/loki-mode/examples/full-stack-demo.md +123 -0
  2328. package/skills/loki-mode/examples/simple-todo-app.md +60 -0
  2329. package/skills/loki-mode/examples/static-landing-page.md +73 -0
  2330. package/skills/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +59 -0
  2331. package/skills/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +1 -0
  2332. package/skills/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +1 -0
  2333. package/skills/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +1 -0
  2334. package/skills/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +1 -0
  2335. package/skills/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +382 -0
  2336. package/skills/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +41 -0
  2337. package/skills/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +668 -0
  2338. package/skills/loki-mode/examples/todo-app-generated/PRD.md +60 -0
  2339. package/skills/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +229 -0
  2340. package/skills/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +327 -0
  2341. package/skills/loki-mode/examples/todo-app-generated/TEST_REPORT.md +201 -0
  2342. package/skills/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +362 -0
  2343. package/skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +2698 -0
  2344. package/skills/loki-mode/examples/todo-app-generated/backend/package.json +26 -0
  2345. package/skills/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +24 -0
  2346. package/skills/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +35 -0
  2347. package/skills/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +2 -0
  2348. package/skills/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +31 -0
  2349. package/skills/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +8 -0
  2350. package/skills/loki-mode/examples/todo-app-generated/backend/src/index.ts +44 -0
  2351. package/skills/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +155 -0
  2352. package/skills/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +35 -0
  2353. package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
  2354. package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
  2355. package/skills/loki-mode/examples/todo-app-generated/backend/tsconfig.json +30 -0
  2356. package/skills/loki-mode/examples/todo-app-generated/frontend/index.html +13 -0
  2357. package/skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +2014 -0
  2358. package/skills/loki-mode/examples/todo-app-generated/frontend/package.json +26 -0
  2359. package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.css +384 -0
  2360. package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +81 -0
  2361. package/skills/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +57 -0
  2362. package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +26 -0
  2363. package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +8 -0
  2364. package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +43 -0
  2365. package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +36 -0
  2366. package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +27 -0
  2367. package/skills/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +81 -0
  2368. package/skills/loki-mode/examples/todo-app-generated/frontend/src/index.css +48 -0
  2369. package/skills/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +10 -0
  2370. package/skills/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +1 -0
  2371. package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +23 -0
  2372. package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +10 -0
  2373. package/skills/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +15 -0
  2374. package/skills/loki-mode/integrations/vibe-kanban.md +194 -0
  2375. package/skills/loki-mode/references/advanced-patterns.md +453 -0
  2376. package/skills/loki-mode/references/agent-types.md +188 -0
  2377. package/skills/loki-mode/references/agents.md +1043 -0
  2378. package/skills/loki-mode/references/business-ops.md +550 -0
  2379. package/skills/loki-mode/references/core-workflow.md +275 -0
  2380. package/skills/loki-mode/references/deployment.md +604 -0
  2381. package/skills/loki-mode/references/lab-research-patterns.md +534 -0
  2382. package/skills/loki-mode/references/memory-system.md +444 -0
  2383. package/skills/loki-mode/references/openai-patterns.md +647 -0
  2384. package/skills/loki-mode/references/production-patterns.md +568 -0
  2385. package/skills/loki-mode/references/quality-control.md +437 -0
  2386. package/skills/loki-mode/references/sdlc-phases.md +410 -0
  2387. package/skills/loki-mode/references/task-queue.md +361 -0
  2388. package/skills/loki-mode/references/tool-orchestration.md +691 -0
  2389. package/skills/loki-mode/scripts/export-to-vibe-kanban.sh +178 -0
  2390. package/skills/loki-mode/scripts/loki-wrapper.sh +281 -0
  2391. package/skills/loki-mode/scripts/take-screenshots.js +55 -0
  2392. package/skills/loki-mode/tests/run-all-tests.sh +78 -0
  2393. package/skills/loki-mode/tests/test-agent-timeout.sh +348 -0
  2394. package/skills/loki-mode/tests/test-bootstrap.sh +196 -0
  2395. package/skills/loki-mode/tests/test-circuit-breaker.sh +389 -0
  2396. package/skills/loki-mode/tests/test-state-recovery.sh +393 -0
  2397. package/skills/loki-mode/tests/test-task-queue.sh +396 -0
  2398. package/skills/loki-mode/tests/test-wrapper.sh +314 -0
  2399. package/skills/m365-agents-dotnet/SKILL.md +290 -0
  2400. package/skills/m365-agents-py/SKILL.md +345 -0
  2401. package/skills/m365-agents-ts/SKILL.md +182 -0
  2402. package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
  2403. package/skills/mailchimp-automation/SKILL.md +231 -0
  2404. package/skills/make-automation/SKILL.md +201 -0
  2405. package/skills/makepad-skills/SKILL.md +22 -0
  2406. package/skills/malware-analyst/SKILL.md +247 -0
  2407. package/skills/market-sizing-analysis/SKILL.md +425 -0
  2408. package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
  2409. package/skills/market-sizing-analysis/references/data-sources.md +360 -0
  2410. package/skills/marketing-ideas/SKILL.md +221 -0
  2411. package/skills/marketing-psychology/SKILL.md +255 -0
  2412. package/skills/mcp-builder/LICENSE.txt +202 -0
  2413. package/skills/mcp-builder/SKILL.md +236 -0
  2414. package/skills/mcp-builder/reference/evaluation.md +602 -0
  2415. package/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
  2416. package/skills/mcp-builder/reference/node_mcp_server.md +970 -0
  2417. package/skills/mcp-builder/reference/python_mcp_server.md +719 -0
  2418. package/skills/mcp-builder/scripts/connections.py +151 -0
  2419. package/skills/mcp-builder/scripts/evaluation.py +373 -0
  2420. package/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
  2421. package/skills/mcp-builder/scripts/requirements.txt +2 -0
  2422. package/skills/mcp-builder-ms/SKILL.md +303 -0
  2423. package/skills/memory-forensics/SKILL.md +491 -0
  2424. package/skills/memory-safety-patterns/SKILL.md +33 -0
  2425. package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
  2426. package/skills/memory-systems/SKILL.md +228 -0
  2427. package/skills/mermaid-expert/SKILL.md +59 -0
  2428. package/skills/metasploit-framework/SKILL.md +478 -0
  2429. package/skills/micro-saas-launcher/SKILL.md +212 -0
  2430. package/skills/microservices-patterns/SKILL.md +35 -0
  2431. package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
  2432. package/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +440 -0
  2433. package/skills/microsoft-teams-automation/SKILL.md +211 -0
  2434. package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
  2435. package/skills/miro-automation/SKILL.md +205 -0
  2436. package/skills/mixpanel-automation/SKILL.md +224 -0
  2437. package/skills/ml-engineer/SKILL.md +168 -0
  2438. package/skills/ml-pipeline-workflow/SKILL.md +257 -0
  2439. package/skills/mlops-engineer/SKILL.md +219 -0
  2440. package/skills/mobile-design/SKILL.md +284 -0
  2441. package/skills/mobile-design/decision-trees.md +516 -0
  2442. package/skills/mobile-design/mobile-backend.md +491 -0
  2443. package/skills/mobile-design/mobile-color-system.md +420 -0
  2444. package/skills/mobile-design/mobile-debugging.md +122 -0
  2445. package/skills/mobile-design/mobile-design-thinking.md +357 -0
  2446. package/skills/mobile-design/mobile-navigation.md +458 -0
  2447. package/skills/mobile-design/mobile-performance.md +767 -0
  2448. package/skills/mobile-design/mobile-testing.md +356 -0
  2449. package/skills/mobile-design/mobile-typography.md +433 -0
  2450. package/skills/mobile-design/platform-android.md +666 -0
  2451. package/skills/mobile-design/platform-ios.md +561 -0
  2452. package/skills/mobile-design/scripts/mobile_audit.py +670 -0
  2453. package/skills/mobile-design/touch-psychology.md +537 -0
  2454. package/skills/mobile-developer/SKILL.md +205 -0
  2455. package/skills/mobile-security-coder/SKILL.md +184 -0
  2456. package/skills/modern-javascript-patterns/SKILL.md +35 -0
  2457. package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
  2458. package/skills/monday-automation/SKILL.md +233 -0
  2459. package/skills/monorepo-architect/SKILL.md +61 -0
  2460. package/skills/monorepo-management/SKILL.md +35 -0
  2461. package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
  2462. package/skills/moodle-external-api-development/SKILL.md +597 -0
  2463. package/skills/mtls-configuration/SKILL.md +359 -0
  2464. package/skills/multi-agent-brainstorming/SKILL.md +256 -0
  2465. package/skills/multi-agent-patterns/SKILL.md +262 -0
  2466. package/skills/multi-cloud-architecture/SKILL.md +189 -0
  2467. package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
  2468. package/skills/n8n-code-python/SKILL.md +750 -0
  2469. package/skills/n8n-mcp-tools-expert/SKILL.md +654 -0
  2470. package/skills/n8n-node-configuration/SKILL.md +796 -0
  2471. package/skills/nanobanana-ppt-skills/SKILL.md +22 -0
  2472. package/skills/neon-postgres/SKILL.md +56 -0
  2473. package/skills/nestjs-expert/SKILL.md +552 -0
  2474. package/skills/network-101/SKILL.md +342 -0
  2475. package/skills/network-engineer/SKILL.md +169 -0
  2476. package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
  2477. package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
  2478. package/skills/nextjs-best-practices/SKILL.md +203 -0
  2479. package/skills/nextjs-supabase-auth/SKILL.md +56 -0
  2480. package/skills/nft-standards/SKILL.md +395 -0
  2481. package/skills/nodejs-backend-patterns/SKILL.md +35 -0
  2482. package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
  2483. package/skills/nodejs-best-practices/SKILL.md +333 -0
  2484. package/skills/nosql-expert/SKILL.md +111 -0
  2485. package/skills/notebooklm/AUTHENTICATION.md +154 -0
  2486. package/skills/notebooklm/CHANGELOG.md +44 -0
  2487. package/skills/notebooklm/LICENSE +21 -0
  2488. package/skills/notebooklm/README.md +412 -0
  2489. package/skills/notebooklm/SKILL.md +269 -0
  2490. package/skills/notebooklm/images/example_notebookchat.png +0 -0
  2491. package/skills/notebooklm/references/api_reference.md +309 -0
  2492. package/skills/notebooklm/references/troubleshooting.md +376 -0
  2493. package/skills/notebooklm/references/usage_patterns.md +338 -0
  2494. package/skills/notebooklm/requirements.txt +10 -0
  2495. package/skills/notebooklm/scripts/__init__.py +81 -0
  2496. package/skills/notebooklm/scripts/ask_question.py +256 -0
  2497. package/skills/notebooklm/scripts/auth_manager.py +358 -0
  2498. package/skills/notebooklm/scripts/browser_session.py +255 -0
  2499. package/skills/notebooklm/scripts/browser_utils.py +107 -0
  2500. package/skills/notebooklm/scripts/cleanup_manager.py +302 -0
  2501. package/skills/notebooklm/scripts/config.py +44 -0
  2502. package/skills/notebooklm/scripts/notebook_manager.py +410 -0
  2503. package/skills/notebooklm/scripts/run.py +102 -0
  2504. package/skills/notebooklm/scripts/setup_environment.py +204 -0
  2505. package/skills/notion-automation/SKILL.md +215 -0
  2506. package/skills/notion-template-business/SKILL.md +216 -0
  2507. package/skills/nx-workspace-patterns/SKILL.md +464 -0
  2508. package/skills/observability-engineer/SKILL.md +237 -0
  2509. package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
  2510. package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
  2511. package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
  2512. package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
  2513. package/skills/observe-whatsapp/SKILL.md +109 -0
  2514. package/skills/obsidian-clipper-template-creator/SKILL.md +64 -0
  2515. package/skills/obsidian-clipper-template-creator/assets/clipping-template.json +51 -0
  2516. package/skills/obsidian-clipper-template-creator/assets/recipe-template.json +48 -0
  2517. package/skills/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -0
  2518. package/skills/obsidian-clipper-template-creator/references/bases-workflow.md +44 -0
  2519. package/skills/obsidian-clipper-template-creator/references/filters.md +51 -0
  2520. package/skills/obsidian-clipper-template-creator/references/json-schema.md +71 -0
  2521. package/skills/obsidian-clipper-template-creator/references/variables.md +59 -0
  2522. package/skills/on-call-handoff-patterns/SKILL.md +453 -0
  2523. package/skills/onboarding-cro/SKILL.md +433 -0
  2524. package/skills/one-drive-automation/SKILL.md +238 -0
  2525. package/skills/openapi-spec-generation/SKILL.md +33 -0
  2526. package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
  2527. package/skills/oss-hunter/SKILL.md +75 -0
  2528. package/skills/oss-hunter/bin/hunter.py +56 -0
  2529. package/skills/outlook-automation/SKILL.md +191 -0
  2530. package/skills/outlook-calendar-automation/SKILL.md +236 -0
  2531. package/skills/page-cro/SKILL.md +343 -0
  2532. package/skills/pagerduty-automation/SKILL.md +245 -0
  2533. package/skills/paid-ads/SKILL.md +551 -0
  2534. package/skills/parallel-agents/SKILL.md +175 -0
  2535. package/skills/payment-integration/SKILL.md +77 -0
  2536. package/skills/paypal-integration/SKILL.md +479 -0
  2537. package/skills/paywall-upgrade-cro/SKILL.md +570 -0
  2538. package/skills/pci-compliance/SKILL.md +478 -0
  2539. package/skills/pdf/LICENSE.txt +30 -0
  2540. package/skills/pdf/SKILL.md +294 -0
  2541. package/skills/pdf/forms.md +205 -0
  2542. package/skills/pdf/reference.md +612 -0
  2543. package/skills/pdf/scripts/check_bounding_boxes.py +70 -0
  2544. package/skills/pdf/scripts/check_bounding_boxes_test.py +226 -0
  2545. package/skills/pdf/scripts/check_fillable_fields.py +12 -0
  2546. package/skills/pdf/scripts/convert_pdf_to_images.py +35 -0
  2547. package/skills/pdf/scripts/create_validation_image.py +41 -0
  2548. package/skills/pdf/scripts/extract_form_field_info.py +152 -0
  2549. package/skills/pdf/scripts/fill_fillable_fields.py +114 -0
  2550. package/skills/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
  2551. package/skills/pdf-official/LICENSE.txt +30 -0
  2552. package/skills/pdf-official/SKILL.md +294 -0
  2553. package/skills/pdf-official/forms.md +205 -0
  2554. package/skills/pdf-official/reference.md +612 -0
  2555. package/skills/pdf-official/scripts/check_bounding_boxes.py +70 -0
  2556. package/skills/pdf-official/scripts/check_bounding_boxes_test.py +226 -0
  2557. package/skills/pdf-official/scripts/check_fillable_fields.py +12 -0
  2558. package/skills/pdf-official/scripts/convert_pdf_to_images.py +35 -0
  2559. package/skills/pdf-official/scripts/create_validation_image.py +41 -0
  2560. package/skills/pdf-official/scripts/extract_form_field_info.py +152 -0
  2561. package/skills/pdf-official/scripts/fill_fillable_fields.py +114 -0
  2562. package/skills/pdf-official/scripts/fill_pdf_form_with_annotations.py +108 -0
  2563. package/skills/pentest-checklist/SKILL.md +334 -0
  2564. package/skills/pentest-commands/SKILL.md +438 -0
  2565. package/skills/performance-engineer/SKILL.md +180 -0
  2566. package/skills/performance-profiling/SKILL.md +143 -0
  2567. package/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  2568. package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
  2569. package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
  2570. package/skills/personal-tool-builder/SKILL.md +289 -0
  2571. package/skills/php-pro/SKILL.md +63 -0
  2572. package/skills/pipedrive-automation/SKILL.md +224 -0
  2573. package/skills/plaid-fintech/SKILL.md +50 -0
  2574. package/skills/plan-writing/SKILL.md +152 -0
  2575. package/skills/planning-with-files/SKILL.md +211 -0
  2576. package/skills/planning-with-files/examples.md +202 -0
  2577. package/skills/planning-with-files/reference.md +218 -0
  2578. package/skills/planning-with-files/scripts/check-complete.sh +44 -0
  2579. package/skills/planning-with-files/scripts/init-session.sh +120 -0
  2580. package/skills/planning-with-files/templates/findings.md +95 -0
  2581. package/skills/planning-with-files/templates/progress.md +114 -0
  2582. package/skills/planning-with-files/templates/task_plan.md +132 -0
  2583. package/skills/playwright-skill/API_REFERENCE.md +653 -0
  2584. package/skills/playwright-skill/SKILL.md +453 -0
  2585. package/skills/playwright-skill/lib/helpers.js +441 -0
  2586. package/skills/playwright-skill/package.json +26 -0
  2587. package/skills/playwright-skill/run.js +228 -0
  2588. package/skills/podcast-generation/SKILL.md +121 -0
  2589. package/skills/popup-cro/SKILL.md +346 -0
  2590. package/skills/posix-shell-pro/SKILL.md +304 -0
  2591. package/skills/postgres-best-practices/AGENTS.md +1490 -0
  2592. package/skills/postgres-best-practices/README.md +119 -0
  2593. package/skills/postgres-best-practices/SKILL.md +57 -0
  2594. package/skills/postgres-best-practices/metadata.json +13 -0
  2595. package/skills/postgres-best-practices/rules/_contributing.md +171 -0
  2596. package/skills/postgres-best-practices/rules/_sections.md +39 -0
  2597. package/skills/postgres-best-practices/rules/_template.md +34 -0
  2598. package/skills/postgres-best-practices/rules/advanced-full-text-search.md +55 -0
  2599. package/skills/postgres-best-practices/rules/advanced-jsonb-indexing.md +49 -0
  2600. package/skills/postgres-best-practices/rules/conn-idle-timeout.md +46 -0
  2601. package/skills/postgres-best-practices/rules/conn-limits.md +44 -0
  2602. package/skills/postgres-best-practices/rules/conn-pooling.md +41 -0
  2603. package/skills/postgres-best-practices/rules/conn-prepared-statements.md +46 -0
  2604. package/skills/postgres-best-practices/rules/data-batch-inserts.md +54 -0
  2605. package/skills/postgres-best-practices/rules/data-n-plus-one.md +53 -0
  2606. package/skills/postgres-best-practices/rules/data-pagination.md +50 -0
  2607. package/skills/postgres-best-practices/rules/data-upsert.md +50 -0
  2608. package/skills/postgres-best-practices/rules/lock-advisory.md +56 -0
  2609. package/skills/postgres-best-practices/rules/lock-deadlock-prevention.md +68 -0
  2610. package/skills/postgres-best-practices/rules/lock-short-transactions.md +50 -0
  2611. package/skills/postgres-best-practices/rules/lock-skip-locked.md +54 -0
  2612. package/skills/postgres-best-practices/rules/monitor-explain-analyze.md +45 -0
  2613. package/skills/postgres-best-practices/rules/monitor-pg-stat-statements.md +55 -0
  2614. package/skills/postgres-best-practices/rules/monitor-vacuum-analyze.md +55 -0
  2615. package/skills/postgres-best-practices/rules/query-composite-indexes.md +44 -0
  2616. package/skills/postgres-best-practices/rules/query-covering-indexes.md +40 -0
  2617. package/skills/postgres-best-practices/rules/query-index-types.md +45 -0
  2618. package/skills/postgres-best-practices/rules/query-missing-indexes.md +43 -0
  2619. package/skills/postgres-best-practices/rules/query-partial-indexes.md +45 -0
  2620. package/skills/postgres-best-practices/rules/schema-data-types.md +46 -0
  2621. package/skills/postgres-best-practices/rules/schema-foreign-key-indexes.md +59 -0
  2622. package/skills/postgres-best-practices/rules/schema-lowercase-identifiers.md +55 -0
  2623. package/skills/postgres-best-practices/rules/schema-partitioning.md +55 -0
  2624. package/skills/postgres-best-practices/rules/schema-primary-keys.md +61 -0
  2625. package/skills/postgres-best-practices/rules/security-privileges.md +54 -0
  2626. package/skills/postgres-best-practices/rules/security-rls-basics.md +50 -0
  2627. package/skills/postgres-best-practices/rules/security-rls-performance.md +57 -0
  2628. package/skills/postgresql/SKILL.md +230 -0
  2629. package/skills/posthog-automation/SKILL.md +224 -0
  2630. package/skills/postmark-automation/SKILL.md +187 -0
  2631. package/skills/postmortem-writing/SKILL.md +386 -0
  2632. package/skills/powershell-windows/SKILL.md +167 -0
  2633. package/skills/pptx/LICENSE.txt +30 -0
  2634. package/skills/pptx/SKILL.md +484 -0
  2635. package/skills/pptx/html2pptx.md +625 -0
  2636. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  2637. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  2638. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  2639. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  2640. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  2641. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  2642. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  2643. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  2644. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  2645. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  2646. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  2647. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  2648. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  2649. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  2650. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  2651. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  2652. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  2653. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  2654. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  2655. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  2656. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  2657. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  2658. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  2659. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  2660. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  2661. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  2662. package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  2663. package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  2664. package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  2665. package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  2666. package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  2667. package/skills/pptx/ooxml/schemas/mce/mc.xsd +75 -0
  2668. package/skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  2669. package/skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  2670. package/skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  2671. package/skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  2672. package/skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  2673. package/skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  2674. package/skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  2675. package/skills/pptx/ooxml/scripts/pack.py +159 -0
  2676. package/skills/pptx/ooxml/scripts/unpack.py +29 -0
  2677. package/skills/pptx/ooxml/scripts/validate.py +69 -0
  2678. package/skills/pptx/ooxml/scripts/validation/__init__.py +15 -0
  2679. package/skills/pptx/ooxml/scripts/validation/base.py +951 -0
  2680. package/skills/pptx/ooxml/scripts/validation/docx.py +274 -0
  2681. package/skills/pptx/ooxml/scripts/validation/pptx.py +315 -0
  2682. package/skills/pptx/ooxml/scripts/validation/redlining.py +279 -0
  2683. package/skills/pptx/ooxml.md +427 -0
  2684. package/skills/pptx/scripts/html2pptx.js +979 -0
  2685. package/skills/pptx/scripts/inventory.py +1020 -0
  2686. package/skills/pptx/scripts/rearrange.py +231 -0
  2687. package/skills/pptx/scripts/replace.py +385 -0
  2688. package/skills/pptx/scripts/thumbnail.py +450 -0
  2689. package/skills/pptx-official/LICENSE.txt +30 -0
  2690. package/skills/pptx-official/SKILL.md +484 -0
  2691. package/skills/pptx-official/html2pptx.md +625 -0
  2692. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
  2693. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
  2694. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
  2695. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
  2696. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
  2697. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
  2698. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
  2699. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
  2700. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
  2701. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
  2702. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
  2703. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
  2704. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
  2705. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
  2706. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
  2707. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
  2708. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
  2709. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
  2710. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
  2711. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
  2712. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
  2713. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
  2714. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
  2715. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
  2716. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
  2717. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
  2718. package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
  2719. package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
  2720. package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
  2721. package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
  2722. package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
  2723. package/skills/pptx-official/ooxml/schemas/mce/mc.xsd +75 -0
  2724. package/skills/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
  2725. package/skills/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
  2726. package/skills/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
  2727. package/skills/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
  2728. package/skills/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
  2729. package/skills/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
  2730. package/skills/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
  2731. package/skills/pptx-official/ooxml/scripts/pack.py +159 -0
  2732. package/skills/pptx-official/ooxml/scripts/unpack.py +29 -0
  2733. package/skills/pptx-official/ooxml/scripts/validate.py +69 -0
  2734. package/skills/pptx-official/ooxml/scripts/validation/__init__.py +15 -0
  2735. package/skills/pptx-official/ooxml/scripts/validation/base.py +951 -0
  2736. package/skills/pptx-official/ooxml/scripts/validation/docx.py +274 -0
  2737. package/skills/pptx-official/ooxml/scripts/validation/pptx.py +315 -0
  2738. package/skills/pptx-official/ooxml/scripts/validation/redlining.py +279 -0
  2739. package/skills/pptx-official/ooxml.md +427 -0
  2740. package/skills/pptx-official/scripts/html2pptx.js +979 -0
  2741. package/skills/pptx-official/scripts/inventory.py +1020 -0
  2742. package/skills/pptx-official/scripts/rearrange.py +231 -0
  2743. package/skills/pptx-official/scripts/replace.py +385 -0
  2744. package/skills/pptx-official/scripts/thumbnail.py +450 -0
  2745. package/skills/pricing-strategy/SKILL.md +356 -0
  2746. package/skills/prisma-expert/SKILL.md +355 -0
  2747. package/skills/privilege-escalation-methods/SKILL.md +333 -0
  2748. package/skills/product-manager-toolkit/SKILL.md +351 -0
  2749. package/skills/product-manager-toolkit/references/prd_templates.md +317 -0
  2750. package/skills/product-manager-toolkit/scripts/customer_interview_analyzer.py +441 -0
  2751. package/skills/product-manager-toolkit/scripts/rice_prioritizer.py +296 -0
  2752. package/skills/production-code-audit/SKILL.md +540 -0
  2753. package/skills/programmatic-seo/SKILL.md +351 -0
  2754. package/skills/projection-patterns/SKILL.md +33 -0
  2755. package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
  2756. package/skills/prometheus-configuration/SKILL.md +404 -0
  2757. package/skills/prompt-caching/SKILL.md +61 -0
  2758. package/skills/prompt-engineer/README.md +659 -0
  2759. package/skills/prompt-engineer/SKILL.md +252 -0
  2760. package/skills/prompt-engineering/SKILL.md +171 -0
  2761. package/skills/prompt-engineering-patterns/SKILL.md +213 -0
  2762. package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
  2763. package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
  2764. package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
  2765. package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
  2766. package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
  2767. package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
  2768. package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
  2769. package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
  2770. package/skills/prompt-library/SKILL.md +322 -0
  2771. package/skills/protocol-reverse-engineering/SKILL.md +29 -0
  2772. package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
  2773. package/skills/pydantic-models-py/SKILL.md +58 -0
  2774. package/skills/pypict-skill/SKILL.md +22 -0
  2775. package/skills/python-development-python-scaffold/SKILL.md +331 -0
  2776. package/skills/python-packaging/SKILL.md +36 -0
  2777. package/skills/python-packaging/resources/implementation-playbook.md +869 -0
  2778. package/skills/python-patterns/SKILL.md +441 -0
  2779. package/skills/python-performance-optimization/SKILL.md +36 -0
  2780. package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
  2781. package/skills/python-pro/SKILL.md +158 -0
  2782. package/skills/python-testing-patterns/SKILL.md +37 -0
  2783. package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
  2784. package/skills/quant-analyst/SKILL.md +53 -0
  2785. package/skills/radix-ui-design-system/SKILL.md +847 -0
  2786. package/skills/radix-ui-design-system/examples/README.md +63 -0
  2787. package/skills/radix-ui-design-system/examples/dialog-example.tsx +128 -0
  2788. package/skills/radix-ui-design-system/examples/dropdown-example.tsx +162 -0
  2789. package/skills/radix-ui-design-system/templates/component-template.tsx +148 -0
  2790. package/skills/rag-engineer/SKILL.md +90 -0
  2791. package/skills/rag-implementation/SKILL.md +421 -0
  2792. package/skills/react-best-practices/AGENTS.md +2249 -0
  2793. package/skills/react-best-practices/README.md +123 -0
  2794. package/skills/react-best-practices/SKILL.md +121 -0
  2795. package/skills/react-best-practices/metadata.json +15 -0
  2796. package/skills/react-best-practices/rules/_sections.md +46 -0
  2797. package/skills/react-best-practices/rules/_template.md +28 -0
  2798. package/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
  2799. package/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
  2800. package/skills/react-best-practices/rules/async-api-routes.md +38 -0
  2801. package/skills/react-best-practices/rules/async-defer-await.md +80 -0
  2802. package/skills/react-best-practices/rules/async-dependencies.md +36 -0
  2803. package/skills/react-best-practices/rules/async-parallel.md +28 -0
  2804. package/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
  2805. package/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
  2806. package/skills/react-best-practices/rules/bundle-conditional.md +31 -0
  2807. package/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
  2808. package/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
  2809. package/skills/react-best-practices/rules/bundle-preload.md +50 -0
  2810. package/skills/react-best-practices/rules/client-event-listeners.md +74 -0
  2811. package/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
  2812. package/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
  2813. package/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
  2814. package/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
  2815. package/skills/react-best-practices/rules/js-cache-storage.md +70 -0
  2816. package/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
  2817. package/skills/react-best-practices/rules/js-early-exit.md +50 -0
  2818. package/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
  2819. package/skills/react-best-practices/rules/js-index-maps.md +37 -0
  2820. package/skills/react-best-practices/rules/js-length-check-first.md +49 -0
  2821. package/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
  2822. package/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
  2823. package/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
  2824. package/skills/react-best-practices/rules/rendering-activity.md +26 -0
  2825. package/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
  2826. package/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
  2827. package/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
  2828. package/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
  2829. package/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
  2830. package/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
  2831. package/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
  2832. package/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
  2833. package/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
  2834. package/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
  2835. package/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
  2836. package/skills/react-best-practices/rules/rerender-memo.md +44 -0
  2837. package/skills/react-best-practices/rules/rerender-transitions.md +40 -0
  2838. package/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
  2839. package/skills/react-best-practices/rules/server-cache-lru.md +41 -0
  2840. package/skills/react-best-practices/rules/server-cache-react.md +26 -0
  2841. package/skills/react-best-practices/rules/server-parallel-fetching.md +79 -0
  2842. package/skills/react-best-practices/rules/server-serialization.md +38 -0
  2843. package/skills/react-flow-architect/SKILL.md +613 -0
  2844. package/skills/react-flow-node-ts/SKILL.md +66 -0
  2845. package/skills/react-modernization/SKILL.md +34 -0
  2846. package/skills/react-modernization/resources/implementation-playbook.md +512 -0
  2847. package/skills/react-native-architecture/SKILL.md +33 -0
  2848. package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
  2849. package/skills/react-patterns/SKILL.md +198 -0
  2850. package/skills/react-state-management/SKILL.md +441 -0
  2851. package/skills/react-ui-patterns/SKILL.md +289 -0
  2852. package/skills/readme/SKILL.md +842 -0
  2853. package/skills/receiving-code-review/SKILL.md +213 -0
  2854. package/skills/red-team-tactics/SKILL.md +199 -0
  2855. package/skills/red-team-tools/SKILL.md +310 -0
  2856. package/skills/reddit-automation/SKILL.md +212 -0
  2857. package/skills/reference-builder/SKILL.md +188 -0
  2858. package/skills/referral-program/SKILL.md +602 -0
  2859. package/skills/remotion-best-practices/SKILL.md +45 -0
  2860. package/skills/remotion-best-practices/rules/3d.md +86 -0
  2861. package/skills/remotion-best-practices/rules/animations.md +29 -0
  2862. package/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  2863. package/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  2864. package/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
  2865. package/skills/remotion-best-practices/rules/assets.md +78 -0
  2866. package/skills/remotion-best-practices/rules/audio.md +172 -0
  2867. package/skills/remotion-best-practices/rules/calculate-metadata.md +104 -0
  2868. package/skills/remotion-best-practices/rules/can-decode.md +75 -0
  2869. package/skills/remotion-best-practices/rules/charts.md +58 -0
  2870. package/skills/remotion-best-practices/rules/compositions.md +146 -0
  2871. package/skills/remotion-best-practices/rules/display-captions.md +126 -0
  2872. package/skills/remotion-best-practices/rules/extract-frames.md +229 -0
  2873. package/skills/remotion-best-practices/rules/fonts.md +152 -0
  2874. package/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
  2875. package/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  2876. package/skills/remotion-best-practices/rules/get-video-duration.md +58 -0
  2877. package/skills/remotion-best-practices/rules/gifs.md +138 -0
  2878. package/skills/remotion-best-practices/rules/images.md +130 -0
  2879. package/skills/remotion-best-practices/rules/import-srt-captions.md +67 -0
  2880. package/skills/remotion-best-practices/rules/lottie.md +68 -0
  2881. package/skills/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
  2882. package/skills/remotion-best-practices/rules/measuring-text.md +143 -0
  2883. package/skills/remotion-best-practices/rules/sequencing.md +106 -0
  2884. package/skills/remotion-best-practices/rules/tailwind.md +11 -0
  2885. package/skills/remotion-best-practices/rules/text-animations.md +20 -0
  2886. package/skills/remotion-best-practices/rules/timing.md +179 -0
  2887. package/skills/remotion-best-practices/rules/transcribe-captions.md +19 -0
  2888. package/skills/remotion-best-practices/rules/transitions.md +122 -0
  2889. package/skills/remotion-best-practices/rules/trimming.md +53 -0
  2890. package/skills/remotion-best-practices/rules/videos.md +171 -0
  2891. package/skills/render-automation/SKILL.md +181 -0
  2892. package/skills/requesting-code-review/SKILL.md +105 -0
  2893. package/skills/requesting-code-review/code-reviewer.md +146 -0
  2894. package/skills/research-engineer/SKILL.md +135 -0
  2895. package/skills/reverse-engineer/SKILL.md +173 -0
  2896. package/skills/risk-manager/SKILL.md +61 -0
  2897. package/skills/risk-metrics-calculation/SKILL.md +33 -0
  2898. package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
  2899. package/skills/ruby-pro/SKILL.md +56 -0
  2900. package/skills/rust-async-patterns/SKILL.md +33 -0
  2901. package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
  2902. package/skills/rust-pro/SKILL.md +178 -0
  2903. package/skills/saga-orchestration/SKILL.md +496 -0
  2904. package/skills/saga-orchestration/resources/implementation-playbook.md +26 -0
  2905. package/skills/sales-automator/SKILL.md +55 -0
  2906. package/skills/salesforce-automation/SKILL.md +190 -0
  2907. package/skills/salesforce-development/SKILL.md +51 -0
  2908. package/skills/sast-configuration/SKILL.md +212 -0
  2909. package/skills/scala-pro/SKILL.md +82 -0
  2910. package/skills/scanning-tools/SKILL.md +589 -0
  2911. package/skills/schema-markup/SKILL.md +360 -0
  2912. package/skills/screen-reader-testing/SKILL.md +33 -0
  2913. package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
  2914. package/skills/screenshots/SKILL.md +401 -0
  2915. package/skills/scroll-experience/SKILL.md +263 -0
  2916. package/skills/search-specialist/SKILL.md +80 -0
  2917. package/skills/secrets-management/SKILL.md +364 -0
  2918. package/skills/security-auditor/SKILL.md +169 -0
  2919. package/skills/security-bluebook-builder/SKILL.md +22 -0
  2920. package/skills/security-compliance-compliance-check/SKILL.md +55 -0
  2921. package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
  2922. package/skills/security-requirement-extraction/SKILL.md +33 -0
  2923. package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
  2924. package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
  2925. package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
  2926. package/skills/security-scanning-security-hardening/SKILL.md +147 -0
  2927. package/skills/security-scanning-security-sast/SKILL.md +495 -0
  2928. package/skills/segment-automation/SKILL.md +225 -0
  2929. package/skills/segment-cdp/SKILL.md +50 -0
  2930. package/skills/sendgrid-automation/SKILL.md +228 -0
  2931. package/skills/senior-architect/SKILL.md +209 -0
  2932. package/skills/senior-architect/references/architecture_patterns.md +103 -0
  2933. package/skills/senior-architect/references/system_design_workflows.md +103 -0
  2934. package/skills/senior-architect/references/tech_decision_guide.md +103 -0
  2935. package/skills/senior-architect/scripts/architecture_diagram_generator.py +114 -0
  2936. package/skills/senior-architect/scripts/dependency_analyzer.py +114 -0
  2937. package/skills/senior-architect/scripts/project_architect.py +114 -0
  2938. package/skills/senior-fullstack/SKILL.md +209 -0
  2939. package/skills/senior-fullstack/references/architecture_patterns.md +103 -0
  2940. package/skills/senior-fullstack/references/development_workflows.md +103 -0
  2941. package/skills/senior-fullstack/references/tech_stack_guide.md +103 -0
  2942. package/skills/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
  2943. package/skills/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
  2944. package/skills/senior-fullstack/scripts/project_scaffolder.py +114 -0
  2945. package/skills/sentry-automation/SKILL.md +232 -0
  2946. package/skills/seo-audit/SKILL.md +487 -0
  2947. package/skills/seo-authority-builder/SKILL.md +136 -0
  2948. package/skills/seo-cannibalization-detector/SKILL.md +123 -0
  2949. package/skills/seo-content-auditor/SKILL.md +83 -0
  2950. package/skills/seo-content-planner/SKILL.md +108 -0
  2951. package/skills/seo-content-refresher/SKILL.md +118 -0
  2952. package/skills/seo-content-writer/SKILL.md +96 -0
  2953. package/skills/seo-fundamentals/SKILL.md +173 -0
  2954. package/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  2955. package/skills/seo-keyword-strategist/SKILL.md +95 -0
  2956. package/skills/seo-meta-optimizer/SKILL.md +92 -0
  2957. package/skills/seo-snippet-hunter/SKILL.md +114 -0
  2958. package/skills/seo-structure-architect/SKILL.md +108 -0
  2959. package/skills/server-management/SKILL.md +161 -0
  2960. package/skills/service-mesh-expert/SKILL.md +58 -0
  2961. package/skills/service-mesh-observability/SKILL.md +395 -0
  2962. package/skills/sharp-edges/SKILL.md +70 -0
  2963. package/skills/shellcheck-configuration/SKILL.md +466 -0
  2964. package/skills/shodan-reconnaissance/SKILL.md +503 -0
  2965. package/skills/shopify-apps/SKILL.md +42 -0
  2966. package/skills/shopify-automation/SKILL.md +168 -0
  2967. package/skills/shopify-development/README.md +60 -0
  2968. package/skills/shopify-development/SKILL.md +366 -0
  2969. package/skills/shopify-development/references/app-development.md +578 -0
  2970. package/skills/shopify-development/references/extensions.md +555 -0
  2971. package/skills/shopify-development/references/themes.md +498 -0
  2972. package/skills/shopify-development/scripts/requirements.txt +19 -0
  2973. package/skills/shopify-development/scripts/shopify_graphql.py +428 -0
  2974. package/skills/shopify-development/scripts/shopify_init.py +441 -0
  2975. package/skills/shopify-development/scripts/tests/test_shopify_init.py +379 -0
  2976. package/skills/signup-flow-cro/SKILL.md +355 -0
  2977. package/skills/similarity-search-patterns/SKILL.md +33 -0
  2978. package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
  2979. package/skills/skill-creator/LICENSE.txt +202 -0
  2980. package/skills/skill-creator/README.md +270 -0
  2981. package/skills/skill-creator/SKILL.md +593 -0
  2982. package/skills/skill-creator/references/output-patterns.md +82 -0
  2983. package/skills/skill-creator/references/workflows.md +28 -0
  2984. package/skills/skill-creator/scripts/init_skill.py +303 -0
  2985. package/skills/skill-creator/scripts/package_skill.py +110 -0
  2986. package/skills/skill-creator/scripts/quick_validate.py +95 -0
  2987. package/skills/skill-creator-ms/SKILL.md +613 -0
  2988. package/skills/skill-developer/ADVANCED.md +197 -0
  2989. package/skills/skill-developer/HOOK_MECHANISMS.md +306 -0
  2990. package/skills/skill-developer/PATTERNS_LIBRARY.md +152 -0
  2991. package/skills/skill-developer/SKILL.md +426 -0
  2992. package/skills/skill-developer/SKILL_RULES_REFERENCE.md +315 -0
  2993. package/skills/skill-developer/TRIGGER_TYPES.md +305 -0
  2994. package/skills/skill-developer/TROUBLESHOOTING.md +514 -0
  2995. package/skills/skill-rails-upgrade/SKILL.md +408 -0
  2996. package/skills/skill-seekers/SKILL.md +22 -0
  2997. package/skills/slack-automation/SKILL.md +189 -0
  2998. package/skills/slack-bot-builder/SKILL.md +264 -0
  2999. package/skills/slack-gif-creator/LICENSE.txt +202 -0
  3000. package/skills/slack-gif-creator/SKILL.md +254 -0
  3001. package/skills/slack-gif-creator/core/easing.py +234 -0
  3002. package/skills/slack-gif-creator/core/frame_composer.py +176 -0
  3003. package/skills/slack-gif-creator/core/gif_builder.py +269 -0
  3004. package/skills/slack-gif-creator/core/validators.py +136 -0
  3005. package/skills/slack-gif-creator/requirements.txt +4 -0
  3006. package/skills/slo-implementation/SKILL.md +341 -0
  3007. package/skills/smtp-penetration-testing/SKILL.md +500 -0
  3008. package/skills/social-content/SKILL.md +807 -0
  3009. package/skills/software-architecture/SKILL.md +75 -0
  3010. package/skills/solidity-security/SKILL.md +34 -0
  3011. package/skills/solidity-security/resources/implementation-playbook.md +524 -0
  3012. package/skills/spark-optimization/SKILL.md +427 -0
  3013. package/skills/sql-injection-testing/SKILL.md +448 -0
  3014. package/skills/sql-optimization-patterns/SKILL.md +35 -0
  3015. package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
  3016. package/skills/sql-pro/SKILL.md +173 -0
  3017. package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
  3018. package/skills/square-automation/SKILL.md +176 -0
  3019. package/skills/ssh-penetration-testing/SKILL.md +488 -0
  3020. package/skills/startup-analyst/SKILL.md +328 -0
  3021. package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
  3022. package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
  3023. package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
  3024. package/skills/startup-financial-modeling/SKILL.md +467 -0
  3025. package/skills/startup-metrics-framework/SKILL.md +34 -0
  3026. package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
  3027. package/skills/stitch-ui-design/README.md +165 -0
  3028. package/skills/stitch-ui-design/SKILL.md +378 -0
  3029. package/skills/stitch-ui-design/references/advanced-techniques.md +541 -0
  3030. package/skills/stitch-ui-design/references/prompt-examples.md +601 -0
  3031. package/skills/stride-analysis-patterns/SKILL.md +33 -0
  3032. package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
  3033. package/skills/stripe-automation/SKILL.md +198 -0
  3034. package/skills/stripe-integration/SKILL.md +454 -0
  3035. package/skills/subagent-driven-development/SKILL.md +240 -0
  3036. package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
  3037. package/skills/subagent-driven-development/implementer-prompt.md +78 -0
  3038. package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
  3039. package/skills/supabase-automation/SKILL.md +236 -0
  3040. package/skills/superpowers-lab/SKILL.md +22 -0
  3041. package/skills/swiftui-expert-skill/SKILL.md +275 -0
  3042. package/skills/systematic-debugging/CREATION-LOG.md +119 -0
  3043. package/skills/systematic-debugging/SKILL.md +296 -0
  3044. package/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
  3045. package/skills/systematic-debugging/condition-based-waiting.md +115 -0
  3046. package/skills/systematic-debugging/defense-in-depth.md +122 -0
  3047. package/skills/systematic-debugging/find-polluter.sh +63 -0
  3048. package/skills/systematic-debugging/root-cause-tracing.md +169 -0
  3049. package/skills/systematic-debugging/test-academic.md +14 -0
  3050. package/skills/systematic-debugging/test-pressure-1.md +58 -0
  3051. package/skills/systematic-debugging/test-pressure-2.md +68 -0
  3052. package/skills/systematic-debugging/test-pressure-3.md +69 -0
  3053. package/skills/systems-programming-rust-project/SKILL.md +440 -0
  3054. package/skills/tailwind-design-system/SKILL.md +33 -0
  3055. package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
  3056. package/skills/tailwind-patterns/SKILL.md +269 -0
  3057. package/skills/tavily-web/SKILL.md +36 -0
  3058. package/skills/tdd-orchestrator/SKILL.md +205 -0
  3059. package/skills/tdd-workflow/SKILL.md +149 -0
  3060. package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
  3061. package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
  3062. package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
  3063. package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
  3064. package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
  3065. package/skills/team-collaboration-issue/SKILL.md +37 -0
  3066. package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
  3067. package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
  3068. package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
  3069. package/skills/team-composition-analysis/SKILL.md +413 -0
  3070. package/skills/telegram-automation/SKILL.md +219 -0
  3071. package/skills/telegram-bot-builder/SKILL.md +254 -0
  3072. package/skills/telegram-mini-app/SKILL.md +279 -0
  3073. package/skills/temporal-python-pro/SKILL.md +370 -0
  3074. package/skills/temporal-python-testing/SKILL.md +170 -0
  3075. package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
  3076. package/skills/temporal-python-testing/resources/local-setup.md +553 -0
  3077. package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
  3078. package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
  3079. package/skills/terraform-module-library/SKILL.md +261 -0
  3080. package/skills/terraform-module-library/references/aws-modules.md +63 -0
  3081. package/skills/terraform-skill/SKILL.md +517 -0
  3082. package/skills/terraform-specialist/SKILL.md +166 -0
  3083. package/skills/test-automator/SKILL.md +224 -0
  3084. package/skills/test-driven-development/SKILL.md +371 -0
  3085. package/skills/test-driven-development/testing-anti-patterns.md +299 -0
  3086. package/skills/test-fixing/SKILL.md +119 -0
  3087. package/skills/testing-patterns/SKILL.md +259 -0
  3088. package/skills/theme-factory/LICENSE.txt +202 -0
  3089. package/skills/theme-factory/SKILL.md +59 -0
  3090. package/skills/theme-factory/theme-showcase.pdf +0 -0
  3091. package/skills/theme-factory/themes/arctic-frost.md +19 -0
  3092. package/skills/theme-factory/themes/botanical-garden.md +19 -0
  3093. package/skills/theme-factory/themes/desert-rose.md +19 -0
  3094. package/skills/theme-factory/themes/forest-canopy.md +19 -0
  3095. package/skills/theme-factory/themes/golden-hour.md +19 -0
  3096. package/skills/theme-factory/themes/midnight-galaxy.md +19 -0
  3097. package/skills/theme-factory/themes/modern-minimalist.md +19 -0
  3098. package/skills/theme-factory/themes/ocean-depths.md +19 -0
  3099. package/skills/theme-factory/themes/sunset-boulevard.md +19 -0
  3100. package/skills/theme-factory/themes/tech-innovation.md +19 -0
  3101. package/skills/threat-mitigation-mapping/SKILL.md +33 -0
  3102. package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
  3103. package/skills/threat-modeling-expert/SKILL.md +60 -0
  3104. package/skills/threejs-skills/SKILL.md +654 -0
  3105. package/skills/tiktok-automation/SKILL.md +178 -0
  3106. package/skills/todoist-automation/SKILL.md +231 -0
  3107. package/skills/tool-design/SKILL.md +318 -0
  3108. package/skills/top-web-vulnerabilities/SKILL.md +543 -0
  3109. package/skills/track-management/SKILL.md +38 -0
  3110. package/skills/track-management/resources/implementation-playbook.md +591 -0
  3111. package/skills/trello-automation/SKILL.md +181 -0
  3112. package/skills/trigger-dev/SKILL.md +67 -0
  3113. package/skills/turborepo-caching/SKILL.md +419 -0
  3114. package/skills/tutorial-engineer/SKILL.md +139 -0
  3115. package/skills/twilio-communications/SKILL.md +295 -0
  3116. package/skills/twitter-automation/SKILL.md +231 -0
  3117. package/skills/typescript-advanced-types/SKILL.md +35 -0
  3118. package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
  3119. package/skills/typescript-expert/SKILL.md +429 -0
  3120. package/skills/typescript-expert/references/tsconfig-strict.json +92 -0
  3121. package/skills/typescript-expert/references/typescript-cheatsheet.md +383 -0
  3122. package/skills/typescript-expert/references/utility-types.ts +335 -0
  3123. package/skills/typescript-expert/scripts/ts_diagnostic.py +203 -0
  3124. package/skills/typescript-pro/SKILL.md +55 -0
  3125. package/skills/ui-skills/SKILL.md +22 -0
  3126. package/skills/ui-ux-designer/SKILL.md +209 -0
  3127. package/skills/ui-ux-pro-max/SKILL.md +351 -0
  3128. package/skills/ui-ux-pro-max/data/charts.csv +26 -0
  3129. package/skills/ui-ux-pro-max/data/colors.csv +97 -0
  3130. package/skills/ui-ux-pro-max/data/icons.csv +101 -0
  3131. package/skills/ui-ux-pro-max/data/landing.csv +31 -0
  3132. package/skills/ui-ux-pro-max/data/products.csv +97 -0
  3133. package/skills/ui-ux-pro-max/data/prompts.csv +24 -0
  3134. package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  3135. package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  3136. package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  3137. package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  3138. package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  3139. package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  3140. package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  3141. package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  3142. package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  3143. package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  3144. package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  3145. package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  3146. package/skills/ui-ux-pro-max/data/styles.csv +59 -0
  3147. package/skills/ui-ux-pro-max/data/typography.csv +58 -0
  3148. package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  3149. package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  3150. package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  3151. package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
  3152. package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
  3153. package/skills/ui-ux-pro-max/scripts/core.py +257 -0
  3154. package/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
  3155. package/skills/ui-ux-pro-max/scripts/search.py +76 -0
  3156. package/skills/ui-visual-validator/SKILL.md +214 -0
  3157. package/skills/unit-testing-test-generate/SKILL.md +319 -0
  3158. package/skills/unity-developer/SKILL.md +230 -0
  3159. package/skills/unity-ecs-patterns/SKILL.md +33 -0
  3160. package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
  3161. package/skills/unreal-engine-cpp-pro/SKILL.md +114 -0
  3162. package/skills/unreal-engine-cpp-pro/examples/ExampleActor.cpp +43 -0
  3163. package/skills/unreal-engine-cpp-pro/examples/ExampleActor.h +57 -0
  3164. package/skills/upgrading-expo/SKILL.md +118 -0
  3165. package/skills/upstash-qstash/SKILL.md +68 -0
  3166. package/skills/using-git-worktrees/SKILL.md +217 -0
  3167. package/skills/using-neon/SKILL.md +84 -0
  3168. package/skills/using-superpowers/SKILL.md +87 -0
  3169. package/skills/uv-package-manager/SKILL.md +37 -0
  3170. package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
  3171. package/skills/varlock-claude-skill/SKILL.md +22 -0
  3172. package/skills/vector-database-engineer/SKILL.md +60 -0
  3173. package/skills/vector-index-tuning/SKILL.md +42 -0
  3174. package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
  3175. package/skills/vercel-automation/SKILL.md +226 -0
  3176. package/skills/vercel-deploy-claimable/SKILL.md +123 -0
  3177. package/skills/vercel-deployment/SKILL.md +79 -0
  3178. package/skills/verification-before-completion/SKILL.md +139 -0
  3179. package/skills/vexor/SKILL.md +22 -0
  3180. package/skills/viral-generator-builder/SKILL.md +199 -0
  3181. package/skills/voice-agents/SKILL.md +68 -0
  3182. package/skills/voice-ai-development/SKILL.md +302 -0
  3183. package/skills/voice-ai-engine-development/README.md +175 -0
  3184. package/skills/voice-ai-engine-development/SKILL.md +721 -0
  3185. package/skills/voice-ai-engine-development/examples/complete_voice_engine.py +423 -0
  3186. package/skills/voice-ai-engine-development/examples/gemini_agent_example.py +239 -0
  3187. package/skills/voice-ai-engine-development/examples/interrupt_system_example.py +334 -0
  3188. package/skills/voice-ai-engine-development/references/common_pitfalls.md +471 -0
  3189. package/skills/voice-ai-engine-development/references/provider_comparison.md +515 -0
  3190. package/skills/voice-ai-engine-development/templates/base_worker_template.py +193 -0
  3191. package/skills/voice-ai-engine-development/templates/multi_provider_factory_template.py +289 -0
  3192. package/skills/vulnerability-scanner/SKILL.md +276 -0
  3193. package/skills/vulnerability-scanner/checklists.md +121 -0
  3194. package/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  3195. package/skills/wcag-audit-patterns/SKILL.md +41 -0
  3196. package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
  3197. package/skills/web-artifacts-builder/LICENSE.txt +202 -0
  3198. package/skills/web-artifacts-builder/SKILL.md +74 -0
  3199. package/skills/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
  3200. package/skills/web-artifacts-builder/scripts/init-artifact.sh +322 -0
  3201. package/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  3202. package/skills/web-design-guidelines/SKILL.md +36 -0
  3203. package/skills/web-performance-optimization/SKILL.md +646 -0
  3204. package/skills/web3-testing/SKILL.md +427 -0
  3205. package/skills/webapp-testing/LICENSE.txt +202 -0
  3206. package/skills/webapp-testing/SKILL.md +96 -0
  3207. package/skills/webapp-testing/scripts/with_server.py +106 -0
  3208. package/skills/webflow-automation/SKILL.md +236 -0
  3209. package/skills/whatsapp-automation/SKILL.md +214 -0
  3210. package/skills/wiki-architect/SKILL.md +60 -0
  3211. package/skills/wiki-changelog/SKILL.md +27 -0
  3212. package/skills/wiki-onboarding/SKILL.md +77 -0
  3213. package/skills/wiki-page-writer/SKILL.md +65 -0
  3214. package/skills/wiki-qa/SKILL.md +34 -0
  3215. package/skills/wiki-researcher/SKILL.md +65 -0
  3216. package/skills/wiki-vitepress/SKILL.md +148 -0
  3217. package/skills/windows-privilege-escalation/SKILL.md +496 -0
  3218. package/skills/wireshark-analysis/SKILL.md +497 -0
  3219. package/skills/wordpress-penetration-testing/SKILL.md +485 -0
  3220. package/skills/workflow-automation/SKILL.md +68 -0
  3221. package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
  3222. package/skills/workflow-patterns/SKILL.md +38 -0
  3223. package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
  3224. package/skills/wrike-automation/SKILL.md +233 -0
  3225. package/skills/writing-plans/SKILL.md +116 -0
  3226. package/skills/writing-skills/SKILL.md +125 -0
  3227. package/skills/writing-skills/anthropic-best-practices.md +1150 -0
  3228. package/skills/writing-skills/examples.md +282 -0
  3229. package/skills/writing-skills/gotchas.md +197 -0
  3230. package/skills/writing-skills/graphviz-conventions.dot +172 -0
  3231. package/skills/writing-skills/persuasion-principles.md +187 -0
  3232. package/skills/writing-skills/references/anti-rationalization/README.md +255 -0
  3233. package/skills/writing-skills/references/cso/README.md +268 -0
  3234. package/skills/writing-skills/references/standards/README.md +152 -0
  3235. package/skills/writing-skills/references/standards/metadata-standard.md +65 -0
  3236. package/skills/writing-skills/references/templates/discipline.md +54 -0
  3237. package/skills/writing-skills/references/templates/pattern.md +48 -0
  3238. package/skills/writing-skills/references/templates/reference.md +35 -0
  3239. package/skills/writing-skills/references/templates/technique.md +59 -0
  3240. package/skills/writing-skills/references/templates/tier-3-platform.md +19 -0
  3241. package/skills/writing-skills/references/testing/README.md +204 -0
  3242. package/skills/writing-skills/references/tier-1-simple/README.md +75 -0
  3243. package/skills/writing-skills/references/tier-2-expanded/README.md +69 -0
  3244. package/skills/writing-skills/references/tier-3-platform/README.md +98 -0
  3245. package/skills/writing-skills/render-graphs.js +168 -0
  3246. package/skills/writing-skills/testing-skills-with-subagents.md +384 -0
  3247. package/skills/x-article-publisher-skill/SKILL.md +22 -0
  3248. package/skills/xlsx/LICENSE.txt +30 -0
  3249. package/skills/xlsx/SKILL.md +289 -0
  3250. package/skills/xlsx/recalc.py +178 -0
  3251. package/skills/xlsx-official/LICENSE.txt +30 -0
  3252. package/skills/xlsx-official/SKILL.md +289 -0
  3253. package/skills/xlsx-official/recalc.py +178 -0
  3254. package/skills/xss-html-injection/SKILL.md +499 -0
  3255. package/skills/youtube-automation/SKILL.md +218 -0
  3256. package/skills/youtube-summarizer/CHANGELOG.md +66 -0
  3257. package/skills/youtube-summarizer/README.md +365 -0
  3258. package/skills/youtube-summarizer/SKILL.md +411 -0
  3259. package/skills/youtube-summarizer/scripts/extract-transcript.py +65 -0
  3260. package/skills/youtube-summarizer/scripts/install-dependencies.sh +28 -0
  3261. package/skills/zapier-make-patterns/SKILL.md +67 -0
  3262. package/skills/zendesk-automation/SKILL.md +215 -0
  3263. package/skills/zoho-crm-automation/SKILL.md +206 -0
  3264. package/skills/zoom-automation/SKILL.md +217 -0
  3265. package/skills/zustand-store-ts/SKILL.md +68 -0
@@ -0,0 +1,157 @@
1
+ ---
2
+ title: "Sheets | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/sheets
4
+
5
+ # Sheets
6
+
7
+ A sheet helps people perform a scoped task that’s closely related to their current context.
8
+
9
+ ![A stylized representation of a sheet extending down from the top of a window. The image is tinted red to subtly reflect the red in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/357ff0b017e9241da82888bd3aec4372/components-sheet-intro%402x.png)
10
+
11
+ By default, a sheet is _modal_ , presenting a targeted experience that prevents people from interacting with the parent view until they dismiss the sheet (for more on modal presentation, see [Modality](https://developer.apple.com/design/human-interface-guidelines/modality)). A modal sheet is useful for requesting specific information from people or presenting a simple task that they can complete before returning to the parent view. For example, a sheet might let people supply information needed to complete an action, such as attaching a file, choosing the location for a move or save, or specifying the format for a selection.
12
+
13
+ In macOS, visionOS, and watchOS, a sheet is always modal, but in iOS and iPadOS, a sheet can also be nonmodal. When a nonmodal sheet is onscreen, people use its functionality to directly affect the current task in the parent view without dismissing the sheet. For example, Notes on iPhone and iPad uses a nonmodal sheet to help people apply different formatting to various text selections as they edit a note.
14
+
15
+ ![A screenshot of an in-progress note on iPhone. Several words are selected and highlighted. In the bottom half of the screen, the format sheet shows that the selected words use the regular body font.](https://docs-assets.developer.apple.com/published/56830eea369c54ce82f6867a0907f3f3/sheets-nonmodal-notes-text-regular%402x.png)
16
+
17
+ The Notes format sheet lets people apply formatting to selected text in the editing view.
18
+
19
+ ![A screenshot of the same in-progress note on iPhone. Different words are selected and highlighted. The format sheet shows that the selected words use the body font in italics.](https://docs-assets.developer.apple.com/published/f7b427fb2d880e16df4ed1025a43b47c/sheets-nonmodal-notes-text-italic%402x.png)
20
+
21
+ Because the sheet is nonmodal, people can make additional text selections without dismissing the sheet.
22
+
23
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/sheets#Best-practices)
24
+
25
+ **Use a sheet to present simple content or tasks.** A sheet allows some of the parent view to remain visible, helping people retain their original context as they interact with the sheet.
26
+
27
+ **For complex or prolonged user flows, consider alternatives to sheets.** For example, iOS and iPadOS offer a full-screen style of modal view that can work well to display content like videos, photos, or camera views or to help people perform multistep tasks like document or photo editing. (For developer guidance, see [`UIModalPresentationStyle.fullScreen`](https://developer.apple.com/documentation/UIKit/UIModalPresentationStyle/fullScreen).) In a macOS experience, you might want to open a new window or let people enter full-screen mode instead of using a sheet. For example, a self-contained task like editing a document tends to work well in a separate window, whereas [going full screen](https://developer.apple.com/design/human-interface-guidelines/going-full-screen) can help people view media. In visionOS, you can give people a way to transition your app to a Full Space where they can dive into content or a task; for guidance, see [Immersive experiences](https://developer.apple.com/design/human-interface-guidelines/immersive-experiences).
28
+
29
+ **Display only one sheet at a time from the main interface.** When people close a sheet, they expect to return to the parent view or window. If closing a sheet takes people back to another sheet, they can lose track of where they are in your app. If something people do within a sheet results in another sheet appearing, close the first sheet before displaying the new one. If necessary, you can display the first sheet again after people dismiss the second one.
30
+
31
+ **Use a nonmodal view when you want to present supplementary items that affect the main task in the parent view.** To give people access to information and actions they need while continuing to interact with the main window, consider using a [split view](https://developer.apple.com/design/human-interface-guidelines/split-views) in visionOS or a [panel](https://developer.apple.com/design/human-interface-guidelines/panels) in macOS; in iOS and iPadOS, you can use a nonmodal sheet for this workflow. For guidance, see [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/sheets#iOS-iPadOS).
32
+
33
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/sheets#Platform-considerations)
34
+
35
+ _No additional considerations for tvOS._
36
+
37
+ ### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/sheets#iOS-iPadOS)
38
+
39
+ A resizable sheet expands when people scroll its contents or drag the _grabber_ , which is a small horizontal indicator that can appear at the top edge of a sheet. Sheets resize according to their _detents_ , which are particular heights at which a sheet naturally rests. Designed for iPhone, detents specify particular heights at which a sheet naturally rests. The system defines two detents: _large_ is the height of a fully expanded sheet and _medium_ is about half of the fully expanded height.
40
+
41
+ ![An illustration showing an iPhone screen in portrait orientation containing a solid rounded rectangle that occupies almost all of the screen, representing a full-screen sheet. A rounded close button appears in the upper-left corner of the sheet.](https://docs-assets.developer.apple.com/published/c2a600adb5237892585d71d2ae61c9a6/sheets-large-detent%402x.png)
42
+
43
+ Large detent
44
+
45
+ ![An illustration showing an iPhone screen in portrait orientation containing a solid rounded rectangle that occupies half of the screen, representing a half-screen sheet. A rounded close button appears in the upper-left corner of the sheet.](https://docs-assets.developer.apple.com/published/413ac0d4cf462891f2ba9d0cd4bb01f1/sheets-medium-detent%402x.png)
46
+
47
+ Medium detent
48
+
49
+ Sheets automatically support the large detent. Adding the medium detent allows the sheet to rest at both heights, whereas specifying only medium prevents the sheet from expanding to full height. For developer guidance, see [`detents`](https://developer.apple.com/documentation/UIKit/UISheetPresentationController/detents).
50
+
51
+ **In an iPhone app, consider supporting the medium detent to allow progressive disclosure of the sheet’s content.** For example, a share sheet displays the most relevant items within the medium detent, where they’re visible without resizing. To view more items, people can scroll or expand the sheet. In contrast, you might not want to support the medium detent if a sheet’s content is more useful when it displays at full height. For example, the compose sheets in Messages and Mail display only at full height to give people enough room to create content.
52
+
53
+ **Include a grabber in a resizable sheet.** A grabber shows people that they can drag the sheet to resize it; they can also tap it to cycle through the detents. In addition to providing a visual indicator of resizability, a grabber also works with VoiceOver so people can resize the sheet without seeing the screen. For developer guidance, see [`prefersGrabberVisible`](https://developer.apple.com/documentation/UIKit/UISheetPresentationController/prefersGrabberVisible).
54
+
55
+ **Support swiping to dismiss a sheet.** People expect to swipe vertically to dismiss a sheet instead of tapping a dismiss button. If people have unsaved changes in the sheet when they begin swiping to dismiss it, use an action sheet to let them confirm their action.
56
+
57
+ **Position Done and Cancel buttons as people expect.** Typically, a Done or Dismiss button belongs in a sheet’s top-right corner in a left-to-right layout. The Cancel button belongs in a sheet’s top-left corner.
58
+
59
+ The exception to this is for sheets with additional subviews, where the Cancel button belongs in the top-right; this provides room for the Back button in the top-left on pages after the first. At the end of the navigation flow, replace the Cancel button with the Done button.
60
+
61
+ ![An illustration of the top half of a sheet on iPhone. A Cancel button appears in the top-left corner of the view.](https://docs-assets.developer.apple.com/published/4c0ea03add08b05592c51ed58ebb79f1/sheets-close-button-placement-no-back%402x.png)
62
+
63
+ Placement of the Cancel button when it appears by itself
64
+
65
+ ![An illustration of the top half of a sheet on iPhone. A Back button appears in the top-left corner of the view, and a Cancel button appears in the top-right corner.](https://docs-assets.developer.apple.com/published/4325d8e5db78c585b01a7137e34189c7/sheets-close-button-placement-with-back%402x.png)
66
+
67
+ Placement of the Cancel button when it appears as part of a multi-step flow
68
+
69
+ **Prefer using the page or form sheet presentation styles in an iPadOS app.** Each style uses a default size for the sheet, centering its content on top of a dimmed background view and providing a consistent experience. For developer guidance, see [`UIModalPresentationStyle`](https://developer.apple.com/documentation/UIKit/UIModalPresentationStyle).
70
+
71
+ ### [macOS](https://developer.apple.com/design/human-interface-guidelines/sheets#macOS)
72
+
73
+ In macOS, a sheet is a cardlike view with rounded corners that floats on top of its parent window. The parent window is dimmed while the sheet is onscreen, signaling that people can’t interact with it until they dismiss the sheet. However, people expect to interact with other app windows before dismissing a sheet.
74
+
75
+ ![A screenshot of the Notes app, with the What's New in Notes sheet centered on top of a dimmed Notes document in the background.](https://docs-assets.developer.apple.com/published/582e02d0df9b4a07dea002053f9ec6ea/sheets-macos-notes%402x.png)
76
+
77
+ **Present a sheet in a reasonable default size.** People don’t generally expect to resize sheets, so it’s important to use a size that’s appropriate for the content you display. In some cases, however, people appreciate a resizable sheet — such as when they need to expand the contents for a clearer view — so it’s a good idea to support resizing.
78
+
79
+ **Let people interact with other app windows without first dismissing a sheet.** When a sheet opens, you bring its parent window to the front — if the parent window is a document window, you also bring forward its modeless document-related panels. When people want to interact with other windows in your app, make sure they can bring those windows forward even if they haven’t dismissed the sheet yet.
80
+
81
+ **Position a sheet’s dismiss buttons as people expect.** People expect to find all buttons that dismiss a sheet — including Done, OK, and Cancel — at the bottom of the view, in the trailing corner.
82
+
83
+ **Use a panel instead of a sheet if people need to repeatedly provide input and observe results.** A find and replace panel, for example, might let people initiate replacements individually, so they can observe the result of each search for correctness. For guidance, see [Panels](https://developer.apple.com/design/human-interface-guidelines/panels).
84
+
85
+ ### [visionOS](https://developer.apple.com/design/human-interface-guidelines/sheets#visionOS)
86
+
87
+ While a sheet is visible in a visionOS app, it floats in front of its parent window, dimming it, and becoming the target of people’s interactions with the app.
88
+
89
+ Video with custom controls.
90
+
91
+ Content description: A recording showing a sheet opening above a blank window in visionOS.
92
+
93
+ Play
94
+
95
+ **Avoid displaying a sheet that emerges from the bottom edge of a window.** To help people view the sheet, prefer centering it in their [field of view](https://developer.apple.com/design/human-interface-guidelines/spatial-layout#Field-of-view).
96
+
97
+ **Present a sheet in a default size that helps people retain their context.** Avoid displaying a sheet that covers most or all of its window, but consider letting people resize the sheet if they want.
98
+
99
+ ### [watchOS](https://developer.apple.com/design/human-interface-guidelines/sheets#watchOS)
100
+
101
+ In watchOS, a sheet is a full-screen view that slides over your app’s current content. The sheet is semitransparent to help maintain the current context, but the system applies a material to the background that blurs and desaturates the covered content.
102
+
103
+ ![A screenshot of a sheet with a primary Action button and a default cancel button on Apple Watch.](https://docs-assets.developer.apple.com/published/fcdad96a098bea9c7b98a114403e46f2/sheets-watch-overlay%402x.png)
104
+
105
+ **Use a sheet only when your modal task requires a custom title or custom content presentation.** If you need to give people important information or present a set of choices, consider using an [alert](https://developer.apple.com/design/human-interface-guidelines/alerts) or [action sheet](https://developer.apple.com/design/human-interface-guidelines/action-sheets).
106
+
107
+ **Keep sheet interactions brief and occasional.** Use a sheet only as a temporary interruption to the current workflow, and only to facilitate an important task. Avoid using a sheet to help people navigate your app’s content.
108
+
109
+ **Change the default label of the dismiss control only if it makes sense in your app.** By default, the sheet displays a round Cancel button in the upper left corner. Use this button when the sheet lets people make changes to the app’s behavior or to their data. If your sheet simply presents information without enabling a task, use the standard Done button instead. You can use a [toolbar](https://developer.apple.com/design/human-interface-guidelines/toolbars) to display multiple buttons.
110
+
111
+ ![A screenshot of a watch displaying a sheet with the standard check mark Done button on Apple Watch.](https://docs-assets.developer.apple.com/published/bc70ac8a01bd110befa02132e9f53672/sheets-watch-custom%402x.png)
112
+
113
+ The standard Done button
114
+
115
+ **If you change the default label, prefer using SF Symbols to represent the action.** Avoid using a label that might mislead people into thinking that the sheet is part of a hierarchical navigation interface. Also, if the text in the top-leading corner looks like a page or app title, people won’t know how to dismiss the sheet. For guidance, see [Standard icons](https://developer.apple.com/design/human-interface-guidelines/icons#Standard-icons).
116
+
117
+ ![A screenshot that shows a top toolbar with the default Cancel button at the top of the screen on Apple Watch.](https://docs-assets.developer.apple.com/published/4b2b3901392b3a2101bf98fbee0b7809/modal-sheet-watchos-do%402x.png)
118
+
119
+ ![A checkmark in a circle to indicate correct usage.](https://docs-assets.developer.apple.com/published/88662da92338267bb64cd2275c84e484/checkmark%402x.png)
120
+
121
+ ![A screenshot that shows a top toolbar with a custom Back button at the top of the screen on Apple Watch.](https://docs-assets.developer.apple.com/published/3342cdf046b51d5b7e22008f4fa36cf8/modal-sheet-watchos-do-not-1%402x.png)
122
+
123
+ ![An X in a circle to indicate incorrect usage.](https://docs-assets.developer.apple.com/published/209f6f0fc8ad99d9bf59e12d82d06584/crossout%402x.png)
124
+
125
+ ![A screenshot that shows a top toolbar with a button with the words Page title at the top of the screen on Apple Watch.](https://docs-assets.developer.apple.com/published/7e655a4130904ed5def637dde60325f9/modal-sheet-watchos-do-not-2%402x.png)
126
+
127
+ ![An X in a circle to indicate incorrect usage.](https://docs-assets.developer.apple.com/published/209f6f0fc8ad99d9bf59e12d82d06584/crossout%402x.png)
128
+
129
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/sheets#Resources)
130
+
131
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/sheets#Related)
132
+
133
+ [Modality](https://developer.apple.com/design/human-interface-guidelines/modality)
134
+
135
+ [Action sheets](https://developer.apple.com/design/human-interface-guidelines/action-sheets)
136
+
137
+ [Popovers](https://developer.apple.com/design/human-interface-guidelines/popovers)
138
+
139
+ [Panels](https://developer.apple.com/design/human-interface-guidelines/panels)
140
+
141
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/sheets#Developer-documentation)
142
+
143
+ [`sheet(item:onDismiss:content:)`](https://developer.apple.com/documentation/SwiftUI/View/sheet\(item:onDismiss:content:\)) — SwiftUI
144
+
145
+ [`UISheetPresentationController`](https://developer.apple.com/documentation/UIKit/UISheetPresentationController) — UIKit
146
+
147
+ [`presentAsSheet(_:)`](https://developer.apple.com/documentation/AppKit/NSViewController/presentAsSheet\(_:\)) — AppKit
148
+
149
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/sheets#Change-log)
150
+
151
+ Date| Changes
152
+ ---|---
153
+ March 29, 2024| Added guidance to use form or page sheet styles in iPadOS apps.
154
+ December 5, 2023| Recommended using a split view to offer supplementary items in a visionOS app.
155
+ June 21, 2023| Updated to include guidance for visionOS.
156
+ June 5, 2023| Updated guidance for using sheets in watchOS.
157
+
@@ -0,0 +1,99 @@
1
+ ---
2
+ name: hig-components-layout
3
+ version: 1.0.0
4
+ description: >
5
+ Apple Human Interface Guidelines for layout and navigation components. Use this skill when the user
6
+ asks about "sidebar", "split view", "tab bar", "tab view", "scroll view", "window design", "panel",
7
+ "list view", "table view", "column view", "outline view", "navigation structure", "app layout",
8
+ "boxes", "ornaments", or organizing content hierarchically in Apple apps.
9
+ Also use when the user says "how should I organize my app", "what navigation pattern should I use",
10
+ "my layout breaks on iPad", "how do I build a sidebar", "should I use tabs or a sidebar",
11
+ or "my app doesn't adapt to different screen sizes".
12
+ Cross-references: hig-foundations for layout/spacing principles, hig-platforms for platform-specific
13
+ navigation, hig-patterns for multitasking and full-screen, hig-components-content for content display.
14
+ ---
15
+
16
+ # Apple HIG: Layout and Navigation Components
17
+
18
+ Check for `.claude/apple-design-context.md` before asking questions. Use existing context and only ask for information not already covered.
19
+
20
+ ## Key Principles
21
+
22
+ 1. **Organize hierarchically.** Structure information from broad categories to specific details. Sidebars for top-level sections, lists for browsable items, detail views for individual content.
23
+
24
+ 2. **Use standard navigation patterns.** Tab bars for flat navigation between peer sections (iPhone). Sidebars for deep hierarchical navigation (iPad, Mac). Match the pattern to the information architecture and platform.
25
+
26
+ 3. **Adapt to screen size.** Three-column on iPad collapses to single-column on iPhone. Use size classes and adaptive APIs (NavigationSplitView) for automatic adaptation.
27
+
28
+ 4. **Support multitasking on iPad.** Respond gracefully to Split View, Slide Over, and Stage Manager. Test at every split ratio and size class transition.
29
+
30
+ 5. **Maintain spatial consistency on visionOS.** Windows, volumes, and ornaments in shared space. Position predictably. Use ornaments for toolbars and controls without occluding content.
31
+
32
+ 6. **Use scroll views for overflow content.** Enable paging for discrete content units. Support pull-to-refresh where appropriate. Respect safe areas.
33
+
34
+ 7. **Keep navigation predictable.** Users should always know where they are, how they got there, and how to go back. Use back buttons, breadcrumbs, and clear section titles.
35
+
36
+ 8. **Prefer system components.** UINavigationController, UISplitViewController, NavigationSplitView, and TabView provide built-in adaptivity, accessibility, and state restoration.
37
+
38
+ ## Reference Index
39
+
40
+ | Reference | Topic | Key content |
41
+ |---|---|---|
42
+ | [sidebars.md](references/sidebars.md) | Sidebars | Source lists, selection state, collapsible sections, iPad/Mac patterns |
43
+ | [column-views.md](references/column-views.md) | Column Views | Finder-style browsing, progressive disclosure through columns |
44
+ | [outline-views.md](references/outline-views.md) | Outline Views | Expandable hierarchies, disclosure triangles, tree structures |
45
+ | [split-views.md](references/split-views.md) | Split Views | Two/three column layouts, NavigationSplitView, adaptive collapse |
46
+ | [tab-views.md](references/tab-views.md) | Tab Views | Segmented tabs, page-style tabs, macOS tab grouping |
47
+ | [tab-bars.md](references/tab-bars.md) | Tab Bars | Bottom tab bars (iOS), badge counts, max tab count |
48
+ | [scroll-views.md](references/scroll-views.md) | Scroll Views | Paging, scroll indicators, content insets, pull-to-refresh |
49
+ | [windows.md](references/windows.md) | Windows | macOS/visionOS window management, sizing, full-screen, restoration |
50
+ | [panels.md](references/panels.md) | Panels | Inspector panels, utility panels, floating panels, macOS conventions |
51
+ | [lists-and-tables.md](references/lists-and-tables.md) | Lists and Tables | Plain/grouped/inset-grouped styles, swipe actions, section headers |
52
+ | [boxes.md](references/boxes.md) | Boxes | Content grouping containers, labeled boxes, macOS grouping |
53
+ | [ornaments.md](references/ornaments.md) | Ornaments | visionOS toolbar attachments, positioning, visibility |
54
+
55
+ ## Navigation Pattern Selection
56
+
57
+ | App Structure | Recommended Pattern | Platform Adaptation |
58
+ |---|---|---|
59
+ | 3-5 peer top-level sections | Tab Bar | iPhone: bottom tab bar. iPad: sidebar (`.sidebarAdaptable`, iPadOS 18+). Mac: sidebar or toolbar tabs |
60
+ | Deep hierarchical content | Sidebar + NavigationSplitView | iPhone: single column stack. iPad: two/three columns. Mac: full multi-column |
61
+ | Deep file/folder tree | Column View | Mac: Finder-style. iPad: adaptable. iPhone: push navigation |
62
+ | Flat list with detail | Split View (two column) | iPhone: push/pop stack. iPad/Mac: primary + detail columns |
63
+ | Document-based with inspectors | Window + Panels | Mac: main window with inspector. iPad: sheet or popover |
64
+ | Spatial app with tools | Window + Ornaments | visionOS: ornaments on window. Other platforms: toolbars |
65
+
66
+ ## Layout Adaptation Checklist
67
+
68
+ - [ ] **Compact width (iPhone portrait):** Navigation collapses to single stack? Tab bars visible?
69
+ - [ ] **Regular width (iPad landscape, Mac):** Navigation expands to sidebar + detail? Space used well?
70
+ - [ ] **Multitasking (iPad):** Adapts at every split ratio? Works in Slide Over?
71
+ - [ ] **Accessibility:** Supports Dynamic Type at all sizes? VoiceOver order logical?
72
+ - [ ] **Orientation:** Content reflows between portrait and landscape?
73
+ - [ ] **visionOS:** Windows positioned ergonomically? Ornaments accessible? Depth meaningful?
74
+
75
+ ## Output Format
76
+
77
+ 1. **Recommended navigation pattern** with rationale for the app's information architecture.
78
+ 2. **Layout hierarchy** from root container down (e.g., TabView > NavigationSplitView > List > Detail).
79
+ 3. **Platform adaptation** across targeted platforms and size classes.
80
+ 4. **Size class behavior** at each transition.
81
+
82
+ ## Questions to Ask
83
+
84
+ 1. What is the app's information architecture? (Sections, hierarchy depth, top-level categories?)
85
+ 2. How many top-level sections?
86
+ 3. Which platforms?
87
+ 4. Need multitasking on iPad?
88
+ 5. SwiftUI or UIKit?
89
+
90
+ ## Related Skills
91
+
92
+ - **hig-foundations** -- Layout spacing, margins, safe areas, alignment
93
+ - **hig-platforms** -- Platform-specific navigation conventions
94
+ - **hig-patterns** -- Multitasking, full-screen, and launching patterns
95
+ - **hig-components-content** -- Content displayed within layout containers
96
+
97
+ ---
98
+
99
+ *Built by [Raintree Technology](https://raintree.technology) · [More developer tools](https://raintree.technology)*
@@ -0,0 +1,48 @@
1
+ ---
2
+ title: "Boxes | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/boxes
4
+
5
+ # Boxes
6
+
7
+ A box creates a visually distinct group of logically related information and components.
8
+
9
+ ![A stylized representation of a group of interface elements within a rounded rectangle. The image is tinted red to subtly reflect the red in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/6e253271e9888e8d596d1d5b601d90f3/components-box-intro%402x.png)
10
+
11
+ By default, a box uses a visible border or background color to separate its contents from the rest of the interface. A box can also include a title.
12
+
13
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/boxes#Best-practices)
14
+
15
+ **Prefer keeping a box relatively small in comparison with its containing view.** As a box’s size gets close to the size of the containing window or screen, it becomes less effective at communicating the separation of grouped content, and it can crowd other content.
16
+
17
+ **Consider using padding and alignment to communicate additional grouping within a box.** A box’s border is a distinct visual element — adding nested boxes to define subgroups can make your interface feel busy and constrained.
18
+
19
+ ## [Content](https://developer.apple.com/design/human-interface-guidelines/boxes#Content)
20
+
21
+ **Provide a succinct introductory title if it helps clarify the box’s contents.** The appearance of a box helps people understand that its contents are related, but it might make sense to provide more detail about the relationship. Also, a title can help VoiceOver users predict the content they encounter within the box.
22
+
23
+ **If you need a title, write a brief phrase that describes the contents.** Use sentence-style capitalization. Avoid ending punctuation unless you use a box in a settings pane, where you append a colon to the title.
24
+
25
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/boxes#Platform-considerations)
26
+
27
+ _No additional considerations for visionOS. Not supported in tvOS or watchOS._
28
+
29
+ ### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/boxes#iOS-iPadOS)
30
+
31
+ By default, iOS and iPadOS use the secondary and tertiary background [colors](https://developer.apple.com/design/human-interface-guidelines/color) in boxes.
32
+
33
+ ### [macOS](https://developer.apple.com/design/human-interface-guidelines/boxes#macOS)
34
+
35
+ By default, macOS displays a box’s title above it.
36
+
37
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/boxes#Resources)
38
+
39
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/boxes#Related)
40
+
41
+ [Layout](https://developer.apple.com/design/human-interface-guidelines/layout)
42
+
43
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/boxes#Developer-documentation)
44
+
45
+ [`GroupBox`](https://developer.apple.com/documentation/SwiftUI/GroupBox) — SwiftUI
46
+
47
+ [`NSBox`](https://developer.apple.com/documentation/AppKit/NSBox) — AppKit
48
+
@@ -0,0 +1,44 @@
1
+ ---
2
+ title: "Column views | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/column-views
4
+
5
+ # Column views
6
+
7
+ A column view — also called a _browser_ — lets people view and navigate a data hierarchy using a series of vertical columns.
8
+
9
+ ![A stylized representation of three columns containing a list of folders, images, and file information. The image is tinted red to subtly reflect the red in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/34ebf07677359428c45cbda0b9c1641e/components-column-view-intro%402x.png)
10
+
11
+ Each column represents one level of the hierarchy and contains horizontal rows of data items. Within a column, any parent item that contains nested child items is marked with a triangle icon. When people select a parent, the next column displays its children. People can continue navigating in this way until they reach an item with no children, and can also navigate back up the hierarchy to explore other branches of data.
12
+
13
+ Note
14
+
15
+ If you need to manage the presentation of hierarchical content in your iPadOS or visionOS app, consider using a [split view](https://developer.apple.com/design/human-interface-guidelines/split-views).
16
+
17
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/column-views#Best-practices)
18
+
19
+ Consider using a column view when you have a deep data hierarchy in which people tend to navigate back and forth frequently between levels, and you don’t need the sorting capabilities that a [list or table](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables) provides. For example, Finder offers a column view (in addition to icon, list, and gallery views) for navigating directory structures.
20
+
21
+ **Show the root level of your data hierarchy in the first column.** People know they can quickly scroll back to the first column to begin navigating the hierarchy from the top again.
22
+
23
+ **Consider showing information about the selected item when there are no nested items to display.** The Finder, for example, shows a preview of the selected item and information like the creation date, modification date, file type, and size.
24
+
25
+ **Let people resize columns.** This is especially important if the names of some data items are too long to fit within the default column width.
26
+
27
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/column-views#Platform-considerations)
28
+
29
+ _Not supported in iOS, iPadOS, tvOS, visionOS, or watchOS._
30
+
31
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/column-views#Resources)
32
+
33
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/column-views#Related)
34
+
35
+ [Lists and tables](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables)
36
+
37
+ [Outline views](https://developer.apple.com/design/human-interface-guidelines/outline-views)
38
+
39
+ [Split views](https://developer.apple.com/design/human-interface-guidelines/split-views)
40
+
41
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/column-views#Developer-documentation)
42
+
43
+ [`NSBrowser`](https://developer.apple.com/documentation/AppKit/NSBrowser) — AppKit
44
+
@@ -0,0 +1,99 @@
1
+ ---
2
+ title: "Lists and tables | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/lists-and-tables
4
+
5
+ # Lists and tables
6
+
7
+ Lists and tables present data in one or more columns of rows.
8
+
9
+ ![A stylized representation of a three-row table with header and footer text. The image is tinted red to subtly reflect the red in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/c3e26d2515ac05cae7aba2704f8640d6/components-lists-and-tables-intro%402x.png)
10
+
11
+ A table or list can represent data that’s organized in groups or hierarchies, and it can support user interactions like selecting, adding, deleting, and reordering. Apps and games in all platforms can use tables to present content and options; many apps use lists to express an overall information hierarchy and help people navigate it. For example, iOS Settings uses a hierarchy of lists to help people choose options, and several apps — such as Mail in iPadOS and macOS — use a table within a [split view](https://developer.apple.com/design/human-interface-guidelines/split-views).
12
+
13
+ Sometimes, people need to work with complex data in a multicolumn table or a spreadsheet. Apps that offer productivity tasks often use a table to represent various characteristics or attributes of the data in separate, sortable columns.
14
+
15
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Best-practices)
16
+
17
+ **Prefer displaying text in a list or table.** A table can include any type of content, but the row-based format is especially well suited to making text easy to scan and read. If you have items that vary widely in size — or you need to display a large number of images — consider using a [collection](https://developer.apple.com/design/human-interface-guidelines/collections) instead.
18
+
19
+ **Let people edit a table when it makes sense.** People appreciate being able to reorder a list, even if they can’t add or remove items. In iOS and iPadOS, people must enter an edit mode before they can select table items.
20
+
21
+ **Provide appropriate feedback when people select a list item.** The feedback can vary depending on whether selecting the item reveals a new view or toggles the item’s state. In general, a table that helps people navigate through a hierarchy persistently highlights the selected row to clarify the path people are taking. In contrast, a table that lists options often highlights a row only briefly before adding an image — such as a checkmark — indicating that the item is selected.
22
+
23
+ ## [Content](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Content)
24
+
25
+ **Keep item text succinct so row content is comfortable to read.** Short, succinct text can help minimize truncation and wrapping, making text easier to read and scan. If each item consists of a large amount of text, consider alternatives that help you avoid displaying over-large table rows. For example, you could list item titles only, letting people choose an item to reveal its content in a detail view.
26
+
27
+ **Consider ways to preserve readability of text that might otherwise get clipped or truncated.** When a table is narrow — for example, if people can vary its width — you want content to remain recognizable and easy to read. Sometimes, an ellipsis in the middle of text can make an item easier to distinguish because it preserves both the beginning and the end of the content.
28
+
29
+ **Use descriptive column headings in a multicolumn table.** Use nouns or short noun phrases with [title-style capitalization](https://support.apple.com/guide/applestyleguide/c-apsgb744e4a3/web#apdca93e113f1d64), and don’t add ending punctuation. If you don’t include a column heading in a single-column table view, use a label or a header to help people understand the context.
30
+
31
+ ## [Style](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Style)
32
+
33
+ **Choose a table or list style that coordinates with your data and platform.** Some styles use visual details to help communicate grouping and hierarchy or to provide specific experiences. In iOS and iPadOS, for example, the grouped style uses headers, footers, and additional space to separate groups of data; the elliptical style available in watchOS makes items appear as if they’re rolling off a rounded surface as people scroll; and macOS defines a bordered style that uses alternating row backgrounds to help make large tables easier to use. For developer guidance, see [`ListStyle`](https://developer.apple.com/documentation/SwiftUI/ListStyle).
34
+
35
+ **Choose a row style that fits the information you need to display.** For example, you might need to display a small image in the leading end of a row, followed by a brief explanatory label. Some platforms provide built-in row styles you can use to arrange content in list rows, such as the [`UIListContentConfiguration`](https://developer.apple.com/documentation/UIKit/UIListContentConfiguration-swift.struct) API you can use to lay out content in a list’s rows, headers, and footers in iOS, iPadOS, and tvOS.
36
+
37
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Platform-considerations)
38
+
39
+ ### [iOS, iPadOS, visionOS](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#iOS-iPadOS-visionOS)
40
+
41
+ **Use an info button only to reveal more information about a row’s content.** An info button — called a _detail disclosure button_ when it appears in a list row — doesn’t support navigation through a hierarchical table or list. If you need to let people drill into a list or table row’s subviews, use a disclosure indicator accessory control. For developer guidance, see [`UITableViewCell.AccessoryType.disclosureIndicator`](https://developer.apple.com/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/disclosureIndicator).
42
+
43
+ ![An illustration of a grouped list of rows. Each list item includes an info button at the trailing end of the row.](https://docs-assets.developer.apple.com/published/fd301d26835e0341b95eaa2027f200f2/info-button-in-list%402x.png)An info button shows details about a list item; it doesn’t support navigation.
44
+
45
+ ![An illustration of a grouped list of rows. Each list item includes a right-pointing chevron at the trailing end of the row.](https://docs-assets.developer.apple.com/published/dcb3678fe458846713b03756ab5e1a28/disclosure-indicator-in-list%402x.png)A disclosure indicator reveals the next level in a hierarchy; it doesn’t show details about the item.
46
+
47
+ **Avoid adding an index to a table that displays controls — like disclosure indicators — in the trailing ends of its rows.** An _index_ typically consists of the letters in an alphabet, displayed vertically at the trailing side of a list. People can jump to a specific section in the list by choosing the index letter that maps to it. Because both the index and elements like disclosure indicators appear on the trailing side of a list, it can be difficult for people to use one element without activating the other.
48
+
49
+ ### [macOS](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#macOS)
50
+
51
+ **When it provides value, let people click a column heading to sort a table view based on that column**. If people click the heading of a column that’s already sorted, re-sort the data in the opposite direction.
52
+
53
+ **Let people resize columns.** Data displayed in a table view often varies in width. People appreciate resizing columns to help them concentrate on different areas or reveal clipped data.
54
+
55
+ **Consider using alternating row colors in a multicolumn table.** Alternating colors can help people track row values across columns, especially in a wide table.
56
+
57
+ **Use an outline view instead of a table view to present hierarchical data.** An [outline view](https://developer.apple.com/design/human-interface-guidelines/outline-views) looks like a table view, but includes disclosure triangles for exposing nested levels of data. For example, an outline view might display folders and the items they contain.
58
+
59
+ ### [tvOS](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#tvOS)
60
+
61
+ **Confirm that images near a table still look good as each row highlights and slightly increases in size when it becomes focused.** A focused row’s corners can also become rounded, which may affect the appearance of images on either side of it. Account for this effect as you prepare images, and don’t add your own masks to round the corners.
62
+
63
+ ### [watchOS](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#watchOS)
64
+
65
+ **When possible, limit the number of rows.** Short lists are easier for people to scan, but sometimes people expect a long list of items. For example, if people subscribe to a large number of podcasts, they might think something’s wrong if they can’t view all their items. You can help make a long list more manageable by listing the most relevant items and providing a way for people to view more.
66
+
67
+ **Constrain the length of detail views if you want to support vertical page-based navigation.** People use vertical page-based navigation to swipe vertically among the detail items of different list rows. Navigating in this way saves time because people don’t need to return to the list to tap a new detail item, but it works only when detail views are short. If your detail views scroll, people won’t be able to use vertical page-based navigation to swipe among them.
68
+
69
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Resources)
70
+
71
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Related)
72
+
73
+ [Collections](https://developer.apple.com/design/human-interface-guidelines/collections)
74
+
75
+ [Outline views](https://developer.apple.com/design/human-interface-guidelines/outline-views)
76
+
77
+ [Layout](https://developer.apple.com/design/human-interface-guidelines/layout)
78
+
79
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Developer-documentation)
80
+
81
+ [`List`](https://developer.apple.com/documentation/SwiftUI/List) — SwiftUI
82
+
83
+ [Tables](https://developer.apple.com/documentation/SwiftUI/Tables) — SwiftUI
84
+
85
+ [`UITableView`](https://developer.apple.com/documentation/UIKit/UITableView) — UIKit
86
+
87
+ [`NSTableView`](https://developer.apple.com/documentation/AppKit/NSTableView) — AppKit
88
+
89
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Videos)
90
+
91
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/49/1636D358-5C36-4027-B204-81FFE4D05B7D/3455_wide_250x141_1x.jpg) Stacks, Grids, and Outlines in SwiftUI ](https://developer.apple.com/videos/play/wwdc2020/10031)
92
+
93
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables#Change-log)
94
+
95
+ Date| Changes
96
+ ---|---
97
+ June 21, 2023| Updated to include guidance for visionOS.
98
+ June 5, 2023| Updated guidance to reflect changes in watchOS 10.
99
+
@@ -0,0 +1,56 @@
1
+ ---
2
+ title: "Ornaments | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/ornaments
4
+
5
+ # Ornaments
6
+
7
+ In visionOS, an ornament presents controls and information related to a window, without crowding or obscuring the window’s contents.
8
+
9
+ ![A stylized representation of an ornament at the bottom of a window shown on top of a grid that suggests the canvas of a design tool. The image is tinted red to subtly reflect the red in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/a9012c3e7b1c5d47a4788aefd7a5b48c/components-ornaments-intro%402x.png)
10
+
11
+ An ornament floats in a plane that’s parallel to its associated window and slightly in front of it along the z-axis. If the associated window moves, the ornament moves with it, maintaining its relative position; if the window’s contents scroll, the controls or information in the ornament remain unchanged.
12
+
13
+ Ornaments can appear on any edge of a window and can contain UI components like buttons, segmented controls, and other views. The system uses ornaments to create and manage components like [toolbars](https://developer.apple.com/design/human-interface-guidelines/toolbars), [tab bars](https://developer.apple.com/design/human-interface-guidelines/tab-bars), and video playback controls; you can use an ornament to create a custom component.
14
+
15
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/ornaments#Best-practices)
16
+
17
+ **Consider using an ornament to present frequently needed controls or information in a consistent location that doesn’t clutter the window.** Because an ornament stays close to its window, people always know where to find it. For example, Music uses an ornament to offer Now Playing controls, ensuring that these controls remain in a predictable location that’s easy to find.
18
+
19
+ **In general, keep an ornament visible.** It can make sense to hide an ornament when people dive into a window’s content — for example, when they watch a video or view a photo — but in most cases, people appreciate having consistent access to an ornament’s controls.
20
+
21
+ **If you need to display multiple ornaments, prioritize the overall visual balance of the window.** Ornaments help elevate important actions, but they can sometimes distract from your content. When necessary, consider constraining the total number of ornaments to avoid increasing a window’s visual weight and making your app feel more complicated. If you decide to remove an ornament, you can relocate its elements into the main window.
22
+
23
+ **Aim to keep an ornament’s width the same or narrower than the width of the associated window.** If an ornament is wider than its window, it can interfere with a tab bar or other vertical content on the window’s side.
24
+
25
+ **Consider using borderless buttons in an ornament.** By default, an ornament’s background is [glass](https://developer.apple.com/design/human-interface-guidelines/materials#visionOS), so if you place a button directly on the background, it may not need a visible border. When people look at a borderless button in an ornament, the system automatically applies the hover affect to it (for guidance, see [Eyes](https://developer.apple.com/design/human-interface-guidelines/eyes)).
26
+
27
+ **Use system-provided toolbars and tab bars unless you need to create custom components.** In visionOS, toolbars and tab bars automatically appear as ornaments, so you don’t need to use an ornament to create these components. For developer guidance, see [Toolbars](https://developer.apple.com/documentation/SwiftUI/Toolbars) and [`TabView`](https://developer.apple.com/documentation/SwiftUI/TabView).
28
+
29
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/ornaments#Platform-considerations)
30
+
31
+ _Not supported in iOS, iPadOS, macOS, tvOS, or watchOS._
32
+
33
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/ornaments#Resources)
34
+
35
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/ornaments#Related)
36
+
37
+ [Layout](https://developer.apple.com/design/human-interface-guidelines/layout)
38
+
39
+ [Toolbars](https://developer.apple.com/design/human-interface-guidelines/toolbars)
40
+
41
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/ornaments#Developer-documentation)
42
+
43
+ [`ornament(visibility:attachmentAnchor:contentAlignment:ornament:)`](https://developer.apple.com/documentation/SwiftUI/View/ornament\(visibility:attachmentAnchor:contentAlignment:ornament:\)) — SwiftUI
44
+
45
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/ornaments#Videos)
46
+
47
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/D35E0E85-CCB6-41A1-B227-7995ECD83ED5/38E4EE32-29B5-4478-B8B6-35B8ACA67B16/8130_wide_250x141_1x.jpg) Design for spatial user interfaces ](https://developer.apple.com/videos/play/wwdc2023/10076)
48
+
49
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/ornaments#Change-log)
50
+
51
+ Date| Changes
52
+ ---|---
53
+ February 2, 2024| Added guidance on using multiple ornaments.
54
+ December 5, 2023| Removed a statement about using ornaments to present supplementary items.
55
+ June 21, 2023| New page.
56
+
@@ -0,0 +1,64 @@
1
+ ---
2
+ title: "Outline views | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/outline-views
4
+
5
+ # Outline views
6
+
7
+ An outline view presents hierarchical data in a scrolling list of cells that are organized into columns and rows.
8
+
9
+ ![A stylized representation of a list of folders and images, displayed in an outline view containing four columns: \[Name\], \[Date Modified\], \[Size\], and \[Kind\]. The image is tinted red to subtly reflect the red in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/30462b13b59c89c7ba9e142a2fcef05b/components-outline-view-intro%402x.png)
10
+
11
+ An outline view includes at least one column that contains primary hierarchical data, such as a set of parent containers and their children. You can add columns, as needed, to display attributes that supplement the primary data; for example, sizes and modification dates. Parent containers have disclosure triangles that expand to reveal their children.
12
+
13
+ Finder windows offer an outline view for navigating the file system.
14
+
15
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/outline-views#Best-practices)
16
+
17
+ Outline views work well to display text-based content and often appear in the leading side of a [split view](https://developer.apple.com/design/human-interface-guidelines/split-views), with related content on the opposite side.
18
+
19
+ **Use a table instead of an outline view to present data that’s not hierarchical.** For guidance, see [Lists and tables](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables).
20
+
21
+ **Expose data hierarchy in the first column only.** Other columns can display attributes that apply to the hierarchical data in the primary column.
22
+
23
+ **Use descriptive column headings to provide context.** Use nouns or short noun phrases with [title-style capitalization](https://help.apple.com/applestyleguide/#/apsgb744e4a3?sub=apdca93e113f1d64) and no punctuation; in particular, avoid adding a trailing colon. Always provide column headings in a multi-column outline view. If you don’t include a column heading in a single-column outline view, use a label or other means to make sure there’s enough context.
24
+
25
+ **Consider letting people click column headings to sort an outline view.** In a sortable outline view, people can click a column heading to perform an ascending or descending sort based on that column. You can implement additional sorting based on secondary columns behind the scenes, if necessary. If people click the primary column heading, sorting occurs at each hierarchy level. For example, in the Finder, all top-level folders are sorted, then the items within each folder are sorted. If people click the heading of a column that’s already sorted, the folders and their contents are sorted again in the opposite direction.
26
+
27
+ **Let people resize columns.** Data displayed in an outline view often varies in width. It’s important to let people adjust column width as needed to reveal data that’s wider than the column.
28
+
29
+ **Make it easy for people to expand or collapse nested containers.** For example, clicking a disclosure triangle for a folder in a Finder window expands only that folder. However, Option-clicking the disclosure triangle expands all of its subfolders.
30
+
31
+ **Retain people’s expansion choices.** If people expand various levels of an outline view to reach a specific item, store the state so you can display it again the next time. This way, people won’t need to navigate back to the same place again.
32
+
33
+ **Consider using alternating row colors in multi-column outline views.** Alternating colors can make it easier for people to track row values across columns, especially in wide outline views.
34
+
35
+ **Let people edit data if it makes sense in your app.** In an editable outline view cell, people expect to be able to single-click a cell to edit its contents. Note that a cell can respond differently to a double click. For example, an outline view listing files might let people single-click a file’s name to edit it, but double-click a file’s name to open the file. You can also let people reorder, add, and remove rows if it would be useful.
36
+
37
+ **Consider using a centered ellipsis to truncate cell text instead of clipping it.** An ellipsis in the middle preserves the beginning and end of the cell text, which can make the content more distinct and recognizable than clipped text.
38
+
39
+ **Consider offering a search field to help people find values quickly in a lengthy outline view.** Windows with an outline view as the primary feature often include a search field in the toolbar. For guidance, see [Search fields](https://developer.apple.com/design/human-interface-guidelines/search-fields).
40
+
41
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/outline-views#Platform-considerations)
42
+
43
+ _Not supported in iOS, iPadOS, tvOS, visionOS, or watchOS._
44
+
45
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/outline-views#Resources)
46
+
47
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/outline-views#Related)
48
+
49
+ [Column views](https://developer.apple.com/design/human-interface-guidelines/column-views)
50
+
51
+ [Lists and tables](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables)
52
+
53
+ [Split views](https://developer.apple.com/design/human-interface-guidelines/split-views)
54
+
55
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/outline-views#Developer-documentation)
56
+
57
+ [`OutlineGroup`](https://developer.apple.com/documentation/SwiftUI/OutlineGroup) — SwiftUI
58
+
59
+ [`NSOutlineView`](https://developer.apple.com/documentation/AppKit/NSOutlineView) — AppKit
60
+
61
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/outline-views#Videos)
62
+
63
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/49/1636D358-5C36-4027-B204-81FFE4D05B7D/3455_wide_250x141_1x.jpg) Stacks, Grids, and Outlines in SwiftUI ](https://developer.apple.com/videos/play/wwdc2020/10031)
64
+