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.
- package/dist/index.js +6729 -1367
- package/dist/mcp-server.js +7303 -1941
- package/package.json +10 -3
- package/skills/3d-web-experience/SKILL.md +254 -0
- package/skills/README.md +201 -0
- package/skills/SPDD/1-research.md +22 -0
- package/skills/SPDD/2-spec.md +20 -0
- package/skills/SPDD/3-implementation.md +20 -0
- package/skills/ab-test-setup/SKILL.md +232 -0
- package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
- package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/skills/active-directory-attacks/SKILL.md +383 -0
- package/skills/active-directory-attacks/references/advanced-attacks.md +382 -0
- package/skills/activecampaign-automation/SKILL.md +209 -0
- package/skills/address-github-comments/SKILL.md +55 -0
- package/skills/agent-evaluation/SKILL.md +64 -0
- package/skills/agent-framework-azure-ai-py/SKILL.md +333 -0
- package/skills/agent-manager-skill/SKILL.md +40 -0
- package/skills/agent-memory-mcp/SKILL.md +82 -0
- package/skills/agent-memory-systems/SKILL.md +67 -0
- package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
- package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
- package/skills/agent-tool-builder/SKILL.md +53 -0
- package/skills/agents-v2-py/SKILL.md +325 -0
- package/skills/ai-agents-architect/SKILL.md +90 -0
- package/skills/ai-engineer/SKILL.md +171 -0
- package/skills/ai-product/SKILL.md +54 -0
- package/skills/ai-wrapper-product/SKILL.md +273 -0
- package/skills/airflow-dag-patterns/SKILL.md +41 -0
- package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/skills/airtable-automation/SKILL.md +170 -0
- package/skills/algolia-search/SKILL.md +66 -0
- package/skills/algorithmic-art/LICENSE.txt +202 -0
- package/skills/algorithmic-art/SKILL.md +405 -0
- package/skills/algorithmic-art/templates/generator_template.js +223 -0
- package/skills/algorithmic-art/templates/viewer.html +599 -0
- package/skills/amplitude-automation/SKILL.md +216 -0
- package/skills/analytics-tracking/SKILL.md +404 -0
- package/skills/angular/README.md +40 -0
- package/skills/angular/SKILL.md +821 -0
- package/skills/angular/metadata.json +14 -0
- package/skills/angular-best-practices/README.md +58 -0
- package/skills/angular-best-practices/SKILL.md +559 -0
- package/skills/angular-best-practices/metadata.json +13 -0
- package/skills/angular-migration/SKILL.md +428 -0
- package/skills/angular-state-management/README.md +41 -0
- package/skills/angular-state-management/SKILL.md +634 -0
- package/skills/angular-state-management/metadata.json +13 -0
- package/skills/angular-ui-patterns/README.md +55 -0
- package/skills/angular-ui-patterns/SKILL.md +508 -0
- package/skills/angular-ui-patterns/metadata.json +12 -0
- package/skills/anti-reversing-techniques/SKILL.md +42 -0
- package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/skills/antigravity-workflows/SKILL.md +80 -0
- package/skills/antigravity-workflows/resources/implementation-playbook.md +36 -0
- package/skills/api-design-principles/SKILL.md +37 -0
- package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
- package/skills/api-design-principles/assets/rest-api-template.py +182 -0
- package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
- package/skills/api-design-principles/references/rest-best-practices.md +408 -0
- package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
- package/skills/api-documentation-generator/SKILL.md +484 -0
- package/skills/api-documenter/SKILL.md +184 -0
- package/skills/api-fuzzing-bug-bounty/SKILL.md +433 -0
- package/skills/api-patterns/SKILL.md +81 -0
- package/skills/api-patterns/api-style.md +42 -0
- package/skills/api-patterns/auth.md +24 -0
- package/skills/api-patterns/documentation.md +26 -0
- package/skills/api-patterns/graphql.md +41 -0
- package/skills/api-patterns/rate-limiting.md +31 -0
- package/skills/api-patterns/response.md +37 -0
- package/skills/api-patterns/rest.md +40 -0
- package/skills/api-patterns/scripts/api_validator.py +211 -0
- package/skills/api-patterns/security-testing.md +122 -0
- package/skills/api-patterns/trpc.md +41 -0
- package/skills/api-patterns/versioning.md +22 -0
- package/skills/api-security-best-practices/SKILL.md +907 -0
- package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
- package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/skills/app-builder/SKILL.md +75 -0
- package/skills/app-builder/agent-coordination.md +71 -0
- package/skills/app-builder/feature-building.md +53 -0
- package/skills/app-builder/project-detection.md +34 -0
- package/skills/app-builder/scaffolding.md +118 -0
- package/skills/app-builder/tech-stack.md +40 -0
- package/skills/app-builder/templates/SKILL.md +39 -0
- package/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
- package/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
- package/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
- package/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
- package/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
- package/skills/app-store-optimization/HOW_TO_USE.md +281 -0
- package/skills/app-store-optimization/README.md +430 -0
- package/skills/app-store-optimization/SKILL.md +403 -0
- package/skills/app-store-optimization/ab_test_planner.py +662 -0
- package/skills/app-store-optimization/aso_scorer.py +482 -0
- package/skills/app-store-optimization/competitor_analyzer.py +577 -0
- package/skills/app-store-optimization/expected_output.json +170 -0
- package/skills/app-store-optimization/keyword_analyzer.py +406 -0
- package/skills/app-store-optimization/launch_checklist.py +739 -0
- package/skills/app-store-optimization/localization_helper.py +588 -0
- package/skills/app-store-optimization/metadata_optimizer.py +581 -0
- package/skills/app-store-optimization/review_analyzer.py +714 -0
- package/skills/app-store-optimization/sample_input.json +30 -0
- package/skills/application-performance-performance-optimization/SKILL.md +154 -0
- package/skills/architect-review/SKILL.md +174 -0
- package/skills/architecture/SKILL.md +55 -0
- package/skills/architecture/context-discovery.md +43 -0
- package/skills/architecture/examples.md +94 -0
- package/skills/architecture/pattern-selection.md +68 -0
- package/skills/architecture/patterns-reference.md +50 -0
- package/skills/architecture/trade-off-analysis.md +77 -0
- package/skills/architecture-decision-records/SKILL.md +441 -0
- package/skills/architecture-patterns/SKILL.md +37 -0
- package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/skills/arm-cortex-expert/SKILL.md +306 -0
- package/skills/asana-automation/SKILL.md +171 -0
- package/skills/async-python-patterns/SKILL.md +39 -0
- package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/skills/attack-tree-construction/SKILL.md +38 -0
- package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/skills/audio-transcriber/CHANGELOG.md +137 -0
- package/skills/audio-transcriber/README.md +340 -0
- package/skills/audio-transcriber/SKILL.md +558 -0
- package/skills/audio-transcriber/examples/basic-transcription.sh +250 -0
- package/skills/audio-transcriber/references/tools-comparison.md +352 -0
- package/skills/audio-transcriber/scripts/install-requirements.sh +190 -0
- package/skills/audio-transcriber/scripts/transcribe.py +486 -0
- package/skills/auth-implementation-patterns/SKILL.md +39 -0
- package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/skills/automate-whatsapp/SKILL.md +257 -0
- package/skills/autonomous-agent-patterns/SKILL.md +761 -0
- package/skills/autonomous-agents/SKILL.md +68 -0
- package/skills/avalonia-layout-zafiro/SKILL.md +59 -0
- package/skills/avalonia-layout-zafiro/behaviors.md +35 -0
- package/skills/avalonia-layout-zafiro/components.md +41 -0
- package/skills/avalonia-layout-zafiro/containers.md +50 -0
- package/skills/avalonia-layout-zafiro/icons.md +53 -0
- package/skills/avalonia-layout-zafiro/themes.md +51 -0
- package/skills/avalonia-viewmodels-zafiro/SKILL.md +29 -0
- package/skills/avalonia-viewmodels-zafiro/composition.md +75 -0
- package/skills/avalonia-viewmodels-zafiro/navigation_sections.md +53 -0
- package/skills/avalonia-viewmodels-zafiro/viewmodels.md +68 -0
- package/skills/avalonia-viewmodels-zafiro/wizards.md +47 -0
- package/skills/avalonia-zafiro-development/SKILL.md +29 -0
- package/skills/avalonia-zafiro-development/avalonia-reactive-rules.md +49 -0
- package/skills/avalonia-zafiro-development/core-technical-skills.md +19 -0
- package/skills/avalonia-zafiro-development/naming-standards.md +15 -0
- package/skills/avalonia-zafiro-development/patterns.md +45 -0
- package/skills/avalonia-zafiro-development/zafiro-shortcuts.md +43 -0
- package/skills/aws-penetration-testing/SKILL.md +405 -0
- package/skills/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
- package/skills/aws-serverless/SKILL.md +323 -0
- package/skills/aws-skills/SKILL.md +22 -0
- package/skills/azd-deployment/SKILL.md +296 -0
- package/skills/azure-ai-agents-persistent-dotnet/SKILL.md +349 -0
- package/skills/azure-ai-agents-persistent-java/SKILL.md +137 -0
- package/skills/azure-ai-anomalydetector-java/SKILL.md +256 -0
- package/skills/azure-ai-contentsafety-java/SKILL.md +282 -0
- package/skills/azure-ai-contentsafety-py/SKILL.md +214 -0
- package/skills/azure-ai-contentsafety-ts/SKILL.md +300 -0
- package/skills/azure-ai-contentunderstanding-py/SKILL.md +273 -0
- package/skills/azure-ai-document-intelligence-dotnet/SKILL.md +337 -0
- package/skills/azure-ai-document-intelligence-ts/SKILL.md +323 -0
- package/skills/azure-ai-formrecognizer-java/SKILL.md +341 -0
- package/skills/azure-ai-ml-py/SKILL.md +271 -0
- package/skills/azure-ai-openai-dotnet/SKILL.md +455 -0
- package/skills/azure-ai-projects-dotnet/SKILL.md +348 -0
- package/skills/azure-ai-projects-java/SKILL.md +152 -0
- package/skills/azure-ai-projects-py/SKILL.md +295 -0
- package/skills/azure-ai-projects-ts/SKILL.md +289 -0
- package/skills/azure-ai-textanalytics-py/SKILL.md +227 -0
- package/skills/azure-ai-transcription-py/SKILL.md +69 -0
- package/skills/azure-ai-translation-document-py/SKILL.md +249 -0
- package/skills/azure-ai-translation-text-py/SKILL.md +274 -0
- package/skills/azure-ai-translation-ts/SKILL.md +286 -0
- package/skills/azure-ai-vision-imageanalysis-java/SKILL.md +289 -0
- package/skills/azure-ai-vision-imageanalysis-py/SKILL.md +260 -0
- package/skills/azure-ai-voicelive-dotnet/SKILL.md +265 -0
- package/skills/azure-ai-voicelive-java/SKILL.md +225 -0
- package/skills/azure-ai-voicelive-py/SKILL.md +309 -0
- package/skills/azure-ai-voicelive-ts/SKILL.md +465 -0
- package/skills/azure-appconfiguration-java/SKILL.md +470 -0
- package/skills/azure-appconfiguration-py/SKILL.md +249 -0
- package/skills/azure-appconfiguration-ts/SKILL.md +349 -0
- package/skills/azure-communication-callautomation-java/SKILL.md +254 -0
- package/skills/azure-communication-callingserver-java/SKILL.md +91 -0
- package/skills/azure-communication-chat-java/SKILL.md +310 -0
- package/skills/azure-communication-common-java/SKILL.md +304 -0
- package/skills/azure-communication-sms-java/SKILL.md +274 -0
- package/skills/azure-compute-batch-java/SKILL.md +379 -0
- package/skills/azure-containerregistry-py/SKILL.md +252 -0
- package/skills/azure-cosmos-db-py/SKILL.md +239 -0
- package/skills/azure-cosmos-java/SKILL.md +258 -0
- package/skills/azure-cosmos-py/SKILL.md +280 -0
- package/skills/azure-cosmos-rust/SKILL.md +135 -0
- package/skills/azure-cosmos-ts/SKILL.md +471 -0
- package/skills/azure-data-tables-java/SKILL.md +334 -0
- package/skills/azure-data-tables-py/SKILL.md +243 -0
- package/skills/azure-eventgrid-dotnet/SKILL.md +488 -0
- package/skills/azure-eventgrid-java/SKILL.md +305 -0
- package/skills/azure-eventgrid-py/SKILL.md +168 -0
- package/skills/azure-eventhub-dotnet/SKILL.md +362 -0
- package/skills/azure-eventhub-java/SKILL.md +356 -0
- package/skills/azure-eventhub-py/SKILL.md +240 -0
- package/skills/azure-eventhub-rust/SKILL.md +127 -0
- package/skills/azure-eventhub-ts/SKILL.md +268 -0
- package/skills/azure-functions/SKILL.md +42 -0
- package/skills/azure-identity-dotnet/SKILL.md +339 -0
- package/skills/azure-identity-java/SKILL.md +366 -0
- package/skills/azure-identity-py/SKILL.md +192 -0
- package/skills/azure-identity-rust/SKILL.md +115 -0
- package/skills/azure-identity-ts/SKILL.md +303 -0
- package/skills/azure-keyvault-certificates-rust/SKILL.md +177 -0
- package/skills/azure-keyvault-keys-rust/SKILL.md +167 -0
- package/skills/azure-keyvault-keys-ts/SKILL.md +269 -0
- package/skills/azure-keyvault-py/SKILL.md +247 -0
- package/skills/azure-keyvault-secrets-rust/SKILL.md +142 -0
- package/skills/azure-keyvault-secrets-ts/SKILL.md +269 -0
- package/skills/azure-maps-search-dotnet/SKILL.md +494 -0
- package/skills/azure-messaging-webpubsub-java/SKILL.md +302 -0
- package/skills/azure-messaging-webpubsubservice-py/SKILL.md +245 -0
- package/skills/azure-mgmt-apicenter-dotnet/SKILL.md +411 -0
- package/skills/azure-mgmt-apicenter-py/SKILL.md +242 -0
- package/skills/azure-mgmt-apimanagement-dotnet/SKILL.md +310 -0
- package/skills/azure-mgmt-apimanagement-py/SKILL.md +278 -0
- package/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md +486 -0
- package/skills/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +230 -0
- package/skills/azure-mgmt-botservice-dotnet/SKILL.md +334 -0
- package/skills/azure-mgmt-botservice-py/SKILL.md +320 -0
- package/skills/azure-mgmt-fabric-dotnet/SKILL.md +338 -0
- package/skills/azure-mgmt-fabric-py/SKILL.md +258 -0
- package/skills/azure-mgmt-mongodbatlas-dotnet/SKILL.md +354 -0
- package/skills/azure-mgmt-weightsandbiases-dotnet/SKILL.md +328 -0
- package/skills/azure-microsoft-playwright-testing-ts/SKILL.md +302 -0
- package/skills/azure-monitor-ingestion-java/SKILL.md +230 -0
- package/skills/azure-monitor-ingestion-py/SKILL.md +204 -0
- package/skills/azure-monitor-opentelemetry-exporter-java/SKILL.md +284 -0
- package/skills/azure-monitor-opentelemetry-exporter-py/SKILL.md +207 -0
- package/skills/azure-monitor-opentelemetry-py/SKILL.md +224 -0
- package/skills/azure-monitor-opentelemetry-ts/SKILL.md +319 -0
- package/skills/azure-monitor-query-java/SKILL.md +417 -0
- package/skills/azure-monitor-query-py/SKILL.md +252 -0
- package/skills/azure-postgres-ts/SKILL.md +477 -0
- package/skills/azure-resource-manager-cosmosdb-dotnet/SKILL.md +250 -0
- package/skills/azure-resource-manager-durabletask-dotnet/SKILL.md +377 -0
- package/skills/azure-resource-manager-mysql-dotnet/SKILL.md +392 -0
- package/skills/azure-resource-manager-playwright-dotnet/SKILL.md +297 -0
- package/skills/azure-resource-manager-postgresql-dotnet/SKILL.md +432 -0
- package/skills/azure-resource-manager-redis-dotnet/SKILL.md +356 -0
- package/skills/azure-resource-manager-sql-dotnet/SKILL.md +319 -0
- package/skills/azure-search-documents-dotnet/SKILL.md +339 -0
- package/skills/azure-search-documents-py/SKILL.md +528 -0
- package/skills/azure-search-documents-ts/SKILL.md +266 -0
- package/skills/azure-security-keyvault-keys-dotnet/SKILL.md +406 -0
- package/skills/azure-security-keyvault-keys-java/SKILL.md +362 -0
- package/skills/azure-security-keyvault-secrets-java/SKILL.md +356 -0
- package/skills/azure-servicebus-dotnet/SKILL.md +333 -0
- package/skills/azure-servicebus-py/SKILL.md +267 -0
- package/skills/azure-servicebus-ts/SKILL.md +233 -0
- package/skills/azure-speech-to-text-rest-py/SKILL.md +372 -0
- package/skills/azure-storage-blob-java/SKILL.md +388 -0
- package/skills/azure-storage-blob-py/SKILL.md +219 -0
- package/skills/azure-storage-blob-rust/SKILL.md +132 -0
- package/skills/azure-storage-blob-ts/SKILL.md +482 -0
- package/skills/azure-storage-file-datalake-py/SKILL.md +211 -0
- package/skills/azure-storage-file-share-py/SKILL.md +238 -0
- package/skills/azure-storage-file-share-ts/SKILL.md +493 -0
- package/skills/azure-storage-queue-py/SKILL.md +213 -0
- package/skills/azure-storage-queue-ts/SKILL.md +524 -0
- package/skills/azure-web-pubsub-ts/SKILL.md +310 -0
- package/skills/backend-architect/SKILL.md +333 -0
- package/skills/backend-dev-guidelines/SKILL.md +342 -0
- package/skills/backend-dev-guidelines/resources/architecture-overview.md +451 -0
- package/skills/backend-dev-guidelines/resources/async-and-errors.md +307 -0
- package/skills/backend-dev-guidelines/resources/complete-examples.md +638 -0
- package/skills/backend-dev-guidelines/resources/configuration.md +275 -0
- package/skills/backend-dev-guidelines/resources/database-patterns.md +224 -0
- package/skills/backend-dev-guidelines/resources/middleware-guide.md +213 -0
- package/skills/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
- package/skills/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
- package/skills/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
- package/skills/backend-dev-guidelines/resources/testing-guide.md +235 -0
- package/skills/backend-dev-guidelines/resources/validation-patterns.md +754 -0
- package/skills/backend-development-feature-development/SKILL.md +180 -0
- package/skills/backend-security-coder/SKILL.md +156 -0
- package/skills/backtesting-frameworks/SKILL.md +39 -0
- package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/skills/bamboohr-automation/SKILL.md +220 -0
- package/skills/basecamp-automation/SKILL.md +234 -0
- package/skills/bash-defensive-patterns/SKILL.md +43 -0
- package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/skills/bash-linux/SKILL.md +199 -0
- package/skills/bash-pro/SKILL.md +310 -0
- package/skills/bats-testing-patterns/SKILL.md +34 -0
- package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/skills/bazel-build-optimization/SKILL.md +397 -0
- package/skills/beautiful-prose/SKILL.md +22 -0
- package/skills/behavioral-modes/SKILL.md +242 -0
- package/skills/billing-automation/SKILL.md +42 -0
- package/skills/billing-automation/resources/implementation-playbook.md +544 -0
- package/skills/binary-analysis-patterns/SKILL.md +450 -0
- package/skills/bitbucket-automation/SKILL.md +224 -0
- package/skills/blockchain-developer/SKILL.md +208 -0
- package/skills/blockrun/SKILL.md +292 -0
- package/skills/box-automation/SKILL.md +233 -0
- package/skills/brainstorming/SKILL.md +230 -0
- package/skills/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/skills/brand-guidelines-anthropic/SKILL.md +73 -0
- package/skills/brand-guidelines-community/LICENSE.txt +202 -0
- package/skills/brand-guidelines-community/SKILL.md +73 -0
- package/skills/brevo-automation/SKILL.md +197 -0
- package/skills/broken-authentication/SKILL.md +476 -0
- package/skills/browser-automation/SKILL.md +70 -0
- package/skills/browser-extension-builder/SKILL.md +261 -0
- package/skills/bullmq-specialist/SKILL.md +57 -0
- package/skills/bun-development/SKILL.md +691 -0
- package/skills/burp-suite-testing/SKILL.md +380 -0
- package/skills/business-analyst/SKILL.md +182 -0
- package/skills/busybox-on-windows/SKILL.md +30 -0
- package/skills/c-pro/SKILL.md +56 -0
- package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
- package/skills/c4-code/SKILL.md +244 -0
- package/skills/c4-component/SKILL.md +153 -0
- package/skills/c4-container/SKILL.md +171 -0
- package/skills/c4-context/SKILL.md +150 -0
- package/skills/cal-com-automation/SKILL.md +203 -0
- package/skills/calendly-automation/SKILL.md +211 -0
- package/skills/canva-automation/SKILL.md +217 -0
- package/skills/canvas-design/LICENSE.txt +202 -0
- package/skills/canvas-design/SKILL.md +130 -0
- package/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/cc-skill-backend-patterns/SKILL.md +584 -0
- package/skills/cc-skill-clickhouse-io/SKILL.md +431 -0
- package/skills/cc-skill-coding-standards/SKILL.md +522 -0
- package/skills/cc-skill-continuous-learning/SKILL.md +10 -0
- package/skills/cc-skill-continuous-learning/config.json +18 -0
- package/skills/cc-skill-continuous-learning/evaluate-session.sh +60 -0
- package/skills/cc-skill-frontend-patterns/SKILL.md +633 -0
- package/skills/cc-skill-project-guidelines-example/SKILL.md +352 -0
- package/skills/cc-skill-security-review/SKILL.md +496 -0
- package/skills/cc-skill-strategic-compact/SKILL.md +10 -0
- package/skills/cc-skill-strategic-compact/suggest-compact.sh +52 -0
- package/skills/changelog-automation/SKILL.md +38 -0
- package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
- package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
- package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/skills/circleci-automation/SKILL.md +177 -0
- package/skills/clarity-gate/SKILL.md +22 -0
- package/skills/claude-ally-health/SKILL.md +22 -0
- package/skills/claude-code-guide/SKILL.md +68 -0
- package/skills/claude-d3js-skill/SKILL.md +820 -0
- package/skills/claude-d3js-skill/assets/chart-template.jsx +106 -0
- package/skills/claude-d3js-skill/assets/interactive-template.jsx +227 -0
- package/skills/claude-d3js-skill/assets/sample-data.json +115 -0
- package/skills/claude-d3js-skill/references/colour-schemes.md +564 -0
- package/skills/claude-d3js-skill/references/d3-patterns.md +869 -0
- package/skills/claude-d3js-skill/references/scale-reference.md +509 -0
- package/skills/claude-scientific-skills/SKILL.md +22 -0
- package/skills/claude-speed-reader/SKILL.md +22 -0
- package/skills/claude-win11-speckit-update-skill/SKILL.md +22 -0
- package/skills/clean-code/SKILL.md +94 -0
- package/skills/clerk-auth/SKILL.md +56 -0
- package/skills/clickup-automation/SKILL.md +234 -0
- package/skills/close-automation/SKILL.md +212 -0
- package/skills/cloud-architect/SKILL.md +135 -0
- package/skills/cloud-penetration-testing/SKILL.md +501 -0
- package/skills/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
- package/skills/coda-automation/SKILL.md +241 -0
- package/skills/code-documentation-code-explain/SKILL.md +46 -0
- package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/skills/code-documentation-doc-generate/SKILL.md +48 -0
- package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/code-refactoring-context-restore/SKILL.md +179 -0
- package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
- package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
- package/skills/code-review-ai-ai-review/SKILL.md +450 -0
- package/skills/code-review-checklist/SKILL.md +444 -0
- package/skills/code-review-excellence/SKILL.md +40 -0
- package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/skills/code-reviewer/SKILL.md +178 -0
- package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
- package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
- package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
- package/skills/codex-review/SKILL.md +37 -0
- package/skills/commit/SKILL.md +171 -0
- package/skills/competitive-landscape/SKILL.md +34 -0
- package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/skills/competitor-alternatives/SKILL.md +750 -0
- package/skills/comprehensive-review-full-review/SKILL.md +146 -0
- package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
- package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/skills/computer-use-agents/SKILL.md +315 -0
- package/skills/computer-vision-expert/SKILL.md +70 -0
- package/skills/concise-planning/SKILL.md +62 -0
- package/skills/conductor-implement/SKILL.md +388 -0
- package/skills/conductor-manage/SKILL.md +39 -0
- package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/skills/conductor-new-track/SKILL.md +433 -0
- package/skills/conductor-revert/SKILL.md +372 -0
- package/skills/conductor-setup/SKILL.md +426 -0
- package/skills/conductor-status/SKILL.md +338 -0
- package/skills/conductor-validator/SKILL.md +62 -0
- package/skills/confluence-automation/SKILL.md +208 -0
- package/skills/content-creator/SKILL.md +248 -0
- package/skills/content-creator/assets/content_calendar_template.md +99 -0
- package/skills/content-creator/references/brand_guidelines.md +199 -0
- package/skills/content-creator/references/content_frameworks.md +534 -0
- package/skills/content-creator/references/social_media_optimization.md +317 -0
- package/skills/content-creator/scripts/brand_voice_analyzer.py +185 -0
- package/skills/content-creator/scripts/seo_optimizer.py +419 -0
- package/skills/content-marketer/SKILL.md +170 -0
- package/skills/context-compression/SKILL.md +266 -0
- package/skills/context-degradation/SKILL.md +238 -0
- package/skills/context-driven-development/SKILL.md +400 -0
- package/skills/context-fundamentals/SKILL.md +192 -0
- package/skills/context-management-context-restore/SKILL.md +179 -0
- package/skills/context-management-context-save/SKILL.md +177 -0
- package/skills/context-manager/SKILL.md +185 -0
- package/skills/context-optimization/SKILL.md +186 -0
- package/skills/context-window-management/SKILL.md +53 -0
- package/skills/context7-auto-research/SKILL.md +36 -0
- package/skills/conversation-memory/SKILL.md +61 -0
- package/skills/convertkit-automation/SKILL.md +195 -0
- package/skills/copilot-sdk/SKILL.md +510 -0
- package/skills/copy-editing/SKILL.md +439 -0
- package/skills/copywriting/SKILL.md +225 -0
- package/skills/core-components/SKILL.md +264 -0
- package/skills/cost-optimization/SKILL.md +286 -0
- package/skills/cpp-pro/SKILL.md +59 -0
- package/skills/cqrs-implementation/SKILL.md +35 -0
- package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/skills/create-pr/SKILL.md +192 -0
- package/skills/crewai/SKILL.md +243 -0
- package/skills/crypto-bd-agent/SKILL.md +248 -0
- package/skills/csharp-pro/SKILL.md +59 -0
- package/skills/culture-index/SKILL.md +43 -0
- package/skills/customer-support/SKILL.md +170 -0
- package/skills/daily-news-report/SKILL.md +356 -0
- package/skills/daily-news-report/cache.json +41 -0
- package/skills/daily-news-report/sources.json +183 -0
- package/skills/data-engineer/SKILL.md +224 -0
- package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
- package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
- package/skills/data-quality-frameworks/SKILL.md +40 -0
- package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/skills/data-scientist/SKILL.md +199 -0
- package/skills/data-storytelling/SKILL.md +465 -0
- package/skills/database-admin/SKILL.md +165 -0
- package/skills/database-architect/SKILL.md +268 -0
- package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
- package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/skills/database-design/SKILL.md +52 -0
- package/skills/database-design/database-selection.md +43 -0
- package/skills/database-design/indexing.md +39 -0
- package/skills/database-design/migrations.md +48 -0
- package/skills/database-design/optimization.md +36 -0
- package/skills/database-design/orm-selection.md +30 -0
- package/skills/database-design/schema-design.md +56 -0
- package/skills/database-design/scripts/schema_validator.py +172 -0
- package/skills/database-migration/SKILL.md +436 -0
- package/skills/database-migrations-migration-observability/SKILL.md +420 -0
- package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
- package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/skills/database-optimizer/SKILL.md +167 -0
- package/skills/datadog-automation/SKILL.md +235 -0
- package/skills/dbos-golang/AGENTS.md +92 -0
- package/skills/dbos-golang/CLAUDE.md +92 -0
- package/skills/dbos-golang/SKILL.md +133 -0
- package/skills/dbos-golang/references/_sections.md +41 -0
- package/skills/dbos-golang/references/advanced-patching.md +86 -0
- package/skills/dbos-golang/references/advanced-versioning.md +62 -0
- package/skills/dbos-golang/references/client-enqueue.md +65 -0
- package/skills/dbos-golang/references/client-setup.md +65 -0
- package/skills/dbos-golang/references/comm-events.md +69 -0
- package/skills/dbos-golang/references/comm-messages.md +57 -0
- package/skills/dbos-golang/references/comm-streaming.md +75 -0
- package/skills/dbos-golang/references/lifecycle-config.md +70 -0
- package/skills/dbos-golang/references/pattern-debouncing.md +47 -0
- package/skills/dbos-golang/references/pattern-idempotency.md +63 -0
- package/skills/dbos-golang/references/pattern-scheduled.md +69 -0
- package/skills/dbos-golang/references/pattern-sleep.md +52 -0
- package/skills/dbos-golang/references/queue-basics.md +53 -0
- package/skills/dbos-golang/references/queue-concurrency.md +49 -0
- package/skills/dbos-golang/references/queue-deduplication.md +52 -0
- package/skills/dbos-golang/references/queue-listening.md +49 -0
- package/skills/dbos-golang/references/queue-partitioning.md +42 -0
- package/skills/dbos-golang/references/queue-priority.md +45 -0
- package/skills/dbos-golang/references/queue-rate-limiting.md +50 -0
- package/skills/dbos-golang/references/step-basics.md +81 -0
- package/skills/dbos-golang/references/step-concurrency.md +79 -0
- package/skills/dbos-golang/references/step-retries.md +66 -0
- package/skills/dbos-golang/references/test-setup.md +90 -0
- package/skills/dbos-golang/references/workflow-background.md +64 -0
- package/skills/dbos-golang/references/workflow-constraints.md +68 -0
- package/skills/dbos-golang/references/workflow-control.md +53 -0
- package/skills/dbos-golang/references/workflow-determinism.md +51 -0
- package/skills/dbos-golang/references/workflow-introspection.md +64 -0
- package/skills/dbos-golang/references/workflow-timeout.md +38 -0
- package/skills/dbos-python/AGENTS.md +95 -0
- package/skills/dbos-python/CLAUDE.md +95 -0
- package/skills/dbos-python/SKILL.md +102 -0
- package/skills/dbos-python/references/_sections.md +41 -0
- package/skills/dbos-python/references/advanced-async.md +101 -0
- package/skills/dbos-python/references/advanced-patching.md +68 -0
- package/skills/dbos-python/references/advanced-versioning.md +66 -0
- package/skills/dbos-python/references/client-enqueue.md +54 -0
- package/skills/dbos-python/references/client-setup.md +57 -0
- package/skills/dbos-python/references/comm-events.md +61 -0
- package/skills/dbos-python/references/comm-messages.md +56 -0
- package/skills/dbos-python/references/comm-streaming.md +57 -0
- package/skills/dbos-python/references/lifecycle-config.md +74 -0
- package/skills/dbos-python/references/lifecycle-fastapi.md +66 -0
- package/skills/dbos-python/references/pattern-classes.md +61 -0
- package/skills/dbos-python/references/pattern-debouncing.md +59 -0
- package/skills/dbos-python/references/pattern-idempotency.md +52 -0
- package/skills/dbos-python/references/pattern-scheduled.md +56 -0
- package/skills/dbos-python/references/pattern-sleep.md +58 -0
- package/skills/dbos-python/references/queue-basics.md +60 -0
- package/skills/dbos-python/references/queue-concurrency.md +57 -0
- package/skills/dbos-python/references/queue-deduplication.md +51 -0
- package/skills/dbos-python/references/queue-listening.md +64 -0
- package/skills/dbos-python/references/queue-partitioning.md +62 -0
- package/skills/dbos-python/references/queue-priority.md +62 -0
- package/skills/dbos-python/references/queue-rate-limiting.md +55 -0
- package/skills/dbos-python/references/step-basics.md +53 -0
- package/skills/dbos-python/references/step-retries.md +44 -0
- package/skills/dbos-python/references/step-transactions.md +58 -0
- package/skills/dbos-python/references/test-fixtures.md +63 -0
- package/skills/dbos-python/references/workflow-background.md +58 -0
- package/skills/dbos-python/references/workflow-constraints.md +70 -0
- package/skills/dbos-python/references/workflow-control.md +77 -0
- package/skills/dbos-python/references/workflow-determinism.md +53 -0
- package/skills/dbos-python/references/workflow-introspection.md +68 -0
- package/skills/dbos-python/references/workflow-timeout.md +59 -0
- package/skills/dbos-typescript/AGENTS.md +94 -0
- package/skills/dbos-typescript/CLAUDE.md +94 -0
- package/skills/dbos-typescript/SKILL.md +111 -0
- package/skills/dbos-typescript/references/_sections.md +41 -0
- package/skills/dbos-typescript/references/advanced-patching.md +72 -0
- package/skills/dbos-typescript/references/advanced-versioning.md +61 -0
- package/skills/dbos-typescript/references/client-enqueue.md +75 -0
- package/skills/dbos-typescript/references/client-setup.md +60 -0
- package/skills/dbos-typescript/references/comm-events.md +57 -0
- package/skills/dbos-typescript/references/comm-messages.md +55 -0
- package/skills/dbos-typescript/references/comm-streaming.md +53 -0
- package/skills/dbos-typescript/references/lifecycle-config.md +47 -0
- package/skills/dbos-typescript/references/lifecycle-express.md +61 -0
- package/skills/dbos-typescript/references/pattern-classes.md +67 -0
- package/skills/dbos-typescript/references/pattern-debouncing.md +56 -0
- package/skills/dbos-typescript/references/pattern-idempotency.md +53 -0
- package/skills/dbos-typescript/references/pattern-scheduled.md +69 -0
- package/skills/dbos-typescript/references/pattern-sleep.md +59 -0
- package/skills/dbos-typescript/references/queue-basics.md +59 -0
- package/skills/dbos-typescript/references/queue-concurrency.md +53 -0
- package/skills/dbos-typescript/references/queue-deduplication.md +51 -0
- package/skills/dbos-typescript/references/queue-listening.md +63 -0
- package/skills/dbos-typescript/references/queue-partitioning.md +63 -0
- package/skills/dbos-typescript/references/queue-priority.md +48 -0
- package/skills/dbos-typescript/references/queue-rate-limiting.md +44 -0
- package/skills/dbos-typescript/references/step-basics.md +63 -0
- package/skills/dbos-typescript/references/step-retries.md +67 -0
- package/skills/dbos-typescript/references/step-transactions.md +68 -0
- package/skills/dbos-typescript/references/test-setup.md +104 -0
- package/skills/dbos-typescript/references/workflow-background.md +54 -0
- package/skills/dbos-typescript/references/workflow-constraints.md +65 -0
- package/skills/dbos-typescript/references/workflow-control.md +57 -0
- package/skills/dbos-typescript/references/workflow-determinism.md +54 -0
- package/skills/dbos-typescript/references/workflow-introspection.md +70 -0
- package/skills/dbos-typescript/references/workflow-timeout.md +39 -0
- package/skills/dbt-transformation-patterns/SKILL.md +34 -0
- package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/skills/ddd-context-mapping/SKILL.md +51 -0
- package/skills/ddd-context-mapping/references/context-map-patterns.md +25 -0
- package/skills/ddd-strategic-design/SKILL.md +51 -0
- package/skills/ddd-strategic-design/references/strategic-design-template.md +22 -0
- package/skills/ddd-tactical-patterns/SKILL.md +52 -0
- package/skills/ddd-tactical-patterns/references/tactical-checklist.md +25 -0
- package/skills/debugger/SKILL.md +49 -0
- package/skills/debugging-strategies/SKILL.md +34 -0
- package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
- package/skills/deep-research/SKILL.md +114 -0
- package/skills/defi-protocol-templates/SKILL.md +466 -0
- package/skills/dependency-management-deps-audit/SKILL.md +44 -0
- package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/skills/dependency-upgrade/SKILL.md +421 -0
- package/skills/deployment-engineer/SKILL.md +170 -0
- package/skills/deployment-pipeline-design/SKILL.md +371 -0
- package/skills/deployment-procedures/SKILL.md +241 -0
- package/skills/deployment-validation-config-validate/SKILL.md +496 -0
- package/skills/design-md/SKILL.md +178 -0
- package/skills/design-orchestration/SKILL.md +167 -0
- package/skills/devops-troubleshooter/SKILL.md +161 -0
- package/skills/discord-automation/SKILL.md +187 -0
- package/skills/discord-bot-architect/SKILL.md +277 -0
- package/skills/dispatching-parallel-agents/SKILL.md +180 -0
- package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
- package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/skills/distributed-tracing/SKILL.md +450 -0
- package/skills/django-pro/SKILL.md +180 -0
- package/skills/doc-coauthoring/SKILL.md +375 -0
- package/skills/docker-expert/SKILL.md +409 -0
- package/skills/docs/BUNDLES.md +459 -0
- package/skills/docs/CI_DRIFT_FIX.md +38 -0
- package/skills/docs/COMMUNITY_GUIDELINES.md +33 -0
- package/skills/docs/EXAMPLES.md +56 -0
- package/skills/docs/FAQ.md +196 -0
- package/skills/docs/GETTING_STARTED.md +138 -0
- package/skills/docs/LICENSE-MICROSOFT +21 -0
- package/skills/docs/QUALITY_BAR.md +66 -0
- package/skills/docs/SECURITY_GUARDRAILS.md +51 -0
- package/skills/docs/SKILL_ANATOMY.md +605 -0
- package/skills/docs/SOURCES.md +87 -0
- package/skills/docs/USAGE.md +362 -0
- package/skills/docs/VISUAL_GUIDE.md +512 -0
- package/skills/docs/WORKFLOWS.md +215 -0
- package/skills/docs/microsoft-skills-attribution.json +709 -0
- package/skills/docs/vietnamese/BUNDLES.vi.md +124 -0
- package/skills/docs/vietnamese/CONTRIBUTING.vi.md +236 -0
- package/skills/docs/vietnamese/EXAMPLES.vi.md +56 -0
- package/skills/docs/vietnamese/FAQ.vi.md +178 -0
- package/skills/docs/vietnamese/GETTING_STARTED.vi.md +108 -0
- package/skills/docs/vietnamese/QUALITY_BAR.vi.md +64 -0
- package/skills/docs/vietnamese/README.vi.md +190 -0
- package/skills/docs/vietnamese/SECURITY.vi.md +19 -0
- package/skills/docs/vietnamese/SECURITY_GUARDRAILS.vi.md +51 -0
- package/skills/docs/vietnamese/SKILLS_README.vi.md +106 -0
- package/skills/docs/vietnamese/SKILL_ANATOMY.vi.md +605 -0
- package/skills/docs/vietnamese/SOURCES.vi.md +21 -0
- package/skills/docs/vietnamese/TRANSLATION_PLAN.vi.md +65 -0
- package/skills/docs/vietnamese/VISUAL_GUIDE.vi.md +512 -0
- package/skills/docs-architect/SKILL.md +98 -0
- package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
- package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/skills/documentation-templates/SKILL.md +194 -0
- package/skills/docusign-automation/SKILL.md +208 -0
- package/skills/docx/LICENSE.txt +30 -0
- package/skills/docx/SKILL.md +197 -0
- package/skills/docx/docx-js.md +350 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/docx/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/docx/ooxml/scripts/pack.py +159 -0
- package/skills/docx/ooxml/scripts/unpack.py +29 -0
- package/skills/docx/ooxml/scripts/validate.py +69 -0
- package/skills/docx/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/docx/ooxml/scripts/validation/base.py +951 -0
- package/skills/docx/ooxml/scripts/validation/docx.py +274 -0
- package/skills/docx/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/docx/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/docx/ooxml.md +610 -0
- package/skills/docx/scripts/__init__.py +1 -0
- package/skills/docx/scripts/document.py +1276 -0
- package/skills/docx/scripts/templates/comments.xml +3 -0
- package/skills/docx/scripts/templates/commentsExtended.xml +3 -0
- package/skills/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/skills/docx/scripts/templates/commentsIds.xml +3 -0
- package/skills/docx/scripts/templates/people.xml +3 -0
- package/skills/docx/scripts/utilities.py +374 -0
- package/skills/docx-official/LICENSE.txt +30 -0
- package/skills/docx-official/SKILL.md +197 -0
- package/skills/docx-official/docx-js.md +350 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/docx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/docx-official/ooxml/scripts/pack.py +159 -0
- package/skills/docx-official/ooxml/scripts/unpack.py +29 -0
- package/skills/docx-official/ooxml/scripts/validate.py +69 -0
- package/skills/docx-official/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/docx-official/ooxml/scripts/validation/base.py +951 -0
- package/skills/docx-official/ooxml/scripts/validation/docx.py +274 -0
- package/skills/docx-official/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/docx-official/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/docx-official/ooxml.md +610 -0
- package/skills/docx-official/scripts/__init__.py +1 -0
- package/skills/docx-official/scripts/document.py +1276 -0
- package/skills/docx-official/scripts/templates/comments.xml +3 -0
- package/skills/docx-official/scripts/templates/commentsExtended.xml +3 -0
- package/skills/docx-official/scripts/templates/commentsExtensible.xml +3 -0
- package/skills/docx-official/scripts/templates/commentsIds.xml +3 -0
- package/skills/docx-official/scripts/templates/people.xml +3 -0
- package/skills/docx-official/scripts/utilities.py +374 -0
- package/skills/domain-driven-design/SKILL.md +73 -0
- package/skills/domain-driven-design/references/ddd-deliverables.md +24 -0
- package/skills/dotnet-architect/SKILL.md +197 -0
- package/skills/dotnet-backend/SKILL.md +266 -0
- package/skills/dotnet-backend-patterns/SKILL.md +37 -0
- package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/skills/dropbox-automation/SKILL.md +230 -0
- package/skills/dx-optimizer/SKILL.md +83 -0
- package/skills/e2e-testing-patterns/SKILL.md +41 -0
- package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/skills/elixir-pro/SKILL.md +59 -0
- package/skills/email-sequence/SKILL.md +925 -0
- package/skills/email-systems/SKILL.md +54 -0
- package/skills/embedding-strategies/SKILL.md +491 -0
- package/skills/employment-contract-templates/SKILL.md +39 -0
- package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/skills/environment-setup-guide/SKILL.md +479 -0
- package/skills/error-debugging-error-analysis/SKILL.md +47 -0
- package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-debugging-error-trace/SKILL.md +43 -0
- package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
- package/skills/error-detective/SKILL.md +53 -0
- package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
- package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
- package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
- package/skills/error-handling-patterns/SKILL.md +35 -0
- package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/skills/ethical-hacking-methodology/SKILL.md +466 -0
- package/skills/evaluation/SKILL.md +238 -0
- package/skills/event-sourcing-architect/SKILL.md +58 -0
- package/skills/event-store-design/SKILL.md +449 -0
- package/skills/event-store-design/resources/implementation-playbook.md +25 -0
- package/skills/exa-search/SKILL.md +36 -0
- package/skills/executing-plans/SKILL.md +76 -0
- package/skills/expo-deployment/SKILL.md +72 -0
- package/skills/fal-audio/SKILL.md +22 -0
- package/skills/fal-generate/SKILL.md +22 -0
- package/skills/fal-image-edit/SKILL.md +22 -0
- package/skills/fal-platform/SKILL.md +22 -0
- package/skills/fal-upscale/SKILL.md +22 -0
- package/skills/fal-workflow/SKILL.md +22 -0
- package/skills/fastapi-pro/SKILL.md +192 -0
- package/skills/fastapi-router-py/SKILL.md +52 -0
- package/skills/fastapi-templates/SKILL.md +32 -0
- package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/skills/ffuf-claude-skill/SKILL.md +22 -0
- package/skills/figma-automation/SKILL.md +181 -0
- package/skills/file-organizer/SKILL.md +250 -0
- package/skills/file-path-traversal/SKILL.md +486 -0
- package/skills/file-uploads/SKILL.md +22 -0
- package/skills/find-bugs/SKILL.md +86 -0
- package/skills/finishing-a-development-branch/SKILL.md +200 -0
- package/skills/firebase/SKILL.md +56 -0
- package/skills/firecrawl-scraper/SKILL.md +37 -0
- package/skills/firmware-analyst/SKILL.md +320 -0
- package/skills/fix-review/SKILL.md +53 -0
- package/skills/flutter-expert/SKILL.md +200 -0
- package/skills/form-cro/SKILL.md +441 -0
- package/skills/fp-ts-errors/SKILL.md +856 -0
- package/skills/fp-ts-pragmatic/SKILL.md +598 -0
- package/skills/fp-ts-react/SKILL.md +796 -0
- package/skills/framework-migration-code-migrate/SKILL.md +48 -0
- package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
- package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
- package/skills/free-tool-strategy/SKILL.md +576 -0
- package/skills/freshdesk-automation/SKILL.md +219 -0
- package/skills/freshservice-automation/SKILL.md +213 -0
- package/skills/frontend-design/LICENSE.txt +177 -0
- package/skills/frontend-design/SKILL.md +272 -0
- package/skills/frontend-dev-guidelines/SKILL.md +359 -0
- package/skills/frontend-dev-guidelines/resources/common-patterns.md +331 -0
- package/skills/frontend-dev-guidelines/resources/complete-examples.md +872 -0
- package/skills/frontend-dev-guidelines/resources/component-patterns.md +502 -0
- package/skills/frontend-dev-guidelines/resources/data-fetching.md +767 -0
- package/skills/frontend-dev-guidelines/resources/file-organization.md +502 -0
- package/skills/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
- package/skills/frontend-dev-guidelines/resources/performance.md +406 -0
- package/skills/frontend-dev-guidelines/resources/routing-guide.md +364 -0
- package/skills/frontend-dev-guidelines/resources/styling-guide.md +428 -0
- package/skills/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
- package/skills/frontend-developer/SKILL.md +171 -0
- package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
- package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
- package/skills/frontend-security-coder/SKILL.md +170 -0
- package/skills/frontend-slides/SKILL.md +770 -0
- package/skills/frontend-ui-dark-ts/SKILL.md +588 -0
- package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
- package/skills/game-development/2d-games/SKILL.md +119 -0
- package/skills/game-development/3d-games/SKILL.md +135 -0
- package/skills/game-development/SKILL.md +167 -0
- package/skills/game-development/game-art/SKILL.md +185 -0
- package/skills/game-development/game-audio/SKILL.md +190 -0
- package/skills/game-development/game-design/SKILL.md +129 -0
- package/skills/game-development/mobile-games/SKILL.md +108 -0
- package/skills/game-development/multiplayer/SKILL.md +132 -0
- package/skills/game-development/pc-games/SKILL.md +144 -0
- package/skills/game-development/vr-ar/SKILL.md +123 -0
- package/skills/game-development/web-games/SKILL.md +150 -0
- package/skills/gcp-cloud-run/SKILL.md +288 -0
- package/skills/gdpr-data-handling/SKILL.md +33 -0
- package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/skills/gemini-api-dev/SKILL.md +127 -0
- package/skills/geo-fundamentals/SKILL.md +156 -0
- package/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
- package/skills/git-advanced-workflows/SKILL.md +412 -0
- package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
- package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
- package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
- package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/skills/git-pushing/SKILL.md +33 -0
- package/skills/git-pushing/scripts/smart_commit.sh +19 -0
- package/skills/github-actions-templates/SKILL.md +345 -0
- package/skills/github-automation/SKILL.md +227 -0
- package/skills/github-issue-creator/SKILL.md +137 -0
- package/skills/github-workflow-automation/SKILL.md +846 -0
- package/skills/gitlab-automation/SKILL.md +254 -0
- package/skills/gitlab-ci-patterns/SKILL.md +283 -0
- package/skills/gitops-workflow/SKILL.md +303 -0
- package/skills/gitops-workflow/references/argocd-setup.md +134 -0
- package/skills/gitops-workflow/references/sync-policies.md +131 -0
- package/skills/gmail-automation/SKILL.md +270 -0
- package/skills/go-concurrency-patterns/SKILL.md +33 -0
- package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/skills/go-playwright/SKILL.md +76 -0
- package/skills/go-playwright/resources/implementation-playbook.md +110 -0
- package/skills/go-rod-master/SKILL.md +544 -0
- package/skills/go-rod-master/examples/basic_scrape.go +41 -0
- package/skills/go-rod-master/examples/concurrent_pages.go +81 -0
- package/skills/go-rod-master/examples/request_hijacking.go +85 -0
- package/skills/go-rod-master/examples/stealth_page.go +91 -0
- package/skills/go-rod-master/references/api-reference.md +148 -0
- package/skills/godot-gdscript-patterns/SKILL.md +33 -0
- package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/skills/golang-pro/SKILL.md +179 -0
- package/skills/google-analytics-automation/SKILL.md +227 -0
- package/skills/google-calendar-automation/SKILL.md +176 -0
- package/skills/google-drive-automation/SKILL.md +193 -0
- package/skills/googlesheets-automation/SKILL.md +197 -0
- package/skills/grafana-dashboards/SKILL.md +381 -0
- package/skills/graphql/SKILL.md +68 -0
- package/skills/graphql-architect/SKILL.md +182 -0
- package/skills/haskell-pro/SKILL.md +56 -0
- package/skills/helm-chart-scaffolding/SKILL.md +34 -0
- package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/skills/helpdesk-automation/SKILL.md +166 -0
- package/skills/hig-components-content/SKILL.md +86 -0
- package/skills/hig-components-content/references/activity-views.md +79 -0
- package/skills/hig-components-content/references/charts.md +180 -0
- package/skills/hig-components-content/references/collections.md +48 -0
- package/skills/hig-components-content/references/color-wells.md +42 -0
- package/skills/hig-components-content/references/image-views.md +82 -0
- package/skills/hig-components-content/references/image-wells.md +34 -0
- package/skills/hig-components-content/references/lockups.md +78 -0
- package/skills/hig-components-content/references/web-views.md +36 -0
- package/skills/hig-components-controls/SKILL.md +88 -0
- package/skills/hig-components-controls/references/combo-boxes.md +40 -0
- package/skills/hig-components-controls/references/controls.md +112 -0
- package/skills/hig-components-controls/references/gauges.md +74 -0
- package/skills/hig-components-controls/references/labels.md +92 -0
- package/skills/hig-components-controls/references/pickers.md +128 -0
- package/skills/hig-components-controls/references/rating-indicators.md +38 -0
- package/skills/hig-components-controls/references/segmented-controls.md +94 -0
- package/skills/hig-components-controls/references/sliders.md +92 -0
- package/skills/hig-components-controls/references/steppers.md +40 -0
- package/skills/hig-components-controls/references/text-fields.md +88 -0
- package/skills/hig-components-controls/references/text-views.md +56 -0
- package/skills/hig-components-controls/references/toggles.md +127 -0
- package/skills/hig-components-controls/references/token-fields.md +48 -0
- package/skills/hig-components-controls/references/virtual-keyboards.md +156 -0
- package/skills/hig-components-dialogs/SKILL.md +76 -0
- package/skills/hig-components-dialogs/references/action-sheets.md +74 -0
- package/skills/hig-components-dialogs/references/alerts.md +158 -0
- package/skills/hig-components-dialogs/references/digit-entry-views.md +32 -0
- package/skills/hig-components-dialogs/references/popovers.md +81 -0
- package/skills/hig-components-dialogs/references/sheets.md +157 -0
- package/skills/hig-components-layout/SKILL.md +99 -0
- package/skills/hig-components-layout/references/boxes.md +48 -0
- package/skills/hig-components-layout/references/column-views.md +44 -0
- package/skills/hig-components-layout/references/lists-and-tables.md +99 -0
- package/skills/hig-components-layout/references/ornaments.md +56 -0
- package/skills/hig-components-layout/references/outline-views.md +64 -0
- package/skills/hig-components-layout/references/panels.md +75 -0
- package/skills/hig-components-layout/references/scroll-views.md +123 -0
- package/skills/hig-components-layout/references/sidebars.md +109 -0
- package/skills/hig-components-layout/references/split-views.md +110 -0
- package/skills/hig-components-layout/references/tab-bars.md +173 -0
- package/skills/hig-components-layout/references/tab-views.md +68 -0
- package/skills/hig-components-layout/references/windows.md +188 -0
- package/skills/hig-components-menus/SKILL.md +81 -0
- package/skills/hig-components-menus/references/action-button.md +61 -0
- package/skills/hig-components-menus/references/buttons.md +261 -0
- package/skills/hig-components-menus/references/context-menus.md +105 -0
- package/skills/hig-components-menus/references/disclosure-controls.md +84 -0
- package/skills/hig-components-menus/references/dock-menus.md +40 -0
- package/skills/hig-components-menus/references/edit-menus.md +88 -0
- package/skills/hig-components-menus/references/menus.md +171 -0
- package/skills/hig-components-menus/references/pop-up-buttons.md +70 -0
- package/skills/hig-components-menus/references/pull-down-buttons.md +77 -0
- package/skills/hig-components-menus/references/the-menu-bar.md +303 -0
- package/skills/hig-components-menus/references/toolbars.md +256 -0
- package/skills/hig-components-search/SKILL.md +68 -0
- package/skills/hig-components-search/references/page-controls.md +120 -0
- package/skills/hig-components-search/references/path-controls.md +40 -0
- package/skills/hig-components-search/references/search-fields.md +189 -0
- package/skills/hig-components-status/SKILL.md +86 -0
- package/skills/hig-components-status/references/activity-rings.md +105 -0
- package/skills/hig-components-status/references/progress-indicators.md +116 -0
- package/skills/hig-components-status/references/status-bars.md +38 -0
- package/skills/hig-components-system/SKILL.md +106 -0
- package/skills/hig-components-system/references/app-clips.md +387 -0
- package/skills/hig-components-system/references/app-shortcuts.md +114 -0
- package/skills/hig-components-system/references/complications.md +425 -0
- package/skills/hig-components-system/references/home-screen-quick-actions.md +42 -0
- package/skills/hig-components-system/references/live-activities.md +442 -0
- package/skills/hig-components-system/references/notifications.md +153 -0
- package/skills/hig-components-system/references/top-shelf.md +135 -0
- package/skills/hig-components-system/references/watch-faces.md +40 -0
- package/skills/hig-components-system/references/widgets.md +517 -0
- package/skills/hig-foundations/SKILL.md +98 -0
- package/skills/hig-foundations/references/accessibility.md +291 -0
- package/skills/hig-foundations/references/app-icons.md +210 -0
- package/skills/hig-foundations/references/branding.md +44 -0
- package/skills/hig-foundations/references/color.md +274 -0
- package/skills/hig-foundations/references/dark-mode.md +116 -0
- package/skills/hig-foundations/references/icons.md +263 -0
- package/skills/hig-foundations/references/images.md +176 -0
- package/skills/hig-foundations/references/immersive-experiences.md +174 -0
- package/skills/hig-foundations/references/inclusion.md +189 -0
- package/skills/hig-foundations/references/layout.md +425 -0
- package/skills/hig-foundations/references/materials.md +238 -0
- package/skills/hig-foundations/references/motion.md +103 -0
- package/skills/hig-foundations/references/privacy.md +231 -0
- package/skills/hig-foundations/references/right-to-left.md +206 -0
- package/skills/hig-foundations/references/sf-symbols.md +310 -0
- package/skills/hig-foundations/references/spatial-layout.md +142 -0
- package/skills/hig-foundations/references/typography.md +1146 -0
- package/skills/hig-foundations/references/writing.md +91 -0
- package/skills/hig-inputs/SKILL.md +116 -0
- package/skills/hig-inputs/references/apple-pencil-and-scribble.md +148 -0
- package/skills/hig-inputs/references/camera-control.md +107 -0
- package/skills/hig-inputs/references/digital-crown.md +83 -0
- package/skills/hig-inputs/references/eyes.md +120 -0
- package/skills/hig-inputs/references/focus-and-selection.md +120 -0
- package/skills/hig-inputs/references/game-controls.md +156 -0
- package/skills/hig-inputs/references/gestures.md +208 -0
- package/skills/hig-inputs/references/gyro-and-accelerometer.md +40 -0
- package/skills/hig-inputs/references/keyboards.md +234 -0
- package/skills/hig-inputs/references/nearby-interactions.md +70 -0
- package/skills/hig-inputs/references/pointing-devices.md +237 -0
- package/skills/hig-inputs/references/remotes.md +67 -0
- package/skills/hig-inputs/references/spatial-interactions.md +70 -0
- package/skills/hig-patterns/SKILL.md +104 -0
- package/skills/hig-patterns/references/charting-data.md +81 -0
- package/skills/hig-patterns/references/collaboration-and-sharing.md +86 -0
- package/skills/hig-patterns/references/drag-and-drop.md +134 -0
- package/skills/hig-patterns/references/entering-data.md +69 -0
- package/skills/hig-patterns/references/feedback.md +67 -0
- package/skills/hig-patterns/references/file-management.md +135 -0
- package/skills/hig-patterns/references/going-full-screen.md +79 -0
- package/skills/hig-patterns/references/launching.md +81 -0
- package/skills/hig-patterns/references/live-viewing-apps.md +79 -0
- package/skills/hig-patterns/references/loading.md +59 -0
- package/skills/hig-patterns/references/managing-accounts.md +107 -0
- package/skills/hig-patterns/references/managing-notifications.md +99 -0
- package/skills/hig-patterns/references/modality.md +82 -0
- package/skills/hig-patterns/references/multitasking.md +131 -0
- package/skills/hig-patterns/references/offering-help.md +117 -0
- package/skills/hig-patterns/references/onboarding.md +69 -0
- package/skills/hig-patterns/references/playing-audio.md +124 -0
- package/skills/hig-patterns/references/playing-haptics.md +280 -0
- package/skills/hig-patterns/references/playing-video.md +180 -0
- package/skills/hig-patterns/references/printing.md +50 -0
- package/skills/hig-patterns/references/ratings-and-reviews.md +48 -0
- package/skills/hig-patterns/references/searching.md +70 -0
- package/skills/hig-patterns/references/settings.md +84 -0
- package/skills/hig-patterns/references/undo-and-redo.md +58 -0
- package/skills/hig-patterns/references/workouts.md +76 -0
- package/skills/hig-platforms/SKILL.md +84 -0
- package/skills/hig-platforms/references/designing-for-games.md +159 -0
- package/skills/hig-platforms/references/designing-for-ios.md +66 -0
- package/skills/hig-platforms/references/designing-for-ipados.md +64 -0
- package/skills/hig-platforms/references/designing-for-macos.md +70 -0
- package/skills/hig-platforms/references/designing-for-tvos.md +68 -0
- package/skills/hig-platforms/references/designing-for-visionos.md +85 -0
- package/skills/hig-platforms/references/designing-for-watchos.md +74 -0
- package/skills/hig-project-context/SKILL.md +133 -0
- package/skills/hig-technologies/SKILL.md +131 -0
- package/skills/hig-technologies/references/airplay.md +125 -0
- package/skills/hig-technologies/references/always-on.md +62 -0
- package/skills/hig-technologies/references/apple-pay.md +441 -0
- package/skills/hig-technologies/references/augmented-reality.md +247 -0
- package/skills/hig-technologies/references/carekit.md +224 -0
- package/skills/hig-technologies/references/carplay.md +119 -0
- package/skills/hig-technologies/references/game-center.md +343 -0
- package/skills/hig-technologies/references/generative-ai.md +110 -0
- package/skills/hig-technologies/references/healthkit.md +120 -0
- package/skills/hig-technologies/references/homekit.md +343 -0
- package/skills/hig-technologies/references/icloud.md +52 -0
- package/skills/hig-technologies/references/id-verifier.md +73 -0
- package/skills/hig-technologies/references/imessage-apps-and-stickers.md +105 -0
- package/skills/hig-technologies/references/in-app-purchase.md +263 -0
- package/skills/hig-technologies/references/live-photos.md +54 -0
- package/skills/hig-technologies/references/mac-catalyst.md +216 -0
- package/skills/hig-technologies/references/machine-learning.md +394 -0
- package/skills/hig-technologies/references/maps.md +221 -0
- package/skills/hig-technologies/references/nfc.md +51 -0
- package/skills/hig-technologies/references/photo-editing.md +40 -0
- package/skills/hig-technologies/references/researchkit.md +134 -0
- package/skills/hig-technologies/references/shareplay.md +142 -0
- package/skills/hig-technologies/references/shazamkit.md +47 -0
- package/skills/hig-technologies/references/sign-in-with-apple.md +288 -0
- package/skills/hig-technologies/references/siri.md +523 -0
- package/skills/hig-technologies/references/tap-to-pay-on-iphone.md +208 -0
- package/skills/hig-technologies/references/voiceover.md +90 -0
- package/skills/hig-technologies/references/wallet.md +420 -0
- package/skills/hosted-agents-v2-py/SKILL.md +325 -0
- package/skills/hr-pro/SKILL.md +126 -0
- package/skills/html-injection-testing/SKILL.md +498 -0
- package/skills/hubspot-automation/SKILL.md +178 -0
- package/skills/hubspot-integration/SKILL.md +42 -0
- package/skills/hugging-face-cli/SKILL.md +198 -0
- package/skills/hugging-face-jobs/SKILL.md +1038 -0
- package/skills/hybrid-cloud-architect/SKILL.md +168 -0
- package/skills/hybrid-cloud-networking/SKILL.md +238 -0
- package/skills/hybrid-search-implementation/SKILL.md +32 -0
- package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/skills/i18n-localization/SKILL.md +154 -0
- package/skills/i18n-localization/scripts/i18n_checker.py +241 -0
- package/skills/idor-testing/SKILL.md +442 -0
- package/skills/imagen/SKILL.md +77 -0
- package/skills/incident-responder/SKILL.md +213 -0
- package/skills/incident-response-incident-response/SKILL.md +168 -0
- package/skills/incident-response-smart-fix/SKILL.md +29 -0
- package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/skills/incident-runbook-templates/SKILL.md +395 -0
- package/skills/infinite-gratitude/SKILL.md +26 -0
- package/skills/inngest/SKILL.md +55 -0
- package/skills/instagram-automation/SKILL.md +192 -0
- package/skills/interactive-portfolio/SKILL.md +223 -0
- package/skills/intercom-automation/SKILL.md +248 -0
- package/skills/internal-comms-anthropic/LICENSE.txt +202 -0
- package/skills/internal-comms-anthropic/SKILL.md +32 -0
- package/skills/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/skills/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/skills/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/skills/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/skills/internal-comms-community/LICENSE.txt +202 -0
- package/skills/internal-comms-community/SKILL.md +32 -0
- package/skills/ios-developer/SKILL.md +219 -0
- package/skills/istio-traffic-management/SKILL.md +337 -0
- package/skills/iterate-pr/SKILL.md +150 -0
- package/skills/java-pro/SKILL.md +177 -0
- package/skills/javascript-mastery/SKILL.md +645 -0
- package/skills/javascript-pro/SKILL.md +57 -0
- package/skills/javascript-testing-patterns/SKILL.md +35 -0
- package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
- package/skills/jira-automation/SKILL.md +185 -0
- package/skills/julia-pro/SKILL.md +209 -0
- package/skills/k8s-manifest-generator/SKILL.md +35 -0
- package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
- package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/skills/k8s-security-policies/SKILL.md +346 -0
- package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/skills/kaizen/SKILL.md +730 -0
- package/skills/klaviyo-automation/SKILL.md +190 -0
- package/skills/kpi-dashboard-design/SKILL.md +440 -0
- package/skills/kubernetes-architect/SKILL.md +170 -0
- package/skills/langchain-architecture/SKILL.md +350 -0
- package/skills/langfuse/SKILL.md +238 -0
- package/skills/langgraph/SKILL.md +287 -0
- package/skills/laravel-expert/SKILL.md +185 -0
- package/skills/laravel-security-audit/SKILL.md +223 -0
- package/skills/last30days/README.md +721 -0
- package/skills/last30days/SKILL.md +421 -0
- package/skills/last30days/SPEC.md +75 -0
- package/skills/last30days/TASKS.md +47 -0
- package/skills/last30days/assets/aging-portrait.jpeg +0 -0
- package/skills/last30days/assets/claude-code-rap.mp3 +0 -0
- package/skills/last30days/assets/dog-as-human.png +0 -0
- package/skills/last30days/assets/dog-original.jpeg +0 -0
- package/skills/last30days/assets/swimmom-mockup.jpeg +0 -0
- package/skills/last30days/fixtures/models_openai_sample.json +41 -0
- package/skills/last30days/fixtures/models_xai_sample.json +23 -0
- package/skills/last30days/fixtures/openai_sample.json +22 -0
- package/skills/last30days/fixtures/reddit_thread_sample.json +108 -0
- package/skills/last30days/fixtures/xai_sample.json +22 -0
- package/skills/last30days/plans/feat-add-websearch-source.md +395 -0
- package/skills/last30days/plans/fix-strict-date-filtering.md +328 -0
- package/skills/last30days/scripts/last30days.py +521 -0
- package/skills/last30days/scripts/lib/__init__.py +1 -0
- package/skills/last30days/scripts/lib/cache.py +152 -0
- package/skills/last30days/scripts/lib/dates.py +124 -0
- package/skills/last30days/scripts/lib/dedupe.py +120 -0
- package/skills/last30days/scripts/lib/env.py +149 -0
- package/skills/last30days/scripts/lib/http.py +152 -0
- package/skills/last30days/scripts/lib/models.py +175 -0
- package/skills/last30days/scripts/lib/normalize.py +160 -0
- package/skills/last30days/scripts/lib/openai_reddit.py +230 -0
- package/skills/last30days/scripts/lib/reddit_enrich.py +232 -0
- package/skills/last30days/scripts/lib/render.py +383 -0
- package/skills/last30days/scripts/lib/schema.py +336 -0
- package/skills/last30days/scripts/lib/score.py +311 -0
- package/skills/last30days/scripts/lib/ui.py +324 -0
- package/skills/last30days/scripts/lib/websearch.py +401 -0
- package/skills/last30days/scripts/lib/xai_x.py +217 -0
- package/skills/last30days/tests/__init__.py +1 -0
- package/skills/last30days/tests/test_cache.py +59 -0
- package/skills/last30days/tests/test_dates.py +114 -0
- package/skills/last30days/tests/test_dedupe.py +111 -0
- package/skills/last30days/tests/test_models.py +135 -0
- package/skills/last30days/tests/test_normalize.py +138 -0
- package/skills/last30days/tests/test_render.py +116 -0
- package/skills/last30days/tests/test_score.py +168 -0
- package/skills/launch-strategy/SKILL.md +344 -0
- package/skills/legacy-modernizer/SKILL.md +53 -0
- package/skills/legal-advisor/SKILL.md +70 -0
- package/skills/linear-automation/SKILL.md +178 -0
- package/skills/linear-claude-skill/SKILL.md +543 -0
- package/skills/linkedin-automation/SKILL.md +175 -0
- package/skills/linkerd-patterns/SKILL.md +321 -0
- package/skills/lint-and-validate/SKILL.md +45 -0
- package/skills/lint-and-validate/scripts/lint_runner.py +172 -0
- package/skills/lint-and-validate/scripts/type_coverage.py +173 -0
- package/skills/linux-privilege-escalation/SKILL.md +504 -0
- package/skills/linux-shell-scripting/SKILL.md +504 -0
- package/skills/llm-app-patterns/SKILL.md +760 -0
- package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
- package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
- package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
- package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/skills/llm-evaluation/SKILL.md +483 -0
- package/skills/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/skills/loki-mode/.github/workflows/claude.yml +50 -0
- package/skills/loki-mode/.github/workflows/release.yml +128 -0
- package/skills/loki-mode/ACKNOWLEDGEMENTS.md +184 -0
- package/skills/loki-mode/CHANGELOG.md +1822 -0
- package/skills/loki-mode/CLAUDE.md +120 -0
- package/skills/loki-mode/CONTEXT-EXPORT.md +206 -0
- package/skills/loki-mode/INSTALLATION.md +384 -0
- package/skills/loki-mode/LICENSE +21 -0
- package/skills/loki-mode/README.md +548 -0
- package/skills/loki-mode/SKILL.md +721 -0
- package/skills/loki-mode/VERSION +1 -0
- package/skills/loki-mode/autonomy/.loki/dashboard/index.html +497 -0
- package/skills/loki-mode/autonomy/CONSTITUTION.md +402 -0
- package/skills/loki-mode/autonomy/README.md +201 -0
- package/skills/loki-mode/autonomy/run.sh +1991 -0
- package/skills/loki-mode/benchmarks/datasets/humaneval.jsonl +164 -0
- package/skills/loki-mode/benchmarks/datasets/swebench-lite.json +10 -0
- package/skills/loki-mode/benchmarks/prepare-submission.sh +215 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +1000 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +9 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +9 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +6 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +6 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +6 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +8 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +9 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +72 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +80 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +489 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +87 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +49 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +285 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +53 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +157 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +64 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +82 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +57 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +53 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +203 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +51 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +116 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +138 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +88 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +74 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +132 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +80 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +70 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +63 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +251 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +127 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +142 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +188 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +51 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +75 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +58 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +92 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +207 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +43 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +240 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +60 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +99 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +117 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +157 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +392 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +124 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +161 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +57 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +345 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +535 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +123 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +53 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +94 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +65 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +77 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +64 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +96 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +52 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +185 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +129 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +119 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +89 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +95 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +104 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +49 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +96 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +134 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +68 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +97 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +92 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +78 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +141 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +69 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +65 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +81 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +130 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +105 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +30 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +72 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +125 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +46 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +486 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +302 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +1502 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +1516 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +10 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +83 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +137 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +43 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +252 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +266 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +76 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +158 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +140 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +49 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +100 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +82 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +126 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +87 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +94 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +103 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +121 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +34 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +12 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +43 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +35 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +59 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +185 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +69 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +101 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +40 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +98 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +65 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +95 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +52 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +126 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +67 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +95 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +90 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +58 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +159 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +134 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +51 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +80 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +350 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +69 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +391 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +99 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +4 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +89 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +147 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +107 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +29 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +61 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +143 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +71 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +70 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +153 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +99 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +67 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +50 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +92 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +103 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +33 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +45 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +62 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +101 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +152 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +44 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +71 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +54 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +14 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +70 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +56 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +189 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +41 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +32 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +13 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +11 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +87 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +66 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +88 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +22 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +38 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +48 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +116 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +31 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +55 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +25 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +84 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +21 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +60 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +143 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +79 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +37 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +15 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +73 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +16 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +20 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +47 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +27 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +46 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +28 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +24 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +36 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +19 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +42 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +26 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +17 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +23 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +18 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +39 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +1802 -0
- package/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +1816 -0
- package/skills/loki-mode/benchmarks/results/SUMMARY.md +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-results.json +1001 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +36 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +40 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +53 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +41 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +33 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +15 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +58 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +41 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +62 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +14 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +42 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +40 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +33 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +39 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +28 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +36 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +15 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +14 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +11 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +34 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +37 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +11 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +40 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +43 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +11 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +10 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +14 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +33 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +19 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +27 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +15 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +23 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +55 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +35 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +22 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +42 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +18 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +24 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +26 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +61 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +13 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +17 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +25 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +21 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +31 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +29 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +30 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +32 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +38 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +16 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +20 -0
- package/skills/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +36 -0
- package/skills/loki-mode/benchmarks/run-benchmarks.sh +1948 -0
- package/skills/loki-mode/benchmarks/submission-template/README.md +111 -0
- package/skills/loki-mode/benchmarks/submission-template/metadata.yaml +76 -0
- package/skills/loki-mode/demo/README.md +137 -0
- package/skills/loki-mode/demo/loki-demo.gif +0 -0
- package/skills/loki-mode/demo/record-demo.sh +69 -0
- package/skills/loki-mode/demo/record-full-demo.sh +208 -0
- package/skills/loki-mode/demo/recordings/loki-demo.cast +93 -0
- package/skills/loki-mode/demo/run-demo-auto.sh +293 -0
- package/skills/loki-mode/demo/run-demo.sh +323 -0
- package/skills/loki-mode/demo/vhs-tape.tape +223 -0
- package/skills/loki-mode/demo/voice-over-script.md +246 -0
- package/skills/loki-mode/docs/COMPETITIVE-ANALYSIS.md +333 -0
- package/skills/loki-mode/docs/screenshots/README.md +149 -0
- package/skills/loki-mode/docs/screenshots/dashboard-agents.png +0 -0
- package/skills/loki-mode/docs/screenshots/dashboard-tasks.png +0 -0
- package/skills/loki-mode/examples/api-only.md +79 -0
- package/skills/loki-mode/examples/full-stack-demo.md +123 -0
- package/skills/loki-mode/examples/simple-todo-app.md +60 -0
- package/skills/loki-mode/examples/static-landing-page.md +73 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +59 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +1 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +382 -0
- package/skills/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +41 -0
- package/skills/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +668 -0
- package/skills/loki-mode/examples/todo-app-generated/PRD.md +60 -0
- package/skills/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +229 -0
- package/skills/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +327 -0
- package/skills/loki-mode/examples/todo-app-generated/TEST_REPORT.md +201 -0
- package/skills/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +362 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +2698 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/package.json +26 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +24 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +35 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +2 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +31 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +8 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/index.ts +44 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +155 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +35 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
- package/skills/loki-mode/examples/todo-app-generated/backend/tsconfig.json +30 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/index.html +13 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/package-lock.json +2014 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/package.json +26 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.css +384 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +81 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +57 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +26 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +8 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +43 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +36 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +27 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +81 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/index.css +48 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +10 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +1 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +23 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +10 -0
- package/skills/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +15 -0
- package/skills/loki-mode/integrations/vibe-kanban.md +194 -0
- package/skills/loki-mode/references/advanced-patterns.md +453 -0
- package/skills/loki-mode/references/agent-types.md +188 -0
- package/skills/loki-mode/references/agents.md +1043 -0
- package/skills/loki-mode/references/business-ops.md +550 -0
- package/skills/loki-mode/references/core-workflow.md +275 -0
- package/skills/loki-mode/references/deployment.md +604 -0
- package/skills/loki-mode/references/lab-research-patterns.md +534 -0
- package/skills/loki-mode/references/memory-system.md +444 -0
- package/skills/loki-mode/references/openai-patterns.md +647 -0
- package/skills/loki-mode/references/production-patterns.md +568 -0
- package/skills/loki-mode/references/quality-control.md +437 -0
- package/skills/loki-mode/references/sdlc-phases.md +410 -0
- package/skills/loki-mode/references/task-queue.md +361 -0
- package/skills/loki-mode/references/tool-orchestration.md +691 -0
- package/skills/loki-mode/scripts/export-to-vibe-kanban.sh +178 -0
- package/skills/loki-mode/scripts/loki-wrapper.sh +281 -0
- package/skills/loki-mode/scripts/take-screenshots.js +55 -0
- package/skills/loki-mode/tests/run-all-tests.sh +78 -0
- package/skills/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/skills/loki-mode/tests/test-bootstrap.sh +196 -0
- package/skills/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/skills/loki-mode/tests/test-state-recovery.sh +393 -0
- package/skills/loki-mode/tests/test-task-queue.sh +396 -0
- package/skills/loki-mode/tests/test-wrapper.sh +314 -0
- package/skills/m365-agents-dotnet/SKILL.md +290 -0
- package/skills/m365-agents-py/SKILL.md +345 -0
- package/skills/m365-agents-ts/SKILL.md +182 -0
- package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
- package/skills/mailchimp-automation/SKILL.md +231 -0
- package/skills/make-automation/SKILL.md +201 -0
- package/skills/makepad-skills/SKILL.md +22 -0
- package/skills/malware-analyst/SKILL.md +247 -0
- package/skills/market-sizing-analysis/SKILL.md +425 -0
- package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/skills/market-sizing-analysis/references/data-sources.md +360 -0
- package/skills/marketing-ideas/SKILL.md +221 -0
- package/skills/marketing-psychology/SKILL.md +255 -0
- package/skills/mcp-builder/LICENSE.txt +202 -0
- package/skills/mcp-builder/SKILL.md +236 -0
- package/skills/mcp-builder/reference/evaluation.md +602 -0
- package/skills/mcp-builder/reference/mcp_best_practices.md +249 -0
- package/skills/mcp-builder/reference/node_mcp_server.md +970 -0
- package/skills/mcp-builder/reference/python_mcp_server.md +719 -0
- package/skills/mcp-builder/scripts/connections.py +151 -0
- package/skills/mcp-builder/scripts/evaluation.py +373 -0
- package/skills/mcp-builder/scripts/example_evaluation.xml +22 -0
- package/skills/mcp-builder/scripts/requirements.txt +2 -0
- package/skills/mcp-builder-ms/SKILL.md +303 -0
- package/skills/memory-forensics/SKILL.md +491 -0
- package/skills/memory-safety-patterns/SKILL.md +33 -0
- package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/skills/memory-systems/SKILL.md +228 -0
- package/skills/mermaid-expert/SKILL.md +59 -0
- package/skills/metasploit-framework/SKILL.md +478 -0
- package/skills/micro-saas-launcher/SKILL.md +212 -0
- package/skills/microservices-patterns/SKILL.md +35 -0
- package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/skills/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +440 -0
- package/skills/microsoft-teams-automation/SKILL.md +211 -0
- package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
- package/skills/miro-automation/SKILL.md +205 -0
- package/skills/mixpanel-automation/SKILL.md +224 -0
- package/skills/ml-engineer/SKILL.md +168 -0
- package/skills/ml-pipeline-workflow/SKILL.md +257 -0
- package/skills/mlops-engineer/SKILL.md +219 -0
- package/skills/mobile-design/SKILL.md +284 -0
- package/skills/mobile-design/decision-trees.md +516 -0
- package/skills/mobile-design/mobile-backend.md +491 -0
- package/skills/mobile-design/mobile-color-system.md +420 -0
- package/skills/mobile-design/mobile-debugging.md +122 -0
- package/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/skills/mobile-design/mobile-navigation.md +458 -0
- package/skills/mobile-design/mobile-performance.md +767 -0
- package/skills/mobile-design/mobile-testing.md +356 -0
- package/skills/mobile-design/mobile-typography.md +433 -0
- package/skills/mobile-design/platform-android.md +666 -0
- package/skills/mobile-design/platform-ios.md +561 -0
- package/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/skills/mobile-design/touch-psychology.md +537 -0
- package/skills/mobile-developer/SKILL.md +205 -0
- package/skills/mobile-security-coder/SKILL.md +184 -0
- package/skills/modern-javascript-patterns/SKILL.md +35 -0
- package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/skills/monday-automation/SKILL.md +233 -0
- package/skills/monorepo-architect/SKILL.md +61 -0
- package/skills/monorepo-management/SKILL.md +35 -0
- package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
- package/skills/moodle-external-api-development/SKILL.md +597 -0
- package/skills/mtls-configuration/SKILL.md +359 -0
- package/skills/multi-agent-brainstorming/SKILL.md +256 -0
- package/skills/multi-agent-patterns/SKILL.md +262 -0
- package/skills/multi-cloud-architecture/SKILL.md +189 -0
- package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
- package/skills/n8n-code-python/SKILL.md +750 -0
- package/skills/n8n-mcp-tools-expert/SKILL.md +654 -0
- package/skills/n8n-node-configuration/SKILL.md +796 -0
- package/skills/nanobanana-ppt-skills/SKILL.md +22 -0
- package/skills/neon-postgres/SKILL.md +56 -0
- package/skills/nestjs-expert/SKILL.md +552 -0
- package/skills/network-101/SKILL.md +342 -0
- package/skills/network-engineer/SKILL.md +169 -0
- package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
- package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/skills/nextjs-best-practices/SKILL.md +203 -0
- package/skills/nextjs-supabase-auth/SKILL.md +56 -0
- package/skills/nft-standards/SKILL.md +395 -0
- package/skills/nodejs-backend-patterns/SKILL.md +35 -0
- package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/skills/nodejs-best-practices/SKILL.md +333 -0
- package/skills/nosql-expert/SKILL.md +111 -0
- package/skills/notebooklm/AUTHENTICATION.md +154 -0
- package/skills/notebooklm/CHANGELOG.md +44 -0
- package/skills/notebooklm/LICENSE +21 -0
- package/skills/notebooklm/README.md +412 -0
- package/skills/notebooklm/SKILL.md +269 -0
- package/skills/notebooklm/images/example_notebookchat.png +0 -0
- package/skills/notebooklm/references/api_reference.md +309 -0
- package/skills/notebooklm/references/troubleshooting.md +376 -0
- package/skills/notebooklm/references/usage_patterns.md +338 -0
- package/skills/notebooklm/requirements.txt +10 -0
- package/skills/notebooklm/scripts/__init__.py +81 -0
- package/skills/notebooklm/scripts/ask_question.py +256 -0
- package/skills/notebooklm/scripts/auth_manager.py +358 -0
- package/skills/notebooklm/scripts/browser_session.py +255 -0
- package/skills/notebooklm/scripts/browser_utils.py +107 -0
- package/skills/notebooklm/scripts/cleanup_manager.py +302 -0
- package/skills/notebooklm/scripts/config.py +44 -0
- package/skills/notebooklm/scripts/notebook_manager.py +410 -0
- package/skills/notebooklm/scripts/run.py +102 -0
- package/skills/notebooklm/scripts/setup_environment.py +204 -0
- package/skills/notion-automation/SKILL.md +215 -0
- package/skills/notion-template-business/SKILL.md +216 -0
- package/skills/nx-workspace-patterns/SKILL.md +464 -0
- package/skills/observability-engineer/SKILL.md +237 -0
- package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
- package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
- package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/skills/observe-whatsapp/SKILL.md +109 -0
- package/skills/obsidian-clipper-template-creator/SKILL.md +64 -0
- package/skills/obsidian-clipper-template-creator/assets/clipping-template.json +51 -0
- package/skills/obsidian-clipper-template-creator/assets/recipe-template.json +48 -0
- package/skills/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -0
- package/skills/obsidian-clipper-template-creator/references/bases-workflow.md +44 -0
- package/skills/obsidian-clipper-template-creator/references/filters.md +51 -0
- package/skills/obsidian-clipper-template-creator/references/json-schema.md +71 -0
- package/skills/obsidian-clipper-template-creator/references/variables.md +59 -0
- package/skills/on-call-handoff-patterns/SKILL.md +453 -0
- package/skills/onboarding-cro/SKILL.md +433 -0
- package/skills/one-drive-automation/SKILL.md +238 -0
- package/skills/openapi-spec-generation/SKILL.md +33 -0
- package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/skills/oss-hunter/SKILL.md +75 -0
- package/skills/oss-hunter/bin/hunter.py +56 -0
- package/skills/outlook-automation/SKILL.md +191 -0
- package/skills/outlook-calendar-automation/SKILL.md +236 -0
- package/skills/page-cro/SKILL.md +343 -0
- package/skills/pagerduty-automation/SKILL.md +245 -0
- package/skills/paid-ads/SKILL.md +551 -0
- package/skills/parallel-agents/SKILL.md +175 -0
- package/skills/payment-integration/SKILL.md +77 -0
- package/skills/paypal-integration/SKILL.md +479 -0
- package/skills/paywall-upgrade-cro/SKILL.md +570 -0
- package/skills/pci-compliance/SKILL.md +478 -0
- package/skills/pdf/LICENSE.txt +30 -0
- package/skills/pdf/SKILL.md +294 -0
- package/skills/pdf/forms.md +205 -0
- package/skills/pdf/reference.md +612 -0
- package/skills/pdf/scripts/check_bounding_boxes.py +70 -0
- package/skills/pdf/scripts/check_bounding_boxes_test.py +226 -0
- package/skills/pdf/scripts/check_fillable_fields.py +12 -0
- package/skills/pdf/scripts/convert_pdf_to_images.py +35 -0
- package/skills/pdf/scripts/create_validation_image.py +41 -0
- package/skills/pdf/scripts/extract_form_field_info.py +152 -0
- package/skills/pdf/scripts/fill_fillable_fields.py +114 -0
- package/skills/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/skills/pdf-official/LICENSE.txt +30 -0
- package/skills/pdf-official/SKILL.md +294 -0
- package/skills/pdf-official/forms.md +205 -0
- package/skills/pdf-official/reference.md +612 -0
- package/skills/pdf-official/scripts/check_bounding_boxes.py +70 -0
- package/skills/pdf-official/scripts/check_bounding_boxes_test.py +226 -0
- package/skills/pdf-official/scripts/check_fillable_fields.py +12 -0
- package/skills/pdf-official/scripts/convert_pdf_to_images.py +35 -0
- package/skills/pdf-official/scripts/create_validation_image.py +41 -0
- package/skills/pdf-official/scripts/extract_form_field_info.py +152 -0
- package/skills/pdf-official/scripts/fill_fillable_fields.py +114 -0
- package/skills/pdf-official/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/skills/pentest-checklist/SKILL.md +334 -0
- package/skills/pentest-commands/SKILL.md +438 -0
- package/skills/performance-engineer/SKILL.md +180 -0
- package/skills/performance-profiling/SKILL.md +143 -0
- package/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
- package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
- package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
- package/skills/personal-tool-builder/SKILL.md +289 -0
- package/skills/php-pro/SKILL.md +63 -0
- package/skills/pipedrive-automation/SKILL.md +224 -0
- package/skills/plaid-fintech/SKILL.md +50 -0
- package/skills/plan-writing/SKILL.md +152 -0
- package/skills/planning-with-files/SKILL.md +211 -0
- package/skills/planning-with-files/examples.md +202 -0
- package/skills/planning-with-files/reference.md +218 -0
- package/skills/planning-with-files/scripts/check-complete.sh +44 -0
- package/skills/planning-with-files/scripts/init-session.sh +120 -0
- package/skills/planning-with-files/templates/findings.md +95 -0
- package/skills/planning-with-files/templates/progress.md +114 -0
- package/skills/planning-with-files/templates/task_plan.md +132 -0
- package/skills/playwright-skill/API_REFERENCE.md +653 -0
- package/skills/playwright-skill/SKILL.md +453 -0
- package/skills/playwright-skill/lib/helpers.js +441 -0
- package/skills/playwright-skill/package.json +26 -0
- package/skills/playwright-skill/run.js +228 -0
- package/skills/podcast-generation/SKILL.md +121 -0
- package/skills/popup-cro/SKILL.md +346 -0
- package/skills/posix-shell-pro/SKILL.md +304 -0
- package/skills/postgres-best-practices/AGENTS.md +1490 -0
- package/skills/postgres-best-practices/README.md +119 -0
- package/skills/postgres-best-practices/SKILL.md +57 -0
- package/skills/postgres-best-practices/metadata.json +13 -0
- package/skills/postgres-best-practices/rules/_contributing.md +171 -0
- package/skills/postgres-best-practices/rules/_sections.md +39 -0
- package/skills/postgres-best-practices/rules/_template.md +34 -0
- package/skills/postgres-best-practices/rules/advanced-full-text-search.md +55 -0
- package/skills/postgres-best-practices/rules/advanced-jsonb-indexing.md +49 -0
- package/skills/postgres-best-practices/rules/conn-idle-timeout.md +46 -0
- package/skills/postgres-best-practices/rules/conn-limits.md +44 -0
- package/skills/postgres-best-practices/rules/conn-pooling.md +41 -0
- package/skills/postgres-best-practices/rules/conn-prepared-statements.md +46 -0
- package/skills/postgres-best-practices/rules/data-batch-inserts.md +54 -0
- package/skills/postgres-best-practices/rules/data-n-plus-one.md +53 -0
- package/skills/postgres-best-practices/rules/data-pagination.md +50 -0
- package/skills/postgres-best-practices/rules/data-upsert.md +50 -0
- package/skills/postgres-best-practices/rules/lock-advisory.md +56 -0
- package/skills/postgres-best-practices/rules/lock-deadlock-prevention.md +68 -0
- package/skills/postgres-best-practices/rules/lock-short-transactions.md +50 -0
- package/skills/postgres-best-practices/rules/lock-skip-locked.md +54 -0
- package/skills/postgres-best-practices/rules/monitor-explain-analyze.md +45 -0
- package/skills/postgres-best-practices/rules/monitor-pg-stat-statements.md +55 -0
- package/skills/postgres-best-practices/rules/monitor-vacuum-analyze.md +55 -0
- package/skills/postgres-best-practices/rules/query-composite-indexes.md +44 -0
- package/skills/postgres-best-practices/rules/query-covering-indexes.md +40 -0
- package/skills/postgres-best-practices/rules/query-index-types.md +45 -0
- package/skills/postgres-best-practices/rules/query-missing-indexes.md +43 -0
- package/skills/postgres-best-practices/rules/query-partial-indexes.md +45 -0
- package/skills/postgres-best-practices/rules/schema-data-types.md +46 -0
- package/skills/postgres-best-practices/rules/schema-foreign-key-indexes.md +59 -0
- package/skills/postgres-best-practices/rules/schema-lowercase-identifiers.md +55 -0
- package/skills/postgres-best-practices/rules/schema-partitioning.md +55 -0
- package/skills/postgres-best-practices/rules/schema-primary-keys.md +61 -0
- package/skills/postgres-best-practices/rules/security-privileges.md +54 -0
- package/skills/postgres-best-practices/rules/security-rls-basics.md +50 -0
- package/skills/postgres-best-practices/rules/security-rls-performance.md +57 -0
- package/skills/postgresql/SKILL.md +230 -0
- package/skills/posthog-automation/SKILL.md +224 -0
- package/skills/postmark-automation/SKILL.md +187 -0
- package/skills/postmortem-writing/SKILL.md +386 -0
- package/skills/powershell-windows/SKILL.md +167 -0
- package/skills/pptx/LICENSE.txt +30 -0
- package/skills/pptx/SKILL.md +484 -0
- package/skills/pptx/html2pptx.md +625 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/pptx/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/pptx/ooxml/scripts/pack.py +159 -0
- package/skills/pptx/ooxml/scripts/unpack.py +29 -0
- package/skills/pptx/ooxml/scripts/validate.py +69 -0
- package/skills/pptx/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/pptx/ooxml/scripts/validation/base.py +951 -0
- package/skills/pptx/ooxml/scripts/validation/docx.py +274 -0
- package/skills/pptx/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/pptx/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/pptx/ooxml.md +427 -0
- package/skills/pptx/scripts/html2pptx.js +979 -0
- package/skills/pptx/scripts/inventory.py +1020 -0
- package/skills/pptx/scripts/rearrange.py +231 -0
- package/skills/pptx/scripts/replace.py +385 -0
- package/skills/pptx/scripts/thumbnail.py +450 -0
- package/skills/pptx-official/LICENSE.txt +30 -0
- package/skills/pptx-official/SKILL.md +484 -0
- package/skills/pptx-official/html2pptx.md +625 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/skills/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/skills/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/skills/pptx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/skills/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/skills/pptx-official/ooxml/scripts/pack.py +159 -0
- package/skills/pptx-official/ooxml/scripts/unpack.py +29 -0
- package/skills/pptx-official/ooxml/scripts/validate.py +69 -0
- package/skills/pptx-official/ooxml/scripts/validation/__init__.py +15 -0
- package/skills/pptx-official/ooxml/scripts/validation/base.py +951 -0
- package/skills/pptx-official/ooxml/scripts/validation/docx.py +274 -0
- package/skills/pptx-official/ooxml/scripts/validation/pptx.py +315 -0
- package/skills/pptx-official/ooxml/scripts/validation/redlining.py +279 -0
- package/skills/pptx-official/ooxml.md +427 -0
- package/skills/pptx-official/scripts/html2pptx.js +979 -0
- package/skills/pptx-official/scripts/inventory.py +1020 -0
- package/skills/pptx-official/scripts/rearrange.py +231 -0
- package/skills/pptx-official/scripts/replace.py +385 -0
- package/skills/pptx-official/scripts/thumbnail.py +450 -0
- package/skills/pricing-strategy/SKILL.md +356 -0
- package/skills/prisma-expert/SKILL.md +355 -0
- package/skills/privilege-escalation-methods/SKILL.md +333 -0
- package/skills/product-manager-toolkit/SKILL.md +351 -0
- package/skills/product-manager-toolkit/references/prd_templates.md +317 -0
- package/skills/product-manager-toolkit/scripts/customer_interview_analyzer.py +441 -0
- package/skills/product-manager-toolkit/scripts/rice_prioritizer.py +296 -0
- package/skills/production-code-audit/SKILL.md +540 -0
- package/skills/programmatic-seo/SKILL.md +351 -0
- package/skills/projection-patterns/SKILL.md +33 -0
- package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
- package/skills/prometheus-configuration/SKILL.md +404 -0
- package/skills/prompt-caching/SKILL.md +61 -0
- package/skills/prompt-engineer/README.md +659 -0
- package/skills/prompt-engineer/SKILL.md +252 -0
- package/skills/prompt-engineering/SKILL.md +171 -0
- package/skills/prompt-engineering-patterns/SKILL.md +213 -0
- package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/skills/prompt-library/SKILL.md +322 -0
- package/skills/protocol-reverse-engineering/SKILL.md +29 -0
- package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/skills/pydantic-models-py/SKILL.md +58 -0
- package/skills/pypict-skill/SKILL.md +22 -0
- package/skills/python-development-python-scaffold/SKILL.md +331 -0
- package/skills/python-packaging/SKILL.md +36 -0
- package/skills/python-packaging/resources/implementation-playbook.md +869 -0
- package/skills/python-patterns/SKILL.md +441 -0
- package/skills/python-performance-optimization/SKILL.md +36 -0
- package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/skills/python-pro/SKILL.md +158 -0
- package/skills/python-testing-patterns/SKILL.md +37 -0
- package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/skills/quant-analyst/SKILL.md +53 -0
- package/skills/radix-ui-design-system/SKILL.md +847 -0
- package/skills/radix-ui-design-system/examples/README.md +63 -0
- package/skills/radix-ui-design-system/examples/dialog-example.tsx +128 -0
- package/skills/radix-ui-design-system/examples/dropdown-example.tsx +162 -0
- package/skills/radix-ui-design-system/templates/component-template.tsx +148 -0
- package/skills/rag-engineer/SKILL.md +90 -0
- package/skills/rag-implementation/SKILL.md +421 -0
- package/skills/react-best-practices/AGENTS.md +2249 -0
- package/skills/react-best-practices/README.md +123 -0
- package/skills/react-best-practices/SKILL.md +121 -0
- package/skills/react-best-practices/metadata.json +15 -0
- package/skills/react-best-practices/rules/_sections.md +46 -0
- package/skills/react-best-practices/rules/_template.md +28 -0
- package/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
- package/skills/react-best-practices/rules/async-api-routes.md +38 -0
- package/skills/react-best-practices/rules/async-defer-await.md +80 -0
- package/skills/react-best-practices/rules/async-dependencies.md +36 -0
- package/skills/react-best-practices/rules/async-parallel.md +28 -0
- package/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/skills/react-best-practices/rules/bundle-conditional.md +31 -0
- package/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/skills/react-best-practices/rules/bundle-preload.md +50 -0
- package/skills/react-best-practices/rules/client-event-listeners.md +74 -0
- package/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
- package/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
- package/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
- package/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
- package/skills/react-best-practices/rules/js-cache-storage.md +70 -0
- package/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
- package/skills/react-best-practices/rules/js-early-exit.md +50 -0
- package/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/skills/react-best-practices/rules/js-index-maps.md +37 -0
- package/skills/react-best-practices/rules/js-length-check-first.md +49 -0
- package/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
- package/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/skills/react-best-practices/rules/rendering-activity.md +26 -0
- package/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
- package/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
- package/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/skills/react-best-practices/rules/rerender-memo.md +44 -0
- package/skills/react-best-practices/rules/rerender-transitions.md +40 -0
- package/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/skills/react-best-practices/rules/server-cache-lru.md +41 -0
- package/skills/react-best-practices/rules/server-cache-react.md +26 -0
- package/skills/react-best-practices/rules/server-parallel-fetching.md +79 -0
- package/skills/react-best-practices/rules/server-serialization.md +38 -0
- package/skills/react-flow-architect/SKILL.md +613 -0
- package/skills/react-flow-node-ts/SKILL.md +66 -0
- package/skills/react-modernization/SKILL.md +34 -0
- package/skills/react-modernization/resources/implementation-playbook.md +512 -0
- package/skills/react-native-architecture/SKILL.md +33 -0
- package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/skills/react-patterns/SKILL.md +198 -0
- package/skills/react-state-management/SKILL.md +441 -0
- package/skills/react-ui-patterns/SKILL.md +289 -0
- package/skills/readme/SKILL.md +842 -0
- package/skills/receiving-code-review/SKILL.md +213 -0
- package/skills/red-team-tactics/SKILL.md +199 -0
- package/skills/red-team-tools/SKILL.md +310 -0
- package/skills/reddit-automation/SKILL.md +212 -0
- package/skills/reference-builder/SKILL.md +188 -0
- package/skills/referral-program/SKILL.md +602 -0
- package/skills/remotion-best-practices/SKILL.md +45 -0
- package/skills/remotion-best-practices/rules/3d.md +86 -0
- package/skills/remotion-best-practices/rules/animations.md +29 -0
- package/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/skills/remotion-best-practices/rules/assets.md +78 -0
- package/skills/remotion-best-practices/rules/audio.md +172 -0
- package/skills/remotion-best-practices/rules/calculate-metadata.md +104 -0
- package/skills/remotion-best-practices/rules/can-decode.md +75 -0
- package/skills/remotion-best-practices/rules/charts.md +58 -0
- package/skills/remotion-best-practices/rules/compositions.md +146 -0
- package/skills/remotion-best-practices/rules/display-captions.md +126 -0
- package/skills/remotion-best-practices/rules/extract-frames.md +229 -0
- package/skills/remotion-best-practices/rules/fonts.md +152 -0
- package/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/skills/remotion-best-practices/rules/get-video-duration.md +58 -0
- package/skills/remotion-best-practices/rules/gifs.md +138 -0
- package/skills/remotion-best-practices/rules/images.md +130 -0
- package/skills/remotion-best-practices/rules/import-srt-captions.md +67 -0
- package/skills/remotion-best-practices/rules/lottie.md +68 -0
- package/skills/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
- package/skills/remotion-best-practices/rules/measuring-text.md +143 -0
- package/skills/remotion-best-practices/rules/sequencing.md +106 -0
- package/skills/remotion-best-practices/rules/tailwind.md +11 -0
- package/skills/remotion-best-practices/rules/text-animations.md +20 -0
- package/skills/remotion-best-practices/rules/timing.md +179 -0
- package/skills/remotion-best-practices/rules/transcribe-captions.md +19 -0
- package/skills/remotion-best-practices/rules/transitions.md +122 -0
- package/skills/remotion-best-practices/rules/trimming.md +53 -0
- package/skills/remotion-best-practices/rules/videos.md +171 -0
- package/skills/render-automation/SKILL.md +181 -0
- package/skills/requesting-code-review/SKILL.md +105 -0
- package/skills/requesting-code-review/code-reviewer.md +146 -0
- package/skills/research-engineer/SKILL.md +135 -0
- package/skills/reverse-engineer/SKILL.md +173 -0
- package/skills/risk-manager/SKILL.md +61 -0
- package/skills/risk-metrics-calculation/SKILL.md +33 -0
- package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/skills/ruby-pro/SKILL.md +56 -0
- package/skills/rust-async-patterns/SKILL.md +33 -0
- package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/skills/rust-pro/SKILL.md +178 -0
- package/skills/saga-orchestration/SKILL.md +496 -0
- package/skills/saga-orchestration/resources/implementation-playbook.md +26 -0
- package/skills/sales-automator/SKILL.md +55 -0
- package/skills/salesforce-automation/SKILL.md +190 -0
- package/skills/salesforce-development/SKILL.md +51 -0
- package/skills/sast-configuration/SKILL.md +212 -0
- package/skills/scala-pro/SKILL.md +82 -0
- package/skills/scanning-tools/SKILL.md +589 -0
- package/skills/schema-markup/SKILL.md +360 -0
- package/skills/screen-reader-testing/SKILL.md +33 -0
- package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/skills/screenshots/SKILL.md +401 -0
- package/skills/scroll-experience/SKILL.md +263 -0
- package/skills/search-specialist/SKILL.md +80 -0
- package/skills/secrets-management/SKILL.md +364 -0
- package/skills/security-auditor/SKILL.md +169 -0
- package/skills/security-bluebook-builder/SKILL.md +22 -0
- package/skills/security-compliance-compliance-check/SKILL.md +55 -0
- package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/skills/security-requirement-extraction/SKILL.md +33 -0
- package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
- package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/skills/security-scanning-security-hardening/SKILL.md +147 -0
- package/skills/security-scanning-security-sast/SKILL.md +495 -0
- package/skills/segment-automation/SKILL.md +225 -0
- package/skills/segment-cdp/SKILL.md +50 -0
- package/skills/sendgrid-automation/SKILL.md +228 -0
- package/skills/senior-architect/SKILL.md +209 -0
- package/skills/senior-architect/references/architecture_patterns.md +103 -0
- package/skills/senior-architect/references/system_design_workflows.md +103 -0
- package/skills/senior-architect/references/tech_decision_guide.md +103 -0
- package/skills/senior-architect/scripts/architecture_diagram_generator.py +114 -0
- package/skills/senior-architect/scripts/dependency_analyzer.py +114 -0
- package/skills/senior-architect/scripts/project_architect.py +114 -0
- package/skills/senior-fullstack/SKILL.md +209 -0
- package/skills/senior-fullstack/references/architecture_patterns.md +103 -0
- package/skills/senior-fullstack/references/development_workflows.md +103 -0
- package/skills/senior-fullstack/references/tech_stack_guide.md +103 -0
- package/skills/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
- package/skills/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
- package/skills/senior-fullstack/scripts/project_scaffolder.py +114 -0
- package/skills/sentry-automation/SKILL.md +232 -0
- package/skills/seo-audit/SKILL.md +487 -0
- package/skills/seo-authority-builder/SKILL.md +136 -0
- package/skills/seo-cannibalization-detector/SKILL.md +123 -0
- package/skills/seo-content-auditor/SKILL.md +83 -0
- package/skills/seo-content-planner/SKILL.md +108 -0
- package/skills/seo-content-refresher/SKILL.md +118 -0
- package/skills/seo-content-writer/SKILL.md +96 -0
- package/skills/seo-fundamentals/SKILL.md +173 -0
- package/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
- package/skills/seo-keyword-strategist/SKILL.md +95 -0
- package/skills/seo-meta-optimizer/SKILL.md +92 -0
- package/skills/seo-snippet-hunter/SKILL.md +114 -0
- package/skills/seo-structure-architect/SKILL.md +108 -0
- package/skills/server-management/SKILL.md +161 -0
- package/skills/service-mesh-expert/SKILL.md +58 -0
- package/skills/service-mesh-observability/SKILL.md +395 -0
- package/skills/sharp-edges/SKILL.md +70 -0
- package/skills/shellcheck-configuration/SKILL.md +466 -0
- package/skills/shodan-reconnaissance/SKILL.md +503 -0
- package/skills/shopify-apps/SKILL.md +42 -0
- package/skills/shopify-automation/SKILL.md +168 -0
- package/skills/shopify-development/README.md +60 -0
- package/skills/shopify-development/SKILL.md +366 -0
- package/skills/shopify-development/references/app-development.md +578 -0
- package/skills/shopify-development/references/extensions.md +555 -0
- package/skills/shopify-development/references/themes.md +498 -0
- package/skills/shopify-development/scripts/requirements.txt +19 -0
- package/skills/shopify-development/scripts/shopify_graphql.py +428 -0
- package/skills/shopify-development/scripts/shopify_init.py +441 -0
- package/skills/shopify-development/scripts/tests/test_shopify_init.py +379 -0
- package/skills/signup-flow-cro/SKILL.md +355 -0
- package/skills/similarity-search-patterns/SKILL.md +33 -0
- package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/skills/skill-creator/LICENSE.txt +202 -0
- package/skills/skill-creator/README.md +270 -0
- package/skills/skill-creator/SKILL.md +593 -0
- package/skills/skill-creator/references/output-patterns.md +82 -0
- package/skills/skill-creator/references/workflows.md +28 -0
- package/skills/skill-creator/scripts/init_skill.py +303 -0
- package/skills/skill-creator/scripts/package_skill.py +110 -0
- package/skills/skill-creator/scripts/quick_validate.py +95 -0
- package/skills/skill-creator-ms/SKILL.md +613 -0
- package/skills/skill-developer/ADVANCED.md +197 -0
- package/skills/skill-developer/HOOK_MECHANISMS.md +306 -0
- package/skills/skill-developer/PATTERNS_LIBRARY.md +152 -0
- package/skills/skill-developer/SKILL.md +426 -0
- package/skills/skill-developer/SKILL_RULES_REFERENCE.md +315 -0
- package/skills/skill-developer/TRIGGER_TYPES.md +305 -0
- package/skills/skill-developer/TROUBLESHOOTING.md +514 -0
- package/skills/skill-rails-upgrade/SKILL.md +408 -0
- package/skills/skill-seekers/SKILL.md +22 -0
- package/skills/slack-automation/SKILL.md +189 -0
- package/skills/slack-bot-builder/SKILL.md +264 -0
- package/skills/slack-gif-creator/LICENSE.txt +202 -0
- package/skills/slack-gif-creator/SKILL.md +254 -0
- package/skills/slack-gif-creator/core/easing.py +234 -0
- package/skills/slack-gif-creator/core/frame_composer.py +176 -0
- package/skills/slack-gif-creator/core/gif_builder.py +269 -0
- package/skills/slack-gif-creator/core/validators.py +136 -0
- package/skills/slack-gif-creator/requirements.txt +4 -0
- package/skills/slo-implementation/SKILL.md +341 -0
- package/skills/smtp-penetration-testing/SKILL.md +500 -0
- package/skills/social-content/SKILL.md +807 -0
- package/skills/software-architecture/SKILL.md +75 -0
- package/skills/solidity-security/SKILL.md +34 -0
- package/skills/solidity-security/resources/implementation-playbook.md +524 -0
- package/skills/spark-optimization/SKILL.md +427 -0
- package/skills/sql-injection-testing/SKILL.md +448 -0
- package/skills/sql-optimization-patterns/SKILL.md +35 -0
- package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/skills/sql-pro/SKILL.md +173 -0
- package/skills/sqlmap-database-pentesting/SKILL.md +400 -0
- package/skills/square-automation/SKILL.md +176 -0
- package/skills/ssh-penetration-testing/SKILL.md +488 -0
- package/skills/startup-analyst/SKILL.md +328 -0
- package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
- package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
- package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
- package/skills/startup-financial-modeling/SKILL.md +467 -0
- package/skills/startup-metrics-framework/SKILL.md +34 -0
- package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/skills/stitch-ui-design/README.md +165 -0
- package/skills/stitch-ui-design/SKILL.md +378 -0
- package/skills/stitch-ui-design/references/advanced-techniques.md +541 -0
- package/skills/stitch-ui-design/references/prompt-examples.md +601 -0
- package/skills/stride-analysis-patterns/SKILL.md +33 -0
- package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/skills/stripe-automation/SKILL.md +198 -0
- package/skills/stripe-integration/SKILL.md +454 -0
- package/skills/subagent-driven-development/SKILL.md +240 -0
- package/skills/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/skills/subagent-driven-development/implementer-prompt.md +78 -0
- package/skills/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/skills/supabase-automation/SKILL.md +236 -0
- package/skills/superpowers-lab/SKILL.md +22 -0
- package/skills/swiftui-expert-skill/SKILL.md +275 -0
- package/skills/systematic-debugging/CREATION-LOG.md +119 -0
- package/skills/systematic-debugging/SKILL.md +296 -0
- package/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
- package/skills/systematic-debugging/condition-based-waiting.md +115 -0
- package/skills/systematic-debugging/defense-in-depth.md +122 -0
- package/skills/systematic-debugging/find-polluter.sh +63 -0
- package/skills/systematic-debugging/root-cause-tracing.md +169 -0
- package/skills/systematic-debugging/test-academic.md +14 -0
- package/skills/systematic-debugging/test-pressure-1.md +58 -0
- package/skills/systematic-debugging/test-pressure-2.md +68 -0
- package/skills/systematic-debugging/test-pressure-3.md +69 -0
- package/skills/systems-programming-rust-project/SKILL.md +440 -0
- package/skills/tailwind-design-system/SKILL.md +33 -0
- package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/skills/tailwind-patterns/SKILL.md +269 -0
- package/skills/tavily-web/SKILL.md +36 -0
- package/skills/tdd-orchestrator/SKILL.md +205 -0
- package/skills/tdd-workflow/SKILL.md +149 -0
- package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
- package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
- package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
- package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
- package/skills/team-collaboration-issue/SKILL.md +37 -0
- package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
- package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/skills/team-composition-analysis/SKILL.md +413 -0
- package/skills/telegram-automation/SKILL.md +219 -0
- package/skills/telegram-bot-builder/SKILL.md +254 -0
- package/skills/telegram-mini-app/SKILL.md +279 -0
- package/skills/temporal-python-pro/SKILL.md +370 -0
- package/skills/temporal-python-testing/SKILL.md +170 -0
- package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
- package/skills/temporal-python-testing/resources/local-setup.md +553 -0
- package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
- package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
- package/skills/terraform-module-library/SKILL.md +261 -0
- package/skills/terraform-module-library/references/aws-modules.md +63 -0
- package/skills/terraform-skill/SKILL.md +517 -0
- package/skills/terraform-specialist/SKILL.md +166 -0
- package/skills/test-automator/SKILL.md +224 -0
- package/skills/test-driven-development/SKILL.md +371 -0
- package/skills/test-driven-development/testing-anti-patterns.md +299 -0
- package/skills/test-fixing/SKILL.md +119 -0
- package/skills/testing-patterns/SKILL.md +259 -0
- package/skills/theme-factory/LICENSE.txt +202 -0
- package/skills/theme-factory/SKILL.md +59 -0
- package/skills/theme-factory/theme-showcase.pdf +0 -0
- package/skills/theme-factory/themes/arctic-frost.md +19 -0
- package/skills/theme-factory/themes/botanical-garden.md +19 -0
- package/skills/theme-factory/themes/desert-rose.md +19 -0
- package/skills/theme-factory/themes/forest-canopy.md +19 -0
- package/skills/theme-factory/themes/golden-hour.md +19 -0
- package/skills/theme-factory/themes/midnight-galaxy.md +19 -0
- package/skills/theme-factory/themes/modern-minimalist.md +19 -0
- package/skills/theme-factory/themes/ocean-depths.md +19 -0
- package/skills/theme-factory/themes/sunset-boulevard.md +19 -0
- package/skills/theme-factory/themes/tech-innovation.md +19 -0
- package/skills/threat-mitigation-mapping/SKILL.md +33 -0
- package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/skills/threat-modeling-expert/SKILL.md +60 -0
- package/skills/threejs-skills/SKILL.md +654 -0
- package/skills/tiktok-automation/SKILL.md +178 -0
- package/skills/todoist-automation/SKILL.md +231 -0
- package/skills/tool-design/SKILL.md +318 -0
- package/skills/top-web-vulnerabilities/SKILL.md +543 -0
- package/skills/track-management/SKILL.md +38 -0
- package/skills/track-management/resources/implementation-playbook.md +591 -0
- package/skills/trello-automation/SKILL.md +181 -0
- package/skills/trigger-dev/SKILL.md +67 -0
- package/skills/turborepo-caching/SKILL.md +419 -0
- package/skills/tutorial-engineer/SKILL.md +139 -0
- package/skills/twilio-communications/SKILL.md +295 -0
- package/skills/twitter-automation/SKILL.md +231 -0
- package/skills/typescript-advanced-types/SKILL.md +35 -0
- package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/skills/typescript-expert/SKILL.md +429 -0
- package/skills/typescript-expert/references/tsconfig-strict.json +92 -0
- package/skills/typescript-expert/references/typescript-cheatsheet.md +383 -0
- package/skills/typescript-expert/references/utility-types.ts +335 -0
- package/skills/typescript-expert/scripts/ts_diagnostic.py +203 -0
- package/skills/typescript-pro/SKILL.md +55 -0
- package/skills/ui-skills/SKILL.md +22 -0
- package/skills/ui-ux-designer/SKILL.md +209 -0
- package/skills/ui-ux-pro-max/SKILL.md +351 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/core.py +257 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
- package/skills/ui-ux-pro-max/scripts/search.py +76 -0
- package/skills/ui-visual-validator/SKILL.md +214 -0
- package/skills/unit-testing-test-generate/SKILL.md +319 -0
- package/skills/unity-developer/SKILL.md +230 -0
- package/skills/unity-ecs-patterns/SKILL.md +33 -0
- package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/skills/unreal-engine-cpp-pro/SKILL.md +114 -0
- package/skills/unreal-engine-cpp-pro/examples/ExampleActor.cpp +43 -0
- package/skills/unreal-engine-cpp-pro/examples/ExampleActor.h +57 -0
- package/skills/upgrading-expo/SKILL.md +118 -0
- package/skills/upstash-qstash/SKILL.md +68 -0
- package/skills/using-git-worktrees/SKILL.md +217 -0
- package/skills/using-neon/SKILL.md +84 -0
- package/skills/using-superpowers/SKILL.md +87 -0
- package/skills/uv-package-manager/SKILL.md +37 -0
- package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/skills/varlock-claude-skill/SKILL.md +22 -0
- package/skills/vector-database-engineer/SKILL.md +60 -0
- package/skills/vector-index-tuning/SKILL.md +42 -0
- package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/skills/vercel-automation/SKILL.md +226 -0
- package/skills/vercel-deploy-claimable/SKILL.md +123 -0
- package/skills/vercel-deployment/SKILL.md +79 -0
- package/skills/verification-before-completion/SKILL.md +139 -0
- package/skills/vexor/SKILL.md +22 -0
- package/skills/viral-generator-builder/SKILL.md +199 -0
- package/skills/voice-agents/SKILL.md +68 -0
- package/skills/voice-ai-development/SKILL.md +302 -0
- package/skills/voice-ai-engine-development/README.md +175 -0
- package/skills/voice-ai-engine-development/SKILL.md +721 -0
- package/skills/voice-ai-engine-development/examples/complete_voice_engine.py +423 -0
- package/skills/voice-ai-engine-development/examples/gemini_agent_example.py +239 -0
- package/skills/voice-ai-engine-development/examples/interrupt_system_example.py +334 -0
- package/skills/voice-ai-engine-development/references/common_pitfalls.md +471 -0
- package/skills/voice-ai-engine-development/references/provider_comparison.md +515 -0
- package/skills/voice-ai-engine-development/templates/base_worker_template.py +193 -0
- package/skills/voice-ai-engine-development/templates/multi_provider_factory_template.py +289 -0
- package/skills/vulnerability-scanner/SKILL.md +276 -0
- package/skills/vulnerability-scanner/checklists.md +121 -0
- package/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
- package/skills/wcag-audit-patterns/SKILL.md +41 -0
- package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/skills/web-artifacts-builder/LICENSE.txt +202 -0
- package/skills/web-artifacts-builder/SKILL.md +74 -0
- package/skills/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/skills/web-artifacts-builder/scripts/init-artifact.sh +322 -0
- package/skills/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/skills/web-design-guidelines/SKILL.md +36 -0
- package/skills/web-performance-optimization/SKILL.md +646 -0
- package/skills/web3-testing/SKILL.md +427 -0
- package/skills/webapp-testing/LICENSE.txt +202 -0
- package/skills/webapp-testing/SKILL.md +96 -0
- package/skills/webapp-testing/scripts/with_server.py +106 -0
- package/skills/webflow-automation/SKILL.md +236 -0
- package/skills/whatsapp-automation/SKILL.md +214 -0
- package/skills/wiki-architect/SKILL.md +60 -0
- package/skills/wiki-changelog/SKILL.md +27 -0
- package/skills/wiki-onboarding/SKILL.md +77 -0
- package/skills/wiki-page-writer/SKILL.md +65 -0
- package/skills/wiki-qa/SKILL.md +34 -0
- package/skills/wiki-researcher/SKILL.md +65 -0
- package/skills/wiki-vitepress/SKILL.md +148 -0
- package/skills/windows-privilege-escalation/SKILL.md +496 -0
- package/skills/wireshark-analysis/SKILL.md +497 -0
- package/skills/wordpress-penetration-testing/SKILL.md +485 -0
- package/skills/workflow-automation/SKILL.md +68 -0
- package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
- package/skills/workflow-patterns/SKILL.md +38 -0
- package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
- package/skills/wrike-automation/SKILL.md +233 -0
- package/skills/writing-plans/SKILL.md +116 -0
- package/skills/writing-skills/SKILL.md +125 -0
- package/skills/writing-skills/anthropic-best-practices.md +1150 -0
- package/skills/writing-skills/examples.md +282 -0
- package/skills/writing-skills/gotchas.md +197 -0
- package/skills/writing-skills/graphviz-conventions.dot +172 -0
- package/skills/writing-skills/persuasion-principles.md +187 -0
- package/skills/writing-skills/references/anti-rationalization/README.md +255 -0
- package/skills/writing-skills/references/cso/README.md +268 -0
- package/skills/writing-skills/references/standards/README.md +152 -0
- package/skills/writing-skills/references/standards/metadata-standard.md +65 -0
- package/skills/writing-skills/references/templates/discipline.md +54 -0
- package/skills/writing-skills/references/templates/pattern.md +48 -0
- package/skills/writing-skills/references/templates/reference.md +35 -0
- package/skills/writing-skills/references/templates/technique.md +59 -0
- package/skills/writing-skills/references/templates/tier-3-platform.md +19 -0
- package/skills/writing-skills/references/testing/README.md +204 -0
- package/skills/writing-skills/references/tier-1-simple/README.md +75 -0
- package/skills/writing-skills/references/tier-2-expanded/README.md +69 -0
- package/skills/writing-skills/references/tier-3-platform/README.md +98 -0
- package/skills/writing-skills/render-graphs.js +168 -0
- package/skills/writing-skills/testing-skills-with-subagents.md +384 -0
- package/skills/x-article-publisher-skill/SKILL.md +22 -0
- package/skills/xlsx/LICENSE.txt +30 -0
- package/skills/xlsx/SKILL.md +289 -0
- package/skills/xlsx/recalc.py +178 -0
- package/skills/xlsx-official/LICENSE.txt +30 -0
- package/skills/xlsx-official/SKILL.md +289 -0
- package/skills/xlsx-official/recalc.py +178 -0
- package/skills/xss-html-injection/SKILL.md +499 -0
- package/skills/youtube-automation/SKILL.md +218 -0
- package/skills/youtube-summarizer/CHANGELOG.md +66 -0
- package/skills/youtube-summarizer/README.md +365 -0
- package/skills/youtube-summarizer/SKILL.md +411 -0
- package/skills/youtube-summarizer/scripts/extract-transcript.py +65 -0
- package/skills/youtube-summarizer/scripts/install-dependencies.sh +28 -0
- package/skills/zapier-make-patterns/SKILL.md +67 -0
- package/skills/zendesk-automation/SKILL.md +215 -0
- package/skills/zoho-crm-automation/SKILL.md +206 -0
- package/skills/zoom-automation/SKILL.md +217 -0
- package/skills/zustand-store-ts/SKILL.md +68 -0
|
@@ -0,0 +1,442 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Live Activities | Apple Developer Documentation"
|
|
3
|
+
source: https://developer.apple.com/design/human-interface-guidelines/live-activities
|
|
4
|
+
|
|
5
|
+
# Live Activities
|
|
6
|
+
|
|
7
|
+
A Live Activity lets people track the progress of an activity, event, or task at a glance.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
Live Activities let people keep track of tasks and events in glanceable locations across devices. They go beyond push notifications, delivering frequent content and status updates over a few hours and letting people interact with the displayed information.
|
|
12
|
+
|
|
13
|
+
For example, a Live Activity might show the remaining time until a food delivery order arrives, live in-game information for a soccer match, or real-time fitness metrics and interactive controls to pause or cancel a workout.
|
|
14
|
+
|
|
15
|
+
Live Activities start on iPhone or iPad and automatically appear in system locations across a person’s devices:
|
|
16
|
+
|
|
17
|
+
Platform or system experience| Location
|
|
18
|
+
---|---
|
|
19
|
+
iPhone and iPad| Lock Screen, Home Screen, in the Dynamic Island and StandBy on iPhone
|
|
20
|
+
Mac| The menu bar
|
|
21
|
+
Apple Watch| Smart Stack
|
|
22
|
+
CarPlay| CarPlay Dashboard
|
|
23
|
+
|
|
24
|
+
## [Anatomy](https://developer.apple.com/design/human-interface-guidelines/live-activities#Anatomy)
|
|
25
|
+
|
|
26
|
+
Live Activities appear across the system in various locations like the _Dynamic Island_ and the Lock Screen. It serves as a unified home for alerts and indicators of ongoing activity. Depending on the device and system location where a Live Activity appears, the system chooses a _presentation_ style or a combination of styles to compose the appearance of your Live Activity. As a result, your Live Activity must support:
|
|
27
|
+
|
|
28
|
+
* [Compact](https://developer.apple.com/design/human-interface-guidelines/live-activities#Compact)
|
|
29
|
+
|
|
30
|
+
* [Minimal](https://developer.apple.com/design/human-interface-guidelines/live-activities#Minimal)
|
|
31
|
+
|
|
32
|
+
* [Expanded](https://developer.apple.com/design/human-interface-guidelines/live-activities#Expanded)
|
|
33
|
+
|
|
34
|
+
* [Lock Screen](https://developer.apple.com/design/human-interface-guidelines/live-activities#Lock-Screen)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
In iOS and iPadOS, your Live Activity appears throughout the system using these presentations. Additionally, the system uses them to create default appearances for other contexts. For example, the compact presentation appears in the Dynamic Island on iPhone and consists of two elements that the system combines into a single view for Apple Watch and in CarPlay.
|
|
40
|
+
|
|
41
|
+
### [Compact](https://developer.apple.com/design/human-interface-guidelines/live-activities#Compact)
|
|
42
|
+
|
|
43
|
+
In the Dynamic Island, the system uses the compact presentation when only one Live Activity is active. The presentation consists of two separate elements: one on the leading side of the TrueDepth camera and one on the trailing side. Despite its limited space, the compact presentation displays up-to-date information about your app’s Live Activity.
|
|
44
|
+
|
|
45
|
+

|
|
46
|
+
|
|
47
|
+
For design guidance, see [Compact presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Compact-presentation).
|
|
48
|
+
|
|
49
|
+
### [Minimal](https://developer.apple.com/design/human-interface-guidelines/live-activities#Minimal)
|
|
50
|
+
|
|
51
|
+
When multiple Live Activities are active, the system uses the minimal presentation to display two of them in the Dynamic Island. One appears attached to the Dynamic Island while the other appears detached. Depending on its content size, the detached minimal presentation appears circular or oval. As with the compact presentation, people tap the minimal presentation to open its app or touch and hold it to see the expanded presentation.
|
|
52
|
+
|
|
53
|
+

|
|
54
|
+
|
|
55
|
+
For design guidance, see [Minimal presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Minimal-presentation).
|
|
56
|
+
|
|
57
|
+
### [Expanded](https://developer.apple.com/design/human-interface-guidelines/live-activities#Expanded)
|
|
58
|
+
|
|
59
|
+
When people touch and hold a Live Activity in compact or minimal presentation, the system displays the expanded presentation.
|
|
60
|
+
|
|
61
|
+

|
|
62
|
+
|
|
63
|
+
For design guidance, see [Expanded presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Expanded-presentation).
|
|
64
|
+
|
|
65
|
+
### [Lock Screen](https://developer.apple.com/design/human-interface-guidelines/live-activities#Lock-Screen)
|
|
66
|
+
|
|
67
|
+
The system uses the Lock Screen presentation to display a banner at the bottom of the Lock Screen. In this presentation, use a layout similar to the expanded presentation.
|
|
68
|
+
|
|
69
|
+

|
|
70
|
+
|
|
71
|
+
When you alert people about Live Activity updates on devices that don’t support the Dynamic Island, the Lock Screen presentation briefly appears as a banner that overlays the Home Screen or other apps.
|
|
72
|
+
|
|
73
|
+

|
|
74
|
+
|
|
75
|
+
For design guidance, see [Lock Screen presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Lock-Screen-presentation).
|
|
76
|
+
|
|
77
|
+
### [StandBy](https://developer.apple.com/design/human-interface-guidelines/live-activities#StandBy)
|
|
78
|
+
|
|
79
|
+
On iPhone in StandBy, your Live Activity appears in the minimal presentation. When someone taps it, it transitions to the Lock Screen presentation, scaled up by 2x to fill the screen. If your Lock Screen presentation uses a custom background color, the system automatically extends it to the whole screen to create a seamless, full-screen design.
|
|
80
|
+
|
|
81
|
+

|
|
82
|
+
|
|
83
|
+
For design guidance, see [StandBy presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#StandBy-presentation).
|
|
84
|
+
|
|
85
|
+
## [Best practices](https://developer.apple.com/design/human-interface-guidelines/live-activities#Best-practices)
|
|
86
|
+
|
|
87
|
+
**Offer Live Activities for tasks and events that have a defined beginning and end.** Live Activities work best for tracking short to medium duration activities that don’t exceed eight hours.
|
|
88
|
+
|
|
89
|
+
**Focus on important information that people need to see at a glance.** Your Live Activity doesn’t need to display everything. Think about what information people find most useful and prioritize sharing it in a concise way. When a person wants to learn more, they can tap your Live Activity to open your app where you can provide additional detail.
|
|
90
|
+
|
|
91
|
+
**Don’t use a Live Activity to display ads or promotions**. Live Activities help people stay informed about ongoing events and tasks, so it’s important to display only information that’s related to those events and tasks.
|
|
92
|
+
|
|
93
|
+
**Avoid displaying sensitive information.** Live Activities are prominently visible and could be viewed by casual observers; for example, on the Lock Screen or in the Always-On display. For content people might consider sensitive or private, display an innocuous summary and let people tap the Live Activity to view the sensitive information in your app. Alternatively, redact views that may contain sensitive information and let people configure whether to show sensitive data. For developer guidance, see [Creating a widget extension](https://developer.apple.com/documentation/WidgetKit/Creating-a-Widget-Extension#Hide-sensitive-content).
|
|
94
|
+
|
|
95
|
+
**Create a Live Activity that matches your app’s visual aesthetic and personality in both dark and light appearances.** This makes it easier for people to recognize your Live Activity and creates a visual connection to your app.
|
|
96
|
+
|
|
97
|
+
**If you include a logo mark, display it without a container.** This better integrates the logo mark with your Live Activity layout. Don’t use the entire app icon.
|
|
98
|
+
|
|
99
|
+
**Don’t add elements to your app that draw attention to the Dynamic Island.** Your Live Activity appears in the Dynamic Island while your app isn’t in use, and other items can appear in the Dynamic Island when your app is open.
|
|
100
|
+
|
|
101
|
+
**Ensure text is easy to read.** Use large, heavier-weight text — a medium weight or higher. Use small text sparingly and make sure key information is legible at a glance.
|
|
102
|
+
|
|
103
|
+

|
|
104
|
+
|
|
105
|
+

|
|
106
|
+
|
|
107
|
+

|
|
108
|
+
|
|
109
|
+

|
|
110
|
+
|
|
111
|
+
### [Creating Live Activity layouts](https://developer.apple.com/design/human-interface-guidelines/live-activities#Creating-Live-Activity-layouts)
|
|
112
|
+
|
|
113
|
+
**Adapt to different screen sizes and presentations.** Live Activities scale to fit various device screens. Create layouts and assets for various devices and scale factors, recognizing that the actual size on screen may vary or change. Ensure they look great everywhere by using the values in [Specifications](https://developer.apple.com/design/human-interface-guidelines/live-activities#Specifications) as guidance and providing appropriately sized content.
|
|
114
|
+
|
|
115
|
+
**Adjust element size and placement for efficient use of space.** Create a layout that only uses the space you need to clearly display its content. Adapt the size and placement of elements in your Live Activity so they fit well together.
|
|
116
|
+
|
|
117
|
+
**Use familiar layouts for custom views and layouts.** Templates with default system margins and recommended text sizes are available in [Apple Design Resources](https://developer.apple.com/design/resources/). Using them helps your Live Activity remain legible at a glance and fit in with the visual language of its surroundings; for example, the Smart Stack on Apple Watch.
|
|
118
|
+
|
|
119
|
+

|
|
120
|
+
|
|
121
|
+
**Use consistent margins and concentric placement.** Use even, matching margins between rounded shapes and the edges of the Live Activity, including corners, to ensure a harmonious fit. This prevents elements from poking into the rounded shape of the Live Activity and creating visual tension. For example, when placing a rounded rectangle near a corner of your Live Activity, match its corner radius to the outer corner radius of the Live Activity by subtracting the margin and using a SwiftUI container to apply the correct corner radius. For developer guidance, see [`ContainerRelativeShape`](https://developer.apple.com/documentation/SwiftUI/ContainerRelativeShape).
|
|
122
|
+
|
|
123
|
+

|
|
124
|
+
|
|
125
|
+
Keep content compact and snug within a margin that’s concentric to the outer edge of the Live Activity.
|
|
126
|
+
|
|
127
|
+

|
|
128
|
+
|
|
129
|
+

|
|
130
|
+
|
|
131
|
+

|
|
132
|
+
|
|
133
|
+

|
|
134
|
+
|
|
135
|
+
**When separating a block of content, place it in an inset container shape or use a thick line.** Don’t draw content all the way to the edge of the Dynamic Island.
|
|
136
|
+
|
|
137
|
+

|
|
138
|
+
|
|
139
|
+

|
|
140
|
+
|
|
141
|
+

|
|
142
|
+
|
|
143
|
+

|
|
144
|
+
|
|
145
|
+

|
|
146
|
+
|
|
147
|
+

|
|
148
|
+
|
|
149
|
+
Tip
|
|
150
|
+
|
|
151
|
+
To align nonrounded content in the rounded corners of the Live Activity view, it may be helpful to blur the nonrounded content in your drawing tool. When the content is blurred, it may be easier to find the positioning that best aligns with the outer perimeter of the view.
|
|
152
|
+
|
|
153
|
+

|
|
154
|
+
|
|
155
|
+

|
|
156
|
+
|
|
157
|
+

|
|
158
|
+
|
|
159
|
+

|
|
160
|
+
|
|
161
|
+
**Dynamically change the height of your Live Activity on the Lock Screen or in the expanded presentation.** When there’s less information to show, reduce the height of the Live Activity to only use the space needed for the content. When more information becomes available, increase the height to display additional content. For example, a rideshare app might display a more compact Live Activity without additional details while it locates a driver. The app’s height extends as more information is available to display the estimated pickup time, driver details, and so on.
|
|
162
|
+
|
|
163
|
+
### [Choosing colors](https://developer.apple.com/design/human-interface-guidelines/live-activities#Choosing-colors)
|
|
164
|
+
|
|
165
|
+
**Carefully consider using a custom background color and opacity.** You can’t customize background colors for compact, minimal, and expanded presentations. However, you can use a custom background color for the Lock Screen presentation. If you set a custom background color or image for the Lock Screen presentation, ensure sufficient contrast — especially for tint colors on devices that feature an Always-On display with reduced luminance.
|
|
166
|
+
|
|
167
|
+
**Use color to express the character and identity of your app.** Live Activities in the Dynamic Island use a black opaque background. Consider using bold colors for text and objects to convey the personality and brand of your app. Bold colors make your Live Activity recognizable at a glance, stand out from other Live Activities, and feel like a small, glanceable part of your app. Additionally, bold colors can help reinforce the relationship between elements in the Live Activity itself.
|
|
168
|
+
|
|
169
|
+
**Tint your Live Activity’s key line color so that it matches your content.** When the background is dark — for example, in Dark Mode — a key line appears around the Dynamic Island to distinguish it from other content. Choose a key line color that’s consistent with the color of other elements in your Live Activity. For developer guidance, see [Creating custom views for Live Activities](https://developer.apple.com/documentation/ActivityKit/creating-custom-views-for-live-activities#Use-custom-colors).
|
|
170
|
+
|
|
171
|
+
### [Adding transitions and animating content updates](https://developer.apple.com/design/human-interface-guidelines/live-activities#Adding-transitions-and-animating-content-updates)
|
|
172
|
+
|
|
173
|
+
In addition to extending and contracting transitions, Live Activities use system and custom animations with a maximum duration of two seconds. Note that the system doesn’t perform animations on Always-On displays with reduced luminance.
|
|
174
|
+
|
|
175
|
+
**Use animations to reinforce the information you’re communicating and to bring attention to updates.** In addition to moving the position of elements, you can animate elements in and out with the default content-replace transition, or create custom transitions using scale, opacity, and movement. For example, a sports app might use numeric content transitions for score changes or fade a timer in and out when it reaches zero.
|
|
176
|
+
|
|
177
|
+
**Animate layout changes.** Content updates can require a change to your Live Activity layout — for example, when it expands to fill the screen in StandBy or when more information becomes available. During the transition to a new layout, preserve as much of the existing layout as possible by animating existing elements to their new positions rather than removing and animating them back in.
|
|
178
|
+
|
|
179
|
+
**Try to avoid overlapping elements.** Sometimes, it’s best to animate out certain elements and then re-animate them in at a new position to avoid colliding with other parts of your transition. For example, when animating items in lists, only animate the element that moves to a new position and use fade-in-and-out transitions for the other list items.
|
|
180
|
+
|
|
181
|
+
For developer guidance, see [Animating data updates in widgets and Live Activities](https://developer.apple.com/documentation/WidgetKit/Animating-data-updates-in-widgets-and-live-activities).
|
|
182
|
+
|
|
183
|
+
### [Offering interactivity](https://developer.apple.com/design/human-interface-guidelines/live-activities#Offering-interactivity)
|
|
184
|
+
|
|
185
|
+
**Make sure tapping the Live Activity opens your app at the right location.** Take people directly to related details and actions — don’t make them navigate to find relevant information. For developer guidance on SwiftUI views that support deep linking to specific screens, see [Linking to specific app scenes from your widget or Live Activity](https://developer.apple.com/documentation/WidgetKit/Linking-to-specific-app-scenes-from-your-widget-or-Live-Activity).
|
|
186
|
+
|
|
187
|
+
**Focus on simple, direct actions.** Buttons or toggles take up space that might otherwise display useful information. Only include interactive elements for essential functionality that’s directly related to your Live Activity and that people activate once or temporarily pause and resume, like music playback, workouts, or apps that access the microphone to record live audio. If you offer interactivity, prefer limiting it to a single element to help people avoid accidentally tapping the wrong control.
|
|
188
|
+
|
|
189
|
+
**Consider letting people respond to event or progress updates.** If an update to your Live Activity is something that a person could respond to, consider offering a button or toggle to let people take action. For example, the Live Activity of a rideshare app could include a button to contact the driver while waiting for a ride to arrive.
|
|
190
|
+
|
|
191
|
+
### [Starting, updating, and ending a Live Activity](https://developer.apple.com/design/human-interface-guidelines/live-activities#Starting-updating-and-ending-a-Live-Activity)
|
|
192
|
+
|
|
193
|
+
**Start Live Activities at appropriate times, and make it easy for people to turn them off in your app.** People expect Live Activities to start and provide important updates for a task at hand or at specific times, even automatically. For example, they might expect a Live Activity to start after a food order, making a rideshare request, or when their favorite sports team’s match begins. However, Live Activities that appear unexpectedly can be surprising or even unwanted. Consider offering controls that allow people to turn off a Live Activity in the app view that corresponds to the activity. For example, a sports app may offer a button that lets people unfollow a game or team. When people can’t easily control the appearance of Live Activities from your app, they may choose to turn off Live Activities in Settings altogether.
|
|
194
|
+
|
|
195
|
+
**Offer an App Shortcut that starts your Live Activity.** App Shortcuts expose functionality to the system, allowing access in various contexts. For example, create an App Shortcut that allows people to start your Live Activity using the Action button on iPhone. For more information, see [App Shortcuts](https://developer.apple.com/design/human-interface-guidelines/app-shortcuts).
|
|
196
|
+
|
|
197
|
+
**Update a Live Activity only when new content is available.** If the underlying content or status remains the same, maintain the same display until the underlying content or status changes.
|
|
198
|
+
|
|
199
|
+
**Alert people only for essential updates that require their attention.** Live Activity alerts light up the screen and by default play the notification sound to alert people about updates they shouldn’t miss. Alerts also show the expanded presentation in the Dynamic Island or a banner on devices that don’t support the Dynamic Island. To ensure your Live Activities provide the most value, avoid alerting people too often or with updates that aren’t crucial, and don’t use push notifications alongside Live Activities for the same updates.
|
|
200
|
+
|
|
201
|
+
**Let people track multiple events efficiently with a single Live Activity.** Instead of creating separate Live Activities people need to jump between to track different events, prefer a single Live Activity that uses a dynamic layout and rotates through events. For example, a sports app could offer a single Live Activity that cycles through scored points, substitutions, and fouls across multiple matches.
|
|
202
|
+
|
|
203
|
+
**Always end a Live Activity immediately when the task or event ends, and consider setting a custom dismissal time.** When a Live Activity ends, the system immediately removes it from the Dynamic Island and in CarPlay. On the Lock Screen, in the Mac menu bar, and the watchOS Smart Stack, it remains for up to four hours. Depending on the Live Activity, showing a summary may only be relevant for a brief time after it ends. Consider choosing a custom dismissal time that’s proportional to the duration of your Live Activity. In most cases, 15 to 30 minutes is adequate. For example, a rideshare app could end its Live Activity when a ride completes and remain visible for 30 minutes to allow people to view the ride summary and leave a tip. For developer guidance, refer to [Displaying live data with Live Activities](https://developer.apple.com/documentation/ActivityKit/displaying-live-data-with-live-activities#End-the-Live-Activity).
|
|
204
|
+
|
|
205
|
+
## [Presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Presentation)
|
|
206
|
+
|
|
207
|
+
Your Live Activity needs to support all locations, devices, and their corresponding appearances. Because it appears across systems at different dimensions, create Live Activity layouts that best support each place they appear.
|
|
208
|
+
|
|
209
|
+
**Start with the iPhone design, then refine it for other contexts.** Create standard designs for each presentation first. Then, depending on the functionality that your Live Activity provides, design additional custom layouts for specific contexts like iPhone in StandBy, CarPlay, or Apple Watch. For more information about custom layouts, refer to [StandBy](https://developer.apple.com/design/human-interface-guidelines/live-activities#StandBy), [CarPlay](https://developer.apple.com/design/human-interface-guidelines/live-activities#CarPlay), and [watchOS](https://developer.apple.com/design/human-interface-guidelines/live-activities#watchOS).
|
|
210
|
+
|
|
211
|
+
### [Compact presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Compact-presentation)
|
|
212
|
+
|
|
213
|
+
**Focus on the most important information.** Use the compact presentation to show dynamic, up-to-date information that’s essential to the Live Activity and easy to understand. For example, a sports app could display two team logos and the score.
|
|
214
|
+
|
|
215
|
+
**Ensure unified information and design of the compact presentations in the Dynamic Island.** Though the TrueDepth camera separates the leading and trailing elements, design them to read as a single piece of information, and use consistent color and typography to help create a connection between both elements.
|
|
216
|
+
|
|
217
|
+
**Keep content as narrow as possible and ensure it’s snug against the TrueDepth camera.** Try not to obscure key information in the status bar, and don’t add padding between content and the TrueDepth camera. Maintain a balanced layout with similarly sized views for both leading and trailing elements; for example, use shortened units or less precise data to maintain appropriate width and balance.
|
|
218
|
+
|
|
219
|
+

|
|
220
|
+
|
|
221
|
+

|
|
222
|
+
|
|
223
|
+

|
|
224
|
+
|
|
225
|
+

|
|
226
|
+
|
|
227
|
+
**Link to relevant app content.** When people tap a compact Live Activity, open your app directly to the related details. Ensure both leading and trailing elements link to the same screen.
|
|
228
|
+
|
|
229
|
+
### [Minimal presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Minimal-presentation)
|
|
230
|
+
|
|
231
|
+
**Ensure that your Live Activity is recognizable in the minimal presentation.** If possible, display updated information rather than just a logo, while ensuring people can quickly recognize your app. For example, the Timer app’s minimal Live Activity presentation displays the remaining time instead of a static icon.
|
|
232
|
+
|
|
233
|
+
### [Expanded presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Expanded-presentation)
|
|
234
|
+
|
|
235
|
+
**Maintain the relative placement of elements to create a coherent layout between presentations.** The expanded presentation is an enlarged version of the compact or minimal presentation. Ensure information and layouts expand predictably when the Live Activity expands.
|
|
236
|
+
|
|
237
|
+
**Wrap content tightly around the TrueDepth camera.** Arrange content close to the TrueDepth camera, and try to avoid leaving too much room around it to use space more efficiently and to help diminish the camera’s presence.
|
|
238
|
+
|
|
239
|
+

|
|
240
|
+
|
|
241
|
+

|
|
242
|
+
|
|
243
|
+

|
|
244
|
+
|
|
245
|
+

|
|
246
|
+
|
|
247
|
+
### [Lock Screen presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Lock-Screen-presentation)
|
|
248
|
+
|
|
249
|
+
**Don’t replicate notification layouts.** Create a unique layout that’s specific to the information that appears in the Live Activity.
|
|
250
|
+
|
|
251
|
+
**Choose colors that work well on a personalized Lock Screen.** People customize their Lock Screen with wallpapers, custom tint colors, and widgets. To make a Live Activity fit a custom Lock Screen aesthetic while remaining legible, use custom background or tint colors and opacity sparingly.
|
|
252
|
+
|
|
253
|
+
**Make sure your design, assets, and colors look great and offer enough contrast in Dark Mode and on an Always-On display.** By default, a Live Activity on the Lock Screen uses a light background color in the light appearance and a dark background color in the dark appearance. If you use a custom background color, choose a color that works well in both modes or a different color for each appearance. Verify your choices on a device with an Always-On display with reduced luminance because the system adapts colors as needed in this appearance. For guidance, see [Dark Mode](https://developer.apple.com/design/human-interface-guidelines/dark-mode) and [Always On](https://developer.apple.com/design/human-interface-guidelines/always-on); for developer guidance, see [About asset catalogs](https://help.apple.com/xcode/mac/current/#/dev10510b1f7).
|
|
254
|
+
|
|
255
|
+
**Verify the generated color of the dismiss button.** The system automatically generates a matching dismiss button based on the background and foreground colors of your Live Activity. Verify that the generated color matches your design and adjust it if needed using [`activitySystemActionForegroundColor(_:)`](https://developer.apple.com/documentation/SwiftUI/View/activitySystemActionForegroundColor\(_:\)).
|
|
256
|
+
|
|
257
|
+
**Use standard margins to align your design with notifications.** The standard layout margin for Live Activities on the Lock Screen is 14 points. While tighter margins may be appropriate for elements like graphics or buttons, avoid crowding the edges and creating a cluttered appearance. For developer guidance, see [`padding(_:_:)`](https://developer.apple.com/documentation/SwiftUI/View/padding\(_:_:\)).
|
|
258
|
+
|
|
259
|
+
### [StandBy presentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#StandBy-presentation)
|
|
260
|
+
|
|
261
|
+
**Update your layout for StandBy.** Make sure assets look great at the larger scale, and consider creating a custom layout that makes use of the extra space. For developer guidance, see [Creating custom views for Live Activities](https://developer.apple.com/documentation/ActivityKit/creating-custom-views-for-live-activities).
|
|
262
|
+
|
|
263
|
+
**Consider using the default background color in StandBy.** The default background color seamlessly blends your Live Activity with the device bezel, achieves a softer look that integrates with a person’s surroundings, and allows the system to scale the Live Activity slightly larger because it doesn’t need to account for the margins around the TrueDepth camera.
|
|
264
|
+
|
|
265
|
+
**Use standard margins and avoid extending graphic elements to the edge of the screen.** Without standard margins, content gets cut off as the Live Activity extends, making it feel broken.
|
|
266
|
+
|
|
267
|
+
**Verify your design in Night Mode.** In Night Mode, the system applies a red tint to your Live Activity. Check that your Live Activity design uses colors that provide enough contrast in Night Mode.
|
|
268
|
+
|
|
269
|
+

|
|
270
|
+
|
|
271
|
+
## [CarPlay](https://developer.apple.com/design/human-interface-guidelines/live-activities#CarPlay)
|
|
272
|
+
|
|
273
|
+
In CarPlay, the system automatically combines the leading and trailing elements of the compact presentation into a single layout that appears on CarPlay Dashboard.
|
|
274
|
+
|
|
275
|
+
Your Live Activity design applies to both CarPlay and Apple Watch, so design for both contexts. While Live Activities on Apple Watch can be interactive, the system deactivates interactive elements in CarPlay. For more information, refer to [watchOS](https://developer.apple.com/design/human-interface-guidelines/live-activities#watchOS) below. For developer guidance, refer to [Creating custom views for Live Activities](https://developer.apple.com/documentation/ActivityKit/creating-custom-views-for-live-activities).
|
|
276
|
+
|
|
277
|
+
**Consider creating a custom layout if your Live Activity would benefit from larger text or additional information.** Instead of using the default appearance in CarPlay, declare support for a [`ActivityFamily.small`](https://developer.apple.com/documentation/WidgetKit/ActivityFamily/small) supplemental activity family.
|
|
278
|
+
|
|
279
|
+
**Carefully consider including buttons or toggles in your custom layout.** In CarPlay, the system deactivates interactive elements in your Live Activity. If people are likely to start or observe your Live Activity while driving, prefer displaying timely content rather than buttons and toggles.
|
|
280
|
+
|
|
281
|
+
## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/live-activities#Platform-considerations)
|
|
282
|
+
|
|
283
|
+
_No additional considerations for iOS or iPadOS. Not supported in tvOS or visionOS._
|
|
284
|
+
|
|
285
|
+
### [macOS](https://developer.apple.com/design/human-interface-guidelines/live-activities#macOS)
|
|
286
|
+
|
|
287
|
+
Active Live Activities automatically appear in the Menu bar of a paired Mac using the compact, minimal, and expanded presentations. Clicking the Live Activity launches iPhone Mirroring to display your app.
|
|
288
|
+
|
|
289
|
+
### [watchOS](https://developer.apple.com/design/human-interface-guidelines/live-activities#watchOS)
|
|
290
|
+
|
|
291
|
+
When a Live Activity begins on iPhone, it appears on a paired Apple Watch at the top of the Smart Stack. By default, the view displayed in the Smart Stack combines the leading and trailing elements from the Live Activity’s compact presentation on iPhone.
|
|
292
|
+
|
|
293
|
+
If you offer a watchOS app and someone taps the Live Activity in the Smart Stack, it opens your watchOS app. Without a watchOS app, tapping opens a full-screen view with a button to open your app on the paired iPhone.
|
|
294
|
+
|
|
295
|
+
**Consider creating a custom watchOS layout.** While the system provides a default view automatically, a custom layout designed for Apple Watch can show more information and add interactive functionality like a button or toggle.
|
|
296
|
+
|
|
297
|
+
**Carefully consider including buttons or toggles in your custom layout.** The custom watchOS layout also applies to your Live Activity in CarPlay where the system deactivates interactive elements. If people are likely to start or observe your Live Activity while driving, don’t include buttons or toggles in your custom watchOS layout. For developer guidance, see [Creating custom views for Live Activities](https://developer.apple.com/documentation/ActivityKit/creating-custom-views-for-live-activities).
|
|
298
|
+
|
|
299
|
+
iPhone compact view
|
|
300
|
+
|
|
301
|
+
Default Smart Stack view
|
|
302
|
+
|
|
303
|
+
Custom Smart Stack view
|
|
304
|
+
|
|
305
|
+
**Focus on essential information and significant updates.** Use space in the Smart Stack as efficiently as possible and think of the most useful information that a Live Activity can convey:
|
|
306
|
+
|
|
307
|
+
* Progress, like the estimated arrival time of a delivery
|
|
308
|
+
|
|
309
|
+
* Interactive elements, like stopwatch or timer controls
|
|
310
|
+
|
|
311
|
+
* Significant updates, like sports score changes
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
## [Specifications](https://developer.apple.com/design/human-interface-guidelines/live-activities#Specifications)
|
|
317
|
+
|
|
318
|
+
When you design your Live Activities, use the following values for guidance.
|
|
319
|
+
|
|
320
|
+
### [CarPlay dimensions](https://developer.apple.com/design/human-interface-guidelines/live-activities#CarPlay-dimensions)
|
|
321
|
+
|
|
322
|
+
The system may scale your Live Activity to best fit a vehicle’s screen size and resolution. Use the listed values to verify your design:
|
|
323
|
+
|
|
324
|
+
Live Activity size (pt)
|
|
325
|
+
---
|
|
326
|
+
240x78
|
|
327
|
+
240x100
|
|
328
|
+
170x78
|
|
329
|
+
|
|
330
|
+
Test your designs with the CarPlay Simulator and the following configurations for Smart Display Zoom — available in in Settings > Display in CarPlay:
|
|
331
|
+
|
|
332
|
+
Configuration| Resolution (pt)
|
|
333
|
+
---|---
|
|
334
|
+
Widescreen| 1920x720
|
|
335
|
+
Portrait| 900x1200
|
|
336
|
+
Standard| 800x480
|
|
337
|
+
|
|
338
|
+
### [iOS dimensions](https://developer.apple.com/design/human-interface-guidelines/live-activities#iOS-dimensions)
|
|
339
|
+
|
|
340
|
+
All values listed in the tables below are in points.
|
|
341
|
+
|
|
342
|
+
Screen dimensions (portrait)| Compact leading| Compact trailing| Minimal (width given as a range)| Expanded (height given as a range)| Lock Screen (height given as a range)
|
|
343
|
+
---|---|---|---|---|---
|
|
344
|
+
430x932| 62.33x36.67| 62.33x36.67| 36.67–45x36.67| 408x84–160| 408x84–160
|
|
345
|
+
393x852| 52.33x36.67| 52.33x36.67| 36.67–45x36.67| 371x84–160| 371x84–160
|
|
346
|
+
|
|
347
|
+
The Dynamic Island uses a corner radius of 44 points, and its rounded corner shape matches the TrueDepth camera.
|
|
348
|
+
|
|
349
|
+
Presentation type| Device| Dynamic Island width (pt)
|
|
350
|
+
---|---|---
|
|
351
|
+
Compact or minimal| iPhone 17 Pro Max| 250
|
|
352
|
+
| iPhone 17 Pro| 230
|
|
353
|
+
| iPhone Air| 250
|
|
354
|
+
| iPhone 17| 230
|
|
355
|
+
| iPhone 16 Pro Max| 250
|
|
356
|
+
| iPhone 16 Pro| 230
|
|
357
|
+
| iPhone 16 Plus| 250
|
|
358
|
+
| iPhone 16| 230
|
|
359
|
+
| iPhone 15 Pro Max| 250
|
|
360
|
+
| iPhone 15 Pro| 230
|
|
361
|
+
| iPhone 15 Plus| 250
|
|
362
|
+
| iPhone 15| 230
|
|
363
|
+
| iPhone 14 Pro Max| 250
|
|
364
|
+
| iPhone 14 Pro| 230
|
|
365
|
+
Expanded| iPhone 17 Pro Max| 408
|
|
366
|
+
| iPhone 17 Pro| 371
|
|
367
|
+
| iPhone Air| 408
|
|
368
|
+
| iPhone 17| 371
|
|
369
|
+
| iPhone 16 Pro Max| 408
|
|
370
|
+
| iPhone 16 Pro| 371
|
|
371
|
+
| iPhone 16 Plus| 408
|
|
372
|
+
| iPhone 16| 371
|
|
373
|
+
| iPhone 15 Pro Max| 408
|
|
374
|
+
| iPhone 15 Pro| 371
|
|
375
|
+
| iPhone 15 Plus| 408
|
|
376
|
+
| iPhone 15| 371
|
|
377
|
+
| iPhone 14 Pro Max| 408
|
|
378
|
+
| iPhone 14 Pro| 371
|
|
379
|
+
|
|
380
|
+
### [iPadOS dimensions](https://developer.apple.com/design/human-interface-guidelines/live-activities#iPadOS-dimensions)
|
|
381
|
+
|
|
382
|
+
All values listed in the table below are in points.
|
|
383
|
+
|
|
384
|
+
Screen dimensions (portrait)| Lock Screen (height given as a range)
|
|
385
|
+
---|---
|
|
386
|
+
1366x1024| 500x84–160
|
|
387
|
+
1194x834| 425x84–160
|
|
388
|
+
1012x834| 425x84–160
|
|
389
|
+
1080x810| 425x84–160
|
|
390
|
+
1024x768| 425x84–160
|
|
391
|
+
|
|
392
|
+
### [macOS dimensions](https://developer.apple.com/design/human-interface-guidelines/live-activities#macOS-dimensions)
|
|
393
|
+
|
|
394
|
+
Use the provided iOS dimensions.
|
|
395
|
+
|
|
396
|
+
### [watchOS dimensions](https://developer.apple.com/design/human-interface-guidelines/live-activities#watchOS-dimensions)
|
|
397
|
+
|
|
398
|
+
Live Activities in the Smart Stack use the same dimensions as watchOS widgets.
|
|
399
|
+
|
|
400
|
+
Apple Watch size| Size of a Live Activity in the Smart Stack (pt)
|
|
401
|
+
---|---
|
|
402
|
+
40mm| 152x69.5
|
|
403
|
+
41mm| 165x72.5
|
|
404
|
+
44mm| 173x76.5
|
|
405
|
+
45mm| 184x80.5
|
|
406
|
+
49mm| 191x81.5
|
|
407
|
+
|
|
408
|
+
## [Resources](https://developer.apple.com/design/human-interface-guidelines/live-activities#Resources)
|
|
409
|
+
|
|
410
|
+
#### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/live-activities#Developer-documentation)
|
|
411
|
+
|
|
412
|
+
[ActivityKit](https://developer.apple.com/documentation/ActivityKit)
|
|
413
|
+
|
|
414
|
+
[SwiftUI](https://developer.apple.com/documentation/SwiftUI)
|
|
415
|
+
|
|
416
|
+
[WidgetKit](https://developer.apple.com/documentation/WidgetKit)
|
|
417
|
+
|
|
418
|
+
[Developing a WidgetKit strategy](https://developer.apple.com/documentation/WidgetKit/Developing-a-WidgetKit-strategy) — WidgetKit
|
|
419
|
+
|
|
420
|
+
#### [Videos](https://developer.apple.com/design/human-interface-guidelines/live-activities#Videos)
|
|
421
|
+
|
|
422
|
+
[ Turbocharge your app for CarPlay ](https://developer.apple.com/videos/play/wwdc2025/216)
|
|
423
|
+
|
|
424
|
+
[ What’s new in widgets ](https://developer.apple.com/videos/play/wwdc2025/278)
|
|
425
|
+
|
|
426
|
+
[ Design Live Activities for Apple Watch ](https://developer.apple.com/videos/play/wwdc2024/10098)
|
|
427
|
+
|
|
428
|
+
[ Design dynamic Live Activities ](https://developer.apple.com/videos/play/wwdc2023/10194)
|
|
429
|
+
|
|
430
|
+
[ Meet ActivityKit ](https://developer.apple.com/videos/play/wwdc2023/10184)
|
|
431
|
+
|
|
432
|
+
## [Change log](https://developer.apple.com/design/human-interface-guidelines/live-activities#Change-log)
|
|
433
|
+
|
|
434
|
+
Date| Changes
|
|
435
|
+
---|---
|
|
436
|
+
December 16, 2025| Updated guidance for all platforms, and added guidance for macOS and CarPlay.
|
|
437
|
+
June 10, 2024| Added guidance for Live Activities in watchOS.
|
|
438
|
+
October 24, 2023| Expanded and updated guidance and added new artwork.
|
|
439
|
+
June 5, 2023| Updated guidance to include features of iOS 17 and iPadOS 17.
|
|
440
|
+
November 3, 2022| Updated artwork and specifications.
|
|
441
|
+
September 23, 2022| New page.
|
|
442
|
+
|