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,81 @@
1
+ ---
2
+ title: "Launching | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/launching
4
+
5
+ # Launching
6
+
7
+ A streamlined launch experience helps people start using your app or game immediately.
8
+
9
+ ![A sketch of a square containing an arrow pointing to the upper-right corner, suggesting a transition to a new state. The image is overlaid with rectangular and circular grid lines and is tinted orange to subtly reflect the orange in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/5ef419551a96fe1df7df2bd5d610b5dc/patterns-launching-intro%402x.png)
10
+
11
+ Launching begins when someone opens your app or game, includes an initial download, and ends when the first screen is ready. After launching completes, you might offer an [onboarding](https://developer.apple.com/design/human-interface-guidelines/onboarding) experience, which can give people a high-level view of your app or game.
12
+
13
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/launching#Best-practices)
14
+
15
+ **Launch instantly.** People want to start interacting with your app or game right away, and sometimes they don’t want to wait more than a couple of seconds.
16
+
17
+ **If the platform requires it, provide a launch screen.** In iOS, iPadOS, and tvOS, the system displays your launch screen the moment your app or game starts and quickly replaces it with your first screen, giving people the impression that your experience is fast and responsive. For guidance, see [Launch screens](https://developer.apple.com/design/human-interface-guidelines/launching#Launch-screens). macOS, visionOS, and watchOS don’t require launch screens.
18
+
19
+ **If you need a splash screen, consider displaying it at the beginning of your onboarding flow.** A splash screen is a beautiful graphic that succinctly communicates branding and other information you need to provide. If you don’t provide an onboarding experience, you might display your splash screen as soon as launching completes.
20
+
21
+ **Restore the previous state when your app restarts so people can continue where they left off.** Avoid making people retrace steps to reach their previous location in your app or game. Restore granular details of the previous state as much as possible. For example, scroll the view to people’s most recent position, and display windows in the same state and location in which people left them.
22
+
23
+ ## [Launch screens](https://developer.apple.com/design/human-interface-guidelines/launching#Launch-screens)
24
+
25
+ _Not applicable for macOS, visionOS, or watchOS._
26
+
27
+ **Downplay the launch experience.** A launch screen isn’t part of an onboarding experience or a splash screen, and it isn’t an opportunity for artistic expression. A launch screen’s sole function is to enhance the perception of your experience as quick to launch and immediately ready to use.
28
+
29
+ **Design a launch screen that’s nearly identical to the first screen of your app or game.** If you include elements that look different when launching completes, people may experience an unpleasant flash between the launch screen and your first screen. If your app or game displays a solid color before transitioning to the first screen, create a launch screen that displays only that solid color. Also make sure that your launch screen matches the device’s current orientation and appearance mode.
30
+
31
+ **Avoid including text on your launch screen, even if your first screen displays text.** Because the content in a launch screen doesn’t change, any text you display won’t be localized.
32
+
33
+ **Don’t advertise.** The launch screen isn’t a branding opportunity. Avoid creating a screen that looks like a splash screen or an “About” window, and don’t include logos or other branding elements unless they’re a fixed part of your app’s first screen.
34
+
35
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/launching#Platform-considerations)
36
+
37
+ _No additional considerations for macOS or watchOS._
38
+
39
+ ### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/launching#iOS-iPadOS)
40
+
41
+ **Launch in the appropriate orientation.** If your app or game supports both portrait and landscape modes, launch using the device’s current orientation. If your interface only runs in one orientation, launch in that orientation and let people rotate the device if necessary. Ensure a landscape-only interface responds correctly, regardless of whether people enter landscape orientation by rotating the device left or right. For guidance, see [Layout](https://developer.apple.com/design/human-interface-guidelines/layout).
42
+
43
+ ### [tvOS](https://developer.apple.com/design/human-interface-guidelines/launching#tvOS)
44
+
45
+ Note
46
+
47
+ Unlike the [layered images](https://developer.apple.com/design/human-interface-guidelines/images#Layered-images) throughout much of a tvOS app, the launch screen is static.
48
+
49
+ **In a live-viewing app, consider automatically starting playback soon after people start the app.** People come to your app to watch TV, so you might want to start playing new or recently viewed live content after a few seconds of inactivity. For guidance, see [Live-viewing apps](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps).
50
+
51
+ ### [visionOS](https://developer.apple.com/design/human-interface-guidelines/launching#visionOS)
52
+
53
+ **Consider launching in the Shared Space even if your app is fully immersive.** Opening a window in the Shared Space lets you provide more context about your app or game while giving it time to load, and it also lets you present a control that people can use to open your fully immersive experience. In general, people appreciate being able to choose when to transition to a Full Space, especially if they’re currently running other apps in the Shared Space. For guidance, see [Immersive experiences](https://developer.apple.com/design/human-interface-guidelines/immersive-experiences).
54
+
55
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/launching#Resources)
56
+
57
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/launching#Related)
58
+
59
+ [Onboarding](https://developer.apple.com/design/human-interface-guidelines/onboarding)
60
+
61
+ [Loading](https://developer.apple.com/design/human-interface-guidelines/loading)
62
+
63
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/launching#Developer-documentation)
64
+
65
+ [Specifying your app’s launch screen](https://developer.apple.com/documentation/Xcode/specifying-your-apps-launch-screen) — Xcode
66
+
67
+ [Responding to the launch of your app](https://developer.apple.com/documentation/UIKit/responding-to-the-launch-of-your-app) — UIKit
68
+
69
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/launching#Videos)
70
+
71
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/48/38776A03-1056-4A47-9AB0-E4A8652AD5C4/2662_wide_250x141_1x.jpg) Optimizing App Launch ](https://developer.apple.com/videos/play/wwdc2019/423)
72
+
73
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/7/2C48F507-180B-4858-BB26-488C234B067F/1920_wide_250x141_1x.jpg) Love at First Launch ](https://developer.apple.com/videos/play/wwdc2017/816)
74
+
75
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/launching#Change-log)
76
+
77
+ Date| Changes
78
+ ---|---
79
+ June 10, 2024| Added guidance on displaying a splash screen.
80
+ June 21, 2023| Updated to include guidance for visionOS.
81
+
@@ -0,0 +1,79 @@
1
+ ---
2
+ title: "Live-viewing apps | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps
4
+
5
+ # Live-viewing apps
6
+
7
+ As you design a live-viewing app, prioritize the content and create fun, fluid interactions that encourage immersion in the live-viewing experience.
8
+
9
+ ![A sketch of a television containing a play button, suggesting playback of media. The image is overlaid with rectangular and circular grid lines and is tinted orange to subtly reflect the orange in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/cba28a7b98ccba8fdc5f498d69753ce8/patterns-live-viewing-intro%402x.png)
10
+
11
+ Live-viewing apps need to elevate and prioritize live content. In every screen, draw people’s attention to live content and make sure they can distinguish it from video-on-demand (VOD) content at a glance.
12
+
13
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#Best-practices)
14
+
15
+ **Feature live content prominently and make it easy to access.** People come to your app to watch content, so you want to minimize the interval between starting your app and playing content. When live content is in the first tab, people don’t have to tap more than once to start viewing it.
16
+
17
+ **Let people tap once — or not at all — to start playback.** For example, you might display a Watch Now button on top of featured or recently viewed live content. When people tap this button, it immediately disappears and playback begins, replacing your app’s UI with a full-screen, immersive viewing experience.
18
+
19
+ **Make sure live content looks live.** People need to be able to distinguish live content from VOD content. Although simply playing live content is the best way to make it feel live, you can also help people recognize live content by marking it in some way. For example, you might display other channels in a collection row titled “Live” and give each item a visual indicator — such as a badge, symbol, or sash — that identifies it as live.
20
+
21
+ **Consider indicating the progress of currently playing live content.** People appreciate knowing where they’ll land when they jump into in-progress live content. You can use a progress bar or other indicator to show people how much content remains.
22
+
23
+ **Give people additional actions and viewing alternatives.** In addition to playback, which always needs to be the primary action, make it easy for people to record, restart, download, and perform other actions that you support. Display these actions in the same order throughout your app — for example, Watch, Start Over, Record, and Favorite. Also, if the currently playing content is playing again at other times, show this information so that people can schedule their viewing.
24
+
25
+ **Consider using a content footer for browsing channels during playback.** A content footer lets people browse without taking them out of the live playback experience. If you decide to use a content footer, be sure to:
26
+
27
+ * Give it a subtle treatment, such as a darkening, to keep text legible and help all items remain visually distinct from the content playing behind it.
28
+
29
+ * Make it easy for people to identify the thumbnail that represents the currently playing content by, for example, badging the thumbnail or tinting its progress bar.
30
+
31
+ * Match the categories in the content footer to those in your electronic program guide (for related guidance, see [EPG experience](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#EPG-experience)).
32
+
33
+ * Design a simple, predictable way for people to invoke and dismiss the content footer — for example, if swiping up invokes the footer, people would expect swiping down to dismiss it.
34
+
35
+
36
+
37
+
38
+ **Provide instant visual feedback when people change channels.** This is essential for two reasons: people need confirmation that they’ve arrived at the channel they want, and providing feedback can give the streaming content some time to load.
39
+
40
+ **Match audio to the current context.** When people start playing live content, they expect the audio to match even if they switch to browsing while the content plays in the background. However, when people navigate away from the live tab in your app, they leave the live-viewing context, so audio needs to stop.
41
+
42
+ ## [EPG experience](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#EPG-experience)
43
+
44
+ Live-viewing apps typically provide an electronic program guide (EPG) that contains information about scheduled programming. Follow these guidelines to give people a streamlined EPG experience that feels designed specifically for your live-viewing app.
45
+
46
+ **Prominently display current information and make it easy to return to playback.** When people first open the EPG, the current program, channel, and time needs to be easy to spot so they can instantly return to the current channel.
47
+
48
+ **Make browsing the EPG effortless.** A typical EPG contains a lot of information, so it’s important to help people page, scroll, or jump through it easily. Also consider providing a My Channels group or a Favorites group that gives people quick access to the content they view most often.
49
+
50
+ **Group content into familiar categories to help people find it more easily.** For example, you might use categories like Movies, TV Shows, Kids, Sports, and Popular. If your app includes a content footer, organize content thumbnails using the same categories as in the EPG.
51
+
52
+ **Let people browse the EPG without leaving their current content.** For example, you can continue playing content in a picture-in-picture (PiP) mode or in the background while people browse the EPG.
53
+
54
+ ## [Cloud DVR](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#Cloud-DVR)
55
+
56
+ If you support digital video recording (DVR) in the cloud, follow these guidelines to provide a great recording experience in your live-viewing app.
57
+
58
+ **Let people start and stop recording from the info panel.** While live-streaming, people want to reveal the info panel to start recording immediately.
59
+
60
+ **Let people record a future program in a view that provides details about the content.** Also, give people the option to record only that program or all future episodes.
61
+
62
+ **Help people adapt the recording experience to their needs.** Let people specify precisely what they want to record, such as only the current episode, only new episodes, or only games that involve specific teams.
63
+
64
+ **Allow playback and other content-specific actions within your cloud DVR area.** When people open a view that displays content details in your cloud DVR section, let them play or delete content and, if applicable, adjust recording settings.
65
+
66
+ **Consider offering a control that lets people manage cloud DVR settings.** For example, you might let people delete recordings they’ve already watched or content that’s older than a certain number of days. Ideally, help people avoid running out of space by letting them set up automatic storage management, which overwrites the oldest or already viewed content.
67
+
68
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#Platform-considerations)
69
+
70
+ _No additional considerations for iOS, iPadOS, macOS, tvOS, visionOS, or watchOS._
71
+
72
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#Resources)
73
+
74
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/live-viewing-apps#Related)
75
+
76
+ [Remotes](https://developer.apple.com/design/human-interface-guidelines/remotes)
77
+
78
+ [Playing video](https://developer.apple.com/design/human-interface-guidelines/playing-video)
79
+
@@ -0,0 +1,59 @@
1
+ ---
2
+ title: "Loading | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/loading
4
+
5
+ # Loading
6
+
7
+ The best content-loading experience finishes before people become aware of it.
8
+
9
+ ![A sketch of a spinning indeterminate activity indicator, suggesting data loading. The image is overlaid with rectangular and circular grid lines and is tinted orange to subtly reflect the orange in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/cfdf824156ed794426ac55a2cb38ec15/patterns-loading-intro%402x.png)
10
+
11
+ If your app or game loads assets, levels, or other content, design the behavior so it doesn’t disrupt or negatively impact the user experience.
12
+
13
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/loading#Best-practices)
14
+
15
+ **Show something as soon as possible.** If you make people wait for loading to complete before displaying anything, they can interpret the lack of content as a problem with your app or game. Instead, consider showing placeholder text, graphics, or animations as content loads, replacing these elements as content becomes available.
16
+
17
+ **Let people do other things in your app or game while they wait for content to load.** Loading content in the background helps give people access to other actions. For example, a game could load content in the background while players learn about the next level or view an in-game menu. For developer guidance, see [Improving the player experience for games with large downloads](https://developer.apple.com/documentation/GameKit/improving-the-player-experience-for-games-with-large-downloads).
18
+
19
+ **If loading takes an unavoidably long time, give people something interesting to view while they wait.** For example, you might provide gameplay hints, display tips, or introduce people to new features. Gauge the remaining loading time as accurately as possible to help you avoid giving people too little time to enjoy your placeholder content or having so much time that you need to repeat it.
20
+
21
+ **Improve installation and launch time by downloading large assets in the background.** Consider using the [Background Assets](https://developer.apple.com/documentation/BackgroundAssets) framework to schedule asset downloads — like game level packs, 3D character models, and textures — to occur immediately after installation, during updates, or at other nondisruptive times.
22
+
23
+ ## [Showing progress](https://developer.apple.com/design/human-interface-guidelines/loading#Showing-progress)
24
+
25
+ **Clearly communicate that content is loading and how long it might take to complete.** Ideally, content displays instantly, but for situations where loading takes more than a moment or two, you can use system-provided components — called _progress indicators_ — to show that loading is ongoing. In general, you use a _determinate_ progress indicator when you know how long loading will take, and you use an _indeterminate_ progress indicator when you don’t. For guidance, see [Progress indicators](https://developer.apple.com/design/human-interface-guidelines/progress-indicators).
26
+
27
+ **For games, consider creating a custom loading view.** Standard progress indicators work well in most apps, but can sometimes feel out of place in a game. Consider designing a more engaging experience by using custom animations and elements that match the style of your game.
28
+
29
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/loading#Platform-considerations)
30
+
31
+ _No additional considerations for iOS, iPadOS, macOS, tvOS, or visionOS._
32
+
33
+ ### [watchOS](https://developer.apple.com/design/human-interface-guidelines/loading#watchOS)
34
+
35
+ **As much as possible, avoid showing a loading indicator in your watchOS experience.** People expect quick interactions with their Apple Watch, so aim to display content immediately. In situations where content needs a second or two to load, it’s better to display a loading indicator than a blank screen.
36
+
37
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/loading#Resources)
38
+
39
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/loading#Related)
40
+
41
+ [Launching](https://developer.apple.com/design/human-interface-guidelines/launching)
42
+
43
+ [Progress indicators](https://developer.apple.com/design/human-interface-guidelines/progress-indicators)
44
+
45
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/loading#Developer-documentation)
46
+
47
+ [Background Assets](https://developer.apple.com/documentation/BackgroundAssets)
48
+
49
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/loading#Videos)
50
+
51
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/3055294D-836B-4513-B7B0-0BC5666246B0/A51258F3-769A-4301-BE75-0DDE23322569/9860_wide_250x141_1x.jpg) Discover Apple-Hosted Background Assets ](https://developer.apple.com/videos/play/wwdc2025/325)
52
+
53
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/loading#Change-log)
54
+
55
+ Date| Changes
56
+ ---|---
57
+ June 9, 2025| Revised guidance for storing downloads to reflect downloading large assets in the background.
58
+ June 10, 2024| Added guidelines for showing progress and storing downloads, and enhanced guidance for games.
59
+
@@ -0,0 +1,107 @@
1
+ ---
2
+ title: "Managing accounts | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/managing-accounts
4
+
5
+ # Managing accounts
6
+
7
+ When it doesn’t create an unnecessary barrier to your experience, an account can be a convenient way for people to access their content and track personal details.
8
+
9
+ ![A sketch of a person, suggesting personal information. The image is overlaid with rectangular and circular grid lines and is tinted orange to subtly reflect the orange in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/bc6ed656b5ef4483ce1c17d7e0042ce2/patterns-managing-accounts-intro%402x.png)
10
+
11
+ Ask people to create an account only if your core functionality requires it; otherwise, let people enjoy your app or game without one. If you require an account, consider using [Sign in with Apple](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple) to give people a consistent sign-in experience they can trust and the convenience of not having to remember multiple accounts and authentication methods.
12
+
13
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Best-practices)
14
+
15
+ **Explain the benefits of creating an account and how to sign up.** If your app or game requires an account, write a brief, friendly description of the reasons for the requirement and its benefits. Display this message in your sign-in view.
16
+
17
+ **Delay sign-in for as long as possible.** People often abandon apps when they’re forced to sign in before they can do anything useful. To help avoid this situation, give people a chance to get a sense of what your app or game does before asking them to make a commitment to it. For example, a shopping app might let people browse as much as they want, requiring sign-in only when they’re ready to make a purchase.
18
+
19
+ **If you don’t use Sign in with Apple in your iOS, iPadOS, macOS, or visionOS app, prefer using a passkey.** Passkeys simplify account creation and authentication, eliminating the need for people to create or enter passwords. When an app supports passkeys, people simply provide their user name when creating a new account or signing in to an existing one. For developer guidance, see [Supporting passkeys](https://developer.apple.com/documentation/AuthenticationServices/supporting-passkeys). If you need to continue using passwords for authentication, augment security by requiring two-factor authentication (for developer guidance, see [Securing Logins with iCloud Keychain Verification Codes](https://developer.apple.com/documentation/AuthenticationServices/securing-logins-with-icloud-keychain-verification-codes)).
20
+
21
+ **Always identify the authentication method you offer.** For example, if you display a button for signing in to your app with Face ID, title it using a phrase like “Sign In with Face ID” instead of a generic phrase like “Sign In.”
22
+
23
+ **Refer only to authentication methods that are available in the current context.** For example, don’t reference Face ID on a device that doesn’t offer it. Check the device’s capabilities and use the appropriate terminology. For developer guidance, see [`LABiometryType`](https://developer.apple.com/documentation/LocalAuthentication/LABiometryType).
24
+
25
+ **In general, avoid offering an app-specific setting for opting in to biometric authentication.** People turn on biometric authentication at the system level, so presenting an in-app setting is redundant and could be confusing.
26
+
27
+ **Avoid using the term _passcode_ to refer to account authentication.** People create a passcode to unlock their device or authenticate for Apple services. If you use the term in your interface, people might think you’re asking them to reuse their passcode in your app or game.
28
+
29
+ ## [Deleting accounts](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Deleting-accounts)
30
+
31
+ If you help people create an account within your app or game, you must also help them delete it, not just deactivate it. In addition to following the guidelines below, be sure to understand and comply with your region’s legal requirements related to account deletion and the right to be forgotten.
32
+
33
+ Important
34
+
35
+ If legal requirements compel your app to maintain accounts or information — such as digital health records — or to follow a specific account-deletion process, clearly describe the situation so people can understand the information or accounts you must maintain and the process you must follow.
36
+
37
+ **Provide a clear way to initiate account deletion within your app or game.** If people can’t perform account deletion within your app, you must provide a direct link to the webpage on which people can do so. Make the link easy to discover — for example, don’t bury it in your Privacy Policy or Terms of Service pages.
38
+
39
+ Developer note
40
+
41
+ If people used [Sign in with Apple](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple) to create an account within your app, you revoke the associated tokens when they delete their account. See [`Token revocation`](https://developer.apple.com/documentation/SigninwithAppleRESTAPI/Revoke-tokens).
42
+
43
+ **Provide a consistent account-deletion experience whether people perform it within your app or game or on the website.** For example, avoid making one version of the deletion flow longer or more complicated than the other.
44
+
45
+ **Consider letting people schedule account deletion to occur in the future.** People can appreciate the opportunity to use their remaining services or wait until their subscription auto-renews before deleting their account. If you offer a way to schedule account deletion, offer an option for immediate deletion as well.
46
+
47
+ **Tell people when account deletion will complete, and notify them when it’s finished.** Because it can sometimes take a while to fully delete an account, it’s essential to keep people informed about the status of the deletion process so they know what to expect.
48
+
49
+ **If you support in-app purchases, help people understand how billing and cancellation work when they delete their account.** For example, you might need to help people understand the following scenarios:
50
+
51
+ * Billing for an auto-renewable subscription continues through Apple until people cancel the subscription, regardless of whether they delete their account.
52
+
53
+ * After they delete their account, people need to cancel their subscription or request a refund.
54
+
55
+
56
+
57
+
58
+ In addition to helping people understand these scenarios, provide information that describes how to cancel subscriptions and manage purchases. For guidance, see [Helping people manage their subscriptions](https://developer.apple.com/design/human-interface-guidelines/in-app-purchase#Helping-people-manage-their-subscriptions) and [Providing help with in-app purchases](https://developer.apple.com/design/human-interface-guidelines/in-app-purchase#Providing-help-with-in-app-purchases).
59
+
60
+ Note
61
+
62
+ Even if people didn’t use your app to purchase the subscription, you still need to support account deletion.
63
+
64
+ ## [TV provider accounts](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#TV-provider-accounts)
65
+
66
+ Many popular TV providers let people sign in to their accounts at the system level, eliminating the need to authenticate on an app-by-app basis. If your TV provider app requires people to sign in, use TV Provider Authentication to provide the most efficient onboarding experience.
67
+
68
+ **Avoid displaying a sign-out option when people are signed in at the system level.** If your app must include a sign-out option, invoking it needs to prompt people to navigate to Settings > TV Provider to sign out of their account.
69
+
70
+ **Never instruct people to sign out by adjusting privacy controls.** The TV provider controls in Settings > Privacy aren’t a sign-out mechanism. These settings help people manage the apps that can access their TV provider account.
71
+
72
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Platform-considerations)
73
+
74
+ _No additional considerations for iOS, iPadOS, macOS, or visionOS._
75
+
76
+ ### [tvOS](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#tvOS)
77
+
78
+ Most people interact with Apple TV using a remote, not a keyboard, so ask for the minimum amount of information necessary.
79
+
80
+ **Prefer letting people use another device to sign up or authenticate.** When you configure your app’s associated domains, Apple TV can work with other devices to safely suggest sign-in credentials, including [Sign in with Apple](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple). For developer guidance, see [Configuring an associated domain](https://developer.apple.com/documentation/Xcode/configuring-an-associated-domain).
81
+
82
+ **When people are signed in to a shared account, avoid asking them to choose their profile every time they become the current user.** In tvOS 16 and later, your app can share its credentials with all users while storing each individual’s profile and user data separately. When you support this type of sharing, your app can automatically use the current user’s profile without asking each person to sign in separately to a shared account. For developer guidance, see [`kSecUseUserIndependentKeychain`](https://developer.apple.com/documentation/Security/kSecUseUserIndependentKeychain) and [`User Management Entitlement`](https://developer.apple.com/documentation/BundleResources/Entitlements/com.apple.developer.user-management).
83
+
84
+ **Minimize data entry.** If you need to gather more than a small amount of information, ask people to visit a website from another device. If you need an email address, show the email keyboard screen, which includes a list of recently entered addresses.
85
+
86
+ ### [watchOS](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#watchOS)
87
+
88
+ Use iCloud synchronization to provide access to the Keychain, letting people autofill user names and passwords and preserve app settings.
89
+
90
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Resources)
91
+
92
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Related)
93
+
94
+ [Onboarding](https://developer.apple.com/design/human-interface-guidelines/onboarding)
95
+
96
+ [Sign in with Apple](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple)
97
+
98
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Developer-documentation)
99
+
100
+ [Supporting passkeys](https://developer.apple.com/documentation/AuthenticationServices/supporting-passkeys) — Authentication Services
101
+
102
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/managing-accounts#Videos)
103
+
104
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/3055294D-836B-4513-B7B0-0BC5666246B0/473C8E4A-1764-482D-BE24-B3A7BBDBD526/9996_wide_250x141_1x.jpg) What’s new in passkeys ](https://developer.apple.com/videos/play/wwdc2025/279)
105
+
106
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/C03E6E6D-A32A-41D0-9E50-C3C6059820AA/9D0EBBBA-766E-4306-A14C-39339DD76D58/9271_wide_250x141_1x.jpg) What’s new in device management ](https://developer.apple.com/videos/play/wwdc2024/10143)
107
+
@@ -0,0 +1,99 @@
1
+ ---
2
+ title: "Managing notifications | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/managing-notifications
4
+
5
+ # Managing notifications
6
+
7
+ Notifications can give people timely and important information, whether the device is locked or in use.
8
+
9
+ ![A sketch of bell with a small overlapping circle, suggesting a notification sound. The image is overlaid with rectangular and circular grid lines and is tinted orange to subtly reflect the orange in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/ba0d1e169421e490842a4009ee7d09e5/patterns-managing-notifications-intro%402x.png)
10
+
11
+ You need to get permission before sending any notification. The system lets people change this decision in settings, where they can also silence all notifications (except for government alerts in some locales).
12
+
13
+ ## [Integrating with Focus](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Integrating-with-Focus)
14
+
15
+ People appreciate receiving a notification for something they care about, but they don’t always appreciate being interrupted. To help people manage the experience, the system lets them specify delivery times and set up a Focus.
16
+
17
+ * A Focus helps people filter notifications during a time period they reserve for an activity like sleeping, working, reading, or driving.
18
+
19
+ * Delivery scheduling lets people choose whether to receive notification alerts immediately or in a summary that’s delivered at times they choose.
20
+
21
+
22
+
23
+
24
+ People identify the contacts and apps that can break through a Focus to deliver notification alerts. In a Work Focus, for example, people might want to receive alerts from work colleagues, family members, and work-related apps as soon as notifications arrive. People might also want to receive all Time Sensitive notification alerts during a Focus. A _Time Sensitive_ notification contains essential information people appreciate getting right away.
25
+
26
+ Important
27
+
28
+ Even though a Focus might delay the delivery of a notification alert, the notification itself is available as soon as it arrives.
29
+
30
+ To support these behavior customizations, you first identify the types of notifications your app or game can send. If you support direct communications — like phone calls and messages — you use _communication_ notifications; for all other types of tasks, you use _noncommunication_ notifications. To support communication notifications, you adopt SiriKit intents, which means people can use Siri to customize notification behaviors; for developer guidance, see [`INSendMessageIntent`](https://developer.apple.com/documentation/Intents/INSendMessageIntent) and [`UNNotificationContentProviding`](https://developer.apple.com/documentation/UserNotifications/UNNotificationContentProviding).
31
+
32
+ You need to specify a system-defined interruption level for each noncommunication notification you send. The system uses the interruption level to help determine when to deliver the alert; when a communication notification arrives, the system uses the sender to determine when to deliver the alert.
33
+
34
+ The system defines four interruption levels for noncommunication notifications:
35
+
36
+ * _Passive_. Information people can view at their leisure, like a restaurant recommendation.
37
+
38
+ * _Active_ (the default). Information people might appreciate knowing about when it arrives, like a score update on their favorite sports team.
39
+
40
+ * _Time Sensitive_. Information that directly impacts the person and requires their immediate attention, like an account security issue or a package delivery.
41
+
42
+ * _Critical_. Urgent information about health and safety that directly impacts the person and demands their immediate attention. Critical notifications are extremely rare and typically come from governmental and public agencies or apps that help people manage their health or home.
43
+
44
+
45
+
46
+
47
+ Notification alerts in each system-defined interruption level can behave in the following ways:
48
+
49
+ Interruption level| Overrides scheduled delivery| Breaks through Focus| Overrides Ring/Silent switch on iPhone and iPad
50
+ ---|---|---|---
51
+ Passive| No| No| No
52
+ Active| No| No| No
53
+ Time Sensitive| Yes| Yes| No
54
+ Critical| Yes| Yes| Yes
55
+
56
+ Note
57
+
58
+ Because a Critical notification can override the Ring/Silent switch and break through scheduled delivery and Focus, you must get an entitlement to send one.
59
+
60
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Best-practices)
61
+
62
+ **Build trust by accurately representing the urgency of each notification.** People have several ways to adjust how they receive your notifications — including turning off all notifications — so it’s essential to be as realistic as possible when assigning an interruption level. You don’t want people to feel that a notification uses a high level of urgency to interrupt them with low-priority information.
63
+
64
+ **Use the Time Sensitive interruption level only for notifications that are relevant in the moment.** To help people understand the benefits of letting Time Sensitive notifications break through a Focus or scheduled delivery, make sure the notification is about an event that’s happening now or will happen within an hour. The first time a Time Sensitive notification arrives from your app, the system describes how such a notification works and gives people a way to turn it off if they don’t agree that the information requires their immediate attention. Going forward, the system periodically gives people additional opportunities to evaluate how your Time Sensitive notification is working for them. For developer guidance, see [`UNNotificationInterruptionLevel`](https://developer.apple.com/documentation/UserNotifications/UNNotificationInterruptionLevel).
65
+
66
+ ## [Sending marketing notifications](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Sending-marketing-notifications)
67
+
68
+ Don’t use notifications to send marketing or promotional content unless people explicitly agree to receive such information. When people want to learn about new features, content, or events related to your app or game, they can grant their permission to receive marketing notifications. For example, people who use a subscription app might appreciate getting an offer to become a subscriber, and game players might want to receive a special offer related to a live game event.
69
+
70
+ **Never use the Time Sensitive interruption level to send a marketing notification.** People may have agreed to receive marketing notifications from your app, but such a notification must never break through a Focus or scheduled delivery setting.
71
+
72
+ **Get people’s permission if you want to send them promotional or marketing notifications.** Before you send these notifications to people, you must receive their explicit permission to do so. Create an alert, modal view, or other interface that describes the types of information you want to send and gives people a clear way to opt in or out.
73
+
74
+ **Make sure people can manage their notification settings within your app.** In addition to requesting permission to send informational or marketing notifications, you must also provide an in-app settings screen that lets people change their choice. For guidance, see [Settings](https://developer.apple.com/design/human-interface-guidelines/settings).
75
+
76
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Platform-considerations)
77
+
78
+ _No additional considerations for iOS, iPadOS, macOS, tvOS, or visionOS._
79
+
80
+ ### [watchOS](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#watchOS)
81
+
82
+ By default, the notification settings people use for apps on their iPhone apply to the same apps on their Apple Watch. People can manage these settings in the Apple Watch app on iPhone, or they can access per-notification options — such as Mute 1 Hour or Turn off Time Sensitive — by swiping left when a notification arrives on their Apple Watch.
83
+
84
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Resources)
85
+
86
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Related)
87
+
88
+ [Privacy](https://developer.apple.com/design/human-interface-guidelines/privacy)
89
+
90
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Developer-documentation)
91
+
92
+ [User Notifications](https://developer.apple.com/documentation/UserNotifications)
93
+
94
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/managing-notifications#Videos)
95
+
96
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/119/B63A08EA-8856-4C77-9E1B-EA1CAD990619/4986_wide_250x141_1x.jpg) Send communication and Time Sensitive notifications ](https://developer.apple.com/videos/play/wwdc2021/10091)
97
+
98
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/49/3D8237BC-06E3-4711-8552-7008A5D5BAAD/3764_wide_250x141_1x.jpg) The Push Notifications primer ](https://developer.apple.com/videos/play/wwdc2020/10095)
99
+
@@ -0,0 +1,82 @@
1
+ ---
2
+ title: "Modality | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/modality
4
+
5
+ # Modality
6
+
7
+ Modality is a design technique that presents content in a separate, dedicated mode that prevents interaction with the parent view and requires an explicit action to dismiss.
8
+
9
+ ![A sketch of an active window above an inactive window, suggesting focus on the frontmost window. The image is overlaid with rectangular and circular grid lines and is tinted orange to subtly reflect the orange in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/9efb35fd7fafa01ce3447dc6f13ae2d8/patterns-modality-intro%402x.png)
10
+
11
+ Presenting content modally can:
12
+
13
+ * Ensure that people receive critical information and, if necessary, act on it
14
+
15
+ * Provide options that let people confirm or modify their most recent action
16
+
17
+ * Help people perform a distinct, narrowly scoped task without losing track of their previous context
18
+
19
+ * Give people an immersive experience or help them concentrate on a complex task
20
+
21
+
22
+
23
+
24
+ Depending on the platform, you might use different components to present these types of modal experiences. For example, all platforms can present an _alert_ , which is a modal view that delivers important information related to your app or game. In addition, each platform may define various types of modal views for presenting context-specific options, such as _activity views,_ _sheets_ , and _confirmation dialogs_ or _action sheets_. To help people perform a distinct task, iOS, iPadOS, and macOS apps tend to use sheets or popovers, but iPadOS, macOS, and visionOS apps might also just use a separate window.
25
+
26
+ To provide a temporary experience, like viewing media, or to help people perform a distinct, multistep task, like editing content, apps can offer a full-screen modal experience. In contrast, apps may also offer nonmodal types of full-screen experiences; for guidance, see [Going full screen](https://developer.apple.com/design/human-interface-guidelines/going-full-screen). visionOS apps can offer a range of immersive experiences; for guidance, see [Immersive experiences](https://developer.apple.com/design/human-interface-guidelines/immersive-experiences).
27
+
28
+ ## [Best practices](https://developer.apple.com/design/human-interface-guidelines/modality#Best-practices)
29
+
30
+ **Present content modally only when there’s a clear benefit.** A modal experience takes people out of their current context and requires an action to dismiss, so it’s important to use modality only when it helps people focus or make choices that affect their content or device.
31
+
32
+ **Aim to keep modal tasks simple, short, and streamlined.** If a modal task is too complicated, people can lose track of the task they suspended when they entered the modal view, especially if the modal view obscures their previous context.
33
+
34
+ **Take care to avoid creating a modal experience that feels like an app within your app.** In particular, presenting a hierarchy of views within a modal task can make people forget how to retrace their steps. If a modal task must contain subviews, provide a single path through the hierarchy and avoid including buttons that people might mistake for the button that dismisses the modal view.
35
+
36
+ **Consider using a full-screen modal style for in-depth content or a complex task.** A modal experience that fills a window or the device display minimizes distractions, so it can work well for presenting videos, photos, or camera views, or to support a multistep task like marking up a document or editing a photo. When a visionOS app runs alongside other apps in the Shared Space, a full-screen modal presentation fills a window; if people transition the app to a Full Space, the full-screen modal presentation can become a more immersive experience.
37
+
38
+ **Always give people an obvious way to dismiss a modal view.** In general, it works well to follow the platform conventions people already know. For example, in iOS, iPadOS, and watchOS apps, people typically expect to find a button in the top toolbar or swipe down; in macOS and tvOS apps, people expect to find a button in the main content view.
39
+
40
+ **When necessary, help people avoid data loss by getting confirmation before closing a modal view.** Regardless of whether people use a dismiss gesture or a button, if closing the view could result in the loss of user-generated content, be sure to explain the situation and give people ways to resolve it. For example, in iOS, you might present an action sheet that includes a save option.
41
+
42
+ **Make it easy to identify a modal view’s task.** When people enter a modal view, they switch away from their previous context and might not return to it right away. When you provide a title that names the modal view’s task — or additional text that describes the task or provides guidance — you can help people keep their place in your app.
43
+
44
+ **Let people dismiss a modal view before presenting another one.** Allowing multiple modal views to be visible at the same time tends to create visual clutter and can make your app seem scattered and disorganized. People need to remember the context they were in before a modal view appears, so presenting multiple views adds to people’s cognitive load, especially when a modal view hides another one by appearing on top of it. Although an alert can appear on top of all other content — including other modal views — you never want to display more than one alert at the same time.
45
+
46
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/modality#Platform-considerations)
47
+
48
+ _No additional considerations for iOS, iPadOS, macOS, tvOS, visionOS, or watchOS._
49
+
50
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/modality#Resources)
51
+
52
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/modality#Related)
53
+
54
+ [Sheets](https://developer.apple.com/design/human-interface-guidelines/sheets)
55
+
56
+ [Alerts](https://developer.apple.com/design/human-interface-guidelines/alerts)
57
+
58
+ [Popovers](https://developer.apple.com/design/human-interface-guidelines/popovers)
59
+
60
+ [Action sheets](https://developer.apple.com/design/human-interface-guidelines/action-sheets)
61
+
62
+ [Activity views](https://developer.apple.com/design/human-interface-guidelines/activity-views)
63
+
64
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/modality#Developer-documentation)
65
+
66
+ [Presentation modifiers](https://developer.apple.com/documentation/SwiftUI/View-Presentation) — SwiftUI
67
+
68
+ [`UIModalPresentationStyle`](https://developer.apple.com/documentation/UIKit/UIModalPresentationStyle) — UIKit
69
+
70
+ [Modal Windows and Panels](https://developer.apple.com/documentation/AppKit/modal-windows-and-panels) — AppKit
71
+
72
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/modality#Videos)
73
+
74
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/3055294D-836B-4513-B7B0-0BC5666246B0/1AAA030E-2ECA-47D8-AE09-6D7B72A840F6/10044_wide_250x141_1x.jpg) Get to know the new design system ](https://developer.apple.com/videos/play/wwdc2025/356)
75
+
76
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/modality#Change-log)
77
+
78
+ Date| Changes
79
+ ---|---
80
+ December 5, 2023| Enhanced guidance for in-depth modal experiences and clarified guidance on multiple modal views.
81
+ June 21, 2023| Updated to include guidance for visionOS.
82
+