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,1146 @@
1
+ ---
2
+ title: "Typography | Apple Developer Documentation"
3
+ source: https://developer.apple.com/design/human-interface-guidelines/typography
4
+
5
+ # Typography
6
+
7
+ Your typographic choices can help you display legible text, convey an information hierarchy, communicate important content, and express your brand or style.
8
+
9
+ ![A sketch of a small letter A to the left of a large letter A, suggesting the use of typography to convey hierarchical information. The image is overlaid with rectangular and circular grid lines and is tinted yellow to subtly reflect the yellow in the original six-color Apple logo.](https://docs-assets.developer.apple.com/published/d90940d120149af7220e4fedfd1c10bd/foundations-typography-intro%402x.png)
10
+
11
+ ## [Ensuring legibility](https://developer.apple.com/design/human-interface-guidelines/typography#Ensuring-legibility)
12
+
13
+ **Use font sizes that most people can read easily.** People need to be able to read your content at various viewing distances and under a variety of conditions. Follow the recommended default and minimum text sizes for each platform — for both custom and system fonts — to ensure your text is legible on all devices. Keep in mind that font weight can also impact how easy text is to read. If you use a custom font with a thin weight, aim for larger than the recommended sizes to increase legibility.
14
+
15
+ Platform| Default size| Minimum size
16
+ ---|---|---
17
+ iOS, iPadOS| 17 pt| 11 pt
18
+ macOS| 13 pt| 10 pt
19
+ tvOS| 29 pt| 23 pt
20
+ visionOS| 17 pt| 12 pt
21
+ watchOS| 16 pt| 12 pt
22
+
23
+ **Test legibility in different contexts.** For example, you need to test game text for legibility on each platform on which your game runs. If testing shows that some of your text is difficult to read, consider using a larger type size, increasing contrast by modifying the text or background colors, or using typefaces designed for optimized legibility, like the system fonts.
24
+
25
+ ![A screenshot that shows a game running on iPhone in landscape. A name appears above each of 3 plants and a status message appears in a rounded rectangle in the top-right corner. All text uses a size that's too small, and the 3 plant names don't have visible backgrounds.](https://docs-assets.developer.apple.com/published/aaf334356178859f6e86eb42913c53dd/game-typography-incorrect%402x.png)
26
+
27
+ Testing a game on a new platform can show where text is hard to read.
28
+
29
+ ![A screenshot that shows a game running on iPhone in landscape. A name appears within a shaded lozenge shape above each of 3 plants and a status message appears in a rounded rectangle in the top-right corner. All text uses a size that's at least the recommended minimum.](https://docs-assets.developer.apple.com/published/4c38de72c94767cbb6bd7763720ef281/game-typography-correct%402x.png)
30
+
31
+ Increasing text size and adding visible background shapes can help make text easier to read.
32
+
33
+ **In general, avoid light font weights.** For example, if you’re using system-provided fonts, prefer Regular, Medium, Semibold, or Bold font weights, and avoid Ultralight, Thin, and Light font weights, which can be difficult to see, especially when text is small.
34
+
35
+ ## [Conveying hierarchy](https://developer.apple.com/design/human-interface-guidelines/typography#Conveying-hierarchy)
36
+
37
+ **Adjust font weight, size, and color as needed to emphasize important information and help people visualize hierarchy.** Be sure to maintain the relative hierarchy and visual distinction of text elements when people adjust text sizes.
38
+
39
+ **Minimize the number of typefaces you use, even in a highly customized interface.** Mixing too many different typefaces can obscure your information hierarchy and hinder readability, in addition to making an interface feel internally inconsistent or poorly designed.
40
+
41
+ **Prioritize important content when responding to text-size changes.** Not all content is equally important. When someone chooses a larger text size, they typically want to make the content they care about easier to read; they don’t always want to increase the size of every word on the screen. For example, when people increase text size to read the content in a tabbed window, they don’t expect the tab titles to increase in size. Similarly, in a game, people are often more interested in a character’s dialog than in transient hit-damage values.
42
+
43
+ ## [Using system fonts](https://developer.apple.com/design/human-interface-guidelines/typography#Using-system-fonts)
44
+
45
+ Apple provides two typeface families that support an extensive range of weights, sizes, styles, and languages.
46
+
47
+ **San Francisco (SF)** is a sans serif typeface family that includes the SF Pro, SF Compact, SF Arabic, SF Armenian, SF Georgian, SF Hebrew, and SF Mono variants.
48
+
49
+ ![The phrase 'The quick brown fox jumps over the lazy dog.' shown in the San Francisco Pro font.](https://docs-assets.developer.apple.com/published/e270b0f4e91f523bb7372a39447ad4e4/typography-sanfrancisco%402x.png)
50
+
51
+ The system also offers SF Pro, SF Compact, SF Arabic, SF Armenian, SF Georgian, and SF Hebrew in rounded variants you can use to coordinate text with the appearance of soft or rounded UI elements, or to provide an alternative typographic voice.
52
+
53
+ **New York (NY)** is a serif typeface family designed to work well by itself and alongside the SF fonts.
54
+
55
+ ![The phrase 'The quick brown fox jumps over the lazy dog.' shown in the New York font.](https://docs-assets.developer.apple.com/published/8dcb4d6f97b97a957a0d73e4ee85730c/typography-new-york%402x.png)
56
+
57
+ You can download the San Francisco and New York fonts [here](https://developer.apple.com/fonts/).
58
+
59
+ The system provides the SF and NY fonts in the _variable_ font format, which combines different font styles together in one file, and supports interpolation between styles to create intermediate ones.
60
+
61
+ Note
62
+
63
+ Variable fonts support _optical sizing_ , which refers to the adjustment of different typographic designs to fit different sizes. On all platforms, the system fonts support _dynamic optical sizes_ , which merge discrete optical sizes (like Text and Display) and weights into a single, continuous design, letting the system interpolate each glyph or letterform to produce a structure that’s precisely adapted to the point size. With dynamic optical sizes, you don’t need to use discrete optical sizes unless you’re working with a design tool that doesn’t support all the features of the variable font format.
64
+
65
+ To help you define visual hierarchies and create clear and legible designs in many different sizes and contexts, the system fonts are available in a variety of weights, ranging from Ultralight to Black, and — in the case of SF — several widths, including Condensed and Expanded. Because SF Symbols use equivalent weights, you can achieve precise weight matching between symbols and adjacent text, regardless of the size or style you choose.
66
+
67
+ ![The word 'text' shown in the SF Pro font, repeated in two rows of nine columns each. The rows show upright and italic styles, and the columns show font weights ranging from ultralight to black.](https://docs-assets.developer.apple.com/published/8b07ec795d9ad16c787edb0030018a09/font-weight-sf-pro%402x.png)
68
+
69
+ Note
70
+
71
+ [SF Symbols](https://developer.apple.com/design/human-interface-guidelines/sf-symbols) provides a comprehensive library of symbols that integrate seamlessly with the San Francisco system font, automatically aligning with text in all weights and sizes. Consider using symbols when you need to convey a concept or depict an object, especially within text.
72
+
73
+ The system defines a set of typographic attributes — called text styles — that work with both typeface families. A _text style_ specifies a combination of font weight, point size, and leading values for each text size. For example, the _body_ text style uses values that support a comfortable reading experience over multiple lines of text, while the _headline_ style assigns a font size and weight that help distinguish a heading from surrounding content. Taken together, the text styles form a typographic hierarchy you can use to express the different levels of importance in your content. Text styles also allow text to scale proportionately when people change the system’s text size or make accessibility adjustments, like turning on Larger Text in Accessibility settings.
74
+
75
+ **Consider using the built-in text styles.** The system-defined text styles give you a convenient and consistent way to convey your information hierarchy through font size and weight. Using text styles with the system fonts also ensures support for Dynamic Type and larger accessibility type sizes (where available), which let people choose the text size that works for them. For guidance, see [Supporting Dynamic Type](https://developer.apple.com/design/human-interface-guidelines/typography#Supporting-Dynamic-Type).
76
+
77
+ **Modify the built-in text styles if necessary.** System APIs define font adjustments — called _symbolic traits_ — that let you modify some aspects of a text style. For example, the bold trait adds weight to text, letting you create another level of hierarchy. You can also use symbolic traits to adjust leading if you need to improve readability or conserve space. For example, when you display text in wide columns or long passages, more space between lines (_loose leading_) can make it easier for people to keep their place while moving from one line to the next. Conversely, if you need to display multiple lines of text in an area where height is constrained — for example, in a list row — decreasing the space between lines (_tight leading_) can help the text fit well. If you need to display three or more lines of text, avoid tight leading even in areas where height is limited. For developer guidance, see [`leading(_:)`](https://developer.apple.com/documentation/SwiftUI/Font/leading\(_:\)).
78
+
79
+ Developer note
80
+
81
+ You can use the constants defined in [`Font.Design`](https://developer.apple.com/documentation/SwiftUI/Font/Design) to access all system fonts — don’t embed system fonts in your app or game. For example, use [`Font.Design.default`](https://developer.apple.com/documentation/SwiftUI/Font/Design/default) to get the system font on all platforms; use [`Font.Design.serif`](https://developer.apple.com/documentation/SwiftUI/Font/Design/serif) to get the New York font.
82
+
83
+ **If necessary, adjust tracking in interface mockups.** In a running app, the system font dynamically adjusts tracking at every point size. To produce an accurate interface mockup of an interface that uses the variable system fonts, you don’t have to choose a discrete optical size at certain point sizes, but you might need to adjust the tracking. For guidance, see [Tracking values](https://developer.apple.com/design/human-interface-guidelines/typography#Tracking-values).
84
+
85
+ ## [Using custom fonts](https://developer.apple.com/design/human-interface-guidelines/typography#Using-custom-fonts)
86
+
87
+ **Make sure custom fonts are legible.** People need to be able to read your custom font easily at various viewing distances and under a variety of conditions. While using a custom font, be guided by the recommended minimum font sizes for various styles and weights in [Specifications](https://developer.apple.com/design/human-interface-guidelines/typography#Specifications).
88
+
89
+ **Implement accessibility features for custom fonts.** System fonts automatically support Dynamic Type (where available) and respond when people turn on accessibility features, such as Bold Text. If you use a custom font, make sure it implements the same behaviors. For developer guidance, see [Applying custom fonts to text](https://developer.apple.com/documentation/SwiftUI/Applying-Custom-Fonts-to-Text). In a Unity-based game, you can use [Apple’s Unity plug-ins](https://github.com/apple/unityplugins) to support Dynamic Type. If the plug-in isn’t appropriate for your game, be sure to let players adjust text size in other ways.
90
+
91
+ ## [Supporting Dynamic Type](https://developer.apple.com/design/human-interface-guidelines/typography#Supporting-Dynamic-Type)
92
+
93
+ Dynamic Type is a system-level feature in iOS, iPadOS, tvOS, visionOS, and watchOS that lets people adjust the size of visible text on their device to ensure readability and comfort. For related guidance, see [Accessibility](https://developer.apple.com/design/human-interface-guidelines/accessibility).
94
+
95
+ ![A screenshot of a Mail message on iPhone, using the default font size. From the left, the message header displays the sender's contact photo or initials, followed by a two-line layout with the sender name and date on top and the recipient name and attachment glyph on the bottom. The message body contains four lines of text and the address of Muir Woods National Monument.](https://docs-assets.developer.apple.com/published/65fab16931136a1aa542fb71e9ec181b/typography-default-type%402x.png)
96
+
97
+ Mail content at the default text size
98
+
99
+ ![A screenshot of a Mail message on iPhone, using the largest accessibility font size. From the top, the message header displays the sender name on one line, followed by the truncated recipient name on the next line, and the date and attachment glyph on the third line. Below the header and message title, the first line and part of the second line of body text are visible on the screen.](https://docs-assets.developer.apple.com/published/5840a6f168607659543494f5cebe266d/typography-dynamic-type%402x.png)
100
+
101
+ Mail content at the largest accessibility text size
102
+
103
+ For a list of available Dynamic Type sizes, see [Specifications](https://developer.apple.com/design/human-interface-guidelines/typography#Specifications). You can also download Dynamic Type size tables in the [Apple Design Resources](https://developer.apple.com/design/resources/) for each platform.
104
+
105
+ For developer guidance, see [Text input and output](https://developer.apple.com/documentation/SwiftUI/Text-input-and-output). To support Dynamic Type in Unity-based games, use [Apple’s Unity plug-ins](https://github.com/apple/unityplugins).
106
+
107
+ **Make sure your app’s layout adapts to all font sizes.** Verify that your design scales, and that text and glyphs are legible at all font sizes. On iPhone or iPad, turn on Larger Accessibility Text Sizes in Settings > Accessibility > Display & Text Size > Larger Text, and confirm that your app remains comfortably readable.
108
+
109
+ **Increase the size of meaningful interface icons as font size increases.** If you use interface icons to communicate important information, make sure they’re easy to view at larger font sizes too. When you use [SF Symbols](https://developer.apple.com/design/human-interface-guidelines/sf-symbols), you get icons that scale automatically with Dynamic Type size changes.
110
+
111
+ **Keep text truncation to a minimum as font size increases.** In general, aim to display as much useful text at the largest accessibility font size as you do at the largest standard font size. Avoid truncating text in scrollable regions unless people can open a separate view to read the rest of the content. You can prevent text truncation in a label by configuring it to use as many lines as needed to display a useful amount of text. For developer guidance, see [`numberOfLines`](https://developer.apple.com/documentation/UIKit/UILabel/numberOfLines).
112
+
113
+ **Consider adjusting your layout at large font sizes.** When font size increases in a horizontally constrained context, inline items (like glyphs and timestamps) and container boundaries can crowd text and cause truncation or overlapping. To improve readability, consider using a stacked layout where text appears above secondary items. Multicolumn text can also be less readable at large sizes due to horizontal space constraints. Reduce the number of columns when the font size increases to avoid truncation and enhance readability. For developer guidance, see [`isAccessibilityCategory`](https://developer.apple.com/documentation/UIKit/UIContentSizeCategory/isAccessibilityCategory).
114
+
115
+ **Maintain a consistent information hierarchy regardless of the current font size.** For example, keep primary elements toward the top of a view even when the font size is very large, so that people don’t lose track of these elements.
116
+
117
+ ## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/typography#Platform-considerations)
118
+
119
+ ### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/typography#iOS-iPadOS)
120
+
121
+ SF Pro is the system font in iOS and iPadOS. iOS and iPadOS apps can also use NY.
122
+
123
+ ### [macOS](https://developer.apple.com/design/human-interface-guidelines/typography#macOS)
124
+
125
+ SF Pro is the system font in macOS. NY is available for Mac apps built with Mac Catalyst. macOS doesn’t support Dynamic Type.
126
+
127
+ **When necessary, use dynamic system font variants to match the text in standard controls.** Dynamic system font variants give your text the same look and feel of the text that appears in system-provided controls. Use the variants listed below to achieve a look that’s consistent with other apps on the platform.
128
+
129
+ Dynamic font variant| API
130
+ ---|---
131
+ Control content| [`controlContentFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/controlContentFont\(ofSize:\))
132
+ Label| [`labelFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/labelFont\(ofSize:\))
133
+ Menu| [`menuFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/menuFont\(ofSize:\))
134
+ Menu bar| [`menuBarFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/menuBarFont\(ofSize:\))
135
+ Message| [`messageFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/messageFont\(ofSize:\))
136
+ Palette| [`paletteFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/paletteFont\(ofSize:\))
137
+ Title| [`titleBarFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/titleBarFont\(ofSize:\))
138
+ Tool tips| [`toolTipsFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/toolTipsFont\(ofSize:\))
139
+ Document text (user)| [`userFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/userFont\(ofSize:\))
140
+ Monospaced document text (user fixed pitch)| [`userFixedPitchFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/userFixedPitchFont\(ofSize:\))
141
+ Bold system font| [`boldSystemFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/boldSystemFont\(ofSize:\))
142
+ System font| [`systemFont(ofSize:)`](https://developer.apple.com/documentation/AppKit/NSFont/systemFont\(ofSize:\))
143
+
144
+ ### [tvOS](https://developer.apple.com/design/human-interface-guidelines/typography#tvOS)
145
+
146
+ SF Pro is the system font in tvOS, and apps can also use NY.
147
+
148
+ ### [visionOS](https://developer.apple.com/design/human-interface-guidelines/typography#visionOS)
149
+
150
+ SF Pro is the system font in visionOS. If you use NY, you need to specify the type styles you want.
151
+
152
+ visionOS uses bolder versions of the Dynamic Type body and title styles and it introduces Extra Large Title 1 and Extra Large Title 2 for wide, editorial-style layouts. For guidance using vibrancy to indicate hierarchy in text and symbols, see [Materials > visionOS](https://developer.apple.com/design/human-interface-guidelines/materials#visionOS).
153
+
154
+ **In general, prefer 2D text.** The more visual depth text characters have, the more difficult they can be to read. Although a small amount of 3D text can provide a fun visual element that draws people’s attention, if you’re going to display content that people need to read and understand, prefer using text that has little or no visual depth.
155
+
156
+ ![A screenshot that shows the correct placement of 2D text on a window in visionOS.](https://docs-assets.developer.apple.com/published/b7eca42cb50603b5ae1630781ce6d4c7/visionos-typography-2d-text-correct%402x.png)
157
+
158
+ ![A checkmark in a circle to indicate correct usage.](https://docs-assets.developer.apple.com/published/88662da92338267bb64cd2275c84e484/checkmark%402x.png)
159
+
160
+ ![A screenshot that shows the incorrect placement of 3D text on a window in visionOS.](https://docs-assets.developer.apple.com/published/8568cd71b363e427fb91a874b8c30aa8/visionos-typography-3d-text-incorrect%402x.png)
161
+
162
+ ![An X in a circle to indicate incorrect usage.](https://docs-assets.developer.apple.com/published/209f6f0fc8ad99d9bf59e12d82d06584/crossout%402x.png)
163
+
164
+ **Make sure text looks good and remains legible when people scale it.** Use a text style that makes the text look good at full scale, then test it for legibility at different scales.
165
+
166
+ **Maximize the contrast between text and the background of its container.** By default, the system displays text in white, because this color tends to provide a strong contrast with the default system background material, making text easier to read. If you want to use a different text color, be sure to test it in a variety of contexts.
167
+
168
+ **If you need to display text that’s not on a background, consider making it bold to improve legibility.** In this situation, you generally want to avoid adding shadows to increase text contrast. The current space might not include a visual surface on which to cast an accurate shadow, and you can’t predict the size and density of shadow that would work well with a person’s current Environment.
169
+
170
+ **Keep text facing people as much as possible.** If you display text that’s associated with a point in space, such as a label for a 3D object, you generally want to use _billboarding_ — that is, you want the text to face the wearer regardless of how they or the object move. If you don’t rotate text to remain facing the wearer, the text can become impossible to read because people may view it from the side or a highly oblique angle. For example, imagine a virtual lamp that appears to be on a physical desk with a label anchored directly above it. For the text to remain readable, the label needs to rotate around the y-axis as people move around the desk; in other words, the baseline of the text needs to remain perpendicular to the person’s line of sight.
171
+
172
+ ### [watchOS](https://developer.apple.com/design/human-interface-guidelines/typography#watchOS)
173
+
174
+ SF Compact is the system font in watchOS, and apps can also use NY. In complications, watchOS uses SF Compact Rounded.
175
+
176
+ ## [Specifications](https://developer.apple.com/design/human-interface-guidelines/typography#Specifications)
177
+
178
+ You can display emphasized variants of system text styles using symbolic traits. In SwiftUI, use the [`bold()`](https://developer.apple.com/documentation/SwiftUI/Text/bold\(\)) modifier; in UIKit, use [`traitBold`](https://developer.apple.com/documentation/UIKit/UIFontDescriptor/SymbolicTraits-swift.struct/traitBold) in the [`UIFontDescriptor`](https://developer.apple.com/documentation/UIKit/UIFontDescriptor) API. The emphasized weights can be medium, semibold, bold, or heavy. The following specifications include the emphasized weight for each text style.
179
+
180
+ ### [iOS, iPadOS Dynamic Type sizes](https://developer.apple.com/design/human-interface-guidelines/typography#iOS-iPadOS-Dynamic-Type-sizes)
181
+
182
+ * xSmall
183
+ * Small
184
+ * Medium
185
+ * Large (default)
186
+ * xLarge
187
+ * xxLarge
188
+ * xxxLarge
189
+
190
+
191
+
192
+ #### [xSmall](https://developer.apple.com/design/human-interface-guidelines/typography#xSmall)
193
+
194
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
195
+ ---|---|---|---|---
196
+ Large Title| Regular| 31| 38| Bold
197
+ Title 1| Regular| 25| 31| Bold
198
+ Title 2| Regular| 19| 24| Bold
199
+ Title 3| Regular| 17| 22| Semibold
200
+ Headline| Semibold| 14| 19| Semibold
201
+ Body| Regular| 14| 19| Semibold
202
+ Callout| Regular| 13| 18| Semibold
203
+ Subhead| Regular| 12| 16| Semibold
204
+ Footnote| Regular| 12| 16| Semibold
205
+ Caption 1| Regular| 11| 13| Semibold
206
+ Caption 2| Regular| 11| 13| Semibold
207
+
208
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
209
+
210
+ #### [Small](https://developer.apple.com/design/human-interface-guidelines/typography#Small)
211
+
212
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
213
+ ---|---|---|---|---
214
+ Large Title| Regular| 32| 39| Bold
215
+ Title 1| Regular| 26| 32| Bold
216
+ Title 2| Regular| 20| 25| Bold
217
+ Title 3| Regular| 18| 23| Semibold
218
+ Headline| Semibold| 15| 20| Semibold
219
+ Body| Regular| 15| 20| Semibold
220
+ Callout| Regular| 14| 19| Semibold
221
+ Subhead| Regular| 13| 18| Semibold
222
+ Footnote| Regular| 12| 16| Semibold
223
+ Caption 1| Regular| 11| 13| Semibold
224
+ Caption 2| Regular| 11| 13| Semibold
225
+
226
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
227
+
228
+ #### [Medium](https://developer.apple.com/design/human-interface-guidelines/typography#Medium)
229
+
230
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
231
+ ---|---|---|---|---
232
+ Large Title| Regular| 33| 40| Bold
233
+ Title 1| Regular| 27| 33| Bold
234
+ Title 2| Regular| 21| 26| Bold
235
+ Title 3| Regular| 19| 24| Semibold
236
+ Headline| Semibold| 16| 21| Semibold
237
+ Body| Regular| 16| 21| Semibold
238
+ Callout| Regular| 15| 20| Semibold
239
+ Subhead| Regular| 14| 19| Semibold
240
+ Footnote| Regular| 12| 16| Semibold
241
+ Caption 1| Regular| 11| 13| Semibold
242
+ Caption 2| Regular| 11| 13| Semibold
243
+
244
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
245
+
246
+ #### [Large (default)](https://developer.apple.com/design/human-interface-guidelines/typography#Large-default)
247
+
248
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
249
+ ---|---|---|---|---
250
+ Large Title| Regular| 34| 41| Bold
251
+ Title 1| Regular| 28| 34| Bold
252
+ Title 2| Regular| 22| 28| Bold
253
+ Title 3| Regular| 20| 25| Semibold
254
+ Headline| Semibold| 17| 22| Semibold
255
+ Body| Regular| 17| 22| Semibold
256
+ Callout| Regular| 16| 21| Semibold
257
+ Subhead| Regular| 15| 20| Semibold
258
+ Footnote| Regular| 13| 18| Semibold
259
+ Caption 1| Regular| 12| 16| Semibold
260
+ Caption 2| Regular| 11| 13| Semibold
261
+
262
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
263
+
264
+ #### [xLarge](https://developer.apple.com/design/human-interface-guidelines/typography#xLarge)
265
+
266
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
267
+ ---|---|---|---|---
268
+ Large Title| Regular| 36| 43| Bold
269
+ Title 1| Regular| 30| 37| Bold
270
+ Title 2| Regular| 24| 30| Bold
271
+ Title 3| Regular| 22| 28| Semibold
272
+ Headline| Semibold| 19| 24| Semibold
273
+ Body| Regular| 19| 24| Semibold
274
+ Callout| Regular| 18| 23| Semibold
275
+ Subhead| Regular| 17| 22| Semibold
276
+ Footnote| Regular| 15| 20| Semibold
277
+ Caption 1| Regular| 14| 19| Semibold
278
+ Caption 2| Regular| 13| 18| Semibold
279
+
280
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
281
+
282
+ #### [xxLarge](https://developer.apple.com/design/human-interface-guidelines/typography#xxLarge)
283
+
284
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
285
+ ---|---|---|---|---
286
+ Large Title| Regular| 38| 46| Bold
287
+ Title 1| Regular| 32| 39| Bold
288
+ Title 2| Regular| 26| 32| Bold
289
+ Title 3| Regular| 24| 30| Semibold
290
+ Headline| Semibold| 21| 26| Semibold
291
+ Body| Regular| 21| 26| Semibold
292
+ Callout| Regular| 20| 25| Semibold
293
+ Subhead| Regular| 19| 24| Semibold
294
+ Footnote| Regular| 17| 22| Semibold
295
+ Caption 1| Regular| 16| 21| Semibold
296
+ Caption 2| Regular| 15| 20| Semibold
297
+
298
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
299
+
300
+ #### [xxxLarge](https://developer.apple.com/design/human-interface-guidelines/typography#xxxLarge)
301
+
302
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
303
+ ---|---|---|---|---
304
+ Large Title| Regular| 40| 48| Bold
305
+ Title 1| Regular| 34| 41| Bold
306
+ Title 2| Regular| 28| 34| Bold
307
+ Title 3| Regular| 26| 32| Semibold
308
+ Headline| Semibold| 23| 29| Semibold
309
+ Body| Regular| 23| 29| Semibold
310
+ Callout| Regular| 22| 28| Semibold
311
+ Subhead| Regular| 21| 28| Semibold
312
+ Footnote| Regular| 19| 24| Semibold
313
+ Caption 1| Regular| 18| 23| Semibold
314
+ Caption 2| Regular| 17| 22| Semibold
315
+
316
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
317
+
318
+ ### [iOS, iPadOS larger accessibility type sizes](https://developer.apple.com/design/human-interface-guidelines/typography#iOS-iPadOS-larger-accessibility-type-sizes)
319
+
320
+ * AX1
321
+ * AX2
322
+ * AX3
323
+ * AX4
324
+ * AX5
325
+
326
+
327
+
328
+ #### [AX1](https://developer.apple.com/design/human-interface-guidelines/typography#AX1)
329
+
330
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
331
+ ---|---|---|---|---
332
+ Large Title| Regular| 44| 52| Bold
333
+ Title 1| Regular| 38| 46| Bold
334
+ Title 2| Regular| 34| 41| Bold
335
+ Title 3| Regular| 31| 38| Semibold
336
+ Headline| Semibold| 28| 34| Semibold
337
+ Body| Regular| 28| 34| Semibold
338
+ Callout| Regular| 26| 32| Semibold
339
+ Subhead| Regular| 25| 31| Semibold
340
+ Footnote| Regular| 23| 29| Semibold
341
+ Caption 1| Regular| 22| 28| Semibold
342
+ Caption 2| Regular| 20| 25| Semibold
343
+
344
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
345
+
346
+ #### [AX2](https://developer.apple.com/design/human-interface-guidelines/typography#AX2)
347
+
348
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
349
+ ---|---|---|---|---
350
+ Large Title| Regular| 48| 57| Bold
351
+ Title 1| Regular| 43| 51| Bold
352
+ Title 2| Regular| 39| 47| Bold
353
+ Title 3| Regular| 37| 44| Semibold
354
+ Headline| Semibold| 33| 40| Semibold
355
+ Body| Regular| 33| 40| Semibold
356
+ Callout| Regular| 32| 39| Semibold
357
+ Subhead| Regular| 30| 37| Semibold
358
+ Footnote| Regular| 27| 33| Semibold
359
+ Caption 1| Regular| 26| 32| Semibold
360
+ Caption 2| Regular| 24| 30| Semibold
361
+
362
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
363
+
364
+ #### [AX3](https://developer.apple.com/design/human-interface-guidelines/typography#AX3)
365
+
366
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
367
+ ---|---|---|---|---
368
+ Large Title| Regular| 52| 61| Bold
369
+ Title 1| Regular| 48| 57| Bold
370
+ Title 2| Regular| 44| 52| Bold
371
+ Title 3| Regular| 43| 51| Semibold
372
+ Headline| Semibold| 40| 48| Semibold
373
+ Body| Regular| 40| 48| Semibold
374
+ Callout| Regular| 38| 46| Semibold
375
+ Subhead| Regular| 36| 43| Semibold
376
+ Footnote| Regular| 33| 40| Semibold
377
+ Caption 1| Regular| 32| 39| Semibold
378
+ Caption 2| Regular| 29| 35| Semibold
379
+
380
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
381
+
382
+ #### [AX4](https://developer.apple.com/design/human-interface-guidelines/typography#AX4)
383
+
384
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
385
+ ---|---|---|---|---
386
+ Large Title| Regular| 56| 66| Bold
387
+ Title 1| Regular| 53| 62| Bold
388
+ Title 2| Regular| 50| 59| Bold
389
+ Title 3| Regular| 49| 58| Semibold
390
+ Headline| Semibold| 47| 56| Semibold
391
+ Body| Regular| 47| 56| Semibold
392
+ Callout| Regular| 44| 52| Semibold
393
+ Subhead| Regular| 42| 50| Semibold
394
+ Footnote| Regular| 38| 46| Semibold
395
+ Caption 1| Regular| 37| 44| Semibold
396
+ Caption 2| Regular| 34| 41| Semibold
397
+
398
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
399
+
400
+ #### [AX5](https://developer.apple.com/design/human-interface-guidelines/typography#AX5)
401
+
402
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
403
+ ---|---|---|---|---
404
+ Large Title| Regular| 60| 70| Bold
405
+ Title 1| Regular| 58| 68| Bold
406
+ Title 2| Regular| 56| 66| Bold
407
+ Title 3| Regular| 55| 65| Semibold
408
+ Headline| Semibold| 53| 62| Semibold
409
+ Body| Regular| 53| 62| Semibold
410
+ Callout| Regular| 51| 60| Semibold
411
+ Subhead| Regular| 49| 58| Semibold
412
+ Footnote| Regular| 44| 52| Semibold
413
+ Caption 1| Regular| 43| 51| Semibold
414
+ Caption 2| Regular| 40| 48| Semibold
415
+
416
+ Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
417
+
418
+ ### [macOS built-in text styles](https://developer.apple.com/design/human-interface-guidelines/typography#macOS-built-in-text-styles)
419
+
420
+ Text style| Weight| Size (points)| Line height (points)| Emphasized weight
421
+ ---|---|---|---|---
422
+ Large Title| Regular| 26| 32| Bold
423
+ Title 1| Regular| 22| 26| Bold
424
+ Title 2| Regular| 17| 22| Bold
425
+ Title 3| Regular| 15| 20| Semibold
426
+ Headline| Bold| 13| 16| Heavy
427
+ Body| Regular| 13| 16| Semibold
428
+ Callout| Regular| 12| 15| Semibold
429
+ Subheadline| Regular| 11| 14| Semibold
430
+ Footnote| Regular| 10| 13| Semibold
431
+ Caption 1| Regular| 10| 13| Medium
432
+ Caption 2| Medium| 10| 13| Semibold
433
+
434
+ Point size based on image resolution of 144 ppi for @2x designs.
435
+
436
+ ### [tvOS built-in text styles](https://developer.apple.com/design/human-interface-guidelines/typography#tvOS-built-in-text-styles)
437
+
438
+ Text style| Weight| Size (points)| Leading (points)| Emphasized weight
439
+ ---|---|---|---|---
440
+ Title 1| Medium| 76| 96| Bold
441
+ Title 2| Medium| 57| 66| Bold
442
+ Title 3| Medium| 48| 56| Bold
443
+ Headline| Medium| 38| 46| Bold
444
+ Subtitle 1| Regular| 38| 46| Medium
445
+ Callout| Medium| 31| 38| Bold
446
+ Body| Medium| 29| 36| Bold
447
+ Caption 1| Medium| 25| 32| Bold
448
+ Caption 2| Medium| 23| 30| Bold
449
+
450
+ Point size based on image resolution of 72 ppi for @1x and 144 ppi for @2x designs.
451
+
452
+ ### [watchOS Dynamic Type sizes](https://developer.apple.com/design/human-interface-guidelines/typography#watchOS-Dynamic-Type-sizes)
453
+
454
+ * xSmall
455
+ * Small
456
+ * Large
457
+ * xLarge
458
+ * xxLarge
459
+ * xxxLarge
460
+
461
+
462
+
463
+ #### [xSmall](https://developer.apple.com/design/human-interface-guidelines/typography#xSmall)
464
+
465
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
466
+ ---|---|---|---|---
467
+ Large Title| Regular| 30| 32.5| Bold
468
+ Title 1| Regular| 28| 30.5| Semibold
469
+ Title 2| Regular| 24| 26.5| Semibold
470
+ Title 3| Regular| 17| 19.5| Semibold
471
+ Headline| Semibold| 14| 16.5| Semibold
472
+ Body| Regular| 14| 16.5| Semibold
473
+ Caption 1| Regular| 13| 15.5| Semibold
474
+ Caption 2| Regular| 12| 14.5| Semibold
475
+ Footnote 1| Regular| 11| 13.5| Semibold
476
+ Footnote 2| Regular| 10| 12.5| Semibold
477
+
478
+ #### [Small (default 38mm)](https://developer.apple.com/design/human-interface-guidelines/typography#Small-default-38mm)
479
+
480
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
481
+ ---|---|---|---|---
482
+ Large Title| Regular| 32| 34.5| Bold
483
+ Title 1| Regular| 30| 32.5| Semibold
484
+ Title 2| Regular| 26| 28.5| Semibold
485
+ Title 3| Regular| 18| 20.5| Semibold
486
+ Headline| Semibold| 15| 17.5| Semibold
487
+ Body| Regular| 15| 17.5| Semibold
488
+ Caption 1| Regular| 14| 16.5| Semibold
489
+ Caption 2| Regular| 13| 15.5| Semibold
490
+ Footnote 1| Regular| 12| 14.5| Semibold
491
+ Footnote 2| Regular| 11| 13.5| Semibold
492
+
493
+ #### [Large (default 40mm/41mm/42mm)](https://developer.apple.com/design/human-interface-guidelines/typography#Large-default-40mm41mm42mm)
494
+
495
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
496
+ ---|---|---|---|---
497
+ Large Title| Regular| 36| 38.5| Bold
498
+ Title 1| Regular| 34| 36.5| Semibold
499
+ Title 2| Regular| 27| 30.5| Semibold
500
+ Title 3| Regular| 19| 21.5| Semibold
501
+ Headline| Semibold| 16| 18.5| Semibold
502
+ Body| Regular| 16| 18.5| Semibold
503
+ Caption 1| Regular| 15| 17.5| Semibold
504
+ Caption 2| Regular| 14| 16.5| Semibold
505
+ Footnote 1| Regular| 13| 15.5| Semibold
506
+ Footnote 2| Regular| 12| 14.5| Semibold
507
+
508
+ #### [xLarge (default 44mm/45mm/49mm)](https://developer.apple.com/design/human-interface-guidelines/typography#xLarge-default-44mm45mm49mm)
509
+
510
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
511
+ ---|---|---|---|---
512
+ Large Title| Regular| 40| 42.5| Bold
513
+ Title 1| Regular| 38| 40.5| Semibold
514
+ Title 2| Regular| 30| 32.5| Semibold
515
+ Title 3| Regular| 20| 22.5| Semibold
516
+ Headline| Semibold| 17| 19.5| Semibold
517
+ Body| Regular| 17| 19.5| Semibold
518
+ Caption 1| Regular| 16| 18.5| Semibold
519
+ Caption 2| Regular| 15| 17.5| Semibold
520
+ Footnote 1| Regular| 14| 16.5| Semibold
521
+ Footnote 2| Regular| 13| 15.5| Semibold
522
+
523
+ #### [xxLarge](https://developer.apple.com/design/human-interface-guidelines/typography#xxLarge)
524
+
525
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
526
+ ---|---|---|---|---
527
+ Large Title| Regular| 41| 43.5| Bold
528
+ Title 1| Regular| 39| 41.5| Semibold
529
+ Title 2| Regular| 31| 33.5| Semibold
530
+ Title 3| Regular| 21| 23.5| Semibold
531
+ Headline| Semibold| 18| 20.5| Semibold
532
+ Body| Regular| 18| 20.5| Semibold
533
+ Caption 1| Regular| 17| 19.5| Semibold
534
+ Caption 2| Regular| 15| 18.5| Semibold
535
+ Footnote 1| Regular| 15| 17.5| Semibold
536
+ Footnote 2| Regular| 14| 16.5| Semibold
537
+
538
+ #### [xxxLarge](https://developer.apple.com/design/human-interface-guidelines/typography#xxxLarge)
539
+
540
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
541
+ ---|---|---|---|---
542
+ Large Title| Regular| 42| 44.5| Bold
543
+ Title 1| Regular| 40| 42.5| Semibold
544
+ Title 2| Regular| 32| 34.5| Semibold
545
+ Title 3| Regular| 22| 24.5| Semibold
546
+ Headline| Semibold| 19| 21.5| Semibold
547
+ Body| Regular| 19| 21.5| Semibold
548
+ Caption 1| Regular| 18| 20.5| Semibold
549
+ Caption 2| Regular| 17| 19.5| Semibold
550
+ Footnote 1| Regular| 16| 18.5| Semibold
551
+ Footnote 2| Regular| 15| 17.5| Semibold
552
+
553
+ ### [watchOS larger accessibility type sizes](https://developer.apple.com/design/human-interface-guidelines/typography#watchOS-larger-accessibility-type-sizes)
554
+
555
+ * AX1
556
+ * AX2
557
+ * AX3
558
+
559
+
560
+
561
+ #### [AX1](https://developer.apple.com/design/human-interface-guidelines/typography#AX1)
562
+
563
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
564
+ ---|---|---|---|---
565
+ Large Title| Regular| 44| 46.5| Bold
566
+ Title 1| Regular| 42| 44.5| Semibold
567
+ Title 2| Regular| 34| 41| Semibold
568
+ Title 3| Regular| 24| 26.5| Semibold
569
+ Headline| Semibold| 21| 23.5| Semibold
570
+ Body| Regular| 21| 23.5| Semibold
571
+ Caption 1| Regular| 18| 20.5| Semibold
572
+ Caption 2| Regular| 17| 19.5| Semibold
573
+ Footnote 1| Regular| 16| 18.5| Semibold
574
+ Footnote 2| Regular| 15| 17.5| Semibold
575
+
576
+ #### [AX2](https://developer.apple.com/design/human-interface-guidelines/typography#AX2)
577
+
578
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
579
+ ---|---|---|---|---
580
+ Large Title| Regular| 45| 47.5| Bold
581
+ Title 1| Regular| 43| 46| Semibold
582
+ Title 2| Regular| 35| 37.5| Semibold
583
+ Title 3| Regular| 25| 27.5| Semibold
584
+ Headline| Semibold| 22| 24.5| Semibold
585
+ Body| Regular| 22| 24.5| Semibold
586
+ Caption 1| Regular| 19| 21.5| Semibold
587
+ Caption 2| Regular| 18| 20.5| Semibold
588
+ Footnote 1| Regular| 17| 19.5| Semibold
589
+ Footnote 2| Regular| 16| 17.5| Semibold
590
+
591
+ #### [AX3](https://developer.apple.com/design/human-interface-guidelines/typography#AX3)
592
+
593
+ Style| Weight| Size (points)| Leading (points)| Emphasized weight
594
+ ---|---|---|---|---
595
+ Large Title| Regular| 46| 48.5| Bold
596
+ Title 1| Regular| 44| 47| Semibold
597
+ Title 2| Regular| 36| 38.5| Semibold
598
+ Title 3| Regular| 26| 28.5| Semibold
599
+ Headline| Semibold| 23| 25.5| Semibold
600
+ Body| Regular| 23| 25.5| Semibold
601
+ Caption 1| Regular| 20| 22.5| Semibold
602
+ Caption 2| Regular| 19| 21.5| Semibold
603
+ Footnote 1| Regular| 18| 20.5| Semibold
604
+ Footnote 2| Regular| 17| 19.5| Semibold
605
+
606
+ ### [Tracking values](https://developer.apple.com/design/human-interface-guidelines/typography#Tracking-values)
607
+
608
+ #### [iOS, iPadOS, visionOS tracking values](https://developer.apple.com/design/human-interface-guidelines/typography#iOS-iPadOS-visionOS-tracking-values)
609
+
610
+ * SF Pro
611
+ * SF Pro Rounded
612
+ * New York
613
+
614
+
615
+
616
+ #### [SF Pro](https://developer.apple.com/design/human-interface-guidelines/typography#SF-Pro)
617
+
618
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
619
+ ---|---|---
620
+ 6| +41| +0.24
621
+ 7| +34| +0.23
622
+ 8| +26| +0.21
623
+ 9| +19| +0.17
624
+ 10| +12| +0.12
625
+ 11| +6| +0.06
626
+ 12| 0| 0.0
627
+ 13| -6| -0.08
628
+ 14| -11| -0.15
629
+ 15| -16| -0.23
630
+ 16| -20| -0.31
631
+ 17| -26| -0.43
632
+ 18| -25| -0.44
633
+ 19| -24| -0.45
634
+ 20| -23| -0.45
635
+ 21| -18| -0.36
636
+ 22| -12| -0.26
637
+ 23| -4| -0.10
638
+ 24| +3| +0.07
639
+ 25| +6| +0.15
640
+ 26| +8| +0.22
641
+ 27| +11| +0.29
642
+ 28| +14| +0.38
643
+ 29| +14| +0.40
644
+ 30| +14| +0.40
645
+ 31| +13| +0.39
646
+ 32| +13| +0.41
647
+ 33| +12| +0.40
648
+ 34| +12| +0.40
649
+ 35| +11| +0.38
650
+ 36| +10| +0.37
651
+ 37| +10| +0.36
652
+ 38| +10| +0.37
653
+ 39| +10| +0.38
654
+ 40| +10| +0.37
655
+ 41| +9| +0.36
656
+ 42| +9| +0.37
657
+ 43| +9| +0.38
658
+ 44| +8| +0.37
659
+ 45| +8| +0.35
660
+ 46| +8| +0.36
661
+ 47| +8| +0.37
662
+ 48| +8| +0.35
663
+ 49| +7| +0.33
664
+ 50| +7| +0.34
665
+ 51| +7| +0.35
666
+ 52| +6| +0.33
667
+ 53| +6| +0.31
668
+ 54| +6| +0.32
669
+ 56| +6| +0.30
670
+ 58| +5| +0.28
671
+ 60| +4| +0.26
672
+ 62| +4| +0.24
673
+ 64| +4| +0.22
674
+ 66| +3| +0.19
675
+ 68| +2| +0.17
676
+ 70| +2| +0.14
677
+ 72| +2| +0.14
678
+ 76| +1| +0.07
679
+ 80| 0| 0
680
+ 84| 0| 0
681
+ 88| 0| 0
682
+ 92| 0| 0
683
+ 96| 0| 0
684
+
685
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
686
+
687
+ #### [SF Pro Rounded](https://developer.apple.com/design/human-interface-guidelines/typography#SF-Pro-Rounded)
688
+
689
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
690
+ ---|---|---
691
+ 6| +87| +0.51
692
+ 7| +80| +0.54
693
+ 8| +72| +0.57
694
+ 9| +65| +0.57
695
+ 10| +58| +0.57
696
+ 11| +52| +0.56
697
+ 12| +46| +0.54
698
+ 13| +40| +0.51
699
+ 14| +35| +0.48
700
+ 15| +30| +0.44
701
+ 16| +26| +0.41
702
+ 17| +22| +0.37
703
+ 18| +21| +0.37
704
+ 19| +20| +0.37
705
+ 20| +18| +0.36
706
+ 21| +17| +0.35
707
+ 22| +16| +0.34
708
+ 23| +16| +0.35
709
+ 24| +15| +0.35
710
+ 25| +14| +0.35
711
+ 26| +14| +0.36
712
+ 27| +14| +0.36
713
+ 28| +13| +0.36
714
+ 29| +13| +0.37
715
+ 30| +12| +0.37
716
+ 31| +12| +0.36
717
+ 32| +12| +0.38
718
+ 33| +12| +0.39
719
+ 34| +12| +0.38
720
+ 35| +11| +0.38
721
+ 36| +11| +0.39
722
+ 37| +10| +0.38
723
+ 38| +10| +0.39
724
+ 39| +10| +0.38
725
+ 40| +10| +0.39
726
+ 41| +10| +0.38
727
+ 42| +10| +0.39
728
+ 43| +9| +0.38
729
+ 44| +8| +0.37
730
+ 45| +8| +0.37
731
+ 46| +8| +0.36
732
+ 47| +8| +0.37
733
+ 48| +8| +0.35
734
+ 49| +8| +0.36
735
+ 50| +7| +0.34
736
+ 51| +6| +0.32
737
+ 52| +6| +0.33
738
+ 53| +6| +0.31
739
+ 54| +6| +0.32
740
+ 56| +6| +0.30
741
+ 58| +4| +0.25
742
+ 60| +4| +0.23
743
+ 62| +4| +0.21
744
+ 64| +3| +0.19
745
+ 66| +2| +0.16
746
+ 68| +2| +0.13
747
+ 70| +2| +0.14
748
+ 72| +2| +0.11
749
+ 76| +1| +0.07
750
+ 80| 0| 0.00
751
+ 84| 0| 0.00
752
+ 88| 0| 0.00
753
+ 92| 0| 0.00
754
+ 96| 0| 0.00
755
+
756
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
757
+
758
+ #### [New York](https://developer.apple.com/design/human-interface-guidelines/typography#New-York)
759
+
760
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
761
+ ---|---|---
762
+ 6| +40| +0.23
763
+ 7| +32| +0.22
764
+ 8| +25| +0.20
765
+ 9| +20| +0.18
766
+ 10| +16| +0.15
767
+ 11| +11| +.12
768
+ 12| +6| +0.07
769
+ 13| +4| +0.05
770
+ 14| +2| +0.03
771
+ 15| +0| +0.00
772
+ 16| -2| -0.03
773
+ 17| -4| -0.07
774
+ 18| -6| -0.11
775
+ 19| -8| -0.15
776
+ 20| -10| -0.20
777
+ 21| -10| -0.21
778
+ 22| -10| -0.23
779
+ 23| -11| -0.25
780
+ 24| -11| -0.26
781
+ 25| -11| -0.27
782
+ 26| -12| -0.29
783
+ 27| -12| -0.32
784
+ 28| -12| -0.33
785
+ 29| -12| -0.34
786
+ 30| -12| -0.37
787
+ 31| -13| -0.39
788
+ 32| -13| -0.41
789
+ 33| -13| -0.42
790
+ 34| -14| -0.45
791
+ 35| -14| -0.48
792
+ 36| -14| -0.49
793
+ 38| -14| -0.52
794
+ 40| -14| -0.55
795
+ 42| -14| -0.57
796
+ 44| -14| -0.62
797
+ 46| -14| -0.65
798
+ 48| -14| -0.68
799
+ 50| -14| -0.71
800
+ 52| -14| -0.74
801
+ 54| -15| -0.79
802
+ 58| -15| -0.85
803
+ 62| -15| -0.91
804
+ 66| -15| -0.97
805
+ 70| -16| -1.06
806
+ 72| -16| -1.09
807
+ 80| -16| -1.21
808
+ 88| -16| -1.33
809
+ 96| -16| -1.50
810
+ 100| -16| -1.56
811
+ 120| -16| -1.88
812
+ 140| -16| -2.26
813
+ 160| -16| -2.58
814
+ 180| -17| -2.99
815
+ 200| -17| -3.32
816
+ 220| -18| -3.76
817
+ 240| -18| -4.22
818
+ 260| -18| -4.57
819
+
820
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
821
+
822
+ #### [macOS tracking values](https://developer.apple.com/design/human-interface-guidelines/typography#macOS-tracking-values)
823
+
824
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
825
+ ---|---|---
826
+ 6| +41| +0.24
827
+ 7| +34| +0.23
828
+ 8| +26| +0.21
829
+ 9| +19| +0.17
830
+ 10| +12| +0.12
831
+ 11| +6| +0.06
832
+ 12| 0| 0.0
833
+ 13| -6| -0.08
834
+ 14| -11| -0.15
835
+ 15| -16| -0.23
836
+ 16| -20| -0.31
837
+ 17| -26| -0.43
838
+ 18| -25| -0.44
839
+ 19| -24| -0.45
840
+ 20| -23| -0.45
841
+ 21| -18| -0.36
842
+ 22| -12| -0.26
843
+ 23| -4| -0.10
844
+ 24| +3| +0.07
845
+ 25| +6| +0.15
846
+ 26| +8| +0.22
847
+ 27| +11| +0.29
848
+ 28| +14| +0.38
849
+ 29| +14| +0.40
850
+ 30| +14| +0.40
851
+ 31| +13| +0.39
852
+ 32| +13| +0.41
853
+ 33| +12| +0.40
854
+ 34| +12| +0.40
855
+ 35| +11| +0.38
856
+ 36| +10| +0.37
857
+ 37| +10| +0.36
858
+ 38| +10| +0.37
859
+ 39| +10| +0.38
860
+ 40| +10| +0.37
861
+ 41| +9| +0.36
862
+ 42| +9| +0.37
863
+ 43| +9| +0.38
864
+ 44| +8| +0.37
865
+ 45| +8| +0.35
866
+ 46| +8| +0.36
867
+ 47| +8| +0.37
868
+ 48| +8| +0.35
869
+ 49| +7| +0.33
870
+ 50| +7| +0.34
871
+ 51| +7| +0.35
872
+ 52| +6| +0.31
873
+ 53| +6| +0.33
874
+ 54| +6| +0.32
875
+ 56| +6| +0.30
876
+ 58| +5| +0.28
877
+ 60| +4| +0.26
878
+ 62| +4| +0.24
879
+ 64| +4| +0.22
880
+ 66| +3| +0.19
881
+ 68| +2| +0.17
882
+ 70| +2| +0.14
883
+ 72| +2| +0.14
884
+ 76| +1| +0.07
885
+ 80| 0| 0
886
+ 84| 0| 0
887
+ 88| 0| 0
888
+ 92| 0| 0
889
+ 96| 0| 0
890
+
891
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
892
+
893
+ #### [tvOS tracking values](https://developer.apple.com/design/human-interface-guidelines/typography#tvOS-tracking-values)
894
+
895
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
896
+ ---|---|---
897
+ 6| +41| +0.24
898
+ 7| +34| +0.23
899
+ 8| +26| +0.21
900
+ 9| +19| +0.17
901
+ 10| +12| +0.12
902
+ 11| +6| +0.06
903
+ 12| 0| 0.0
904
+ 13| -6| -0.08
905
+ 14| -11| -0.15
906
+ 15| -16| -0.23
907
+ 16| -20| -0.31
908
+ 17| -26| -0.43
909
+ 18| -25| -0.44
910
+ 19| -24| -0.45
911
+ 20| -23| -0.45
912
+ 21| -18| -0.36
913
+ 22| -12| -0.26
914
+ 23| -4| -0.10
915
+ 24| +3| +0.07
916
+ 25| +6| +0.15
917
+ 26| +8| +0.22
918
+ 27| +11| +0.29
919
+ 28| +14| +0.38
920
+ 29| +14| +0.40
921
+ 30| +14| +0.40
922
+ 31| +13| +0.39
923
+ 32| +13| +0.41
924
+ 33| +12| +0.40
925
+ 34| +12| +0.40
926
+ 35| +11| +0.38
927
+ 36| +10| +0.37
928
+ 37| +10| +0.36
929
+ 38| +10| +0.37
930
+ 39| +10| +0.38
931
+ 40| +10| +0.37
932
+ 41| +9| +0.36
933
+ 42| +9| +0.37
934
+ 43| +9| +0.38
935
+ 44| +8| +0.37
936
+ 45| +8| +0.35
937
+ 46| +8| +0.36
938
+ 47| +8| +0.37
939
+ 48| +8| +0.35
940
+ 49| +7| +0.33
941
+ 50| +7| +0.34
942
+ 51| +7| +0.35
943
+ 52| +6| +0.31
944
+ 53| +6| +0.33
945
+ 54| +6| +0.32
946
+ 56| +6| +0.30
947
+ 58| +5| +0.28
948
+ 60| +4| +0.26
949
+ 62| +4| +0.24
950
+ 64| +4| +0.22
951
+ 66| +3| +0.19
952
+ 68| +2| +0.17
953
+ 70| +2| +0.14
954
+ 72| +2| +0.14
955
+ 76| +1| +0.07
956
+ 80| 0| 0
957
+ 84| 0| 0
958
+ 88| 0| 0
959
+ 92| 0| 0
960
+ 96| 0| 0
961
+
962
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x and 216 ppi for @3x designs.
963
+
964
+ #### [watchOS tracking values](https://developer.apple.com/design/human-interface-guidelines/typography#watchOS-tracking-values)
965
+
966
+ * SF Compact
967
+ * SF Compact Rounded
968
+
969
+
970
+
971
+ #### [SF Compact](https://developer.apple.com/design/human-interface-guidelines/typography#SF-Compact)
972
+
973
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
974
+ ---|---|---
975
+ 6| +50| +0.29
976
+ 7| +30| +0.21
977
+ 8| +30| +0.23
978
+ 9| +30| +0.26
979
+ 10| +30| +0.29
980
+ 11| +24| +0.26
981
+ 12| +20| +0.23
982
+ 13| +16| +0.20
983
+ 14| +14| +0.19
984
+ 15| +4| +0.06
985
+ 16| 0| 0.00
986
+ 17| -4| -0.07
987
+ 18| -8| -0.14
988
+ 19| -12| -0.22
989
+ 20| 0| 0.00
990
+ 21| -2| -0.04
991
+ 22| -4| -0.09
992
+ 23| -6| -0.13
993
+ 24| -8| -0.19
994
+ 25| -10| -0.24
995
+ 26| -11| -0.28
996
+ 27| -12| -0.30
997
+ 28| -12| -0.34
998
+ 29| -14| -0.38
999
+ 30| -14| -0.42
1000
+ 31| -15| -0.45
1001
+ 32| -16| -0.50
1002
+ 33| -17| -0.55
1003
+ 34| -18| -0.60
1004
+ 35| -18| -0.63
1005
+ 36| -20| -0.69
1006
+ 37| -20| -0.72
1007
+ 38| -20| -0.74
1008
+ 39| -20| -0.76
1009
+ 40| -20| -0.78
1010
+ 41| -20| -0.80
1011
+ 42| -20| -0.82
1012
+ 43| -20| -0.84
1013
+ 44| -20| -0.86
1014
+ 45| -20| -0.88
1015
+ 46| -20| -0.92
1016
+ 47| -20| -0.94
1017
+ 48| -20| -0.96
1018
+ 49| -21| -1.00
1019
+ 50| -21| -1.03
1020
+ 51| -21| -1.05
1021
+ 52| -21| -1.07
1022
+ 53| -22| -1.11
1023
+ 54| -22| -1.13
1024
+ 56| -22| -1.20
1025
+ 58| -22| -1.25
1026
+ 60| -22| -1.32
1027
+ 62| -22| -1.36
1028
+ 64| -23| -1.44
1029
+ 66| -24| -1.51
1030
+ 68| -24| -1.56
1031
+ 70| -24| -1.64
1032
+ 72| -24| -1.69
1033
+ 76| -25| -1.86
1034
+ 80| -26| -1.99
1035
+ 84| -26| -2.13
1036
+ 88| -26| -2.28
1037
+ 92| -28| -2.47
1038
+ 96| -28| -2.62
1039
+
1040
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x designs.
1041
+
1042
+ #### [SF Compact Rounded](https://developer.apple.com/design/human-interface-guidelines/typography#SF-Compact-Rounded)
1043
+
1044
+ Size (points)| Tracking (1/1000 em)| Tracking (points)
1045
+ ---|---|---
1046
+ 6| +28| +0.16
1047
+ 7| +26| +0.18
1048
+ 8| +24| +0.19
1049
+ 9| +22| +0.19
1050
+ 10| +20| +0.20
1051
+ 11| +18| +0.19
1052
+ 12| +16| +0.19
1053
+ 13| +14| +0.18
1054
+ 14| +12| +0.16
1055
+ 15| +10| +0.15
1056
+ 16| +8| +0.12
1057
+ 17| +6| +0.10
1058
+ 18| +4| +0.07
1059
+ 19| +2| +0.04
1060
+ 20| 0| 0.00
1061
+ 21| -2| -0.04
1062
+ 22| -4| -0.09
1063
+ 23| -6| -0.13
1064
+ 24| -8| -0.19
1065
+ 25| -10| -0.24
1066
+ 26| -11| -0.28
1067
+ 27| -12| -0.30
1068
+ 28| -12| -0.34
1069
+ 29| -14| -0.38
1070
+ 30| -14| -0.42
1071
+ 31| -15| -0.45
1072
+ 32| -16| -0.50
1073
+ 33| -17| -0.55
1074
+ 34| -18| -0.60
1075
+ 35| -18| -0.63
1076
+ 36| -20| -0.69
1077
+ 37| -20| -0.72
1078
+ 38| -20| -0.74
1079
+ 39| -20| -0.76
1080
+ 40| -20| -0.78
1081
+ 41| -20| -0.80
1082
+ 42| -20| -0.82
1083
+ 43| -20| -0.84
1084
+ 44| -20| -0.86
1085
+ 45| -20| -0.88
1086
+ 46| -20| -0.92
1087
+ 47| -20| -0.94
1088
+ 48| -20| -0.96
1089
+ 49| -21| -1.00
1090
+ 50| -21| -1.03
1091
+ 51| -21| -1.05
1092
+ 52| -21| -1.07
1093
+ 53| -22| -1.11
1094
+ 54| -22| -1.13
1095
+ 56| -22| -1.20
1096
+ 58| -22| -1.25
1097
+ 60| -22| -1.32
1098
+ 62| -22| -1.36
1099
+ 64| -23| -1.44
1100
+ 66| -24| -1.51
1101
+ 68| -24| -1.56
1102
+ 70| -24| -1.64
1103
+ 72| -24| -1.69
1104
+ 76| -25| -1.86
1105
+ 80| -26| -1.99
1106
+ 84| -26| -2.13
1107
+ 88| -26| -2.28
1108
+ 92| -28| -2.47
1109
+ 96| -28| -2.62
1110
+
1111
+ Not all apps express tracking values as 1/1000 em. Point size based on image resolution of 144 ppi for @2x designs.
1112
+
1113
+ ## [Resources](https://developer.apple.com/design/human-interface-guidelines/typography#Resources)
1114
+
1115
+ #### [Related](https://developer.apple.com/design/human-interface-guidelines/typography#Related)
1116
+
1117
+ [Fonts for Apple platforms](https://developer.apple.com/fonts/)
1118
+
1119
+ [SF Symbols](https://developer.apple.com/design/human-interface-guidelines/sf-symbols)
1120
+
1121
+ #### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/typography#Developer-documentation)
1122
+
1123
+ [Text input and output](https://developer.apple.com/documentation/SwiftUI/Text-input-and-output) — SwiftUI
1124
+
1125
+ [Text display and fonts](https://developer.apple.com/documentation/UIKit/text-display-and-fonts) — UIKit
1126
+
1127
+ [Fonts](https://developer.apple.com/documentation/AppKit/fonts) — AppKit
1128
+
1129
+ #### [Videos](https://developer.apple.com/design/human-interface-guidelines/typography#Videos)
1130
+
1131
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/C03E6E6D-A32A-41D0-9E50-C3C6059820AA/E4CD1309-352A-444E-96A5-FB5D6BA69725/9167_wide_250x141_1x.jpg) Get started with Dynamic Type ](https://developer.apple.com/videos/play/wwdc2024/10074)
1132
+
1133
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/124/F688D32F-15D2-4082-9505-DB2FA7FE0B0B/6736_wide_250x141_1x.jpg) Meet the expanded San Francisco font family ](https://developer.apple.com/videos/play/wwdc2022/110381)
1134
+
1135
+ [![](https://devimages-cdn.apple.com/wwdc-services/images/49/EA12E035-968D-4B74-AC8D-26CFD8F365A7/3823_wide_250x141_1x.jpg) The details of UI typography ](https://developer.apple.com/videos/play/wwdc2020/10175)
1136
+
1137
+ ## [Change log](https://developer.apple.com/design/human-interface-guidelines/typography#Change-log)
1138
+
1139
+ Date| Changes
1140
+ ---|---
1141
+ December 16, 2025| Added emphasized weights to the Dynamic Type style specifications for each platform.
1142
+ March 7, 2025| Expanded guidance for Dynamic Type.
1143
+ June 10, 2024| Added guidance for using Apple’s Unity plug-ins to support Dynamic Type in a Unity-based game and enhanced guidance on billboarding in a visionOS app or game.
1144
+ September 12, 2023| Added artwork illustrating system font weights, and clarified tvOS specification table descriptions.
1145
+ June 21, 2023| Updated to include guidance for visionOS.
1146
+