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,261 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Buttons | Apple Developer Documentation"
|
|
3
|
+
source: https://developer.apple.com/design/human-interface-guidelines/buttons
|
|
4
|
+
|
|
5
|
+
# Buttons
|
|
6
|
+
|
|
7
|
+
A button initiates an instantaneous action.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
Versatile and highly customizable, buttons give people simple, familiar ways to do tasks in your app. In general, a button combines three attributes to clearly communicate its function:
|
|
12
|
+
|
|
13
|
+
* **Style.** A visual style based on size, color, and shape.
|
|
14
|
+
|
|
15
|
+
* **Content.** A symbol (or icon), text label, or both that a button displays to convey its purpose.
|
|
16
|
+
|
|
17
|
+
* **Role.** A system-defined role that identifies a button’s semantic meaning and can affect its appearance.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
There are also many button-like components that have distinct appearances and behaviors for specific use cases, like [toggles](https://developer.apple.com/design/human-interface-guidelines/toggles), [pop-up buttons](https://developer.apple.com/design/human-interface-guidelines/pop-up-buttons), and [segmented controls](https://developer.apple.com/design/human-interface-guidelines/segmented-controls).
|
|
23
|
+
|
|
24
|
+
## [Best practices](https://developer.apple.com/design/human-interface-guidelines/buttons#Best-practices)
|
|
25
|
+
|
|
26
|
+
When buttons are instantly recognizable and easy to understand, an app tends to feel intuitive and well designed.
|
|
27
|
+
|
|
28
|
+
**Make buttons easy for people to use.** It’s essential to include enough space around a button so that people can visually distinguish it from surrounding components and content. Giving a button enough space is also critical for helping people select or activate it, regardless of the method of input they use. As a general rule, a button needs a hit region of at least 44x44 pt — in visionOS, 60x60 pt — to ensure that people can select it easily, whether they use a fingertip, a pointer, their eyes, or a remote.
|
|
29
|
+
|
|
30
|
+
**Always include a press state for a custom button.** Without a press state, a button can feel unresponsive, making people wonder if it’s accepting their input.
|
|
31
|
+
|
|
32
|
+
## [Style](https://developer.apple.com/design/human-interface-guidelines/buttons#Style)
|
|
33
|
+
|
|
34
|
+
System buttons offer a range of styles that support customization while providing built-in interaction states, accessibility support, and appearance adaptation. Different platforms define different styles that help you communicate hierarchies of actions in your app.
|
|
35
|
+
|
|
36
|
+
**In general, use a button that has a prominent visual style for the most likely action in a view.** To draw people’s attention to a specific button, use a prominent button style so the system can apply an accent color to the button’s background. Buttons that use color tend to be the most visually distinctive, helping people quickly identify the actions they’re most likely to use. Keep the number of prominent buttons to one or two per view. Presenting too many prominent buttons increases cognitive load, requiring people to spend more time considering options before making a choice.
|
|
37
|
+
|
|
38
|
+
**Use style — not size — to visually distinguish the preferred choice among multiple options.** When you use buttons of the same size to offer two or more options, you signal that the options form a coherent set of choices. By contrast, placing two buttons of different sizes near each other can make the interface look confusing and inconsistent. If you want to highlight the preferred or most likely option in a set, use a more prominent button style for that option and a less prominent style for the remaining ones.
|
|
39
|
+
|
|
40
|
+
**Avoid applying a similar color to button labels and content layer backgrounds.** If your app already has bright, colorful content in the content layer, prefer using the default monochromatic appearance of button labels. For more guidance, see [Liquid Glass color](https://developer.apple.com/design/human-interface-guidelines/color#Liquid-Glass-color).
|
|
41
|
+
|
|
42
|
+
## [Content](https://developer.apple.com/design/human-interface-guidelines/buttons#Content)
|
|
43
|
+
|
|
44
|
+
**Ensure that each button clearly communicates its purpose.** Depending on the platform, a button can contain a symbol (or icon), a text label, or both to help people understand what it does.
|
|
45
|
+
|
|
46
|
+
Note
|
|
47
|
+
|
|
48
|
+
In macOS and visionOS, the system displays a tooltip after people hover over a button for a moment. A tooltip displays a brief phrase that explains what a button does; for guidance, see [Offering help](https://developer.apple.com/design/human-interface-guidelines/offering-help).
|
|
49
|
+
|
|
50
|
+
**Try to associate familiar actions with familiar icons.** For example, people can predict that a button containing the `square.and.arrow.up` symbol will help them perform share-related activities. If it makes sense to use an icon in your button, consider using an existing or customized [symbol](https://developer.apple.com/design/human-interface-guidelines/sf-symbols). For a list of symbols that represent common actions, see [Standard icons](https://developer.apple.com/design/human-interface-guidelines/icons#Standard-icons).
|
|
51
|
+
|
|
52
|
+
**Consider using text when a short label communicates more clearly than an icon.** To use text, write a few words that succinctly describe what the button does. Using [title-style capitalization](https://help.apple.com/applestyleguide/#/apsgb744e4a3?sub=apdca93e113f1d64), consider starting the label with a verb to help convey the button’s action — for example, a button that lets people add items to their shopping cart might use the label “Add to Cart.”
|
|
53
|
+
|
|
54
|
+
## [Role](https://developer.apple.com/design/human-interface-guidelines/buttons#Role)
|
|
55
|
+
|
|
56
|
+
A system button can have one of the following roles:
|
|
57
|
+
|
|
58
|
+
* **Normal.** No specific meaning.
|
|
59
|
+
|
|
60
|
+
* **Primary.** The button is the default button — the button people are most likely to choose.
|
|
61
|
+
|
|
62
|
+
* **Cancel.** The button cancels the current action.
|
|
63
|
+
|
|
64
|
+
* **Destructive.** The button performs an action that can result in data destruction.
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
A button’s role can have additional effects on its appearance. For example, a primary button uses an app’s accent color, whereas a destructive button uses the system red color.
|
|
70
|
+
|
|
71
|
+

|
|
72
|
+
|
|
73
|
+
**Assign the primary role to the button people are most likely to choose.** When a primary button responds to the Return key, it makes it easy for people to quickly confirm their choice. In addition, when the button is in a temporary view — like a [sheet](https://developer.apple.com/design/human-interface-guidelines/sheets), an editable view, or an [alert](https://developer.apple.com/design/human-interface-guidelines/alerts) — assigning it the primary role means that the view can automatically close when people press Return.
|
|
74
|
+
|
|
75
|
+
**Don’t assign the primary role to a button that performs a destructive action, even if that action is the most likely choice.** Because of its visual prominence, people sometimes choose a primary button without reading it first. Help people avoid losing content by assigning the primary role to nondestructive buttons.
|
|
76
|
+
|
|
77
|
+
## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/buttons#Platform-considerations)
|
|
78
|
+
|
|
79
|
+
_No additional considerations for tvOS._
|
|
80
|
+
|
|
81
|
+
### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/buttons#iOS-iPadOS)
|
|
82
|
+
|
|
83
|
+
**Configure a button to display an activity indicator when you need to provide feedback about an action that doesn’t instantly complete.** Displaying an activity indicator within a button can save space in your user interface while clearly communicating the reason for the delay. To help clarify what’s happening, you can also configure the button to display a different label alongside the activity indicator. For example, the label “Checkout” could change to “Checking out…” while the activity indicator is visible. When a delay occurs after people click or tap your configured button, the system displays the activity indicator next to the original or alternative label, hiding the button image, if there is one.
|
|
84
|
+
|
|
85
|
+

|
|
86
|
+
|
|
87
|
+

|
|
88
|
+
|
|
89
|
+
### [macOS](https://developer.apple.com/design/human-interface-guidelines/buttons#macOS)
|
|
90
|
+
|
|
91
|
+
Several specific button types are unique to macOS.
|
|
92
|
+
|
|
93
|
+
#### [Push buttons](https://developer.apple.com/design/human-interface-guidelines/buttons#Push-buttons)
|
|
94
|
+
|
|
95
|
+
The standard button type in macOS is known as a _push button_. You can configure a push button to display text, a symbol, an icon, or an image, or a combination of text and image content. Push buttons can act as the default button in a view and you can tint them.
|
|
96
|
+
|
|
97
|
+
**Use a flexible-height push button only when you need to display tall or variable height content.** Flexible-height buttons support the same configurations as regular push buttons — and they use the same corner radius and content padding — so they look consistent with other buttons in your interface. If you need to present a button that contains two lines of text or a tall icon, use a flexible-height button; otherwise, use a standard push button. For developer guidance, see [`NSButton.BezelStyle.flexiblePush`](https://developer.apple.com/documentation/AppKit/NSButton/BezelStyle-swift.enum/flexiblePush).
|
|
98
|
+
|
|
99
|
+
**Append a trailing ellipsis to the title when a push button opens another window, view, or app.** Throughout the system, an ellipsis in a control title signals that people can provide additional input. For example, the Edit buttons in the AutoFill pane of Safari Settings include ellipses because they open other views that let people modify autofill values.
|
|
100
|
+
|
|
101
|
+
**Consider supporting spring loading.** On systems with a Magic Trackpad, _spring loading_ lets people activate a button by dragging selected items over it and force clicking — that is, pressing harder — without dropping the selected items. After force clicking, people can continue dragging the items, possibly to perform additional actions.
|
|
102
|
+
|
|
103
|
+
#### [Square buttons](https://developer.apple.com/design/human-interface-guidelines/buttons#Square-buttons)
|
|
104
|
+
|
|
105
|
+
A _square button_ (also known as a _gradient button_) initiates an action related to a view, like adding or removing rows in a table.
|
|
106
|
+
|
|
107
|
+
Square buttons contain symbols or icons — not text — and you can configure them to behave like push buttons, toggles, or pop-up buttons. The buttons appear in close proximity to their associated view — usually within or beneath it — so people know which view the buttons affect.
|
|
108
|
+
|
|
109
|
+
**Use square buttons in a view, not in the window frame.** Square buttons aren’t intended for use in toolbars or status bars. If you need a button in a [toolbar](https://developer.apple.com/design/human-interface-guidelines/toolbars), use a toolbar item.
|
|
110
|
+
|
|
111
|
+
**Prefer using a symbol in a square button.** [SF Symbols](https://developer.apple.com/design/human-interface-guidelines/sf-symbols) provides a wide range of symbols that automatically receive appropriate coloring in their default state and in response to user interaction.
|
|
112
|
+
|
|
113
|
+
**Avoid using labels to introduce square buttons.** Because square buttons are closely connected with a specific view, their purpose is generally clear without the need for descriptive text.
|
|
114
|
+
|
|
115
|
+
For developer guidance, see [`NSButton.BezelStyle.smallSquare`](https://developer.apple.com/documentation/AppKit/NSButton/BezelStyle-swift.enum/smallSquare).
|
|
116
|
+
|
|
117
|
+
#### [Help buttons](https://developer.apple.com/design/human-interface-guidelines/buttons#Help-buttons)
|
|
118
|
+
|
|
119
|
+
A _help button_ appears within a view and opens app-specific help documentation.
|
|
120
|
+
|
|
121
|
+
Help buttons are circular, consistently sized buttons that contain a question mark. For guidance on creating help documentation, see [Offering help](https://developer.apple.com/design/human-interface-guidelines/offering-help).
|
|
122
|
+
|
|
123
|
+
**Use the system-provided help button to display your help documentation.** People are familiar with the appearance of the standard help button and know that choosing it opens help content.
|
|
124
|
+
|
|
125
|
+
**When possible, open the help topic that’s related to the current context.** For example, the help button in the Rules pane of Mail settings opens the Mail User Guide to a help topic that explains how to change these settings. If no specific help topic applies directly to the current context, open the top level of your app’s help documentation when people choose a help button.
|
|
126
|
+
|
|
127
|
+
**Include no more than one help button per window.** Multiple help buttons in the same context make it hard for people to predict the result of clicking one.
|
|
128
|
+
|
|
129
|
+
**Position help buttons where people expect to find them.** Use the following locations for guidance.
|
|
130
|
+
|
|
131
|
+
View style| Help button location
|
|
132
|
+
---|---
|
|
133
|
+
Dialog with dismissal buttons (like OK and Cancel)| Lower corner, opposite to the dismissal buttons and vertically aligned with them
|
|
134
|
+
Dialog without dismissal buttons| Lower-left or lower-right corner
|
|
135
|
+
Settings window or pane| Lower-left or lower-right corner
|
|
136
|
+
|
|
137
|
+
**Use a help button within a view, not in the window frame.** For example, avoid placing a help button in a toolbar or status bar.
|
|
138
|
+
|
|
139
|
+
**Avoid displaying text that introduces a help button.** People know what a help button does, so they don’t need additional descriptive text.
|
|
140
|
+
|
|
141
|
+
#### [Image buttons](https://developer.apple.com/design/human-interface-guidelines/buttons#Image-buttons)
|
|
142
|
+
|
|
143
|
+
An _image button_ appears in a view and displays an image, symbol, or icon. You can configure an image button to behave like a push button, toggle, or pop-up button.
|
|
144
|
+
|
|
145
|
+
**Use an image button in a view, not in the window frame.** For example, avoid placing an image button in a toolbar or status bar. If you need to use an image as a button in a toolbar, use a toolbar item. See [Toolbars](https://developer.apple.com/design/human-interface-guidelines/toolbars).
|
|
146
|
+
|
|
147
|
+
**Include about 10 pixels of padding between the edges of the image and the button edges.** An image button’s edges define its clickable area even when they aren’t visible. Including padding ensures that a click registers correctly even if it’s not precisely within the image. In general, avoid including a system-provided border in an image button; for developer guidance, see [`isBordered`](https://developer.apple.com/documentation/AppKit/NSButton/isBordered).
|
|
148
|
+
|
|
149
|
+
**If you need to include a label, position it below the image button.** For related guidance, see [Labels](https://developer.apple.com/design/human-interface-guidelines/labels).
|
|
150
|
+
|
|
151
|
+
### [visionOS](https://developer.apple.com/design/human-interface-guidelines/buttons#visionOS)
|
|
152
|
+
|
|
153
|
+
A visionOS button typically includes a visible background that can help people see it, and the button plays sound to provide feedback when people interact with it.
|
|
154
|
+
|
|
155
|
+
Video with custom controls.
|
|
156
|
+
|
|
157
|
+
Content description: A recording showing the top portion of a window in visionOS. The window contains several buttons, including a 'More' button, which receives the hover effect. The button is selected and a menu containing additional options appears.
|
|
158
|
+
|
|
159
|
+
Play
|
|
160
|
+
|
|
161
|
+
There are three standard button shapes in visionOS. Typically, an icon-only button uses a [`circle`](https://developer.apple.com/documentation/SwiftUI/ButtonBorderShape/circle) shape, a text-only button uses a [`roundedRectangle`](https://developer.apple.com/documentation/SwiftUI/ButtonBorderShape/roundedRectangle) or [`capsule`](https://developer.apple.com/documentation/SwiftUI/ButtonBorderShape/capsule) shape, and a button that includes both an icon and text uses the capsule shape.
|
|
162
|
+
|
|
163
|
+
visionOS buttons use different visual styles to communicate four different interaction states.
|
|
164
|
+
|
|
165
|
+
Idle
|
|
166
|
+
|
|
167
|
+
Hover
|
|
168
|
+
|
|
169
|
+
Selected
|
|
170
|
+
|
|
171
|
+
Unavailable
|
|
172
|
+
|
|
173
|
+
Note
|
|
174
|
+
|
|
175
|
+
In visionOS, buttons don’t support custom hover effects.
|
|
176
|
+
|
|
177
|
+
In addition to the four states shown above, a button can also reveal a tooltip when people look at it for a brief time. In general, buttons that contain text don’t need to display a tooltip because the button’s descriptive label communicates what it does.
|
|
178
|
+
|
|
179
|
+
Video with custom controls.
|
|
180
|
+
|
|
181
|
+
Content description: An animation showing a tooltip appearing beneath a visionOS button.
|
|
182
|
+
|
|
183
|
+
Play
|
|
184
|
+
|
|
185
|
+
In visionOS, buttons can have the following sizes.
|
|
186
|
+
|
|
187
|
+
Shape| Mini (28 pt)| Small (32 pt)| Regular (44 pt)| Large (52 pt)| Extra large (64 pt)
|
|
188
|
+
---|---|---|---|---|---
|
|
189
|
+
Circular| | | | | 
|
|
190
|
+
Capsule (text only)| | | | |
|
|
191
|
+
Capsule (text and icon)| | | | |
|
|
192
|
+
Rounded rectangle| | | | |
|
|
193
|
+
|
|
194
|
+
**Prefer buttons that have a discernible background shape and fill.** It tends to be easier for people to see a button when it’s enclosed in a shape that uses a contrasting background fill. The exception is a button in a toolbar, context menu, alert, or [ornament](https://developer.apple.com/design/human-interface-guidelines/ornaments) where the shape and material of the larger component make the button comfortably visible. The following guidelines can help you ensure that a button looks good in different contexts:
|
|
195
|
+
|
|
196
|
+
* When a button appears on top of a glass [window](https://developer.apple.com/design/human-interface-guidelines/windows#visionOS), use the [`thin`](https://developer.apple.com/documentation/SwiftUI/Material/thin) material as the button’s background.
|
|
197
|
+
|
|
198
|
+
* When a button appears floating in space, use the [glass material](https://developer.apple.com/design/human-interface-guidelines/materials#visionOS) for its background.
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
**Avoid creating a custom button that uses a white background fill and black text or icons.** The system reserves this visual style to convey the toggled state.
|
|
204
|
+
|
|
205
|
+
**In general, prefer circular or capsule-shape buttons.** People’s eyes tend to be drawn toward the corners in a shape, making it difficult to keep looking at the shape’s center. The more rounded a button’s shape, the easier it is for people to look steadily at it. When you need to display a button by itself, prefer a capsule-shape button.
|
|
206
|
+
|
|
207
|
+
**Provide enough space around a button to make it easy for people to look at it.** Aim to place buttons so their centers are always at least 60 pts apart. If your buttons measure 60 pts or larger, add 4 pts of padding around them to keep the hover effect from overlapping. Also, it’s usually best to avoid displaying small or mini buttons in a vertical stack or horizontal row.
|
|
208
|
+
|
|
209
|
+
**Choose the right shape if you need to display text-labeled buttons in a stack or row.** Specifically, prefer the rounded-rectangle shape in a vertical stack of buttons and prefer the capsule shape in a horizontal row of buttons.
|
|
210
|
+
|
|
211
|
+
**Use standard controls to take advantage of the audible feedback sounds people already know.** Audible feedback is especially important in visionOS, because the system doesn’t play haptics.
|
|
212
|
+
|
|
213
|
+
### [watchOS](https://developer.apple.com/design/human-interface-guidelines/buttons#watchOS)
|
|
214
|
+
|
|
215
|
+
watchOS displays all inline buttons using the [`capsule`](https://developer.apple.com/documentation/SwiftUI/ButtonBorderShape/capsule) button shape. When you place a button inline with content, it gains a material effect that contrasts with the background to ensure legibility.
|
|
216
|
+
|
|
217
|
+

|
|
218
|
+
|
|
219
|
+
**Use a toolbar to place buttons in the corners.** The system automatically moves the time and title to accommodate toolbar buttons. The system also applies the [Liquid Glass](https://developer.apple.com/design/human-interface-guidelines/materials#Liquid-Glass) appearance to toolbar buttons, providing a clear visual distinction from the content beneath them.
|
|
220
|
+
|
|
221
|
+

|
|
222
|
+
|
|
223
|
+
**Prefer buttons that span the width of the screen for primary actions in your app.** Full-width buttons look better and are easier for people to tap. If two buttons must share the same horizontal space, use the same height for both, and use images or short text titles for each button’s content.
|
|
224
|
+
|
|
225
|
+
**Use toolbar buttons to provide either navigation to related areas or contextual actions for the view’s content.** These buttons provide access to additional information or secondary actions for the view’s content.
|
|
226
|
+
|
|
227
|
+
**Use the same height for vertical stacks of one- and two-line text buttons.** As much as possible, use identical button heights for visual consistency.
|
|
228
|
+
|
|
229
|
+
## [Resources](https://developer.apple.com/design/human-interface-guidelines/buttons#Resources)
|
|
230
|
+
|
|
231
|
+
#### [Related](https://developer.apple.com/design/human-interface-guidelines/buttons#Related)
|
|
232
|
+
|
|
233
|
+
[Pop-up buttons](https://developer.apple.com/design/human-interface-guidelines/pop-up-buttons)
|
|
234
|
+
|
|
235
|
+
[Pull-down buttons](https://developer.apple.com/design/human-interface-guidelines/pull-down-buttons)
|
|
236
|
+
|
|
237
|
+
[Toggles](https://developer.apple.com/design/human-interface-guidelines/toggles)
|
|
238
|
+
|
|
239
|
+
[Segmented controls](https://developer.apple.com/design/human-interface-guidelines/segmented-controls)
|
|
240
|
+
|
|
241
|
+
[Location button](https://developer.apple.com/design/human-interface-guidelines/privacy#Location-button)
|
|
242
|
+
|
|
243
|
+
#### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/buttons#Developer-documentation)
|
|
244
|
+
|
|
245
|
+
[`Button`](https://developer.apple.com/documentation/SwiftUI/Button) — SwiftUI
|
|
246
|
+
|
|
247
|
+
[`UIButton`](https://developer.apple.com/documentation/UIKit/UIButton) — UIKit
|
|
248
|
+
|
|
249
|
+
[`NSButton`](https://developer.apple.com/documentation/AppKit/NSButton) — AppKit
|
|
250
|
+
|
|
251
|
+
## [Change log](https://developer.apple.com/design/human-interface-guidelines/buttons#Change-log)
|
|
252
|
+
|
|
253
|
+
Date| Changes
|
|
254
|
+
---|---
|
|
255
|
+
December 16, 2025| Updated guidance for Liquid Glass.
|
|
256
|
+
June 9, 2025| Updated guidance for button styles and content.
|
|
257
|
+
February 2, 2024| Noted that visionOS buttons don’t support custom hover effects.
|
|
258
|
+
December 5, 2023| Clarified some terminology and guidance for buttons in visionOS.
|
|
259
|
+
June 21, 2023| Updated to include guidance for visionOS.
|
|
260
|
+
June 5, 2023| Updated guidance for using buttons in watchOS.
|
|
261
|
+
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Context menus | Apple Developer Documentation"
|
|
3
|
+
source: https://developer.apple.com/design/human-interface-guidelines/context-menus
|
|
4
|
+
|
|
5
|
+
# Context menus
|
|
6
|
+
|
|
7
|
+
A context menu provides access to functionality that’s directly related to an item, without cluttering the interface.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
Although a context menu provides convenient access to frequently used items, it’s hidden by default, so people might not know it’s there. To reveal a context menu, people generally choose a view or select some content and then perform an action, using the input modes their current configuration supports. For example:
|
|
12
|
+
|
|
13
|
+
* The system-defined touch or pinch and hold gesture in visionOS, iOS, and iPadOS
|
|
14
|
+
|
|
15
|
+
* Pressing the Control key while clicking a pointing device in macOS and iPadOS
|
|
16
|
+
|
|
17
|
+
* Using a secondary click on a Magic Trackpad in macOS or iPadOS
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [Best practices](https://developer.apple.com/design/human-interface-guidelines/context-menus#Best-practices)
|
|
23
|
+
|
|
24
|
+
**Prioritize relevancy when choosing items to include in a context menu.** A context menu isn’t for providing advanced or rarely used items; instead, it helps people quickly access the commands they’re most likely to need in their current context. For example, the context menu for a Mail message in the Inbox includes commands for replying and moving the message, but not commands for editing message content, managing mailboxes, or filtering messages.
|
|
25
|
+
|
|
26
|
+
**Aim for a small number of menu items.** A context menu that’s too long can be difficult to scan and scroll.
|
|
27
|
+
|
|
28
|
+
**Support context menus consistently throughout your app.** If you provide context menus for items in some places but not in others, people won’t know where they can use the feature and may think there’s a problem.
|
|
29
|
+
|
|
30
|
+
**Always make context menu items available in the main interface, too.** For example, in Mail in iOS and iPadOS, the context menu items that are available for a message in the Inbox are also available in the toolbar of the message view. In macOS, an app’s menu bar menus list all the app’s commands, including those in various context menus.
|
|
31
|
+
|
|
32
|
+
**If you need to use submenus to manage a menu’s complexity, keep them to one level.** A submenu is a menu item that reveals a secondary menu of logically related commands. Although submenus can shorten a context menu and clarify its commands, more than one level of submenu complicates the experience and can be difficult for people to navigate. If you need to include a submenu, give it an intuitive title that helps people predict its contents without opening it. For guidance, see [Submenus](https://developer.apple.com/design/human-interface-guidelines/menus#Submenus).
|
|
33
|
+
|
|
34
|
+
**Hide unavailable menu items, don’t dim them.** Unlike a regular menu, which helps people discover actions they can perform even when the action isn’t available, a context menu displays only the actions that are relevant to the currently selected view or content. In macOS, the exceptions are the Cut, Copy, and Paste menu items, which may appear unavailable if they don’t apply to the current context.
|
|
35
|
+
|
|
36
|
+
**Aim to place the most frequently used menu items where people are likely to encounter them first.** When a context menu opens, people often read it starting from the part that’s closest to where their finger or pointer revealed it. Depending on the location of the selected content, a context menu might open above or below it, so you might also need to reverse the order of items to match the position of the menu.
|
|
37
|
+
|
|
38
|
+
**Show keyboard shortcuts in your app’s main menus, not in context menus.** Context menus already provide a shortcut to task-specific commands, so it’s redundant to display keyboard shortcuts too.
|
|
39
|
+
|
|
40
|
+
**Follow best practices for using separators.** As with other types of menus, you can use separators to group items in a context menu and help people scan the menu more quickly. In general, you don’t want more than about three groups in a context menu. For guidance, see [Menus](https://developer.apple.com/design/human-interface-guidelines/menus).
|
|
41
|
+
|
|
42
|
+
**In iOS, iPadOS, and visionOS, warn people about context menu items that can destroy data.** If you need to include potentially destructive items in your context menu — such as Delete or Remove — list them at the end of the menu and identify them as destructive (for developer guidance, see [`destructive`](https://developer.apple.com/documentation/UIKit/UIMenuElement/Attributes/destructive)). The system can display a destructive menu item using a red text color.
|
|
43
|
+
|
|
44
|
+
## [Content](https://developer.apple.com/design/human-interface-guidelines/context-menus#Content)
|
|
45
|
+
|
|
46
|
+
A context menu seldom displays a title. In contrast, each item in a context menu needs to display a short label that clearly describes what it does. For guidance, see [Menus > Labels](https://developer.apple.com/design/human-interface-guidelines/menus#Labels).
|
|
47
|
+
|
|
48
|
+
**Include a title in a context menu only if doing so clarifies the menu’s effect.** For example, when people select multiple Mail messages and tap the Mark toolbar button in iOS and iPadOS, the resulting context menu displays a title that states the number of selected messages, reminding people that the command they choose affects all the messages they selected.
|
|
49
|
+
|
|
50
|
+
**Represent menu item actions with familiar icons.** Icons help people recognize common actions throughout your app. Use the same icons as the system to represent actions such as Copy, Share, and Delete, wherever they appear. For a list of icons that represent common actions, see [Standard icons](https://developer.apple.com/design/human-interface-guidelines/icons#Standard-icons). For additional guidance, see [Menus](https://developer.apple.com/design/human-interface-guidelines/menus).
|
|
51
|
+
|
|
52
|
+
## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/context-menus#Platform-considerations)
|
|
53
|
+
|
|
54
|
+
_No additional considerations for tvOS. Not supported in watchOS._
|
|
55
|
+
|
|
56
|
+
### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/context-menus#iOS-iPadOS)
|
|
57
|
+
|
|
58
|
+
**Provide either a context menu or an edit menu for an item, but not both.** If you provide both features for the same item, it can be confusing to people — and difficult for the system to detect their intent. See [Edit menus](https://developer.apple.com/design/human-interface-guidelines/edit-menus).
|
|
59
|
+
|
|
60
|
+
**In iPadOS, consider using a context menu to let people create a new object in your app.** iPadOS lets you reveal a context menu when people perform a long press on the touchscreen or use a secondary click with an attached trackpad or keyboard. For example, Files lets people create a new folder by revealing a context menu in an area between existing files and folders.
|
|
61
|
+
|
|
62
|
+
In iOS and iPadOS, a context menu can display a preview of the current content near the list of commands. People can choose a command in the menu or — in some cases — they can tap the preview to open it or drag it to another area.
|
|
63
|
+
|
|
64
|
+
**Prefer a graphical preview that clarifies the target of a context menu’s commands.** For example, when people reveal a context menu on a list item in Notes or Mail, the preview shows a condensed version of the actual content to help people confirm that they’re working with the item they intend.
|
|
65
|
+
|
|
66
|
+
**Ensure that your preview looks good as it animates.** As people reveal a context menu on an onscreen object, the system animates the preview image as it emerges from the content, dimming the screen behind the preview and the menu. It’s important to adjust the preview’s clipping path to match the shape of the preview image so that its contours, such as the rounded corners, don’t appear to change during animation. For developer guidance, see [`UIContextMenuInteractionDelegate`](https://developer.apple.com/documentation/UIKit/UIContextMenuInteractionDelegate).
|
|
67
|
+
|
|
68
|
+
### [macOS](https://developer.apple.com/design/human-interface-guidelines/context-menus#macOS)
|
|
69
|
+
|
|
70
|
+
On a Mac, a context menu is sometimes called a _contextual_ menu.
|
|
71
|
+
|
|
72
|
+
### [visionOS](https://developer.apple.com/design/human-interface-guidelines/context-menus#visionOS)
|
|
73
|
+
|
|
74
|
+
**Consider using a context menu instead of a panel or inspector window to present frequently used functionality.** Minimizing the number of separate views or windows your app opens can help people keep their space uncluttered.
|
|
75
|
+
|
|
76
|
+
**In general, avoid letting a context menu’s height exceed the height of the window.** In visionOS, a window includes system-provided components above and below its top and bottom edges, such as window-management controls and the Share menu, so a context menu that’s too tall could obscure them. As you consider the number of items to include, be guided by the ways people are likely to use your app. For example, people who use an app to accomplish in-depth, specialist tasks often expect to spend time learning a large number of sophisticated commands and might appreciate contextual access to them. On the other hand, people who use an app to perform a few simple actions may appreciate short contextual menus that are quick to scan and use.
|
|
77
|
+
|
|
78
|
+
## [Resources](https://developer.apple.com/design/human-interface-guidelines/context-menus#Resources)
|
|
79
|
+
|
|
80
|
+
#### [Related](https://developer.apple.com/design/human-interface-guidelines/context-menus#Related)
|
|
81
|
+
|
|
82
|
+
[Menus](https://developer.apple.com/design/human-interface-guidelines/menus)
|
|
83
|
+
|
|
84
|
+
[Edit menus](https://developer.apple.com/design/human-interface-guidelines/edit-menus)
|
|
85
|
+
|
|
86
|
+
[Pop-up buttons](https://developer.apple.com/design/human-interface-guidelines/pop-up-buttons)
|
|
87
|
+
|
|
88
|
+
[Pull-down buttons](https://developer.apple.com/design/human-interface-guidelines/pull-down-buttons)
|
|
89
|
+
|
|
90
|
+
#### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/context-menus#Developer-documentation)
|
|
91
|
+
|
|
92
|
+
[`contextMenu(menuItems:)`](https://developer.apple.com/documentation/SwiftUI/View/contextMenu\(menuItems:\)) — SwiftUI
|
|
93
|
+
|
|
94
|
+
[`UIContextMenuInteraction`](https://developer.apple.com/documentation/UIKit/UIContextMenuInteraction) — UIKit
|
|
95
|
+
|
|
96
|
+
[`popUpContextMenu(_:with:for:)`](https://developer.apple.com/documentation/AppKit/NSMenu/popUpContextMenu\(_:with:for:\)) — AppKit
|
|
97
|
+
|
|
98
|
+
## [Change log](https://developer.apple.com/design/human-interface-guidelines/context-menus#Change-log)
|
|
99
|
+
|
|
100
|
+
Date| Changes
|
|
101
|
+
---|---
|
|
102
|
+
December 5, 2023| Added guidance on hiding unavailable menu items.
|
|
103
|
+
June 21, 2023| Updated to include guidance for visionOS.
|
|
104
|
+
September 14, 2022| Refined guidance on including a submenu and added a guideline on using a context menu to support object creation in an iPadOS app.
|
|
105
|
+
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Disclosure controls | Apple Developer Documentation"
|
|
3
|
+
source: https://developer.apple.com/design/human-interface-guidelines/disclosure-controls
|
|
4
|
+
|
|
5
|
+
# Disclosure controls
|
|
6
|
+
|
|
7
|
+
Disclosure controls reveal and hide information and functionality related to specific controls or views.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
## [Best practices](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Best-practices)
|
|
12
|
+
|
|
13
|
+
**Use a disclosure control to hide details until they’re relevant.** Place controls that people are most likely to use at the top of the disclosure hierarchy so they’re always visible, with more advanced functionality hidden by default. This organization helps people quickly find the most essential information without overwhelming them with too many detailed options.
|
|
14
|
+
|
|
15
|
+
## [Disclosure triangles](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Disclosure-triangles)
|
|
16
|
+
|
|
17
|
+
A disclosure triangle shows and hides information and functionality associated with a view or a list of items. For example, Keynote uses a disclosure triangle to show advanced options when exporting a presentation, and the Finder uses disclosure triangles to progressively reveal hierarchy when navigating a folder structure in list view.
|
|
18
|
+
|
|
19
|
+
* Collapsed
|
|
20
|
+
* Expanded
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+

|
|
25
|
+
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
A disclosure triangle points inward from the leading edge when its content is hidden and down when its content is visible. Clicking or tapping the disclosure triangle switches between these two states, and the view expands or collapses accordingly to accommodate the content.
|
|
29
|
+
|
|
30
|
+
**Provide a descriptive label when using a disclosure triangle.** Make sure your labels indicate what is disclosed or hidden, like “Advanced Options.”
|
|
31
|
+
|
|
32
|
+
For developer guidance, see [`NSButton.BezelStyle.disclosure`](https://developer.apple.com/documentation/AppKit/NSButton/BezelStyle-swift.enum/disclosure).
|
|
33
|
+
|
|
34
|
+
## [Disclosure buttons](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Disclosure-buttons)
|
|
35
|
+
|
|
36
|
+
A disclosure button shows and hides functionality associated with a specific control. For example, the macOS Save sheet shows a disclosure button next to the Save As text field. When people click or tap this button, the Save dialog expands to give advanced navigation options for selecting an output location for their document.
|
|
37
|
+
|
|
38
|
+
A disclosure button points down when its content is hidden and up when its content is visible. Clicking or tapping the disclosure button switches between these two states, and the view expands or collapses accordingly to accommodate the content.
|
|
39
|
+
|
|
40
|
+
* Collapsed
|
|
41
|
+
* Expanded
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+

|
|
46
|
+
|
|
47
|
+

|
|
48
|
+
|
|
49
|
+
**Place a disclosure button near the content that it shows and hides.** Establish a clear relationship between the control and the expanded choices that appear when a person clicks or taps a button.
|
|
50
|
+
|
|
51
|
+
**Use no more than one disclosure button in a single view.** Multiple disclosure buttons add complexity and can be confusing.
|
|
52
|
+
|
|
53
|
+
For developer guidance, see [`NSButton.BezelStyle.pushDisclosure`](https://developer.apple.com/documentation/AppKit/NSButton/BezelStyle-swift.enum/pushDisclosure).
|
|
54
|
+
|
|
55
|
+
## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Platform-considerations)
|
|
56
|
+
|
|
57
|
+
_No additional considerations for macOS. Not supported in tvOS or watchOS._
|
|
58
|
+
|
|
59
|
+
### [iOS, iPadOS, visionOS](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#iOS-iPadOS-visionOS)
|
|
60
|
+
|
|
61
|
+
Disclosure controls are available in iOS, iPadOS, and visionOS with the SwiftUI [`DisclosureGroup`](https://developer.apple.com/documentation/SwiftUI/DisclosureGroup) view.
|
|
62
|
+
|
|
63
|
+
## [Resources](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Resources)
|
|
64
|
+
|
|
65
|
+
#### [Related](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Related)
|
|
66
|
+
|
|
67
|
+
[Outline views](https://developer.apple.com/design/human-interface-guidelines/outline-views)
|
|
68
|
+
|
|
69
|
+
[Lists and tables](https://developer.apple.com/design/human-interface-guidelines/lists-and-tables)
|
|
70
|
+
|
|
71
|
+
[Buttons](https://developer.apple.com/design/human-interface-guidelines/buttons)
|
|
72
|
+
|
|
73
|
+
#### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Developer-documentation)
|
|
74
|
+
|
|
75
|
+
[`DisclosureGroup`](https://developer.apple.com/documentation/SwiftUI/DisclosureGroup) — SwiftUI
|
|
76
|
+
|
|
77
|
+
[`NSButton.BezelStyle.disclosure`](https://developer.apple.com/documentation/AppKit/NSButton/BezelStyle-swift.enum/disclosure) — AppKit
|
|
78
|
+
|
|
79
|
+
[`NSButton.BezelStyle.pushDisclosure`](https://developer.apple.com/documentation/AppKit/NSButton/BezelStyle-swift.enum/pushDisclosure) — AppKit
|
|
80
|
+
|
|
81
|
+
#### [Videos](https://developer.apple.com/design/human-interface-guidelines/disclosure-controls#Videos)
|
|
82
|
+
|
|
83
|
+
[ Stacks, Grids, and Outlines in SwiftUI ](https://developer.apple.com/videos/play/wwdc2020/10031)
|
|
84
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Dock menus | Apple Developer Documentation"
|
|
3
|
+
source: https://developer.apple.com/design/human-interface-guidelines/dock-menus
|
|
4
|
+
|
|
5
|
+
# Dock menus
|
|
6
|
+
|
|
7
|
+
On a Mac, people can secondary click an app’s or game’s icon in the Dock to reveal a Dock menu, which presents both system-provided and custom items.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
The system-provided Dock menu items can vary depending on whether the app is open. For example, the Dock menu for Safari includes menu items for actions like viewing a current window or creating a new window.
|
|
12
|
+
|
|
13
|
+
Note
|
|
14
|
+
|
|
15
|
+
Although iOS and iPadOS don’t support a Dock menu, people can reveal a similar menu of system-provided and custom items — called Home Screen quick actions — when they long press an app icon on the Home Screen or in the Dock. For guidance, see [Home Screen quick actions](https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions).
|
|
16
|
+
|
|
17
|
+
## [Best practices](https://developer.apple.com/design/human-interface-guidelines/dock-menus#Best-practices)
|
|
18
|
+
|
|
19
|
+
As with all menus, you need to label Dock menu items succinctly and organize them logically. For guidance, see [Menus](https://developer.apple.com/design/human-interface-guidelines/menus).
|
|
20
|
+
|
|
21
|
+
**Make custom Dock menu items available in other places, too.** Not everyone uses a Dock menu, so it’s important to offer the same commands elsewhere, like in your menu bar menus or within your interface.
|
|
22
|
+
|
|
23
|
+
**Prefer high-value custom items for your Dock menu.** For example, a Dock menu can list all currently or recently open windows, making it a convenient way to jump to the window people want. Also consider listing a few of the actions that are most likely to be useful when your app isn’t frontmost or when there are no open windows. For example, Mail includes items for getting new mail and composing a new message in addition to listing all open windows.
|
|
24
|
+
|
|
25
|
+
## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/dock-menus#Platform-considerations)
|
|
26
|
+
|
|
27
|
+
_Not supported in iOS, iPadOS, tvOS, visionOS, or watchOS._
|
|
28
|
+
|
|
29
|
+
## [Resources](https://developer.apple.com/design/human-interface-guidelines/dock-menus#Resources)
|
|
30
|
+
|
|
31
|
+
#### [Related](https://developer.apple.com/design/human-interface-guidelines/dock-menus#Related)
|
|
32
|
+
|
|
33
|
+
[Menus](https://developer.apple.com/design/human-interface-guidelines/menus)
|
|
34
|
+
|
|
35
|
+
[Home Screen quick actions](https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions)
|
|
36
|
+
|
|
37
|
+
#### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/dock-menus#Developer-documentation)
|
|
38
|
+
|
|
39
|
+
[`applicationDockMenu(_:)`](https://developer.apple.com/documentation/AppKit/NSApplicationDelegate/applicationDockMenu\(_:\)) — AppKit
|
|
40
|
+
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "Edit menus | Apple Developer Documentation"
|
|
3
|
+
source: https://developer.apple.com/design/human-interface-guidelines/edit-menus
|
|
4
|
+
|
|
5
|
+
# Edit menus
|
|
6
|
+
|
|
7
|
+
An edit menu lets people make changes to selected content in the current view, in addition to offering related commands like Copy, Select, Translate, and Look Up.
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
In addition to text, an edit menu’s commands can apply to many types of selectable content, such as images, files, and objects like contact cards, charts, or map locations. In iOS, iPadOS, and visionOS, the system automatically detects the data type of a selected item, which can result in the addition of a related action to the edit menu. For example, selecting an address can add an item like _Get directions_ to the edit menu.
|
|
12
|
+
|
|
13
|
+
Edit menus can look and behave slightly differently in different platforms.
|
|
14
|
+
|
|
15
|
+
* In iOS, the edit menu displays commands in a compact, horizontal list that appears when people touch and hold or double-tap to select content in a view. People can tap a chevron on the trailing edge to expand it into a [context menu](https://developer.apple.com/design/human-interface-guidelines/context-menus).
|
|
16
|
+
|
|
17
|
+
* In iPadOS, the edit menu looks different depending on how people reveal it. When people use touch interactions to reveal the menu, it uses the compact, horizontal appearance. In contrast, when people use a keyboard or pointing device to reveal it, the edit menu opens directly in a context menu.
|
|
18
|
+
|
|
19
|
+
* In macOS, people can access editing commands in a context menu they can reveal while in an editing task, as well as through the app’s [Edit menu](https://developer.apple.com/design/human-interface-guidelines/the-menu-bar#Edit-menu) in the menu bar.
|
|
20
|
+
|
|
21
|
+
* In visionOS, people use the standard [pinch and hold](https://developer.apple.com/design/human-interface-guidelines/gestures#Standard-gestures) gesture to open the edit menu as a horizontal bar, or they can open it in a context menu.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Editing content is rare in tvOS and watchOS experiences, so the system doesn’t provide an edit menu in these platforms.
|
|
27
|
+
|
|
28
|
+
## [Best practices](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Best-practices)
|
|
29
|
+
|
|
30
|
+
**Prefer the system-provided edit menu.** People are familiar with the contents and behavior of the system-provided component, so creating a custom menu that presents the same commands is redundant and likely to be confusing. For a list of standard edit menu commands, see [`UIResponderStandardEditActions`](https://developer.apple.com/documentation/UIKit/UIResponderStandardEditActions).
|
|
31
|
+
|
|
32
|
+
**Let people reveal an edit menu using the system-defined interactions they already know.** For example, people expect to touch and hold on a touchscreen, pinch and hold in visionOS, or use a secondary click with an attached trackpad or keyboard. Although the interactions to reveal an edit menu can differ based on platform, people don’t appreciate having to learn a custom interaction to perform a standard task.
|
|
33
|
+
|
|
34
|
+
**Offer commands that are relevant in the current context, removing or dimming commands that don’t apply.** For example, if nothing is selected, avoid showing options that require a selection, such as Copy or Cut. Similarly, avoid showing a Paste option when there’s nothing to paste.
|
|
35
|
+
|
|
36
|
+
**List custom commands near relevant system-provided ones.** For example, if you offer custom formatting commands, you can help maintain the ordering people expect by listing them after the system-provided commands in the format section. Avoid overwhelming people with too many custom commands.
|
|
37
|
+
|
|
38
|
+
**When it makes sense, let people select and copy noneditable text.** People appreciate being able to paste static content — such as an image caption or social media status — into a message, note, or web search. In general, let people copy content text, but not control labels.
|
|
39
|
+
|
|
40
|
+
**Support undo and redo when possible.** Like all menus, an edit menu doesn’t require confirmation before performing its actions, so people can easily use undo and redo to recover a previous state. For guidance, see [Undo and redo](https://developer.apple.com/design/human-interface-guidelines/undo-and-redo).
|
|
41
|
+
|
|
42
|
+
**In general, avoid implementing other controls that perform the same functions as edit menu items.** People typically expect to choose familiar edit commands in an edit menu, or use standard keyboard shortcuts. Offering redundant controls can crowd your interface, giving you less space for presenting actions that people might not already know about.
|
|
43
|
+
|
|
44
|
+
**Differentiate different types of deletion commands when necessary.** For example, a Delete menu item behaves the same as pressing a Delete key, but a Cut menu item copies the selected content to the system pasteboard before deleting it.
|
|
45
|
+
|
|
46
|
+
## [Content](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Content)
|
|
47
|
+
|
|
48
|
+
**Create short labels for custom commands.** Use verbs or short verb phrases that succinctly describe the action your command performs. For guidance, see [Labels](https://developer.apple.com/design/human-interface-guidelines/labels).
|
|
49
|
+
|
|
50
|
+
## [Platform considerations](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Platform-considerations)
|
|
51
|
+
|
|
52
|
+
_No additional considerations for visionOS. Not supported in tvOS or watchOS._
|
|
53
|
+
|
|
54
|
+
### [iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/edit-menus#iOS-iPadOS)
|
|
55
|
+
|
|
56
|
+
**Ensure your edit menu works well in both styles.** The system displays the compact, horizontal style when people use Multi-Touch gestures to reveal the edit menu, and the vertical style when people use a keyboard or pointing device to reveal it. For guidance using the vertical menu layout, see [Menus > iOS, iPadOS](https://developer.apple.com/design/human-interface-guidelines/menus#iOS-iPadOS).
|
|
57
|
+
|
|
58
|
+
**Adjust an edit menu’s placement, if necessary.** Depending on available space, the default menu position is above or below the insertion point or selection. The system also displays a visual indicator that points to the targeted content. Although you can’t change the shape of the menu or its pointer, you can change the menu’s position. For example, you might need to move the menu to prevent it from covering important content or parts of your interface.
|
|
59
|
+
|
|
60
|
+
### [macOS](https://developer.apple.com/design/human-interface-guidelines/edit-menus#macOS)
|
|
61
|
+
|
|
62
|
+
To learn about the order of items in a macOS app’s Edit menu, see [Edit menu](https://developer.apple.com/design/human-interface-guidelines/the-menu-bar#Edit-menu).
|
|
63
|
+
|
|
64
|
+
## [Resources](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Resources)
|
|
65
|
+
|
|
66
|
+
#### [Related](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Related)
|
|
67
|
+
|
|
68
|
+
[Menus](https://developer.apple.com/design/human-interface-guidelines/menus)
|
|
69
|
+
|
|
70
|
+
[Context menus](https://developer.apple.com/design/human-interface-guidelines/context-menus)
|
|
71
|
+
|
|
72
|
+
[The menu bar](https://developer.apple.com/design/human-interface-guidelines/the-menu-bar)
|
|
73
|
+
|
|
74
|
+
[Undo and redo](https://developer.apple.com/design/human-interface-guidelines/undo-and-redo)
|
|
75
|
+
|
|
76
|
+
#### [Developer documentation](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Developer-documentation)
|
|
77
|
+
|
|
78
|
+
[`UIEditMenuInteraction`](https://developer.apple.com/documentation/UIKit/UIEditMenuInteraction) — UIKit
|
|
79
|
+
|
|
80
|
+
[`NSMenu`](https://developer.apple.com/documentation/AppKit/NSMenu) — AppKit
|
|
81
|
+
|
|
82
|
+
## [Change log](https://developer.apple.com/design/human-interface-guidelines/edit-menus#Change-log)
|
|
83
|
+
|
|
84
|
+
Date| Changes
|
|
85
|
+
---|---
|
|
86
|
+
June 21, 2023| Updated to include guidance for visionOS.
|
|
87
|
+
September 14, 2022| Added guidance on supporting both edit-menu styles in iPadOS.
|
|
88
|
+
|