@techwavedev/agi-agent-kit 1.2.8 → 1.3.5
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/CHANGELOG.md +51 -0
- package/README.md +173 -42
- package/THIRD-PARTY-LICENSES.md +66 -0
- package/bin/init.js +367 -249
- package/package.json +3 -2
- package/templates/base/README.md +173 -42
- package/templates/base/execution/benchmark_modes.py +627 -0
- package/templates/base/requirements.txt +0 -0
- package/templates/skills/SKILLS_CATALOG.md +1033 -0
- package/templates/skills/category_map.json +860 -0
- package/templates/skills/extended/ATTRIBUTION.md +39 -0
- package/templates/skills/extended/ai-agents/activecampaign-automation/SKILL.md +245 -0
- package/templates/skills/extended/ai-agents/agent-evaluation/SKILL.md +100 -0
- package/templates/skills/extended/ai-agents/agent-framework-azure-ai-py/SKILL.md +369 -0
- package/templates/skills/extended/ai-agents/agent-manager-skill/SKILL.md +76 -0
- package/templates/skills/extended/ai-agents/agent-memory-mcp/SKILL.md +118 -0
- package/templates/skills/extended/ai-agents/agent-orchestration-improve-agent/SKILL.md +385 -0
- package/templates/skills/extended/ai-agents/agents-v2-py/SKILL.md +361 -0
- package/templates/skills/extended/ai-agents/ai-product/SKILL.md +90 -0
- package/templates/skills/extended/ai-agents/ai-wrapper-product/SKILL.md +309 -0
- package/templates/skills/extended/ai-agents/airtable-automation/SKILL.md +206 -0
- package/templates/skills/extended/ai-agents/autonomous-agents/SKILL.md +104 -0
- package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-dotnet/SKILL.md +385 -0
- package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-java/SKILL.md +173 -0
- package/templates/skills/extended/ai-agents/azure-ai-contentsafety-ts/SKILL.md +336 -0
- package/templates/skills/extended/ai-agents/azure-ai-openai-dotnet/SKILL.md +491 -0
- package/templates/skills/extended/ai-agents/azure-ai-projects-py/SKILL.md +331 -0
- package/templates/skills/extended/ai-agents/azure-ai-projects-ts/SKILL.md +325 -0
- package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-java/SKILL.md +325 -0
- package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-py/SKILL.md +296 -0
- package/templates/skills/extended/ai-agents/azure-ai-voicelive-py/SKILL.md +345 -0
- package/templates/skills/extended/ai-agents/bullmq-specialist/SKILL.md +93 -0
- package/templates/skills/extended/ai-agents/business-analyst/SKILL.md +218 -0
- package/templates/skills/extended/ai-agents/code-review-ai-ai-review/SKILL.md +486 -0
- package/templates/skills/extended/ai-agents/codex-review/SKILL.md +73 -0
- package/templates/skills/extended/ai-agents/computer-use-agents/SKILL.md +351 -0
- package/templates/skills/extended/ai-agents/computer-vision-expert/SKILL.md +106 -0
- package/templates/skills/extended/ai-agents/context-degradation/SKILL.md +274 -0
- package/templates/skills/extended/ai-agents/context-fundamentals/SKILL.md +228 -0
- package/templates/skills/extended/ai-agents/context-manager/SKILL.md +221 -0
- package/templates/skills/extended/ai-agents/conversation-memory/SKILL.md +97 -0
- package/templates/skills/extended/ai-agents/crewai/SKILL.md +279 -0
- package/templates/skills/extended/ai-agents/customer-support/SKILL.md +206 -0
- package/templates/skills/extended/ai-agents/daily-news-report/SKILL.md +392 -0
- package/templates/skills/extended/ai-agents/daily-news-report/cache.json +41 -0
- package/templates/skills/extended/ai-agents/daily-news-report/sources.json +183 -0
- package/templates/skills/extended/ai-agents/dispatching-parallel-agents/SKILL.md +216 -0
- package/templates/skills/extended/ai-agents/email-sequence/SKILL.md +961 -0
- package/templates/skills/extended/ai-agents/email-systems/SKILL.md +90 -0
- package/templates/skills/extended/ai-agents/embedding-strategies/SKILL.md +527 -0
- package/templates/skills/extended/ai-agents/evaluation/SKILL.md +274 -0
- package/templates/skills/extended/ai-agents/fal-audio/SKILL.md +58 -0
- package/templates/skills/extended/ai-agents/fal-generate/SKILL.md +58 -0
- package/templates/skills/extended/ai-agents/fal-image-edit/SKILL.md +58 -0
- package/templates/skills/extended/ai-agents/fal-upscale/SKILL.md +58 -0
- package/templates/skills/extended/ai-agents/fal-workflow/SKILL.md +58 -0
- package/templates/skills/extended/ai-agents/fp-ts-pragmatic/SKILL.md +634 -0
- package/templates/skills/extended/ai-agents/gemini-api-dev/SKILL.md +163 -0
- package/templates/skills/extended/ai-agents/gmail-automation/SKILL.md +306 -0
- package/templates/skills/extended/ai-agents/hosted-agents-v2-py/SKILL.md +361 -0
- package/templates/skills/extended/ai-agents/imagen/SKILL.md +113 -0
- package/templates/skills/extended/ai-agents/incident-response-smart-fix/SKILL.md +65 -0
- package/templates/skills/extended/ai-agents/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/LICENSE.txt +202 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/SKILL.md +68 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/3p-updates.md +47 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/company-newsletter.md +65 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/faq-answers.md +30 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/general-comms.md +16 -0
- package/templates/skills/extended/ai-agents/javascript-mastery/SKILL.md +681 -0
- package/templates/skills/extended/ai-agents/kaizen/SKILL.md +766 -0
- package/templates/skills/extended/ai-agents/langchain-architecture/SKILL.md +386 -0
- package/templates/skills/extended/ai-agents/langfuse/SKILL.md +274 -0
- package/templates/skills/extended/ai-agents/langgraph/SKILL.md +323 -0
- package/templates/skills/extended/ai-agents/last30days/README.md +721 -0
- package/templates/skills/extended/ai-agents/last30days/SKILL.md +457 -0
- package/templates/skills/extended/ai-agents/last30days/SPEC.md +75 -0
- package/templates/skills/extended/ai-agents/last30days/TASKS.md +47 -0
- package/templates/skills/extended/ai-agents/last30days/assets/aging-portrait.jpeg +0 -0
- package/templates/skills/extended/ai-agents/last30days/assets/claude-code-rap.mp3 +0 -0
- package/templates/skills/extended/ai-agents/last30days/assets/dog-as-human.png +0 -0
- package/templates/skills/extended/ai-agents/last30days/assets/dog-original.jpeg +0 -0
- package/templates/skills/extended/ai-agents/last30days/assets/swimmom-mockup.jpeg +0 -0
- package/templates/skills/extended/ai-agents/last30days/fixtures/models_openai_sample.json +41 -0
- package/templates/skills/extended/ai-agents/last30days/fixtures/models_xai_sample.json +23 -0
- package/templates/skills/extended/ai-agents/last30days/fixtures/openai_sample.json +22 -0
- package/templates/skills/extended/ai-agents/last30days/fixtures/reddit_thread_sample.json +108 -0
- package/templates/skills/extended/ai-agents/last30days/fixtures/xai_sample.json +22 -0
- package/templates/skills/extended/ai-agents/last30days/plans/feat-add-websearch-source.md +395 -0
- package/templates/skills/extended/ai-agents/last30days/plans/fix-strict-date-filtering.md +328 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/last30days.py +521 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__init__.py +1 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/cache.py +152 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/dates.py +124 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/dedupe.py +120 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/env.py +149 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/http.py +152 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/models.py +175 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/normalize.py +160 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/openai_reddit.py +230 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/reddit_enrich.py +232 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/render.py +383 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/schema.py +336 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/score.py +311 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/ui.py +324 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/websearch.py +401 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/xai_x.py +217 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__init__.py +1 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_cache.py +59 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_dates.py +114 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_dedupe.py +111 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_models.py +135 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_normalize.py +138 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_render.py +116 -0
- package/templates/skills/extended/ai-agents/last30days/tests/test_score.py +168 -0
- package/templates/skills/extended/ai-agents/legal-advisor/SKILL.md +106 -0
- package/templates/skills/extended/ai-agents/llm-app-patterns/SKILL.md +796 -0
- package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/SKILL.md +71 -0
- package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
- package/templates/skills/extended/ai-agents/llm-application-dev-langchain-agent/SKILL.md +282 -0
- package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/SKILL.md +73 -0
- package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
- package/templates/skills/extended/ai-agents/llm-evaluation/SKILL.md +519 -0
- package/templates/skills/extended/ai-agents/m365-agents-dotnet/SKILL.md +326 -0
- package/templates/skills/extended/ai-agents/m365-agents-py/SKILL.md +381 -0
- package/templates/skills/extended/ai-agents/m365-agents-ts/SKILL.md +218 -0
- package/templates/skills/extended/ai-agents/mailchimp-automation/SKILL.md +267 -0
- package/templates/skills/extended/ai-agents/memory-systems/SKILL.md +264 -0
- package/templates/skills/extended/ai-agents/mermaid-expert/SKILL.md +95 -0
- package/templates/skills/extended/ai-agents/multi-agent-brainstorming/SKILL.md +291 -0
- package/templates/skills/extended/ai-agents/nanobanana-ppt-skills/SKILL.md +58 -0
- package/templates/skills/extended/ai-agents/onboarding-cro/SKILL.md +469 -0
- package/templates/skills/extended/ai-agents/paid-ads/SKILL.md +587 -0
- package/templates/skills/extended/ai-agents/performance-testing-review-ai-review/SKILL.md +486 -0
- package/templates/skills/extended/ai-agents/plaid-fintech/SKILL.md +86 -0
- package/templates/skills/extended/ai-agents/prompt-caching/SKILL.md +97 -0
- package/templates/skills/extended/ai-agents/prompt-engineer/README.md +659 -0
- package/templates/skills/extended/ai-agents/prompt-engineer/SKILL.md +288 -0
- package/templates/skills/extended/ai-agents/prompt-engineering/SKILL.md +207 -0
- package/templates/skills/extended/ai-agents/prompt-library/SKILL.md +358 -0
- package/templates/skills/extended/ai-agents/rag-engineer/SKILL.md +126 -0
- package/templates/skills/extended/ai-agents/rag-implementation/SKILL.md +457 -0
- package/templates/skills/extended/ai-agents/sales-automator/SKILL.md +91 -0
- package/templates/skills/extended/ai-agents/shodan-reconnaissance/SKILL.md +539 -0
- package/templates/skills/extended/ai-agents/skill-creator-ms/SKILL.md +649 -0
- package/templates/skills/extended/ai-agents/skill-developer/ADVANCED.md +197 -0
- package/templates/skills/extended/ai-agents/skill-developer/HOOK_MECHANISMS.md +306 -0
- package/templates/skills/extended/ai-agents/skill-developer/PATTERNS_LIBRARY.md +152 -0
- package/templates/skills/extended/ai-agents/skill-developer/SKILL.md +462 -0
- package/templates/skills/extended/ai-agents/skill-developer/SKILL_RULES_REFERENCE.md +315 -0
- package/templates/skills/extended/ai-agents/skill-developer/TRIGGER_TYPES.md +305 -0
- package/templates/skills/extended/ai-agents/skill-developer/TROUBLESHOOTING.md +514 -0
- package/templates/skills/extended/ai-agents/skill-rails-upgrade/SKILL.md +444 -0
- package/templates/skills/extended/ai-agents/subagent-driven-development/SKILL.md +276 -0
- package/templates/skills/extended/ai-agents/subagent-driven-development/code-quality-reviewer-prompt.md +20 -0
- package/templates/skills/extended/ai-agents/subagent-driven-development/implementer-prompt.md +78 -0
- package/templates/skills/extended/ai-agents/subagent-driven-development/spec-reviewer-prompt.md +61 -0
- package/templates/skills/extended/ai-agents/voice-agents/SKILL.md +104 -0
- package/templates/skills/extended/ai-agents/voice-ai-development/SKILL.md +338 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/README.md +175 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/SKILL.md +757 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/complete_voice_engine.py +423 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/gemini_agent_example.py +239 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/interrupt_system_example.py +334 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/references/common_pitfalls.md +471 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/references/provider_comparison.md +515 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/base_worker_template.py +193 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/multi_provider_factory_template.py +289 -0
- package/templates/skills/extended/ai-agents/youtube-summarizer/CHANGELOG.md +66 -0
- package/templates/skills/extended/ai-agents/youtube-summarizer/README.md +365 -0
- package/templates/skills/extended/ai-agents/youtube-summarizer/SKILL.md +447 -0
- package/templates/skills/extended/ai-agents/youtube-summarizer/scripts/extract-transcript.py +65 -0
- package/templates/skills/extended/ai-agents/youtube-summarizer/scripts/install-dependencies.sh +28 -0
- package/templates/skills/extended/architecture/SPDD/1-research.md +22 -0
- package/templates/skills/extended/architecture/SPDD/2-spec.md +20 -0
- package/templates/skills/extended/architecture/SPDD/3-implementation.md +20 -0
- package/templates/skills/extended/architecture/SPDD/SKILL.md +63 -0
- package/templates/skills/extended/architecture/architect-review/SKILL.md +210 -0
- package/templates/skills/extended/architecture/architecture-patterns/SKILL.md +73 -0
- package/templates/skills/extended/architecture/architecture-patterns/resources/implementation-playbook.md +479 -0
- package/templates/skills/extended/architecture/binary-analysis-patterns/SKILL.md +486 -0
- package/templates/skills/extended/architecture/c4-code/SKILL.md +280 -0
- package/templates/skills/extended/architecture/c4-context/SKILL.md +186 -0
- package/templates/skills/extended/architecture/concise-planning/SKILL.md +98 -0
- package/templates/skills/extended/architecture/conductor-new-track/SKILL.md +469 -0
- package/templates/skills/extended/architecture/error-handling-patterns/SKILL.md +71 -0
- package/templates/skills/extended/architecture/error-handling-patterns/resources/implementation-playbook.md +635 -0
- package/templates/skills/extended/architecture/go-concurrency-patterns/SKILL.md +69 -0
- package/templates/skills/extended/architecture/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
- package/templates/skills/extended/architecture/linkerd-patterns/SKILL.md +357 -0
- package/templates/skills/extended/architecture/memory-safety-patterns/SKILL.md +69 -0
- package/templates/skills/extended/architecture/memory-safety-patterns/resources/implementation-playbook.md +603 -0
- package/templates/skills/extended/architecture/modern-javascript-patterns/SKILL.md +71 -0
- package/templates/skills/extended/architecture/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
- package/templates/skills/extended/architecture/multi-agent-patterns/SKILL.md +298 -0
- package/templates/skills/extended/architecture/nx-workspace-patterns/SKILL.md +500 -0
- package/templates/skills/extended/architecture/on-call-handoff-patterns/SKILL.md +489 -0
- package/templates/skills/extended/architecture/planning-with-files/SKILL.md +247 -0
- package/templates/skills/extended/architecture/planning-with-files/examples.md +202 -0
- package/templates/skills/extended/architecture/planning-with-files/reference.md +218 -0
- package/templates/skills/extended/architecture/planning-with-files/scripts/check-complete.sh +44 -0
- package/templates/skills/extended/architecture/planning-with-files/scripts/init-session.sh +120 -0
- package/templates/skills/extended/architecture/planning-with-files/templates/findings.md +95 -0
- package/templates/skills/extended/architecture/planning-with-files/templates/progress.md +114 -0
- package/templates/skills/extended/architecture/planning-with-files/templates/task_plan.md +132 -0
- package/templates/skills/extended/architecture/projection-patterns/SKILL.md +69 -0
- package/templates/skills/extended/architecture/projection-patterns/resources/implementation-playbook.md +501 -0
- package/templates/skills/extended/architecture/rust-async-patterns/SKILL.md +69 -0
- package/templates/skills/extended/architecture/rust-async-patterns/resources/implementation-playbook.md +516 -0
- package/templates/skills/extended/architecture/software-architecture/SKILL.md +111 -0
- package/templates/skills/extended/architecture/stride-analysis-patterns/SKILL.md +69 -0
- package/templates/skills/extended/architecture/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
- package/templates/skills/extended/architecture/team-composition-analysis/SKILL.md +449 -0
- package/templates/skills/extended/architecture/workflow-patterns/SKILL.md +74 -0
- package/templates/skills/extended/architecture/workflow-patterns/resources/implementation-playbook.md +621 -0
- package/templates/skills/extended/architecture/writing-plans/SKILL.md +152 -0
- package/templates/skills/extended/backend/anti-reversing-techniques/SKILL.md +78 -0
- package/templates/skills/extended/backend/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
- package/templates/skills/extended/backend/api-fuzzing-bug-bounty/SKILL.md +469 -0
- package/templates/skills/extended/backend/async-python-patterns/SKILL.md +75 -0
- package/templates/skills/extended/backend/async-python-patterns/resources/implementation-playbook.md +678 -0
- package/templates/skills/extended/backend/azure-ai-formrecognizer-java/SKILL.md +377 -0
- package/templates/skills/extended/backend/azure-communication-callingserver-java/SKILL.md +127 -0
- package/templates/skills/extended/backend/azure-cosmos-db-py/SKILL.md +275 -0
- package/templates/skills/extended/backend/azure-data-tables-java/SKILL.md +370 -0
- package/templates/skills/extended/backend/azure-mgmt-apicenter-dotnet/SKILL.md +447 -0
- package/templates/skills/extended/backend/azure-mgmt-apicenter-py/SKILL.md +278 -0
- package/templates/skills/extended/backend/azure-mgmt-apimanagement-dotnet/SKILL.md +346 -0
- package/templates/skills/extended/backend/azure-mgmt-apimanagement-py/SKILL.md +314 -0
- package/templates/skills/extended/backend/azure-mgmt-mongodbatlas-dotnet/SKILL.md +390 -0
- package/templates/skills/extended/backend/azure-postgres-ts/SKILL.md +513 -0
- package/templates/skills/extended/backend/azure-resource-manager-mysql-dotnet/SKILL.md +428 -0
- package/templates/skills/extended/backend/azure-resource-manager-postgresql-dotnet/SKILL.md +468 -0
- package/templates/skills/extended/backend/azure-resource-manager-redis-dotnet/SKILL.md +392 -0
- package/templates/skills/extended/backend/azure-resource-manager-sql-dotnet/SKILL.md +355 -0
- package/templates/skills/extended/backend/azure-speech-to-text-rest-py/SKILL.md +408 -0
- package/templates/skills/extended/backend/backend-architect/SKILL.md +369 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/SKILL.md +378 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/architecture-overview.md +451 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/async-and-errors.md +307 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/complete-examples.md +638 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/configuration.md +275 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/database-patterns.md +224 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/middleware-guide.md +213 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/routing-and-controllers.md +756 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/sentry-and-monitoring.md +336 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/services-and-repositories.md +789 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/testing-guide.md +235 -0
- package/templates/skills/extended/backend/backend-dev-guidelines/resources/validation-patterns.md +754 -0
- package/templates/skills/extended/backend/backend-development-feature-development/SKILL.md +216 -0
- package/templates/skills/extended/backend/backend-security-coder/SKILL.md +192 -0
- package/templates/skills/extended/backend/broken-authentication/SKILL.md +512 -0
- package/templates/skills/extended/backend/bun-development/SKILL.md +727 -0
- package/templates/skills/extended/backend/cc-skill-backend-patterns/SKILL.md +620 -0
- package/templates/skills/extended/backend/cc-skill-clickhouse-io/SKILL.md +467 -0
- package/templates/skills/extended/backend/clerk-auth/SKILL.md +92 -0
- package/templates/skills/extended/backend/code-refactoring-context-restore/SKILL.md +215 -0
- package/templates/skills/extended/backend/conductor-manage/SKILL.md +75 -0
- package/templates/skills/extended/backend/conductor-manage/resources/implementation-playbook.md +1120 -0
- package/templates/skills/extended/backend/context-management-context-restore/SKILL.md +215 -0
- package/templates/skills/extended/backend/copilot-sdk/SKILL.md +546 -0
- package/templates/skills/extended/backend/database-admin/SKILL.md +201 -0
- package/templates/skills/extended/backend/database-architect/SKILL.md +304 -0
- package/templates/skills/extended/backend/database-migration/SKILL.md +472 -0
- package/templates/skills/extended/backend/database-migrations-sql-migrations/SKILL.md +89 -0
- package/templates/skills/extended/backend/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
- package/templates/skills/extended/backend/database-optimizer/SKILL.md +203 -0
- package/templates/skills/extended/backend/dbt-transformation-patterns/SKILL.md +70 -0
- package/templates/skills/extended/backend/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
- package/templates/skills/extended/backend/django-pro/SKILL.md +216 -0
- package/templates/skills/extended/backend/dotnet-architect/SKILL.md +233 -0
- package/templates/skills/extended/backend/dotnet-backend/SKILL.md +302 -0
- package/templates/skills/extended/backend/dotnet-backend-patterns/SKILL.md +73 -0
- package/templates/skills/extended/backend/dotnet-backend-patterns/assets/repository-template.cs +523 -0
- package/templates/skills/extended/backend/dotnet-backend-patterns/assets/service-template.cs +336 -0
- package/templates/skills/extended/backend/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
- package/templates/skills/extended/backend/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
- package/templates/skills/extended/backend/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
- package/templates/skills/extended/backend/exa-search/SKILL.md +72 -0
- package/templates/skills/extended/backend/fal-platform/SKILL.md +58 -0
- package/templates/skills/extended/backend/fastapi-pro/SKILL.md +228 -0
- package/templates/skills/extended/backend/fastapi-router-py/SKILL.md +88 -0
- package/templates/skills/extended/backend/fastapi-templates/SKILL.md +68 -0
- package/templates/skills/extended/backend/fastapi-templates/resources/implementation-playbook.md +566 -0
- package/templates/skills/extended/backend/file-organizer/SKILL.md +286 -0
- package/templates/skills/extended/backend/firebase/SKILL.md +92 -0
- package/templates/skills/extended/backend/form-cro/SKILL.md +477 -0
- package/templates/skills/extended/backend/graphql/SKILL.md +104 -0
- package/templates/skills/extended/backend/graphql-architect/SKILL.md +218 -0
- package/templates/skills/extended/backend/hubspot-integration/SKILL.md +78 -0
- package/templates/skills/extended/backend/incident-responder/SKILL.md +249 -0
- package/templates/skills/extended/backend/inngest/SKILL.md +91 -0
- package/templates/skills/extended/backend/microservices-patterns/SKILL.md +71 -0
- package/templates/skills/extended/backend/microservices-patterns/resources/implementation-playbook.md +607 -0
- package/templates/skills/extended/backend/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +476 -0
- package/templates/skills/extended/backend/moodle-external-api-development/SKILL.md +633 -0
- package/templates/skills/extended/backend/multi-platform-apps-multi-platform/SKILL.md +239 -0
- package/templates/skills/extended/backend/n8n-code-python/SKILL.md +786 -0
- package/templates/skills/extended/backend/neon-postgres/SKILL.md +92 -0
- package/templates/skills/extended/backend/nestjs-expert/SKILL.md +588 -0
- package/templates/skills/extended/backend/network-101/SKILL.md +378 -0
- package/templates/skills/extended/backend/nextjs-supabase-auth/SKILL.md +92 -0
- package/templates/skills/extended/backend/nodejs-backend-patterns/SKILL.md +71 -0
- package/templates/skills/extended/backend/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
- package/templates/skills/extended/backend/nosql-expert/SKILL.md +147 -0
- package/templates/skills/extended/backend/openapi-spec-generation/SKILL.md +69 -0
- package/templates/skills/extended/backend/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
- package/templates/skills/extended/backend/performance-testing-review-multi-agent-review/SKILL.md +252 -0
- package/templates/skills/extended/backend/podcast-generation/SKILL.md +157 -0
- package/templates/skills/extended/backend/postgres-best-practices/AGENTS.md +1490 -0
- package/templates/skills/extended/backend/postgres-best-practices/README.md +119 -0
- package/templates/skills/extended/backend/postgres-best-practices/SKILL.md +93 -0
- package/templates/skills/extended/backend/postgres-best-practices/metadata.json +13 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/_contributing.md +171 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/_sections.md +39 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/_template.md +34 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/advanced-full-text-search.md +55 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/advanced-jsonb-indexing.md +49 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/conn-idle-timeout.md +46 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/conn-limits.md +44 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/conn-pooling.md +41 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/conn-prepared-statements.md +46 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/data-batch-inserts.md +54 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/data-n-plus-one.md +53 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/data-pagination.md +50 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/data-upsert.md +50 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/lock-advisory.md +56 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/lock-deadlock-prevention.md +68 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/lock-short-transactions.md +50 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/lock-skip-locked.md +54 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/monitor-explain-analyze.md +45 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/monitor-pg-stat-statements.md +55 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/monitor-vacuum-analyze.md +55 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/query-composite-indexes.md +44 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/query-covering-indexes.md +40 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/query-index-types.md +45 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/query-missing-indexes.md +43 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/query-partial-indexes.md +45 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/schema-data-types.md +46 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/schema-foreign-key-indexes.md +59 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/schema-lowercase-identifiers.md +55 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/schema-partitioning.md +55 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/schema-primary-keys.md +61 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/security-privileges.md +54 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/security-rls-basics.md +50 -0
- package/templates/skills/extended/backend/postgres-best-practices/rules/security-rls-performance.md +57 -0
- package/templates/skills/extended/backend/postgresql/SKILL.md +266 -0
- package/templates/skills/extended/backend/prisma-expert/SKILL.md +391 -0
- package/templates/skills/extended/backend/pydantic-models-py/SKILL.md +94 -0
- package/templates/skills/extended/backend/python-development-python-scaffold/SKILL.md +367 -0
- package/templates/skills/extended/backend/python-packaging/SKILL.md +72 -0
- package/templates/skills/extended/backend/python-packaging/resources/implementation-playbook.md +869 -0
- package/templates/skills/extended/backend/python-pro/SKILL.md +194 -0
- package/templates/skills/extended/backend/salesforce-development/SKILL.md +87 -0
- package/templates/skills/extended/backend/segment-cdp/SKILL.md +86 -0
- package/templates/skills/extended/backend/senior-architect/SKILL.md +245 -0
- package/templates/skills/extended/backend/senior-architect/references/architecture_patterns.md +103 -0
- package/templates/skills/extended/backend/senior-architect/references/system_design_workflows.md +103 -0
- package/templates/skills/extended/backend/senior-architect/references/tech_decision_guide.md +103 -0
- package/templates/skills/extended/backend/senior-architect/scripts/architecture_diagram_generator.py +114 -0
- package/templates/skills/extended/backend/senior-architect/scripts/dependency_analyzer.py +114 -0
- package/templates/skills/extended/backend/senior-architect/scripts/project_architect.py +114 -0
- package/templates/skills/extended/backend/sharp-edges/SKILL.md +106 -0
- package/templates/skills/extended/backend/signup-flow-cro/SKILL.md +391 -0
- package/templates/skills/extended/backend/similarity-search-patterns/SKILL.md +69 -0
- package/templates/skills/extended/backend/similarity-search-patterns/resources/implementation-playbook.md +557 -0
- package/templates/skills/extended/backend/sql-injection-testing/SKILL.md +484 -0
- package/templates/skills/extended/backend/sql-optimization-patterns/SKILL.md +71 -0
- package/templates/skills/extended/backend/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
- package/templates/skills/extended/backend/sql-pro/SKILL.md +209 -0
- package/templates/skills/extended/backend/sqlmap-database-pentesting/SKILL.md +436 -0
- package/templates/skills/extended/backend/supabase-automation/SKILL.md +272 -0
- package/templates/skills/extended/backend/tavily-web/SKILL.md +72 -0
- package/templates/skills/extended/backend/telegram-mini-app/SKILL.md +315 -0
- package/templates/skills/extended/backend/terraform-specialist/SKILL.md +202 -0
- package/templates/skills/extended/backend/twilio-communications/SKILL.md +331 -0
- package/templates/skills/extended/backend/using-neon/SKILL.md +120 -0
- package/templates/skills/extended/backend/vector-database-engineer/SKILL.md +96 -0
- package/templates/skills/extended/backend/vector-index-tuning/SKILL.md +78 -0
- package/templates/skills/extended/backend/vector-index-tuning/resources/implementation-playbook.md +507 -0
- package/templates/skills/extended/backend/wireshark-analysis/SKILL.md +533 -0
- package/templates/skills/extended/blockchain/nft-standards/SKILL.md +431 -0
- package/templates/skills/extended/blockchain/web3-testing/SKILL.md +463 -0
- package/templates/skills/extended/content/algorithmic-art/LICENSE.txt +202 -0
- package/templates/skills/extended/content/algorithmic-art/SKILL.md +441 -0
- package/templates/skills/extended/content/algorithmic-art/templates/generator_template.js +223 -0
- package/templates/skills/extended/content/algorithmic-art/templates/viewer.html +599 -0
- package/templates/skills/extended/content/content-marketer/SKILL.md +206 -0
- package/templates/skills/extended/content/copy-editing/SKILL.md +475 -0
- package/templates/skills/extended/content/free-tool-strategy/SKILL.md +612 -0
- package/templates/skills/extended/content/marketing-ideas/SKILL.md +256 -0
- package/templates/skills/extended/content/marketing-psychology/SKILL.md +290 -0
- package/templates/skills/extended/content/popup-cro/SKILL.md +382 -0
- package/templates/skills/extended/content/postmortem-writing/SKILL.md +422 -0
- package/templates/skills/extended/content/programmatic-seo/SKILL.md +387 -0
- package/templates/skills/extended/content/seo-authority-builder/SKILL.md +172 -0
- package/templates/skills/extended/content/seo-cannibalization-detector/SKILL.md +159 -0
- package/templates/skills/extended/content/seo-content-auditor/SKILL.md +119 -0
- package/templates/skills/extended/content/seo-content-refresher/SKILL.md +154 -0
- package/templates/skills/extended/content/seo-content-writer/SKILL.md +132 -0
- package/templates/skills/extended/content/seo-keyword-strategist/SKILL.md +131 -0
- package/templates/skills/extended/content/seo-meta-optimizer/SKILL.md +128 -0
- package/templates/skills/extended/content/seo-snippet-hunter/SKILL.md +150 -0
- package/templates/skills/extended/content/seo-structure-architect/SKILL.md +144 -0
- package/templates/skills/extended/content/social-content/SKILL.md +843 -0
- package/templates/skills/extended/content/writing-skills/SKILL.md +161 -0
- package/templates/skills/extended/content/writing-skills/anthropic-best-practices.md +1150 -0
- package/templates/skills/extended/content/writing-skills/examples.md +282 -0
- package/templates/skills/extended/content/writing-skills/gotchas.md +197 -0
- package/templates/skills/extended/content/writing-skills/graphviz-conventions.dot +172 -0
- package/templates/skills/extended/content/writing-skills/persuasion-principles.md +187 -0
- package/templates/skills/extended/content/writing-skills/references/anti-rationalization/README.md +255 -0
- package/templates/skills/extended/content/writing-skills/references/cso/README.md +268 -0
- package/templates/skills/extended/content/writing-skills/references/standards/README.md +152 -0
- package/templates/skills/extended/content/writing-skills/references/standards/metadata-standard.md +65 -0
- package/templates/skills/extended/content/writing-skills/references/templates/discipline.md +54 -0
- package/templates/skills/extended/content/writing-skills/references/templates/pattern.md +48 -0
- package/templates/skills/extended/content/writing-skills/references/templates/reference.md +35 -0
- package/templates/skills/extended/content/writing-skills/references/templates/technique.md +59 -0
- package/templates/skills/extended/content/writing-skills/references/templates/tier-3-platform.md +19 -0
- package/templates/skills/extended/content/writing-skills/references/testing/README.md +204 -0
- package/templates/skills/extended/content/writing-skills/references/tier-1-simple/README.md +75 -0
- package/templates/skills/extended/content/writing-skills/references/tier-2-expanded/README.md +69 -0
- package/templates/skills/extended/content/writing-skills/references/tier-3-platform/README.md +98 -0
- package/templates/skills/extended/content/writing-skills/render-graphs.js +168 -0
- package/templates/skills/extended/content/writing-skills/testing-skills-with-subagents.md +384 -0
- package/templates/skills/extended/content/x-article-publisher-skill/SKILL.md +58 -0
- package/templates/skills/extended/data/analytics-tracking/SKILL.md +440 -0
- package/templates/skills/extended/data/blockrun/SKILL.md +328 -0
- package/templates/skills/extended/data/data-engineer/SKILL.md +260 -0
- package/templates/skills/extended/data/data-engineering-data-driven-feature/SKILL.md +218 -0
- package/templates/skills/extended/data/data-engineering-data-pipeline/SKILL.md +237 -0
- package/templates/skills/extended/data/data-scientist/SKILL.md +235 -0
- package/templates/skills/extended/data/data-storytelling/SKILL.md +501 -0
- package/templates/skills/extended/data/datadog-automation/SKILL.md +271 -0
- package/templates/skills/extended/data/firecrawl-scraper/SKILL.md +73 -0
- package/templates/skills/extended/data/gdpr-data-handling/SKILL.md +69 -0
- package/templates/skills/extended/data/gdpr-data-handling/resources/implementation-playbook.md +615 -0
- package/templates/skills/extended/data/grafana-dashboards/SKILL.md +417 -0
- package/templates/skills/extended/data/pdf/LICENSE.txt +30 -0
- package/templates/skills/extended/data/pdf/SKILL.md +330 -0
- package/templates/skills/extended/data/pdf/forms.md +205 -0
- package/templates/skills/extended/data/pdf/reference.md +612 -0
- package/templates/skills/extended/data/pdf/scripts/check_bounding_boxes.py +70 -0
- package/templates/skills/extended/data/pdf/scripts/check_bounding_boxes_test.py +226 -0
- package/templates/skills/extended/data/pdf/scripts/check_fillable_fields.py +12 -0
- package/templates/skills/extended/data/pdf/scripts/convert_pdf_to_images.py +35 -0
- package/templates/skills/extended/data/pdf/scripts/create_validation_image.py +41 -0
- package/templates/skills/extended/data/pdf/scripts/extract_form_field_info.py +152 -0
- package/templates/skills/extended/data/pdf/scripts/fill_fillable_fields.py +114 -0
- package/templates/skills/extended/data/pdf/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/templates/skills/extended/data/pdf-official/LICENSE.txt +30 -0
- package/templates/skills/extended/data/pdf-official/SKILL.md +330 -0
- package/templates/skills/extended/data/pdf-official/forms.md +205 -0
- package/templates/skills/extended/data/pdf-official/reference.md +612 -0
- package/templates/skills/extended/data/pdf-official/scripts/check_bounding_boxes.py +70 -0
- package/templates/skills/extended/data/pdf-official/scripts/check_bounding_boxes_test.py +226 -0
- package/templates/skills/extended/data/pdf-official/scripts/check_fillable_fields.py +12 -0
- package/templates/skills/extended/data/pdf-official/scripts/convert_pdf_to_images.py +35 -0
- package/templates/skills/extended/data/pdf-official/scripts/create_validation_image.py +41 -0
- package/templates/skills/extended/data/pdf-official/scripts/extract_form_field_info.py +152 -0
- package/templates/skills/extended/data/pdf-official/scripts/fill_fillable_fields.py +114 -0
- package/templates/skills/extended/data/pdf-official/scripts/fill_pdf_form_with_annotations.py +108 -0
- package/templates/skills/extended/data/schema-markup/SKILL.md +396 -0
- package/templates/skills/extended/data/xlsx/LICENSE.txt +30 -0
- package/templates/skills/extended/data/xlsx/SKILL.md +325 -0
- package/templates/skills/extended/data/xlsx/recalc.py +178 -0
- package/templates/skills/extended/data/xlsx-official/LICENSE.txt +30 -0
- package/templates/skills/extended/data/xlsx-official/SKILL.md +325 -0
- package/templates/skills/extended/data/xlsx-official/recalc.py +178 -0
- package/templates/skills/extended/debugging/application-performance-performance-optimization/SKILL.md +190 -0
- package/templates/skills/extended/debugging/bazel-build-optimization/SKILL.md +433 -0
- package/templates/skills/extended/debugging/code-refactoring-refactor-clean/SKILL.md +87 -0
- package/templates/skills/extended/debugging/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
- package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/SKILL.md +87 -0
- package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
- package/templates/skills/extended/debugging/codebase-cleanup-tech-debt/SKILL.md +422 -0
- package/templates/skills/extended/debugging/context-optimization/SKILL.md +222 -0
- package/templates/skills/extended/debugging/cost-optimization/SKILL.md +322 -0
- package/templates/skills/extended/debugging/database-migrations-migration-observability/SKILL.md +456 -0
- package/templates/skills/extended/debugging/debugger/SKILL.md +85 -0
- package/templates/skills/extended/debugging/debugging-strategies/SKILL.md +70 -0
- package/templates/skills/extended/debugging/debugging-strategies/resources/implementation-playbook.md +511 -0
- package/templates/skills/extended/debugging/debugging-toolkit-smart-debug/SKILL.md +233 -0
- package/templates/skills/extended/debugging/devops-troubleshooter/SKILL.md +197 -0
- package/templates/skills/extended/debugging/distributed-debugging-debug-trace/SKILL.md +80 -0
- package/templates/skills/extended/debugging/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
- package/templates/skills/extended/debugging/distributed-tracing/SKILL.md +486 -0
- package/templates/skills/extended/debugging/error-debugging-error-analysis/SKILL.md +83 -0
- package/templates/skills/extended/debugging/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
- package/templates/skills/extended/debugging/error-debugging-error-trace/SKILL.md +79 -0
- package/templates/skills/extended/debugging/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
- package/templates/skills/extended/debugging/error-debugging-multi-agent-review/SKILL.md +252 -0
- package/templates/skills/extended/debugging/error-diagnostics-error-analysis/SKILL.md +83 -0
- package/templates/skills/extended/debugging/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
- package/templates/skills/extended/debugging/error-diagnostics-error-trace/SKILL.md +84 -0
- package/templates/skills/extended/debugging/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
- package/templates/skills/extended/debugging/error-diagnostics-smart-debug/SKILL.md +233 -0
- package/templates/skills/extended/debugging/fp-ts-errors/SKILL.md +892 -0
- package/templates/skills/extended/debugging/framework-migration-code-migrate/SKILL.md +84 -0
- package/templates/skills/extended/debugging/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
- package/templates/skills/extended/debugging/framework-migration-deps-upgrade/SKILL.md +84 -0
- package/templates/skills/extended/debugging/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
- package/templates/skills/extended/debugging/framework-migration-legacy-modernize/SKILL.md +168 -0
- package/templates/skills/extended/debugging/legacy-modernizer/SKILL.md +89 -0
- package/templates/skills/extended/debugging/observability-engineer/SKILL.md +273 -0
- package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/SKILL.md +84 -0
- package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
- package/templates/skills/extended/debugging/observability-monitoring-slo-implement/SKILL.md +79 -0
- package/templates/skills/extended/debugging/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
- package/templates/skills/extended/debugging/page-cro/SKILL.md +379 -0
- package/templates/skills/extended/debugging/paywall-upgrade-cro/SKILL.md +606 -0
- package/templates/skills/extended/debugging/performance-engineer/SKILL.md +216 -0
- package/templates/skills/extended/debugging/python-performance-optimization/SKILL.md +72 -0
- package/templates/skills/extended/debugging/python-performance-optimization/resources/implementation-playbook.md +868 -0
- package/templates/skills/extended/debugging/service-mesh-observability/SKILL.md +431 -0
- package/templates/skills/extended/debugging/slo-implementation/SKILL.md +377 -0
- package/templates/skills/extended/debugging/spark-optimization/SKILL.md +463 -0
- package/templates/skills/extended/debugging/web-performance-optimization/SKILL.md +682 -0
- package/templates/skills/extended/devops/agent-orchestration-multi-agent-optimize/SKILL.md +275 -0
- package/templates/skills/extended/devops/airflow-dag-patterns/SKILL.md +77 -0
- package/templates/skills/extended/devops/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
- package/templates/skills/extended/devops/aws-penetration-testing/SKILL.md +441 -0
- package/templates/skills/extended/devops/aws-penetration-testing/references/advanced-aws-pentesting.md +469 -0
- package/templates/skills/extended/devops/aws-skills/SKILL.md +58 -0
- package/templates/skills/extended/devops/azd-deployment/SKILL.md +332 -0
- package/templates/skills/extended/devops/azure-ai-anomalydetector-java/SKILL.md +292 -0
- package/templates/skills/extended/devops/azure-ai-contentsafety-java/SKILL.md +318 -0
- package/templates/skills/extended/devops/azure-ai-contentsafety-py/SKILL.md +250 -0
- package/templates/skills/extended/devops/azure-ai-contentunderstanding-py/SKILL.md +309 -0
- package/templates/skills/extended/devops/azure-ai-document-intelligence-dotnet/SKILL.md +373 -0
- package/templates/skills/extended/devops/azure-ai-document-intelligence-ts/SKILL.md +359 -0
- package/templates/skills/extended/devops/azure-ai-ml-py/SKILL.md +307 -0
- package/templates/skills/extended/devops/azure-ai-projects-dotnet/SKILL.md +384 -0
- package/templates/skills/extended/devops/azure-ai-projects-java/SKILL.md +188 -0
- package/templates/skills/extended/devops/azure-ai-textanalytics-py/SKILL.md +263 -0
- package/templates/skills/extended/devops/azure-ai-transcription-py/SKILL.md +105 -0
- package/templates/skills/extended/devops/azure-ai-translation-document-py/SKILL.md +285 -0
- package/templates/skills/extended/devops/azure-ai-translation-text-py/SKILL.md +310 -0
- package/templates/skills/extended/devops/azure-ai-translation-ts/SKILL.md +322 -0
- package/templates/skills/extended/devops/azure-ai-voicelive-dotnet/SKILL.md +301 -0
- package/templates/skills/extended/devops/azure-ai-voicelive-java/SKILL.md +261 -0
- package/templates/skills/extended/devops/azure-ai-voicelive-ts/SKILL.md +501 -0
- package/templates/skills/extended/devops/azure-appconfiguration-java/SKILL.md +506 -0
- package/templates/skills/extended/devops/azure-appconfiguration-py/SKILL.md +285 -0
- package/templates/skills/extended/devops/azure-appconfiguration-ts/SKILL.md +385 -0
- package/templates/skills/extended/devops/azure-communication-chat-java/SKILL.md +346 -0
- package/templates/skills/extended/devops/azure-communication-common-java/SKILL.md +340 -0
- package/templates/skills/extended/devops/azure-communication-sms-java/SKILL.md +310 -0
- package/templates/skills/extended/devops/azure-compute-batch-java/SKILL.md +415 -0
- package/templates/skills/extended/devops/azure-containerregistry-py/SKILL.md +288 -0
- package/templates/skills/extended/devops/azure-cosmos-java/SKILL.md +294 -0
- package/templates/skills/extended/devops/azure-cosmos-py/SKILL.md +316 -0
- package/templates/skills/extended/devops/azure-cosmos-rust/SKILL.md +171 -0
- package/templates/skills/extended/devops/azure-cosmos-ts/SKILL.md +507 -0
- package/templates/skills/extended/devops/azure-data-tables-py/SKILL.md +279 -0
- package/templates/skills/extended/devops/azure-eventgrid-dotnet/SKILL.md +524 -0
- package/templates/skills/extended/devops/azure-eventgrid-java/SKILL.md +341 -0
- package/templates/skills/extended/devops/azure-eventgrid-py/SKILL.md +204 -0
- package/templates/skills/extended/devops/azure-eventhub-dotnet/SKILL.md +398 -0
- package/templates/skills/extended/devops/azure-eventhub-java/SKILL.md +392 -0
- package/templates/skills/extended/devops/azure-eventhub-py/SKILL.md +276 -0
- package/templates/skills/extended/devops/azure-eventhub-rust/SKILL.md +163 -0
- package/templates/skills/extended/devops/azure-eventhub-ts/SKILL.md +304 -0
- package/templates/skills/extended/devops/azure-functions/SKILL.md +78 -0
- package/templates/skills/extended/devops/azure-identity-dotnet/SKILL.md +375 -0
- package/templates/skills/extended/devops/azure-identity-java/SKILL.md +402 -0
- package/templates/skills/extended/devops/azure-identity-py/SKILL.md +228 -0
- package/templates/skills/extended/devops/azure-identity-rust/SKILL.md +151 -0
- package/templates/skills/extended/devops/azure-identity-ts/SKILL.md +339 -0
- package/templates/skills/extended/devops/azure-keyvault-certificates-rust/SKILL.md +213 -0
- package/templates/skills/extended/devops/azure-keyvault-keys-rust/SKILL.md +203 -0
- package/templates/skills/extended/devops/azure-keyvault-keys-ts/SKILL.md +305 -0
- package/templates/skills/extended/devops/azure-keyvault-py/SKILL.md +283 -0
- package/templates/skills/extended/devops/azure-keyvault-secrets-rust/SKILL.md +178 -0
- package/templates/skills/extended/devops/azure-keyvault-secrets-ts/SKILL.md +305 -0
- package/templates/skills/extended/devops/azure-maps-search-dotnet/SKILL.md +530 -0
- package/templates/skills/extended/devops/azure-messaging-webpubsub-java/SKILL.md +338 -0
- package/templates/skills/extended/devops/azure-messaging-webpubsubservice-py/SKILL.md +281 -0
- package/templates/skills/extended/devops/azure-mgmt-applicationinsights-dotnet/SKILL.md +522 -0
- package/templates/skills/extended/devops/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +266 -0
- package/templates/skills/extended/devops/azure-mgmt-botservice-dotnet/SKILL.md +370 -0
- package/templates/skills/extended/devops/azure-mgmt-botservice-py/SKILL.md +356 -0
- package/templates/skills/extended/devops/azure-mgmt-fabric-dotnet/SKILL.md +374 -0
- package/templates/skills/extended/devops/azure-mgmt-fabric-py/SKILL.md +294 -0
- package/templates/skills/extended/devops/azure-mgmt-weightsandbiases-dotnet/SKILL.md +364 -0
- package/templates/skills/extended/devops/azure-microsoft-playwright-testing-ts/SKILL.md +338 -0
- package/templates/skills/extended/devops/azure-monitor-ingestion-java/SKILL.md +266 -0
- package/templates/skills/extended/devops/azure-monitor-ingestion-py/SKILL.md +240 -0
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-java/SKILL.md +320 -0
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-py/SKILL.md +243 -0
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-py/SKILL.md +260 -0
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-ts/SKILL.md +355 -0
- package/templates/skills/extended/devops/azure-monitor-query-java/SKILL.md +453 -0
- package/templates/skills/extended/devops/azure-monitor-query-py/SKILL.md +288 -0
- package/templates/skills/extended/devops/azure-resource-manager-cosmosdb-dotnet/SKILL.md +286 -0
- package/templates/skills/extended/devops/azure-resource-manager-durabletask-dotnet/SKILL.md +413 -0
- package/templates/skills/extended/devops/azure-resource-manager-playwright-dotnet/SKILL.md +333 -0
- package/templates/skills/extended/devops/azure-search-documents-dotnet/SKILL.md +375 -0
- package/templates/skills/extended/devops/azure-search-documents-py/SKILL.md +564 -0
- package/templates/skills/extended/devops/azure-security-keyvault-keys-dotnet/SKILL.md +442 -0
- package/templates/skills/extended/devops/azure-security-keyvault-keys-java/SKILL.md +398 -0
- package/templates/skills/extended/devops/azure-security-keyvault-secrets-java/SKILL.md +392 -0
- package/templates/skills/extended/devops/azure-servicebus-dotnet/SKILL.md +369 -0
- package/templates/skills/extended/devops/azure-servicebus-py/SKILL.md +303 -0
- package/templates/skills/extended/devops/azure-servicebus-ts/SKILL.md +269 -0
- package/templates/skills/extended/devops/azure-storage-blob-java/SKILL.md +424 -0
- package/templates/skills/extended/devops/azure-storage-blob-py/SKILL.md +255 -0
- package/templates/skills/extended/devops/azure-storage-blob-rust/SKILL.md +168 -0
- package/templates/skills/extended/devops/azure-storage-blob-ts/SKILL.md +518 -0
- package/templates/skills/extended/devops/azure-storage-file-datalake-py/SKILL.md +247 -0
- package/templates/skills/extended/devops/azure-storage-file-share-py/SKILL.md +274 -0
- package/templates/skills/extended/devops/azure-storage-file-share-ts/SKILL.md +529 -0
- package/templates/skills/extended/devops/azure-storage-queue-py/SKILL.md +249 -0
- package/templates/skills/extended/devops/azure-storage-queue-ts/SKILL.md +560 -0
- package/templates/skills/extended/devops/azure-web-pubsub-ts/SKILL.md +346 -0
- package/templates/skills/extended/devops/bash-defensive-patterns/SKILL.md +79 -0
- package/templates/skills/extended/devops/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
- package/templates/skills/extended/devops/bash-pro/SKILL.md +346 -0
- package/templates/skills/extended/devops/busybox-on-windows/SKILL.md +66 -0
- package/templates/skills/extended/devops/c4-container/SKILL.md +207 -0
- package/templates/skills/extended/devops/claude-win11-speckit-update-skill/SKILL.md +58 -0
- package/templates/skills/extended/devops/cloud-architect/SKILL.md +171 -0
- package/templates/skills/extended/devops/cloud-penetration-testing/SKILL.md +537 -0
- package/templates/skills/extended/devops/cloud-penetration-testing/references/advanced-cloud-scripts.md +318 -0
- package/templates/skills/extended/devops/context-window-management/SKILL.md +89 -0
- package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/SKILL.md +80 -0
- package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
- package/templates/skills/extended/devops/deployment-engineer/SKILL.md +206 -0
- package/templates/skills/extended/devops/deployment-pipeline-design/SKILL.md +407 -0
- package/templates/skills/extended/devops/deployment-validation-config-validate/SKILL.md +532 -0
- package/templates/skills/extended/devops/expo-deployment/SKILL.md +108 -0
- package/templates/skills/extended/devops/file-uploads/SKILL.md +58 -0
- package/templates/skills/extended/devops/full-stack-orchestration-full-stack-feature/SKILL.md +171 -0
- package/templates/skills/extended/devops/gcp-cloud-run/SKILL.md +324 -0
- package/templates/skills/extended/devops/helm-chart-scaffolding/SKILL.md +70 -0
- package/templates/skills/extended/devops/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
- package/templates/skills/extended/devops/helm-chart-scaffolding/assets/values.yaml.template +185 -0
- package/templates/skills/extended/devops/helm-chart-scaffolding/references/chart-structure.md +500 -0
- package/templates/skills/extended/devops/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
- package/templates/skills/extended/devops/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
- package/templates/skills/extended/devops/hugging-face-cli/SKILL.md +234 -0
- package/templates/skills/extended/devops/hugging-face-jobs/SKILL.md +1073 -0
- package/templates/skills/extended/devops/hybrid-cloud-architect/SKILL.md +204 -0
- package/templates/skills/extended/devops/hybrid-cloud-networking/SKILL.md +274 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/SKILL.md +71 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/assets/service-template.yaml +171 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/references/deployment-spec.md +753 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/references/service-spec.md +724 -0
- package/templates/skills/extended/devops/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
- package/templates/skills/extended/devops/k8s-security-policies/SKILL.md +382 -0
- package/templates/skills/extended/devops/k8s-security-policies/assets/network-policy-template.yaml +177 -0
- package/templates/skills/extended/devops/k8s-security-policies/references/rbac-patterns.md +187 -0
- package/templates/skills/extended/devops/kubernetes-architect/SKILL.md +206 -0
- package/templates/skills/extended/devops/linux-shell-scripting/SKILL.md +540 -0
- package/templates/skills/extended/devops/loki-mode/.github/workflows/claude-code-review.yml +57 -0
- package/templates/skills/extended/devops/loki-mode/.github/workflows/claude.yml +50 -0
- package/templates/skills/extended/devops/loki-mode/.github/workflows/release.yml +128 -0
- package/templates/skills/extended/devops/loki-mode/ACKNOWLEDGEMENTS.md +184 -0
- package/templates/skills/extended/devops/loki-mode/CHANGELOG.md +1822 -0
- package/templates/skills/extended/devops/loki-mode/CLAUDE.md +120 -0
- package/templates/skills/extended/devops/loki-mode/CONTEXT-EXPORT.md +206 -0
- package/templates/skills/extended/devops/loki-mode/INSTALLATION.md +384 -0
- package/templates/skills/extended/devops/loki-mode/LICENSE +21 -0
- package/templates/skills/extended/devops/loki-mode/README.md +548 -0
- package/templates/skills/extended/devops/loki-mode/SKILL.md +757 -0
- package/templates/skills/extended/devops/loki-mode/VERSION +1 -0
- package/templates/skills/extended/devops/loki-mode/autonomy/.loki/dashboard/index.html +497 -0
- package/templates/skills/extended/devops/loki-mode/autonomy/CONSTITUTION.md +402 -0
- package/templates/skills/extended/devops/loki-mode/autonomy/README.md +201 -0
- package/templates/skills/extended/devops/loki-mode/autonomy/run.sh +1991 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/datasets/humaneval.jsonl +164 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/datasets/swebench-lite.json +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/prepare-submission.sh +215 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-23-56/SUMMARY.md +48 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-23-56/humaneval-results.json +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-23-56/swebench-results.json +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/SUMMARY.md +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-results.json +1000 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/0.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/1.py +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/10.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/100.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/101.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/102.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/103.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/104.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/105.py +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/106.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/107.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/108.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/109.py +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/11.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/110.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/111.py +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/112.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/113.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/114.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/115.py +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/116.py +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/117.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/118.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/119.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/12.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/120.py +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/121.py +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/122.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/123.py +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/124.py +56 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/125.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/126.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/127.py +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/128.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/129.py +61 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/13.py +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/130.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/131.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/132.py +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/133.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/134.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/135.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/136.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/137.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/138.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/139.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/14.py +9 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/140.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/141.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/142.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/143.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/144.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/145.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/146.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/147.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/148.py +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/149.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/15.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/150.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/151.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/152.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/153.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/154.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/155.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/156.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/157.py +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/158.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/159.py +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/16.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/160.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/161.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/162.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/163.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/17.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/18.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/19.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/2.py +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/20.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/21.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/22.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/23.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/24.py +9 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/25.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/26.py +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/27.py +6 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/28.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/29.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/3.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/30.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/31.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/32.py +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/33.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/34.py +6 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/35.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/36.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/37.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/38.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/39.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/4.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/40.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/41.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/42.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/43.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/44.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/45.py +6 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/46.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/47.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/48.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/49.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/5.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/50.py +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/51.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/52.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/53.py +8 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/54.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/55.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/56.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/57.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/58.py +9 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/59.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/6.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/60.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/61.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/62.py +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/63.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/64.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/65.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/66.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/67.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/68.py +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/69.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/7.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/70.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/71.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/72.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/73.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/74.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/75.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/76.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/77.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/78.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/79.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/8.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/80.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/81.py +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/82.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/83.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/84.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/85.py +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/86.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/87.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/88.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/89.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/9.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/90.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/91.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/92.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/93.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/94.py +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/95.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/96.py +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/97.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/98.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/99.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/SUMMARY.md +48 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-12907.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14182.patch +59 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14365.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-14995.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-6938.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/astropy__astropy-7746.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10914.patch +72 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-10924.patch +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11001.patch +80 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11019.patch +489 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11039.patch +87 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11049.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11099.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11133.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11179.patch +49 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11283.patch +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11422.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11564.patch +285 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11583.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11620.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11630.patch +45 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11742.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11797.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11815.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11848.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11905.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11910.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11964.patch +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-11999.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12113.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12125.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12184.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12284.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12286.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12308.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12453.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12470.patch +53 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12497.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12589.patch +157 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12700.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12708.patch +64 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12747.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12856.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12908.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12915.patch +82 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-12983.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13028.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13033.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13158.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13220.patch +57 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13230.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13265.patch +44 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13315.patch +53 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13321.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13401.patch +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13447.patch +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13448.patch +203 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13551.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13590.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13658.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13660.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13710.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13757.patch +51 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13768.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13925.patch +116 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13933.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-13964.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14016.patch +138 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14017.patch +88 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14155.patch +74 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14238.patch +132 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14382.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14411.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14534.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14580.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14608.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14667.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14672.patch +59 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14730.patch +80 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14752.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14787.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14855.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14915.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14997.patch +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-14999.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15061.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15202.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15213.patch +70 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15252.patch +63 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15320.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15347.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15388.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15400.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15498.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15695.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15738.patch +251 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15781.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15789.patch +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15790.patch +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15814.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15819.patch +127 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15851.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15902.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-15996.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16041.patch +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16046.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16139.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16229.patch +142 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16255.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16379.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16400.patch +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16408.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16527.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16595.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16816.patch +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16820.patch +188 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-16873.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17051.patch +51 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/django__django-17087.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-18869.patch +75 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22711.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-22835.patch +58 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23299.patch +92 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23314.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23476.patch +73 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23562.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23563.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23913.patch +207 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23964.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-23987.patch +43 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24149.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24265.patch +76 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24334.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25079.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25311.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25332.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25433.patch +240 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25442.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-25498.patch +79 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26011.patch +90 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/matplotlib__matplotlib-26020.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-2848.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3010.patch +60 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3190.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/mwaskom__seaborn-3407.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4045.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-4992.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pallets__flask-5063.patch +99 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-1963.patch +117 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2148.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2317.patch +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-2674.patch +157 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-3362.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/psf__requests-863.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-3364.patch +392 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4094.patch +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4248.patch +124 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-4493.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pydata__xarray-5131.patch +45 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-5859.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-6506.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7080.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7114.patch +161 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7228.patch +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pylint-dev__pylint-7993.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11143.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-11148.patch +57 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5103.patch +345 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5221.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5227.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5413.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5495.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-5692.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-6116.patch +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7168.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7220.patch +535 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7373.patch +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7432.patch +76 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-7490.patch +61 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8365.patch +123 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-8906.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/pytest-dev__pytest-9359.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10297.patch +53 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10508.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-10949.patch +94 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11040.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-11281.patch +65 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-12471.patch +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13142.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13241.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13439.patch +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13496.patch +59 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13497.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13584.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14087.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14092.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14894.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-14983.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15512.patch +77 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-15535.patch +44 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25500.patch +64 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25570.patch +96 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25638.patch +52 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/scikit-learn__scikit-learn-25747.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10325.patch +185 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-10451.patch +129 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-11445.patch +119 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7686.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7738.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-7975.patch +89 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8273.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8282.patch +95 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8435.patch +104 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8474.patch +73 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8506.patch +49 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8595.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8627.patch +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8713.patch +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8721.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sphinx-doc__sphinx-8801.patch +73 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11400.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11870.patch +96 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-11897.patch +134 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12171.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12236.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12419.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12454.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-12481.patch +68 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13031.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13043.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13146.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13177.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13437.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13471.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13480.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13647.patch +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13773.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13895.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13915.patch +97 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-13971.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14024.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14308.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14317.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14396.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14774.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-14817.patch +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15011.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15308.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15345.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15346.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15609.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-15678.patch +92 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16106.patch +78 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16281.patch +141 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16503.patch +69 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16792.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-16988.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17022.patch +65 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17139.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17630.patch +90 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-17655.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18057.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18087.patch +81 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18189.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18199.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18532.patch +130 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18621.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18698.patch +105 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-18835.patch +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19007.patch +66 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19254.patch +72 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-19487.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20049.patch +125 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20154.patch +46 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20212.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20322.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20442.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20590.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-20639.patch +66 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21055.patch +56 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21171.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21379.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21612.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21614.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21627.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-21847.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22005.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22714.patch +486 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-22840.patch +76 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23117.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23191.patch +302 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-23262.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24066.patch +66 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24102.patch +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24152.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24213.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-patches/sympy__sympy-24909.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-predictions.json +1502 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-24-17/swebench-results.json +1516 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/SUMMARY.md +48 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-12907.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14182.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14365.patch +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-14995.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-6938.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/astropy__astropy-7746.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10914.patch +76 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-10924.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11001.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11019.patch +90 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11039.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11049.patch +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11099.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11133.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11179.patch +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11283.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11422.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11564.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11583.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11620.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11630.patch +79 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11742.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11797.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11815.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11848.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11905.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11910.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11964.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-11999.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12113.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12125.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12184.patch +83 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12284.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12286.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12308.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12453.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12470.patch +137 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12497.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12589.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12700.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12708.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12747.patch +43 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12856.patch +61 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12908.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12915.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-12983.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13028.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13033.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13158.patch +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-patches/django__django-13220.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-predictions.json +252 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-01-35-39/swebench-results.json +266 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/SUMMARY.md +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-12907.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14182.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14365.patch +44 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-14995.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-6938.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/astropy__astropy-7746.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10914.patch +76 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-10924.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11001.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11019.patch +158 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11039.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11049.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11099.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11133.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11179.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11283.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11422.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11564.patch +140 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11583.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11620.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11630.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11742.patch +49 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11797.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11815.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11848.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11905.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11910.patch +100 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11964.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-11999.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12113.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12125.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12184.patch +82 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12284.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12286.patch +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12308.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12453.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12470.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12497.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12589.patch +56 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12700.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12708.patch +61 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12747.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12856.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12908.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12915.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-12983.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13028.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13033.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13158.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13220.patch +126 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13230.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13265.patch +87 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13315.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13321.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13401.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13447.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13448.patch +94 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13551.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13590.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13658.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13660.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13710.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13757.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13768.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13925.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13933.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-13964.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14016.patch +103 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14017.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14155.patch +121 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14238.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14382.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14411.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14534.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14580.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14608.patch +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14667.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14672.patch +12 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14730.patch +43 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14752.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14787.patch +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14855.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14915.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14997.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-14999.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15061.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15202.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15213.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15252.patch +59 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15320.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15347.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15388.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15400.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15498.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15695.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15738.patch +185 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15781.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15789.patch +69 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15790.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15814.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15819.patch +101 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15851.patch +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15902.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-15996.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16041.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16046.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16139.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16229.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16255.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16379.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16400.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16408.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16527.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16595.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16816.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16820.patch +98 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16873.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-16910.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17051.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/django__django-17087.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-18869.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22711.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-22835.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23299.patch +65 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23314.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23476.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23562.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23563.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23913.patch +95 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23964.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-23987.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24149.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24265.patch +52 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24334.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-24970.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25079.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25311.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25332.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25433.patch +126 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25442.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-25498.patch +67 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26011.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/matplotlib__matplotlib-26020.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-2848.patch +95 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3010.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3190.patch +73 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/mwaskom__seaborn-3407.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4045.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-4992.patch +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pallets__flask-5063.patch +90 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-1963.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2148.patch +79 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2317.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-2674.patch +58 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-3362.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/psf__requests-863.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-3364.patch +159 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4094.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4248.patch +134 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-4493.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pydata__xarray-5131.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-5859.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-6506.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7080.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7114.patch +51 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7228.patch +80 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pylint-dev__pylint-7993.patch +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11143.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-11148.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5103.patch +350 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5221.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5227.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5413.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5495.patch +44 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-5692.patch +69 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-6116.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7168.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7220.patch +391 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7373.patch +48 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7432.patch +99 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-7490.patch +4 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8365.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-8906.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/pytest-dev__pytest-9359.patch +89 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10297.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10508.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-10949.patch +66 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11040.patch +147 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-11281.patch +107 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-12471.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13142.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13241.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13439.patch +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13496.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13497.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13584.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-13779.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14087.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14092.patch +61 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14894.patch +45 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-14983.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15512.patch +143 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-15535.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25500.patch +79 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25570.patch +71 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25638.patch +70 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/scikit-learn__scikit-learn-25747.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10325.patch +153 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-10451.patch +99 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-11445.patch +67 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7686.patch +50 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7738.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-7975.patch +92 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8273.patch +103 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8282.patch +45 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8435.patch +56 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8474.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8506.patch +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8595.patch +45 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8627.patch +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8713.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8721.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sphinx-doc__sphinx-8801.patch +101 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11400.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11870.patch +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-11897.patch +152 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12171.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12236.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12419.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12454.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-12481.patch +44 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13031.patch +71 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13043.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13146.patch +54 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13177.patch +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13437.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13471.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13480.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13647.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13773.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13895.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13915.patch +70 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-13971.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14024.patch +56 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14308.patch +189 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14317.patch +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14396.patch +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14774.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-14817.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15011.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15308.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15346.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15609.patch +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15678.patch +87 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16106.patch +66 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16281.patch +88 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16503.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16792.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-16988.patch +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17022.patch +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17139.patch +48 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17630.patch +116 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-17655.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18057.patch +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18087.patch +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18189.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18199.patch +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18532.patch +84 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18621.patch +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18698.patch +60 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-18835.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19007.patch +143 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19254.patch +79 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-19487.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20049.patch +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20154.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20212.patch +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20322.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20442.patch +73 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20590.patch +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-20639.patch +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21055.patch +47 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21171.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21379.patch +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21612.patch +46 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21614.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21627.patch +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-21847.patch +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22005.patch +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22714.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-22840.patch +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23117.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23191.patch +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-23262.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24066.patch +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24102.patch +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24152.patch +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24213.patch +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-24909.patch +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-predictions.json +1802 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-results.json +1816 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/SUMMARY.md +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-results.json +1001 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/0.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/1.py +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/10.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/100.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/101.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/102.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/103.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/104.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/105.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/106.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/107.py +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/108.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/109.py +53 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/11.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/110.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/111.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/112.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/113.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/114.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/115.py +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/116.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/117.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/118.py +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/119.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/12.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/120.py +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/121.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/122.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/123.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/124.py +58 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/125.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/126.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/127.py +41 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/128.py +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/129.py +62 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/13.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/130.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/131.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/132.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/133.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/134.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/135.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/136.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/137.py +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/138.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/139.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/14.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/140.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/141.py +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/142.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/143.py +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/144.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/145.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/146.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/147.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/148.py +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/149.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/15.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/150.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/151.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/152.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/153.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/154.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/155.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/156.py +39 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/157.py +28 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/158.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/159.py +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/16.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/160.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/161.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/162.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/163.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/17.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/18.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/19.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/2.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/20.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/21.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/22.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/23.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/24.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/25.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/26.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/27.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/28.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/29.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/3.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/30.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/31.py +34 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/32.py +37 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/33.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/34.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/35.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/36.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/37.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/38.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/39.py +40 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/4.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/40.py +43 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/41.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/42.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/43.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/44.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/45.py +11 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/46.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/47.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/48.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/49.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/5.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/50.py +10 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/51.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/52.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/53.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/54.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/55.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/56.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/57.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/58.py +14 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/59.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/6.py +33 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/60.py +19 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/61.py +27 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/62.py +15 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/63.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/64.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/65.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/66.py +23 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/67.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/68.py +55 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/69.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/7.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/70.py +35 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/71.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/72.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/73.py +22 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/74.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/75.py +42 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/76.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/77.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/78.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/79.py +18 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/8.py +24 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/80.py +26 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/81.py +61 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/82.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/83.py +13 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/84.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/85.py +17 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/86.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/87.py +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/88.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/89.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/9.py +25 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/90.py +21 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/91.py +31 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/92.py +29 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/93.py +30 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/94.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/95.py +32 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/96.py +38 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/97.py +16 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/98.py +20 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/99.py +36 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/run-benchmarks.sh +1948 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/submission-template/README.md +111 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/submission-template/metadata.yaml +76 -0
- package/templates/skills/extended/devops/loki-mode/demo/README.md +137 -0
- package/templates/skills/extended/devops/loki-mode/demo/loki-demo.gif +0 -0
- package/templates/skills/extended/devops/loki-mode/demo/record-demo.sh +69 -0
- package/templates/skills/extended/devops/loki-mode/demo/record-full-demo.sh +208 -0
- package/templates/skills/extended/devops/loki-mode/demo/recordings/loki-demo.cast +93 -0
- package/templates/skills/extended/devops/loki-mode/demo/run-demo-auto.sh +293 -0
- package/templates/skills/extended/devops/loki-mode/demo/run-demo.sh +323 -0
- package/templates/skills/extended/devops/loki-mode/demo/vhs-tape.tape +223 -0
- package/templates/skills/extended/devops/loki-mode/demo/voice-over-script.md +246 -0
- package/templates/skills/extended/devops/loki-mode/docs/COMPETITIVE-ANALYSIS.md +333 -0
- package/templates/skills/extended/devops/loki-mode/docs/screenshots/README.md +149 -0
- package/templates/skills/extended/devops/loki-mode/docs/screenshots/dashboard-agents.png +0 -0
- package/templates/skills/extended/devops/loki-mode/docs/screenshots/dashboard-tasks.png +0 -0
- package/templates/skills/extended/devops/loki-mode/examples/api-only.md +79 -0
- package/templates/skills/extended/devops/loki-mode/examples/full-stack-demo.md +123 -0
- package/templates/skills/extended/devops/loki-mode/examples/simple-todo-app.md +60 -0
- package/templates/skills/extended/devops/loki-mode/examples/static-landing-page.md +73 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/CONTINUITY.md +59 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/completed.json +1 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/dead-letter.json +1 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/failed.json +1 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/in-progress.json +1 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/queue/pending.json +382 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/.loki/state/orchestrator.json +41 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/E2E_VERIFICATION_REPORT.md +668 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/PRD.md +60 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/TASK_018_COMPLETION.md +229 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/TESTING_DOCUMENTATION.md +327 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/TEST_REPORT.md +201 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/VERIFICATION_SUMMARY.txt +362 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package-lock.json +2698 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package.json +26 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/database.ts +24 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/db.ts +35 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/index.ts +2 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/migrations.ts +31 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/db/schema.sql +8 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/index.ts +44 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +155 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/types/index.ts +35 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/todos.db-shm +0 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/todos.db-wal +0 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/tsconfig.json +30 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/index.html +13 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/package-lock.json +2014 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/package.json +26 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/App.css +384 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/App.tsx +81 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/api/todos.ts +57 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/ConfirmDialog.tsx +26 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/EmptyState.tsx +8 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/TodoForm.tsx +43 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/TodoItem.tsx +36 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/components/TodoList.tsx +27 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/hooks/useTodos.ts +81 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/index.css +48 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/main.tsx +10 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/src/vite-env.d.ts +1 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/tsconfig.json +23 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/tsconfig.node.json +10 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/vite.config.ts +15 -0
- package/templates/skills/extended/devops/loki-mode/integrations/vibe-kanban.md +194 -0
- package/templates/skills/extended/devops/loki-mode/references/advanced-patterns.md +453 -0
- package/templates/skills/extended/devops/loki-mode/references/agent-types.md +188 -0
- package/templates/skills/extended/devops/loki-mode/references/agents.md +1043 -0
- package/templates/skills/extended/devops/loki-mode/references/business-ops.md +550 -0
- package/templates/skills/extended/devops/loki-mode/references/core-workflow.md +275 -0
- package/templates/skills/extended/devops/loki-mode/references/deployment.md +604 -0
- package/templates/skills/extended/devops/loki-mode/references/lab-research-patterns.md +534 -0
- package/templates/skills/extended/devops/loki-mode/references/memory-system.md +444 -0
- package/templates/skills/extended/devops/loki-mode/references/openai-patterns.md +647 -0
- package/templates/skills/extended/devops/loki-mode/references/production-patterns.md +568 -0
- package/templates/skills/extended/devops/loki-mode/references/quality-control.md +437 -0
- package/templates/skills/extended/devops/loki-mode/references/sdlc-phases.md +410 -0
- package/templates/skills/extended/devops/loki-mode/references/task-queue.md +361 -0
- package/templates/skills/extended/devops/loki-mode/references/tool-orchestration.md +691 -0
- package/templates/skills/extended/devops/loki-mode/scripts/export-to-vibe-kanban.sh +178 -0
- package/templates/skills/extended/devops/loki-mode/scripts/loki-wrapper.sh +281 -0
- package/templates/skills/extended/devops/loki-mode/scripts/take-screenshots.js +55 -0
- package/templates/skills/extended/devops/loki-mode/tests/run-all-tests.sh +78 -0
- package/templates/skills/extended/devops/loki-mode/tests/test-agent-timeout.sh +348 -0
- package/templates/skills/extended/devops/loki-mode/tests/test-bootstrap.sh +196 -0
- package/templates/skills/extended/devops/loki-mode/tests/test-circuit-breaker.sh +389 -0
- package/templates/skills/extended/devops/loki-mode/tests/test-state-recovery.sh +393 -0
- package/templates/skills/extended/devops/loki-mode/tests/test-task-queue.sh +396 -0
- package/templates/skills/extended/devops/loki-mode/tests/test-wrapper.sh +314 -0
- package/templates/skills/extended/devops/machine-learning-ops-ml-pipeline/SKILL.md +350 -0
- package/templates/skills/extended/devops/ml-pipeline-workflow/SKILL.md +293 -0
- package/templates/skills/extended/devops/multi-cloud-architecture/SKILL.md +225 -0
- package/templates/skills/extended/devops/network-engineer/SKILL.md +205 -0
- package/templates/skills/extended/devops/posix-shell-pro/SKILL.md +340 -0
- package/templates/skills/extended/devops/saga-orchestration/SKILL.md +532 -0
- package/templates/skills/extended/devops/secrets-management/SKILL.md +400 -0
- package/templates/skills/extended/devops/service-mesh-expert/SKILL.md +94 -0
- package/templates/skills/extended/devops/shellcheck-configuration/SKILL.md +502 -0
- package/templates/skills/extended/devops/tdd-orchestrator/SKILL.md +241 -0
- package/templates/skills/extended/devops/terraform-module-library/SKILL.md +297 -0
- package/templates/skills/extended/devops/terraform-module-library/references/aws-modules.md +63 -0
- package/templates/skills/extended/devops/terraform-skill/SKILL.md +553 -0
- package/templates/skills/extended/devops/upstash-qstash/SKILL.md +104 -0
- package/templates/skills/extended/devops/vercel-automation/SKILL.md +262 -0
- package/templates/skills/extended/devops/vercel-deploy-claimable/SKILL.md +159 -0
- package/templates/skills/extended/devops/vercel-deployment/SKILL.md +115 -0
- package/templates/skills/extended/devops/windows-privilege-escalation/SKILL.md +532 -0
- package/templates/skills/extended/documentation/api-documentation-generator/SKILL.md +520 -0
- package/templates/skills/extended/documentation/api-documenter/SKILL.md +220 -0
- package/templates/skills/extended/documentation/azure-search-documents-ts/SKILL.md +302 -0
- package/templates/skills/extended/documentation/claude-code-guide/SKILL.md +104 -0
- package/templates/skills/extended/documentation/claude-scientific-skills/SKILL.md +58 -0
- package/templates/skills/extended/documentation/code-documentation-code-explain/SKILL.md +82 -0
- package/templates/skills/extended/documentation/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
- package/templates/skills/extended/documentation/code-documentation-doc-generate/SKILL.md +84 -0
- package/templates/skills/extended/documentation/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
- package/templates/skills/extended/documentation/context7-auto-research/SKILL.md +72 -0
- package/templates/skills/extended/documentation/culture-index/SKILL.md +79 -0
- package/templates/skills/extended/documentation/defi-protocol-templates/SKILL.md +502 -0
- package/templates/skills/extended/documentation/docs-architect/SKILL.md +134 -0
- package/templates/skills/extended/documentation/documentation-generation-doc-generate/SKILL.md +84 -0
- package/templates/skills/extended/documentation/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
- package/templates/skills/extended/documentation/docusign-automation/SKILL.md +244 -0
- package/templates/skills/extended/documentation/docx/LICENSE.txt +30 -0
- package/templates/skills/extended/documentation/docx/SKILL.md +233 -0
- package/templates/skills/extended/documentation/docx/docx-js.md +350 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/skills/extended/documentation/docx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/pack.py +159 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/unpack.py +29 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validate.py +69 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__init__.py +15 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/base.py +951 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/docx.py +274 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/pptx.py +315 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/redlining.py +279 -0
- package/templates/skills/extended/documentation/docx/ooxml.md +610 -0
- package/templates/skills/extended/documentation/docx/scripts/__init__.py +1 -0
- package/templates/skills/extended/documentation/docx/scripts/document.py +1276 -0
- package/templates/skills/extended/documentation/docx/scripts/templates/comments.xml +3 -0
- package/templates/skills/extended/documentation/docx/scripts/templates/commentsExtended.xml +3 -0
- package/templates/skills/extended/documentation/docx/scripts/templates/commentsExtensible.xml +3 -0
- package/templates/skills/extended/documentation/docx/scripts/templates/commentsIds.xml +3 -0
- package/templates/skills/extended/documentation/docx/scripts/templates/people.xml +3 -0
- package/templates/skills/extended/documentation/docx/scripts/utilities.py +374 -0
- package/templates/skills/extended/documentation/docx-official/LICENSE.txt +30 -0
- package/templates/skills/extended/documentation/docx-official/SKILL.md +233 -0
- package/templates/skills/extended/documentation/docx-official/docx-js.md +350 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/pack.py +159 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/unpack.py +29 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validate.py +69 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__init__.py +15 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/base.py +951 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/docx.py +274 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/pptx.py +315 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/redlining.py +279 -0
- package/templates/skills/extended/documentation/docx-official/ooxml.md +610 -0
- package/templates/skills/extended/documentation/docx-official/scripts/__init__.py +1 -0
- package/templates/skills/extended/documentation/docx-official/scripts/document.py +1276 -0
- package/templates/skills/extended/documentation/docx-official/scripts/templates/comments.xml +3 -0
- package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtended.xml +3 -0
- package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtensible.xml +3 -0
- package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsIds.xml +3 -0
- package/templates/skills/extended/documentation/docx-official/scripts/templates/people.xml +3 -0
- package/templates/skills/extended/documentation/docx-official/scripts/utilities.py +374 -0
- package/templates/skills/extended/documentation/employment-contract-templates/SKILL.md +75 -0
- package/templates/skills/extended/documentation/employment-contract-templates/resources/implementation-playbook.md +493 -0
- package/templates/skills/extended/documentation/incident-runbook-templates/SKILL.md +431 -0
- package/templates/skills/extended/documentation/malware-analyst/SKILL.md +283 -0
- package/templates/skills/extended/documentation/notebooklm/AUTHENTICATION.md +154 -0
- package/templates/skills/extended/documentation/notebooklm/CHANGELOG.md +44 -0
- package/templates/skills/extended/documentation/notebooklm/LICENSE +21 -0
- package/templates/skills/extended/documentation/notebooklm/README.md +412 -0
- package/templates/skills/extended/documentation/notebooklm/SKILL.md +305 -0
- package/templates/skills/extended/documentation/notebooklm/images/example_notebookchat.png +0 -0
- package/templates/skills/extended/documentation/notebooklm/references/api_reference.md +309 -0
- package/templates/skills/extended/documentation/notebooklm/references/troubleshooting.md +376 -0
- package/templates/skills/extended/documentation/notebooklm/references/usage_patterns.md +338 -0
- package/templates/skills/extended/documentation/notebooklm/requirements.txt +10 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/__init__.py +81 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/ask_question.py +256 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/auth_manager.py +358 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/browser_session.py +255 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/browser_utils.py +107 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/cleanup_manager.py +302 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/config.py +44 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/notebook_manager.py +410 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/run.py +102 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/setup_environment.py +204 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/SKILL.md +100 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/assets/clipping-template.json +51 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/assets/recipe-template.json +48 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/analysis-workflow.md +79 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/bases-workflow.md +44 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/filters.md +51 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/json-schema.md +71 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/references/variables.md +59 -0
- package/templates/skills/extended/documentation/product-manager-toolkit/SKILL.md +387 -0
- package/templates/skills/extended/documentation/product-manager-toolkit/references/prd_templates.md +317 -0
- package/templates/skills/extended/documentation/product-manager-toolkit/scripts/customer_interview_analyzer.py +441 -0
- package/templates/skills/extended/documentation/product-manager-toolkit/scripts/rice_prioritizer.py +296 -0
- package/templates/skills/extended/documentation/readme/SKILL.md +878 -0
- package/templates/skills/extended/documentation/reference-builder/SKILL.md +224 -0
- package/templates/skills/extended/documentation/research-engineer/SKILL.md +171 -0
- package/templates/skills/extended/documentation/screenshots/SKILL.md +437 -0
- package/templates/skills/extended/documentation/search-specialist/SKILL.md +116 -0
- package/templates/skills/extended/documentation/skill-seekers/SKILL.md +58 -0
- package/templates/skills/extended/documentation/startup-business-analyst-business-case/SKILL.md +523 -0
- package/templates/skills/extended/documentation/tutorial-engineer/SKILL.md +175 -0
- package/templates/skills/extended/documentation/wiki-architect/SKILL.md +96 -0
- package/templates/skills/extended/documentation/wiki-changelog/SKILL.md +63 -0
- package/templates/skills/extended/documentation/wiki-onboarding/SKILL.md +113 -0
- package/templates/skills/extended/documentation/wiki-page-writer/SKILL.md +101 -0
- package/templates/skills/extended/documentation/wiki-qa/SKILL.md +70 -0
- package/templates/skills/extended/documentation/wiki-researcher/SKILL.md +101 -0
- package/templates/skills/extended/frontend/active-directory-attacks/SKILL.md +419 -0
- package/templates/skills/extended/frontend/active-directory-attacks/references/advanced-attacks.md +382 -0
- package/templates/skills/extended/frontend/algolia-search/SKILL.md +102 -0
- package/templates/skills/extended/frontend/angular/README.md +40 -0
- package/templates/skills/extended/frontend/angular/SKILL.md +857 -0
- package/templates/skills/extended/frontend/angular/metadata.json +14 -0
- package/templates/skills/extended/frontend/angular-best-practices/README.md +58 -0
- package/templates/skills/extended/frontend/angular-best-practices/SKILL.md +595 -0
- package/templates/skills/extended/frontend/angular-best-practices/metadata.json +13 -0
- package/templates/skills/extended/frontend/angular-migration/SKILL.md +464 -0
- package/templates/skills/extended/frontend/angular-state-management/README.md +41 -0
- package/templates/skills/extended/frontend/angular-state-management/SKILL.md +670 -0
- package/templates/skills/extended/frontend/angular-state-management/metadata.json +13 -0
- package/templates/skills/extended/frontend/angular-ui-patterns/README.md +55 -0
- package/templates/skills/extended/frontend/angular-ui-patterns/SKILL.md +544 -0
- package/templates/skills/extended/frontend/angular-ui-patterns/metadata.json +12 -0
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/SKILL.md +95 -0
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/behaviors.md +35 -0
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/components.md +41 -0
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/containers.md +50 -0
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/icons.md +53 -0
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/themes.md +51 -0
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/SKILL.md +65 -0
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/composition.md +75 -0
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/navigation_sections.md +53 -0
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/viewmodels.md +68 -0
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/wizards.md +47 -0
- package/templates/skills/extended/frontend/avalonia-zafiro-development/SKILL.md +65 -0
- package/templates/skills/extended/frontend/avalonia-zafiro-development/avalonia-reactive-rules.md +49 -0
- package/templates/skills/extended/frontend/avalonia-zafiro-development/core-technical-skills.md +19 -0
- package/templates/skills/extended/frontend/avalonia-zafiro-development/naming-standards.md +15 -0
- package/templates/skills/extended/frontend/avalonia-zafiro-development/patterns.md +45 -0
- package/templates/skills/extended/frontend/avalonia-zafiro-development/zafiro-shortcuts.md +43 -0
- package/templates/skills/extended/frontend/beautiful-prose/SKILL.md +58 -0
- package/templates/skills/extended/frontend/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/brand-guidelines-anthropic/SKILL.md +109 -0
- package/templates/skills/extended/frontend/brand-guidelines-community/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/brand-guidelines-community/SKILL.md +109 -0
- package/templates/skills/extended/frontend/browser-extension-builder/SKILL.md +297 -0
- package/templates/skills/extended/frontend/burp-suite-testing/SKILL.md +416 -0
- package/templates/skills/extended/frontend/c4-component/SKILL.md +189 -0
- package/templates/skills/extended/frontend/canvas-design/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/canvas-design/SKILL.md +166 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/templates/skills/extended/frontend/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/templates/skills/extended/frontend/cc-skill-coding-standards/SKILL.md +558 -0
- package/templates/skills/extended/frontend/cc-skill-frontend-patterns/SKILL.md +669 -0
- package/templates/skills/extended/frontend/cc-skill-project-guidelines-example/SKILL.md +388 -0
- package/templates/skills/extended/frontend/claude-ally-health/SKILL.md +58 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/SKILL.md +856 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/assets/chart-template.jsx +106 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/assets/interactive-template.jsx +227 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/assets/sample-data.json +115 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/references/colour-schemes.md +564 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/references/d3-patterns.md +869 -0
- package/templates/skills/extended/frontend/claude-d3js-skill/references/scale-reference.md +509 -0
- package/templates/skills/extended/frontend/core-components/SKILL.md +300 -0
- package/templates/skills/extended/frontend/design-orchestration/SKILL.md +203 -0
- package/templates/skills/extended/frontend/discord-bot-architect/SKILL.md +313 -0
- package/templates/skills/extended/frontend/environment-setup-guide/SKILL.md +515 -0
- package/templates/skills/extended/frontend/event-sourcing-architect/SKILL.md +94 -0
- package/templates/skills/extended/frontend/event-store-design/SKILL.md +485 -0
- package/templates/skills/extended/frontend/fp-ts-react/SKILL.md +832 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/SKILL.md +394 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/common-patterns.md +331 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/complete-examples.md +872 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/component-patterns.md +502 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/data-fetching.md +767 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/file-organization.md +502 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/loading-and-error-states.md +501 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/performance.md +406 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/routing-guide.md +364 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/styling-guide.md +428 -0
- package/templates/skills/extended/frontend/frontend-dev-guidelines/resources/typescript-standards.md +418 -0
- package/templates/skills/extended/frontend/frontend-developer/SKILL.md +207 -0
- package/templates/skills/extended/frontend/frontend-mobile-development-component-scaffold/SKILL.md +439 -0
- package/templates/skills/extended/frontend/frontend-slides/SKILL.md +806 -0
- package/templates/skills/extended/frontend/frontend-ui-dark-ts/SKILL.md +624 -0
- package/templates/skills/extended/frontend/html-injection-testing/SKILL.md +534 -0
- package/templates/skills/extended/frontend/hybrid-search-implementation/SKILL.md +68 -0
- package/templates/skills/extended/frontend/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/templates/skills/extended/frontend/interactive-portfolio/SKILL.md +259 -0
- package/templates/skills/extended/frontend/istio-traffic-management/SKILL.md +373 -0
- package/templates/skills/extended/frontend/javascript-typescript-typescript-scaffold/SKILL.md +397 -0
- package/templates/skills/extended/frontend/kpi-dashboard-design/SKILL.md +476 -0
- package/templates/skills/extended/frontend/linux-privilege-escalation/SKILL.md +540 -0
- package/templates/skills/extended/frontend/makepad-skills/SKILL.md +58 -0
- package/templates/skills/extended/frontend/mcp-builder-ms/SKILL.md +339 -0
- package/templates/skills/extended/frontend/memory-forensics/SKILL.md +527 -0
- package/templates/skills/extended/frontend/metasploit-framework/SKILL.md +514 -0
- package/templates/skills/extended/frontend/micro-saas-launcher/SKILL.md +248 -0
- package/templates/skills/extended/frontend/ml-engineer/SKILL.md +204 -0
- package/templates/skills/extended/frontend/mlops-engineer/SKILL.md +255 -0
- package/templates/skills/extended/frontend/monorepo-architect/SKILL.md +97 -0
- package/templates/skills/extended/frontend/monorepo-management/SKILL.md +71 -0
- package/templates/skills/extended/frontend/monorepo-management/resources/implementation-playbook.md +621 -0
- package/templates/skills/extended/frontend/nextjs-app-router-patterns/SKILL.md +69 -0
- package/templates/skills/extended/frontend/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
- package/templates/skills/extended/frontend/personal-tool-builder/SKILL.md +325 -0
- package/templates/skills/extended/frontend/pptx/LICENSE.txt +30 -0
- package/templates/skills/extended/frontend/pptx/SKILL.md +520 -0
- package/templates/skills/extended/frontend/pptx/html2pptx.md +625 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/skills/extended/frontend/pptx/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/pack.py +159 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/unpack.py +29 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validate.py +69 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__init__.py +15 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/base.py +951 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/docx.py +274 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/pptx.py +315 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/redlining.py +279 -0
- package/templates/skills/extended/frontend/pptx/ooxml.md +427 -0
- package/templates/skills/extended/frontend/pptx/scripts/html2pptx.js +979 -0
- package/templates/skills/extended/frontend/pptx/scripts/inventory.py +1020 -0
- package/templates/skills/extended/frontend/pptx/scripts/rearrange.py +231 -0
- package/templates/skills/extended/frontend/pptx/scripts/replace.py +385 -0
- package/templates/skills/extended/frontend/pptx/scripts/thumbnail.py +450 -0
- package/templates/skills/extended/frontend/pptx-official/LICENSE.txt +30 -0
- package/templates/skills/extended/frontend/pptx-official/SKILL.md +520 -0
- package/templates/skills/extended/frontend/pptx-official/html2pptx.md +625 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +1499 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +146 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +1085 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +11 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +3081 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +23 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +185 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +287 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +1676 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +28 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +144 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +174 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +25 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +18 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +59 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +56 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +195 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +582 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +25 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +4439 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +570 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +509 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +12 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +108 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +96 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +3646 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +116 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +42 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +50 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +49 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +33 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/mce/mc.xsd +75 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +560 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +67 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +14 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +20 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +13 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +4 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +8 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/pack.py +159 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/unpack.py +29 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validate.py +69 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__init__.py +15 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/base.py +951 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/docx.py +274 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/pptx.py +315 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/redlining.py +279 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml.md +427 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/html2pptx.js +979 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/inventory.py +1020 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/rearrange.py +231 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/replace.py +385 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/thumbnail.py +450 -0
- package/templates/skills/extended/frontend/quant-analyst/SKILL.md +89 -0
- package/templates/skills/extended/frontend/radix-ui-design-system/SKILL.md +883 -0
- package/templates/skills/extended/frontend/radix-ui-design-system/examples/README.md +63 -0
- package/templates/skills/extended/frontend/radix-ui-design-system/examples/dialog-example.tsx +128 -0
- package/templates/skills/extended/frontend/radix-ui-design-system/examples/dropdown-example.tsx +162 -0
- package/templates/skills/extended/frontend/radix-ui-design-system/templates/component-template.tsx +148 -0
- package/templates/skills/extended/frontend/react-best-practices/AGENTS.md +2249 -0
- package/templates/skills/extended/frontend/react-best-practices/README.md +123 -0
- package/templates/skills/extended/frontend/react-best-practices/SKILL.md +157 -0
- package/templates/skills/extended/frontend/react-best-practices/metadata.json +15 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/_sections.md +46 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/_template.md +28 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/advanced-use-latest.md +49 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/async-api-routes.md +38 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/async-defer-await.md +80 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/async-dependencies.md +36 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/async-parallel.md +28 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/bundle-conditional.md +31 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/bundle-preload.md +50 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/client-event-listeners.md +74 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/client-swr-dedup.md +56 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-batch-dom-css.md +82 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-cache-function-results.md +80 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-cache-property-access.md +28 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-cache-storage.md +70 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-combine-iterations.md +32 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-early-exit.md +50 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-index-maps.md +37 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-length-check-first.md +49 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-min-max-loop.md +82 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-activity.md +26 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-dependencies.md +45 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-derived-state.md +29 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-memo.md +44 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/rerender-transitions.md +40 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/server-cache-lru.md +41 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/server-cache-react.md +26 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/server-parallel-fetching.md +79 -0
- package/templates/skills/extended/frontend/react-best-practices/rules/server-serialization.md +38 -0
- package/templates/skills/extended/frontend/react-flow-node-ts/SKILL.md +102 -0
- package/templates/skills/extended/frontend/react-modernization/SKILL.md +70 -0
- package/templates/skills/extended/frontend/react-modernization/resources/implementation-playbook.md +512 -0
- package/templates/skills/extended/frontend/react-state-management/SKILL.md +477 -0
- package/templates/skills/extended/frontend/react-ui-patterns/SKILL.md +325 -0
- package/templates/skills/extended/frontend/risk-metrics-calculation/SKILL.md +69 -0
- package/templates/skills/extended/frontend/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
- package/templates/skills/extended/frontend/security-bluebook-builder/SKILL.md +58 -0
- package/templates/skills/extended/frontend/senior-fullstack/SKILL.md +245 -0
- package/templates/skills/extended/frontend/senior-fullstack/references/architecture_patterns.md +103 -0
- package/templates/skills/extended/frontend/senior-fullstack/references/development_workflows.md +103 -0
- package/templates/skills/extended/frontend/senior-fullstack/references/tech_stack_guide.md +103 -0
- package/templates/skills/extended/frontend/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
- package/templates/skills/extended/frontend/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
- package/templates/skills/extended/frontend/senior-fullstack/scripts/project_scaffolder.py +114 -0
- package/templates/skills/extended/frontend/shopify-apps/SKILL.md +78 -0
- package/templates/skills/extended/frontend/skill-creator/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/skill-creator/README.md +270 -0
- package/templates/skills/extended/frontend/skill-creator/SKILL.md +629 -0
- package/templates/skills/extended/frontend/skill-creator/references/output-patterns.md +82 -0
- package/templates/skills/extended/frontend/skill-creator/references/workflows.md +28 -0
- package/templates/skills/extended/frontend/skill-creator/scripts/init_skill.py +303 -0
- package/templates/skills/extended/frontend/skill-creator/scripts/package_skill.py +110 -0
- package/templates/skills/extended/frontend/skill-creator/scripts/quick_validate.py +95 -0
- package/templates/skills/extended/frontend/stitch-ui-design/README.md +165 -0
- package/templates/skills/extended/frontend/stitch-ui-design/SKILL.md +414 -0
- package/templates/skills/extended/frontend/stitch-ui-design/references/advanced-techniques.md +541 -0
- package/templates/skills/extended/frontend/stitch-ui-design/references/prompt-examples.md +601 -0
- package/templates/skills/extended/frontend/tailwind-design-system/SKILL.md +69 -0
- package/templates/skills/extended/frontend/tailwind-design-system/resources/implementation-playbook.md +665 -0
- package/templates/skills/extended/frontend/telegram-bot-builder/SKILL.md +290 -0
- package/templates/skills/extended/frontend/theme-factory/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/theme-factory/SKILL.md +95 -0
- package/templates/skills/extended/frontend/theme-factory/theme-showcase.pdf +0 -0
- package/templates/skills/extended/frontend/theme-factory/themes/arctic-frost.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/botanical-garden.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/desert-rose.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/forest-canopy.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/golden-hour.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/midnight-galaxy.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/modern-minimalist.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/ocean-depths.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/sunset-boulevard.md +19 -0
- package/templates/skills/extended/frontend/theme-factory/themes/tech-innovation.md +19 -0
- package/templates/skills/extended/frontend/tool-design/SKILL.md +354 -0
- package/templates/skills/extended/frontend/trigger-dev/SKILL.md +103 -0
- package/templates/skills/extended/frontend/turborepo-caching/SKILL.md +455 -0
- package/templates/skills/extended/frontend/typescript-advanced-types/SKILL.md +71 -0
- package/templates/skills/extended/frontend/typescript-advanced-types/resources/implementation-playbook.md +716 -0
- package/templates/skills/extended/frontend/ui-skills/SKILL.md +58 -0
- package/templates/skills/extended/frontend/ui-ux-designer/SKILL.md +245 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/SKILL.md +387 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/charts.csv +26 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/colors.csv +97 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/icons.csv +101 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/landing.csv +31 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/products.csv +97 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/prompts.csv +24 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/styles.csv +59 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/typography.csv +58 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/core.py +257 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/design_system.py +487 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/search.py +76 -0
- package/templates/skills/extended/frontend/ui-visual-validator/SKILL.md +250 -0
- package/templates/skills/extended/frontend/using-superpowers/SKILL.md +123 -0
- package/templates/skills/extended/frontend/viral-generator-builder/SKILL.md +235 -0
- package/templates/skills/extended/frontend/wcag-audit-patterns/SKILL.md +77 -0
- package/templates/skills/extended/frontend/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
- package/templates/skills/extended/frontend/web-artifacts-builder/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/web-artifacts-builder/SKILL.md +110 -0
- package/templates/skills/extended/frontend/web-artifacts-builder/scripts/bundle-artifact.sh +54 -0
- package/templates/skills/extended/frontend/web-artifacts-builder/scripts/init-artifact.sh +322 -0
- package/templates/skills/extended/frontend/web-artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
- package/templates/skills/extended/frontend/web-design-guidelines/SKILL.md +72 -0
- package/templates/skills/extended/frontend/wiki-vitepress/SKILL.md +184 -0
- package/templates/skills/extended/frontend/zustand-store-ts/SKILL.md +104 -0
- package/templates/skills/extended/gaming/audio-transcriber/CHANGELOG.md +137 -0
- package/templates/skills/extended/gaming/audio-transcriber/README.md +340 -0
- package/templates/skills/extended/gaming/audio-transcriber/SKILL.md +594 -0
- package/templates/skills/extended/gaming/audio-transcriber/examples/basic-transcription.sh +250 -0
- package/templates/skills/extended/gaming/audio-transcriber/references/tools-comparison.md +352 -0
- package/templates/skills/extended/gaming/audio-transcriber/scripts/install-requirements.sh +190 -0
- package/templates/skills/extended/gaming/audio-transcriber/scripts/transcribe.py +486 -0
- package/templates/skills/extended/gaming/godot-gdscript-patterns/SKILL.md +69 -0
- package/templates/skills/extended/gaming/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
- package/templates/skills/extended/gaming/internal-comms-community/LICENSE.txt +202 -0
- package/templates/skills/extended/gaming/internal-comms-community/SKILL.md +68 -0
- package/templates/skills/extended/gaming/startup-business-analyst-market-opportunity/SKILL.md +276 -0
- package/templates/skills/extended/gaming/threejs-skills/SKILL.md +690 -0
- package/templates/skills/extended/gaming/unity-developer/SKILL.md +266 -0
- package/templates/skills/extended/gaming/unity-ecs-patterns/SKILL.md +69 -0
- package/templates/skills/extended/gaming/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
- package/templates/skills/extended/mobile/app-store-optimization/HOW_TO_USE.md +281 -0
- package/templates/skills/extended/mobile/app-store-optimization/README.md +430 -0
- package/templates/skills/extended/mobile/app-store-optimization/SKILL.md +439 -0
- package/templates/skills/extended/mobile/app-store-optimization/ab_test_planner.py +662 -0
- package/templates/skills/extended/mobile/app-store-optimization/aso_scorer.py +482 -0
- package/templates/skills/extended/mobile/app-store-optimization/competitor_analyzer.py +577 -0
- package/templates/skills/extended/mobile/app-store-optimization/expected_output.json +170 -0
- package/templates/skills/extended/mobile/app-store-optimization/keyword_analyzer.py +406 -0
- package/templates/skills/extended/mobile/app-store-optimization/launch_checklist.py +739 -0
- package/templates/skills/extended/mobile/app-store-optimization/localization_helper.py +588 -0
- package/templates/skills/extended/mobile/app-store-optimization/metadata_optimizer.py +581 -0
- package/templates/skills/extended/mobile/app-store-optimization/review_analyzer.py +714 -0
- package/templates/skills/extended/mobile/app-store-optimization/sample_input.json +30 -0
- package/templates/skills/extended/mobile/competitor-alternatives/SKILL.md +786 -0
- package/templates/skills/extended/mobile/flutter-expert/SKILL.md +236 -0
- package/templates/skills/extended/mobile/ios-developer/SKILL.md +255 -0
- package/templates/skills/extended/mobile/mobile-developer/SKILL.md +241 -0
- package/templates/skills/extended/mobile/react-native-architecture/SKILL.md +69 -0
- package/templates/skills/extended/mobile/react-native-architecture/resources/implementation-playbook.md +670 -0
- package/templates/skills/extended/mobile/swiftui-expert-skill/SKILL.md +311 -0
- package/templates/skills/extended/mobile/upgrading-expo/SKILL.md +154 -0
- package/templates/skills/extended/other/arm-cortex-expert/SKILL.md +342 -0
- package/templates/skills/extended/other/cc-skill-continuous-learning/SKILL.md +46 -0
- package/templates/skills/extended/other/cc-skill-continuous-learning/config.json +18 -0
- package/templates/skills/extended/other/cc-skill-continuous-learning/evaluate-session.sh +60 -0
- package/templates/skills/extended/other/cc-skill-strategic-compact/SKILL.md +46 -0
- package/templates/skills/extended/other/cc-skill-strategic-compact/suggest-compact.sh +52 -0
- package/templates/skills/extended/other/competitive-landscape/SKILL.md +70 -0
- package/templates/skills/extended/other/competitive-landscape/resources/implementation-playbook.md +494 -0
- package/templates/skills/extended/other/context-driven-development/SKILL.md +436 -0
- package/templates/skills/extended/other/context-management-context-save/SKILL.md +213 -0
- package/templates/skills/extended/other/ffuf-claude-skill/SKILL.md +58 -0
- package/templates/skills/extended/other/firmware-analyst/SKILL.md +356 -0
- package/templates/skills/extended/other/incident-response-incident-response/SKILL.md +204 -0
- package/templates/skills/extended/other/market-sizing-analysis/SKILL.md +461 -0
- package/templates/skills/extended/other/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
- package/templates/skills/extended/other/market-sizing-analysis/references/data-sources.md +360 -0
- package/templates/skills/extended/other/mtls-configuration/SKILL.md +395 -0
- package/templates/skills/extended/other/oss-hunter/SKILL.md +111 -0
- package/templates/skills/extended/other/oss-hunter/bin/hunter.py +56 -0
- package/templates/skills/extended/other/reverse-engineer/SKILL.md +209 -0
- package/templates/skills/extended/other/risk-manager/SKILL.md +97 -0
- package/templates/skills/extended/other/shopify-development/README.md +60 -0
- package/templates/skills/extended/other/shopify-development/SKILL.md +402 -0
- package/templates/skills/extended/other/shopify-development/references/app-development.md +578 -0
- package/templates/skills/extended/other/shopify-development/references/extensions.md +555 -0
- package/templates/skills/extended/other/shopify-development/references/themes.md +498 -0
- package/templates/skills/extended/other/shopify-development/scripts/requirements.txt +19 -0
- package/templates/skills/extended/other/shopify-development/scripts/shopify_graphql.py +428 -0
- package/templates/skills/extended/other/shopify-development/scripts/shopify_init.py +441 -0
- package/templates/skills/extended/other/shopify-development/scripts/tests/test_shopify_init.py +379 -0
- package/templates/skills/extended/other/startup-analyst/SKILL.md +364 -0
- package/templates/skills/extended/other/startup-financial-modeling/SKILL.md +503 -0
- package/templates/skills/extended/other/startup-metrics-framework/SKILL.md +70 -0
- package/templates/skills/extended/other/startup-metrics-framework/resources/implementation-playbook.md +500 -0
- package/templates/skills/extended/other/superpowers-lab/SKILL.md +58 -0
- package/templates/skills/extended/other/track-management/SKILL.md +74 -0
- package/templates/skills/extended/other/track-management/resources/implementation-playbook.md +591 -0
- package/templates/skills/extended/other/typescript-expert/SKILL.md +465 -0
- package/templates/skills/extended/other/typescript-expert/references/tsconfig-strict.json +92 -0
- package/templates/skills/extended/other/typescript-expert/references/typescript-cheatsheet.md +383 -0
- package/templates/skills/extended/other/typescript-expert/references/utility-types.ts +335 -0
- package/templates/skills/extended/other/typescript-expert/scripts/ts_diagnostic.py +203 -0
- package/templates/skills/extended/other/vexor/SKILL.md +58 -0
- package/templates/skills/extended/security/attack-tree-construction/SKILL.md +74 -0
- package/templates/skills/extended/security/attack-tree-construction/resources/implementation-playbook.md +671 -0
- package/templates/skills/extended/security/cc-skill-security-review/SKILL.md +532 -0
- package/templates/skills/extended/security/codebase-cleanup-deps-audit/SKILL.md +87 -0
- package/templates/skills/extended/security/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
- package/templates/skills/extended/security/dependency-management-deps-audit/SKILL.md +80 -0
- package/templates/skills/extended/security/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
- package/templates/skills/extended/security/ethical-hacking-methodology/SKILL.md +502 -0
- package/templates/skills/extended/security/find-bugs/SKILL.md +122 -0
- package/templates/skills/extended/security/fix-review/SKILL.md +89 -0
- package/templates/skills/extended/security/frontend-mobile-security-xss-scan/SKILL.md +358 -0
- package/templates/skills/extended/security/frontend-security-coder/SKILL.md +206 -0
- package/templates/skills/extended/security/mobile-security-coder/SKILL.md +220 -0
- package/templates/skills/extended/security/pci-compliance/SKILL.md +514 -0
- package/templates/skills/extended/security/pentest-checklist/SKILL.md +370 -0
- package/templates/skills/extended/security/pentest-commands/SKILL.md +474 -0
- package/templates/skills/extended/security/production-code-audit/SKILL.md +576 -0
- package/templates/skills/extended/security/red-team-tools/SKILL.md +346 -0
- package/templates/skills/extended/security/sast-configuration/SKILL.md +248 -0
- package/templates/skills/extended/security/scanning-tools/SKILL.md +625 -0
- package/templates/skills/extended/security/security-auditor/SKILL.md +205 -0
- package/templates/skills/extended/security/security-compliance-compliance-check/SKILL.md +91 -0
- package/templates/skills/extended/security/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
- package/templates/skills/extended/security/security-requirement-extraction/SKILL.md +69 -0
- package/templates/skills/extended/security/security-requirement-extraction/resources/implementation-playbook.md +676 -0
- package/templates/skills/extended/security/security-scanning-security-dependencies/SKILL.md +79 -0
- package/templates/skills/extended/security/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
- package/templates/skills/extended/security/security-scanning-security-hardening/SKILL.md +183 -0
- package/templates/skills/extended/security/security-scanning-security-sast/SKILL.md +531 -0
- package/templates/skills/extended/security/seo-audit/SKILL.md +522 -0
- package/templates/skills/extended/security/solidity-security/SKILL.md +70 -0
- package/templates/skills/extended/security/solidity-security/resources/implementation-playbook.md +524 -0
- package/templates/skills/extended/security/ssh-penetration-testing/SKILL.md +524 -0
- package/templates/skills/extended/security/threat-mitigation-mapping/SKILL.md +69 -0
- package/templates/skills/extended/security/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
- package/templates/skills/extended/security/threat-modeling-expert/SKILL.md +96 -0
- package/templates/skills/extended/security/top-web-vulnerabilities/SKILL.md +579 -0
- package/templates/skills/extended/security/xss-html-injection/SKILL.md +535 -0
- package/templates/skills/extended/testing/ab-test-setup/SKILL.md +268 -0
- package/templates/skills/extended/testing/api-testing-observability-api-mock/SKILL.md +82 -0
- package/templates/skills/extended/testing/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
- package/templates/skills/extended/testing/backtesting-frameworks/SKILL.md +75 -0
- package/templates/skills/extended/testing/backtesting-frameworks/resources/implementation-playbook.md +647 -0
- package/templates/skills/extended/testing/bats-testing-patterns/SKILL.md +70 -0
- package/templates/skills/extended/testing/bats-testing-patterns/resources/implementation-playbook.md +614 -0
- package/templates/skills/extended/testing/code-review-excellence/SKILL.md +76 -0
- package/templates/skills/extended/testing/code-review-excellence/resources/implementation-playbook.md +515 -0
- package/templates/skills/extended/testing/code-reviewer/SKILL.md +214 -0
- package/templates/skills/extended/testing/conductor-implement/SKILL.md +424 -0
- package/templates/skills/extended/testing/data-quality-frameworks/SKILL.md +76 -0
- package/templates/skills/extended/testing/data-quality-frameworks/resources/implementation-playbook.md +573 -0
- package/templates/skills/extended/testing/e2e-testing-patterns/SKILL.md +77 -0
- package/templates/skills/extended/testing/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
- package/templates/skills/extended/testing/file-path-traversal/SKILL.md +522 -0
- package/templates/skills/extended/testing/go-playwright/SKILL.md +112 -0
- package/templates/skills/extended/testing/go-playwright/resources/implementation-playbook.md +110 -0
- package/templates/skills/extended/testing/idor-testing/SKILL.md +478 -0
- package/templates/skills/extended/testing/infinite-gratitude/SKILL.md +62 -0
- package/templates/skills/extended/testing/javascript-testing-patterns/SKILL.md +71 -0
- package/templates/skills/extended/testing/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
- package/templates/skills/extended/testing/payment-integration/SKILL.md +113 -0
- package/templates/skills/extended/testing/paypal-integration/SKILL.md +515 -0
- package/templates/skills/extended/testing/pypict-skill/SKILL.md +58 -0
- package/templates/skills/extended/testing/python-testing-patterns/SKILL.md +73 -0
- package/templates/skills/extended/testing/python-testing-patterns/resources/implementation-playbook.md +906 -0
- package/templates/skills/extended/testing/receiving-code-review/SKILL.md +249 -0
- package/templates/skills/extended/testing/requesting-code-review/SKILL.md +141 -0
- package/templates/skills/extended/testing/requesting-code-review/code-reviewer.md +146 -0
- package/templates/skills/extended/testing/screen-reader-testing/SKILL.md +69 -0
- package/templates/skills/extended/testing/screen-reader-testing/resources/implementation-playbook.md +544 -0
- package/templates/skills/extended/testing/smtp-penetration-testing/SKILL.md +536 -0
- package/templates/skills/extended/testing/stripe-integration/SKILL.md +490 -0
- package/templates/skills/extended/testing/tdd-workflows-tdd-cycle/SKILL.md +257 -0
- package/templates/skills/extended/testing/tdd-workflows-tdd-green/SKILL.md +109 -0
- package/templates/skills/extended/testing/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
- package/templates/skills/extended/testing/tdd-workflows-tdd-red/SKILL.md +200 -0
- package/templates/skills/extended/testing/tdd-workflows-tdd-refactor/SKILL.md +223 -0
- package/templates/skills/extended/testing/temporal-python-testing/SKILL.md +206 -0
- package/templates/skills/extended/testing/temporal-python-testing/resources/integration-testing.md +455 -0
- package/templates/skills/extended/testing/temporal-python-testing/resources/local-setup.md +553 -0
- package/templates/skills/extended/testing/temporal-python-testing/resources/replay-testing.md +462 -0
- package/templates/skills/extended/testing/temporal-python-testing/resources/unit-testing.md +328 -0
- package/templates/skills/extended/testing/test-automator/SKILL.md +260 -0
- package/templates/skills/extended/testing/test-fixing/SKILL.md +155 -0
- package/templates/skills/extended/testing/unit-testing-test-generate/SKILL.md +355 -0
- package/templates/skills/extended/testing/wordpress-penetration-testing/SKILL.md +521 -0
- package/templates/skills/extended/workflow/address-github-comments/SKILL.md +91 -0
- package/templates/skills/extended/workflow/amplitude-automation/SKILL.md +252 -0
- package/templates/skills/extended/workflow/antigravity-workflows/SKILL.md +116 -0
- package/templates/skills/extended/workflow/antigravity-workflows/resources/implementation-playbook.md +36 -0
- package/templates/skills/extended/workflow/asana-automation/SKILL.md +207 -0
- package/templates/skills/extended/workflow/automate-whatsapp/SKILL.md +292 -0
- package/templates/skills/extended/workflow/azure-communication-callautomation-java/SKILL.md +290 -0
- package/templates/skills/extended/workflow/bamboohr-automation/SKILL.md +256 -0
- package/templates/skills/extended/workflow/basecamp-automation/SKILL.md +270 -0
- package/templates/skills/extended/workflow/billing-automation/SKILL.md +78 -0
- package/templates/skills/extended/workflow/billing-automation/resources/implementation-playbook.md +544 -0
- package/templates/skills/extended/workflow/bitbucket-automation/SKILL.md +260 -0
- package/templates/skills/extended/workflow/box-automation/SKILL.md +269 -0
- package/templates/skills/extended/workflow/brevo-automation/SKILL.md +233 -0
- package/templates/skills/extended/workflow/browser-automation/SKILL.md +106 -0
- package/templates/skills/extended/workflow/c-pro/SKILL.md +92 -0
- package/templates/skills/extended/workflow/cal-com-automation/SKILL.md +239 -0
- package/templates/skills/extended/workflow/calendly-automation/SKILL.md +247 -0
- package/templates/skills/extended/workflow/canva-automation/SKILL.md +253 -0
- package/templates/skills/extended/workflow/cicd-automation-workflow-automate/SKILL.md +87 -0
- package/templates/skills/extended/workflow/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
- package/templates/skills/extended/workflow/circleci-automation/SKILL.md +213 -0
- package/templates/skills/extended/workflow/clarity-gate/SKILL.md +58 -0
- package/templates/skills/extended/workflow/claude-speed-reader/SKILL.md +58 -0
- package/templates/skills/extended/workflow/clickup-automation/SKILL.md +270 -0
- package/templates/skills/extended/workflow/close-automation/SKILL.md +248 -0
- package/templates/skills/extended/workflow/coda-automation/SKILL.md +277 -0
- package/templates/skills/extended/workflow/commit/SKILL.md +207 -0
- package/templates/skills/extended/workflow/comprehensive-review-full-review/SKILL.md +182 -0
- package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/SKILL.md +82 -0
- package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
- package/templates/skills/extended/workflow/conductor-revert/SKILL.md +408 -0
- package/templates/skills/extended/workflow/conductor-setup/SKILL.md +462 -0
- package/templates/skills/extended/workflow/conductor-status/SKILL.md +374 -0
- package/templates/skills/extended/workflow/conductor-validator/SKILL.md +98 -0
- package/templates/skills/extended/workflow/confluence-automation/SKILL.md +244 -0
- package/templates/skills/extended/workflow/context-compression/SKILL.md +301 -0
- package/templates/skills/extended/workflow/convertkit-automation/SKILL.md +231 -0
- package/templates/skills/extended/workflow/cpp-pro/SKILL.md +95 -0
- package/templates/skills/extended/workflow/create-pr/SKILL.md +228 -0
- package/templates/skills/extended/workflow/csharp-pro/SKILL.md +95 -0
- package/templates/skills/extended/workflow/discord-automation/SKILL.md +223 -0
- package/templates/skills/extended/workflow/dropbox-automation/SKILL.md +266 -0
- package/templates/skills/extended/workflow/dx-optimizer/SKILL.md +119 -0
- package/templates/skills/extended/workflow/elixir-pro/SKILL.md +95 -0
- package/templates/skills/extended/workflow/finishing-a-development-branch/SKILL.md +236 -0
- package/templates/skills/extended/workflow/freshdesk-automation/SKILL.md +255 -0
- package/templates/skills/extended/workflow/freshservice-automation/SKILL.md +249 -0
- package/templates/skills/extended/workflow/git-advanced-workflows/SKILL.md +448 -0
- package/templates/skills/extended/workflow/git-pr-workflows-git-workflow/SKILL.md +176 -0
- package/templates/skills/extended/workflow/git-pr-workflows-onboard/SKILL.md +452 -0
- package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/SKILL.md +84 -0
- package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
- package/templates/skills/extended/workflow/git-pushing/SKILL.md +69 -0
- package/templates/skills/extended/workflow/git-pushing/scripts/smart_commit.sh +19 -0
- package/templates/skills/extended/workflow/github-actions-templates/SKILL.md +381 -0
- package/templates/skills/extended/workflow/github-automation/SKILL.md +263 -0
- package/templates/skills/extended/workflow/github-issue-creator/SKILL.md +173 -0
- package/templates/skills/extended/workflow/github-workflow-automation/SKILL.md +882 -0
- package/templates/skills/extended/workflow/gitlab-automation/SKILL.md +290 -0
- package/templates/skills/extended/workflow/gitlab-ci-patterns/SKILL.md +319 -0
- package/templates/skills/extended/workflow/gitops-workflow/SKILL.md +339 -0
- package/templates/skills/extended/workflow/gitops-workflow/references/argocd-setup.md +134 -0
- package/templates/skills/extended/workflow/gitops-workflow/references/sync-policies.md +131 -0
- package/templates/skills/extended/workflow/go-rod-master/SKILL.md +580 -0
- package/templates/skills/extended/workflow/go-rod-master/examples/basic_scrape.go +41 -0
- package/templates/skills/extended/workflow/go-rod-master/examples/concurrent_pages.go +81 -0
- package/templates/skills/extended/workflow/go-rod-master/examples/request_hijacking.go +85 -0
- package/templates/skills/extended/workflow/go-rod-master/examples/stealth_page.go +91 -0
- package/templates/skills/extended/workflow/go-rod-master/references/api-reference.md +148 -0
- package/templates/skills/extended/workflow/golang-pro/SKILL.md +215 -0
- package/templates/skills/extended/workflow/google-analytics-automation/SKILL.md +263 -0
- package/templates/skills/extended/workflow/google-calendar-automation/SKILL.md +212 -0
- package/templates/skills/extended/workflow/google-drive-automation/SKILL.md +229 -0
- package/templates/skills/extended/workflow/googlesheets-automation/SKILL.md +233 -0
- package/templates/skills/extended/workflow/haskell-pro/SKILL.md +92 -0
- package/templates/skills/extended/workflow/helpdesk-automation/SKILL.md +202 -0
- package/templates/skills/extended/workflow/hr-pro/SKILL.md +162 -0
- package/templates/skills/extended/workflow/hubspot-automation/SKILL.md +214 -0
- package/templates/skills/extended/workflow/instagram-automation/SKILL.md +228 -0
- package/templates/skills/extended/workflow/intercom-automation/SKILL.md +284 -0
- package/templates/skills/extended/workflow/iterate-pr/SKILL.md +186 -0
- package/templates/skills/extended/workflow/java-pro/SKILL.md +213 -0
- package/templates/skills/extended/workflow/javascript-pro/SKILL.md +93 -0
- package/templates/skills/extended/workflow/jira-automation/SKILL.md +221 -0
- package/templates/skills/extended/workflow/julia-pro/SKILL.md +245 -0
- package/templates/skills/extended/workflow/klaviyo-automation/SKILL.md +226 -0
- package/templates/skills/extended/workflow/launch-strategy/SKILL.md +380 -0
- package/templates/skills/extended/workflow/linear-automation/SKILL.md +214 -0
- package/templates/skills/extended/workflow/linear-claude-skill/SKILL.md +579 -0
- package/templates/skills/extended/workflow/linkedin-automation/SKILL.md +211 -0
- package/templates/skills/extended/workflow/make-automation/SKILL.md +237 -0
- package/templates/skills/extended/workflow/microsoft-teams-automation/SKILL.md +247 -0
- package/templates/skills/extended/workflow/minecraft-bukkit-pro/SKILL.md +162 -0
- package/templates/skills/extended/workflow/miro-automation/SKILL.md +241 -0
- package/templates/skills/extended/workflow/mixpanel-automation/SKILL.md +260 -0
- package/templates/skills/extended/workflow/monday-automation/SKILL.md +269 -0
- package/templates/skills/extended/workflow/n8n-mcp-tools-expert/SKILL.md +690 -0
- package/templates/skills/extended/workflow/n8n-node-configuration/SKILL.md +832 -0
- package/templates/skills/extended/workflow/notion-automation/SKILL.md +251 -0
- package/templates/skills/extended/workflow/notion-template-business/SKILL.md +252 -0
- package/templates/skills/extended/workflow/observe-whatsapp/SKILL.md +144 -0
- package/templates/skills/extended/workflow/one-drive-automation/SKILL.md +274 -0
- package/templates/skills/extended/workflow/outlook-automation/SKILL.md +227 -0
- package/templates/skills/extended/workflow/outlook-calendar-automation/SKILL.md +272 -0
- package/templates/skills/extended/workflow/pagerduty-automation/SKILL.md +281 -0
- package/templates/skills/extended/workflow/php-pro/SKILL.md +99 -0
- package/templates/skills/extended/workflow/pipedrive-automation/SKILL.md +260 -0
- package/templates/skills/extended/workflow/posthog-automation/SKILL.md +260 -0
- package/templates/skills/extended/workflow/postmark-automation/SKILL.md +223 -0
- package/templates/skills/extended/workflow/privilege-escalation-methods/SKILL.md +369 -0
- package/templates/skills/extended/workflow/prometheus-configuration/SKILL.md +440 -0
- package/templates/skills/extended/workflow/protocol-reverse-engineering/SKILL.md +65 -0
- package/templates/skills/extended/workflow/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
- package/templates/skills/extended/workflow/reddit-automation/SKILL.md +248 -0
- package/templates/skills/extended/workflow/referral-program/SKILL.md +638 -0
- package/templates/skills/extended/workflow/remotion-best-practices/SKILL.md +81 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/3d.md +86 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/animations.md +29 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/assets.md +78 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/audio.md +172 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/calculate-metadata.md +104 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/can-decode.md +75 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/charts.md +58 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/compositions.md +146 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/display-captions.md +126 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/extract-frames.md +229 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/fonts.md +152 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/get-video-duration.md +58 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/gifs.md +138 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/images.md +130 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/import-srt-captions.md +67 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/lottie.md +68 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/measuring-dom-nodes.md +35 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/measuring-text.md +143 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/sequencing.md +106 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/tailwind.md +11 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/text-animations.md +20 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/timing.md +179 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/transcribe-captions.md +19 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/transitions.md +122 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/trimming.md +53 -0
- package/templates/skills/extended/workflow/remotion-best-practices/rules/videos.md +171 -0
- package/templates/skills/extended/workflow/render-automation/SKILL.md +217 -0
- package/templates/skills/extended/workflow/ruby-pro/SKILL.md +92 -0
- package/templates/skills/extended/workflow/rust-pro/SKILL.md +214 -0
- package/templates/skills/extended/workflow/salesforce-automation/SKILL.md +226 -0
- package/templates/skills/extended/workflow/scala-pro/SKILL.md +118 -0
- package/templates/skills/extended/workflow/segment-automation/SKILL.md +261 -0
- package/templates/skills/extended/workflow/sendgrid-automation/SKILL.md +264 -0
- package/templates/skills/extended/workflow/sentry-automation/SKILL.md +268 -0
- package/templates/skills/extended/workflow/shopify-automation/SKILL.md +204 -0
- package/templates/skills/extended/workflow/slack-automation/SKILL.md +225 -0
- package/templates/skills/extended/workflow/slack-bot-builder/SKILL.md +300 -0
- package/templates/skills/extended/workflow/slack-gif-creator/LICENSE.txt +202 -0
- package/templates/skills/extended/workflow/slack-gif-creator/SKILL.md +290 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/easing.py +234 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/frame_composer.py +176 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/gif_builder.py +269 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/validators.py +136 -0
- package/templates/skills/extended/workflow/slack-gif-creator/requirements.txt +4 -0
- package/templates/skills/extended/workflow/square-automation/SKILL.md +212 -0
- package/templates/skills/extended/workflow/startup-business-analyst-financial-projections/SKILL.md +389 -0
- package/templates/skills/extended/workflow/stripe-automation/SKILL.md +234 -0
- package/templates/skills/extended/workflow/systems-programming-rust-project/SKILL.md +476 -0
- package/templates/skills/extended/workflow/team-collaboration-issue/SKILL.md +73 -0
- package/templates/skills/extended/workflow/team-collaboration-issue/resources/implementation-playbook.md +640 -0
- package/templates/skills/extended/workflow/team-collaboration-standup-notes/SKILL.md +80 -0
- package/templates/skills/extended/workflow/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
- package/templates/skills/extended/workflow/telegram-automation/SKILL.md +255 -0
- package/templates/skills/extended/workflow/temporal-python-pro/SKILL.md +406 -0
- package/templates/skills/extended/workflow/tiktok-automation/SKILL.md +214 -0
- package/templates/skills/extended/workflow/todoist-automation/SKILL.md +267 -0
- package/templates/skills/extended/workflow/trello-automation/SKILL.md +217 -0
- package/templates/skills/extended/workflow/twitter-automation/SKILL.md +267 -0
- package/templates/skills/extended/workflow/typescript-pro/SKILL.md +91 -0
- package/templates/skills/extended/workflow/unreal-engine-cpp-pro/SKILL.md +150 -0
- package/templates/skills/extended/workflow/unreal-engine-cpp-pro/examples/ExampleActor.cpp +43 -0
- package/templates/skills/extended/workflow/unreal-engine-cpp-pro/examples/ExampleActor.h +57 -0
- package/templates/skills/extended/workflow/using-git-worktrees/SKILL.md +253 -0
- package/templates/skills/extended/workflow/uv-package-manager/SKILL.md +73 -0
- package/templates/skills/extended/workflow/uv-package-manager/resources/implementation-playbook.md +830 -0
- package/templates/skills/extended/workflow/varlock-claude-skill/SKILL.md +58 -0
- package/templates/skills/extended/workflow/webflow-automation/SKILL.md +272 -0
- package/templates/skills/extended/workflow/whatsapp-automation/SKILL.md +250 -0
- package/templates/skills/extended/workflow/workflow-automation/SKILL.md +104 -0
- package/templates/skills/extended/workflow/workflow-orchestration-patterns/SKILL.md +369 -0
- package/templates/skills/extended/workflow/wrike-automation/SKILL.md +269 -0
- package/templates/skills/extended/workflow/youtube-automation/SKILL.md +254 -0
- package/templates/skills/extended/workflow/zapier-make-patterns/SKILL.md +103 -0
- package/templates/skills/extended/workflow/zendesk-automation/SKILL.md +251 -0
- package/templates/skills/extended/workflow/zoho-crm-automation/SKILL.md +242 -0
- package/templates/skills/extended/workflow/zoom-automation/SKILL.md +253 -0
- package/templates/skills/knowledge/ai-agents/agent-memory-systems/SKILL.md +103 -0
- package/templates/skills/knowledge/ai-agents/agent-tool-builder/SKILL.md +89 -0
- package/templates/skills/knowledge/ai-agents/ai-agents-architect/SKILL.md +126 -0
- package/templates/skills/knowledge/ai-agents/ai-engineer/SKILL.md +207 -0
- package/templates/skills/knowledge/ai-agents/autonomous-agent-patterns/SKILL.md +797 -0
- package/templates/skills/knowledge/ai-agents/mcp-builder/SKILL.md +276 -0
- package/templates/skills/knowledge/{mcp-builder/SKILL.md → ai-agents/mcp-builder/SKILL.md.bak} +0 -0
- package/templates/skills/knowledge/{parallel-agents → ai-agents/parallel-agents}/SKILL.md +0 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/SKILL.md +249 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/prompt-templates.md +470 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/references/system-prompts.md +189 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
- package/templates/skills/knowledge/architecture/{SKILL.md → architecture/SKILL.md} +0 -0
- package/templates/skills/knowledge/architecture/{context-discovery.md → architecture/context-discovery.md} +0 -0
- package/templates/skills/knowledge/architecture/{examples.md → architecture/examples.md} +0 -0
- package/templates/skills/knowledge/architecture/{pattern-selection.md → architecture/pattern-selection.md} +0 -0
- package/templates/skills/knowledge/architecture/{patterns-reference.md → architecture/patterns-reference.md} +0 -0
- package/templates/skills/knowledge/architecture/{trade-off-analysis.md → architecture/trade-off-analysis.md} +0 -0
- package/templates/skills/knowledge/architecture/architecture-decision-records/SKILL.md +477 -0
- package/templates/skills/knowledge/{brainstorming → architecture/brainstorming}/SKILL.md +0 -0
- package/templates/skills/knowledge/{brainstorming → architecture/brainstorming}/dynamic-questioning.md +0 -0
- package/templates/skills/knowledge/architecture/c4-architecture-c4-architecture/SKILL.md +425 -0
- package/templates/skills/knowledge/{plan-writing → architecture/plan-writing}/SKILL.md +0 -0
- package/templates/skills/knowledge/backend/api-design-principles/SKILL.md +73 -0
- package/templates/skills/knowledge/backend/api-design-principles/assets/api-design-checklist.md +155 -0
- package/templates/skills/knowledge/backend/api-design-principles/assets/rest-api-template.py +182 -0
- package/templates/skills/knowledge/backend/api-design-principles/references/graphql-schema-design.md +583 -0
- package/templates/skills/knowledge/backend/api-design-principles/references/rest-best-practices.md +408 -0
- package/templates/skills/knowledge/backend/api-design-principles/resources/implementation-playbook.md +513 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/SKILL.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/api-style.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/auth.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/documentation.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/graphql.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/rate-limiting.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/response.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/rest.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/scripts/api_validator.py +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/security-testing.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/trpc.md +0 -0
- package/templates/skills/knowledge/{api-patterns → backend/api-patterns}/versioning.md +0 -0
- package/templates/skills/knowledge/backend/api-security-best-practices/SKILL.md +943 -0
- package/templates/skills/knowledge/backend/auth-implementation-patterns/SKILL.md +75 -0
- package/templates/skills/knowledge/backend/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
- package/templates/skills/knowledge/backend/cqrs-implementation/SKILL.md +71 -0
- package/templates/skills/knowledge/backend/cqrs-implementation/resources/implementation-playbook.md +540 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/SKILL.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/database-selection.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/indexing.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/migrations.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/optimization.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/orm-selection.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/schema-design.md +0 -0
- package/templates/skills/knowledge/{database-design → backend/database-design}/scripts/schema_validator.py +0 -0
- package/templates/skills/knowledge/{nodejs-best-practices → backend/nodejs-best-practices}/SKILL.md +0 -0
- package/templates/skills/knowledge/{python-patterns → backend/python-patterns}/SKILL.md +0 -0
- package/templates/skills/knowledge/blockchain/blockchain-developer/SKILL.md +244 -0
- package/templates/skills/knowledge/content/content-creator/SKILL.md +284 -0
- package/templates/skills/knowledge/content/content-creator/assets/content_calendar_template.md +99 -0
- package/templates/skills/knowledge/content/content-creator/references/brand_guidelines.md +199 -0
- package/templates/skills/knowledge/content/content-creator/references/content_frameworks.md +534 -0
- package/templates/skills/knowledge/content/content-creator/references/social_media_optimization.md +317 -0
- package/templates/skills/knowledge/content/content-creator/scripts/brand_voice_analyzer.py +185 -0
- package/templates/skills/knowledge/content/content-creator/scripts/seo_optimizer.py +419 -0
- package/templates/skills/knowledge/content/copywriting/SKILL.md +261 -0
- package/templates/skills/knowledge/{geo-fundamentals → content/geo-fundamentals}/SKILL.md +0 -0
- package/templates/skills/knowledge/{geo-fundamentals → content/geo-fundamentals}/scripts/geo_checker.py +0 -0
- package/templates/skills/knowledge/content/pricing-strategy/SKILL.md +392 -0
- package/templates/skills/knowledge/content/seo-content-planner/SKILL.md +144 -0
- package/templates/skills/knowledge/content/seo-fundamentals/SKILL.md +213 -0
- package/templates/skills/knowledge/{seo-fundamentals/SKILL.md → content/seo-fundamentals/SKILL.md.bak} +0 -0
- package/templates/skills/knowledge/{seo-fundamentals → content/seo-fundamentals}/scripts/seo_checker.py +0 -0
- package/templates/skills/knowledge/debugging/code-refactoring-tech-debt/SKILL.md +422 -0
- package/templates/skills/knowledge/debugging/dependency-upgrade/SKILL.md +457 -0
- package/templates/skills/knowledge/debugging/error-detective/SKILL.md +89 -0
- package/templates/skills/knowledge/{performance-profiling → debugging/performance-profiling}/SKILL.md +0 -0
- package/templates/skills/knowledge/{performance-profiling → debugging/performance-profiling}/scripts/lighthouse_audit.py +0 -0
- package/templates/skills/knowledge/debugging/systematic-debugging/SKILL.md +336 -0
- package/templates/skills/knowledge/{systematic-debugging/SKILL.md → debugging/systematic-debugging/SKILL.md.bak} +0 -0
- package/templates/skills/knowledge/devops/aws-serverless/SKILL.md +359 -0
- package/templates/skills/knowledge/{bash-linux → devops/bash-linux}/SKILL.md +0 -0
- package/templates/skills/knowledge/devops/docker-expert/SKILL.md +445 -0
- package/templates/skills/knowledge/{powershell-windows → devops/powershell-windows}/SKILL.md +0 -0
- package/templates/skills/knowledge/{server-management → devops/server-management}/SKILL.md +0 -0
- package/templates/skills/knowledge/documentation/deep-research/SKILL.md +150 -0
- package/templates/skills/knowledge/documentation/doc-coauthoring/SKILL.md +411 -0
- package/templates/skills/knowledge/{documentation-templates → documentation/documentation-templates}/SKILL.md +0 -0
- package/templates/skills/knowledge/frontend/3d-web-experience/SKILL.md +290 -0
- package/templates/skills/knowledge/frontend/accessibility-compliance-accessibility-audit/SKILL.md +78 -0
- package/templates/skills/knowledge/frontend/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
- package/templates/skills/knowledge/frontend/figma-automation/SKILL.md +217 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/SKILL.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/animation-guide.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/color-system.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/decision-trees.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/motion-graphics.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/scripts/accessibility_checker.py +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/scripts/ux_audit.py +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/typography-system.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/ux-psychology.md +0 -0
- package/templates/skills/knowledge/{frontend-design → frontend/frontend-design}/visual-effects.md +0 -0
- package/templates/skills/knowledge/{nextjs-best-practices → frontend/nextjs-best-practices}/SKILL.md +0 -0
- package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/scripts/fetch-stitch.sh +0 -0
- package/templates/skills/{react-components → knowledge/frontend/react-components}/scripts/fetch-stitch.sh +0 -0
- package/templates/skills/knowledge/{react-patterns → frontend/react-patterns}/SKILL.md +0 -0
- package/templates/skills/knowledge/frontend/scroll-experience/SKILL.md +299 -0
- package/templates/skills/knowledge/{tailwind-patterns → frontend/tailwind-patterns}/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/2d-games/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/3d-games/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/game-art/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/game-audio/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/game-design/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/mobile-games/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/multiplayer/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/pc-games/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/vr-ar/SKILL.md +0 -0
- package/templates/skills/knowledge/{game-development → gaming/game-development}/web-games/SKILL.md +0 -0
- package/templates/skills/knowledge/{i18n-localization → i18n/i18n-localization}/SKILL.md +0 -0
- package/templates/skills/knowledge/{i18n-localization → i18n/i18n-localization}/scripts/i18n_checker.py +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/SKILL.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/decision-trees.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-backend.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-color-system.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-debugging.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-design-thinking.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-navigation.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-performance.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-testing.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/mobile-typography.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/platform-android.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/platform-ios.md +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/scripts/mobile_audit.py +0 -0
- package/templates/skills/knowledge/{mobile-design → mobile/mobile-design}/touch-psychology.md +0 -0
- package/templates/skills/knowledge/{red-team-tactics → security/red-team-tactics}/SKILL.md +0 -0
- package/templates/skills/knowledge/{vulnerability-scanner → security/vulnerability-scanner}/SKILL.md +0 -0
- package/templates/skills/knowledge/{vulnerability-scanner → security/vulnerability-scanner}/checklists.md +0 -0
- package/templates/skills/knowledge/{vulnerability-scanner → security/vulnerability-scanner}/scripts/security_scan.py +0 -0
- package/templates/skills/knowledge/{lint-and-validate → testing/lint-and-validate}/SKILL.md +0 -0
- package/templates/skills/knowledge/{lint-and-validate → testing/lint-and-validate}/scripts/lint_runner.py +0 -0
- package/templates/skills/knowledge/{lint-and-validate → testing/lint-and-validate}/scripts/type_coverage.py +0 -0
- package/templates/skills/knowledge/testing/playwright-skill/API_REFERENCE.md +653 -0
- package/templates/skills/knowledge/testing/playwright-skill/SKILL.md +489 -0
- package/templates/skills/knowledge/testing/playwright-skill/lib/helpers.js +441 -0
- package/templates/skills/knowledge/testing/playwright-skill/package.json +26 -0
- package/templates/skills/knowledge/testing/playwright-skill/run.js +228 -0
- package/templates/skills/knowledge/{tdd-workflow → testing/tdd-workflow}/SKILL.md +0 -0
- package/templates/skills/knowledge/testing/test-driven-development/SKILL.md +411 -0
- package/templates/skills/knowledge/testing/testing-patterns/SKILL.md +299 -0
- package/templates/skills/knowledge/{testing-patterns/SKILL.md → testing/testing-patterns/SKILL.md.bak} +0 -0
- package/templates/skills/knowledge/{testing-patterns → testing/testing-patterns}/scripts/test_runner.py +0 -0
- package/templates/skills/knowledge/{webapp-testing → testing/webapp-testing}/SKILL.md +0 -0
- package/templates/skills/knowledge/{webapp-testing → testing/webapp-testing}/scripts/playwright_runner.py +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/SKILL.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/agent-coordination.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/feature-building.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/project-detection.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/scaffolding.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/tech-stack.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/SKILL.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/astro-static/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/chrome-extension/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/cli-tool/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/electron-desktop/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/express-api/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/flutter-app/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/monorepo-turborepo/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nextjs-fullstack/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nextjs-saas/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nextjs-static/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/nuxt-app/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/python-fastapi/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{app-builder → workflow/app-builder}/templates/react-native-app/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/{behavioral-modes → workflow/behavioral-modes}/SKILL.md +0 -0
- package/templates/skills/knowledge/workflow/changelog-automation/SKILL.md +74 -0
- package/templates/skills/knowledge/workflow/changelog-automation/resources/implementation-playbook.md +538 -0
- package/templates/skills/knowledge/{clean-code → workflow/clean-code}/SKILL.md +0 -0
- package/templates/skills/knowledge/workflow/code-review-checklist/SKILL.md +484 -0
- /package/templates/skills/knowledge/{code-review-checklist/SKILL.md → workflow/code-review-checklist/SKILL.md.bak} +0 -0
- /package/templates/skills/knowledge/{deployment-procedures → workflow/deployment-procedures}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{intelligent-routing → workflow/intelligent-routing}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/requirements.txt +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/ask_question.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/auth_manager.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/browser_utils.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/cleanup_manager.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/config.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/notebook_manager.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/run.py +0 -0
- /package/templates/skills/knowledge/{notebooklm-rag → ai-agents/notebooklm-rag}/scripts/setup_environment.py +0 -0
- /package/templates/skills/knowledge/{executing-plans → architecture/executing-plans}/SKILL.md +0 -0
- /package/templates/skills/{design-md → knowledge/frontend/design-md}/README.md +0 -0
- /package/templates/skills/{design-md → knowledge/frontend/design-md}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{design-md → frontend/design-md/design-md}/README.md +0 -0
- /package/templates/skills/knowledge/{design-md → frontend/design-md/design-md}/SKILL.md +0 -0
- /package/templates/skills/{design-md → knowledge/frontend/design-md/design-md}/examples/DESIGN.md +0 -0
- /package/templates/skills/knowledge/{design-md → frontend/design-md}/examples/DESIGN.md +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components}/README.md +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components}/examples/gold-standard-card.tsx +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components}/package-lock.json +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components}/package.json +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/README.md +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/SKILL.md +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/examples/gold-standard-card.tsx +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/package-lock.json +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components/react-components}/package.json +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/architecture-checklist.md +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/component-template.tsx +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/stitch-api-reference.md +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/resources/style-guide.json +0 -0
- /package/templates/skills/knowledge/{react-components → frontend/react-components/react-components}/scripts/validate.js +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/architecture-checklist.md +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/component-template.tsx +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/stitch-api-reference.md +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components}/resources/style-guide.json +0 -0
- /package/templates/skills/{react-components → knowledge/frontend/react-components}/scripts/validate.js +0 -0
- /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/README.md +0 -0
- /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/examples/SITE.md +0 -0
- /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/examples/next-prompt.md +0 -0
- /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/resources/baton-schema.md +0 -0
- /package/templates/skills/knowledge/{stitch-loop → frontend/stitch-loop}/resources/site-template.md +0 -0
- /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/README.md +0 -0
- /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/SKILL.md +0 -0
- /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/examples/SITE.md +0 -0
- /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/examples/next-prompt.md +0 -0
- /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/resources/baton-schema.md +0 -0
- /package/templates/skills/{stitch-loop → knowledge/frontend/stitch-loop/stitch-loop}/resources/site-template.md +0 -0
- /package/templates/skills/knowledge/{test-driven-development/SKILL.md → testing/test-driven-development/SKILL.md.bak} +0 -0
- /package/templates/skills/knowledge/{plugin-discovery → workflow/plugin-discovery}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{plugin-discovery → workflow/plugin-discovery}/scripts/platform_setup.py +0 -0
- /package/templates/skills/knowledge/{self-update → workflow/self-update}/SKILL.md +0 -0
- /package/templates/skills/knowledge/{self-update → workflow/self-update}/scripts/update_kit.py +0 -0
- /package/templates/skills/knowledge/{verification-before-completion → workflow/verification-before-completion}/SKILL.md +0 -0
|
@@ -0,0 +1,1033 @@
|
|
|
1
|
+
# AGI Agent Kit — Skills Catalog
|
|
2
|
+
|
|
3
|
+
> **862 skills** across 16 categories | Generated 2026-02-16
|
|
4
|
+
> Tiers: 🟢 Core (4) | 🔵 Medium (76) | 🟡 Full (+782 community)
|
|
5
|
+
|
|
6
|
+
## Quick Reference
|
|
7
|
+
|
|
8
|
+
| Category | Skills | Tiers |
|
|
9
|
+
|----------|--------|-------|
|
|
10
|
+
| [Frontend & Design](#frontend) | 96 | 🔵 Medium 🟡 Full |
|
|
11
|
+
| [Backend & API](#backend) | 102 | 🔵 Medium 🟡 Full |
|
|
12
|
+
| [AI & Agents](#ai-agents) | 100 | 🔵 Medium 🟡 Full 🟢 Core |
|
|
13
|
+
| [DevOps & Infrastructure](#devops) | 143 | 🔵 Medium 🟡 Full |
|
|
14
|
+
| [Testing & Quality](#testing) | 38 | 🔵 Medium 🟡 Full |
|
|
15
|
+
| [Security](#security) | 32 | 🔵 Medium 🟡 Full |
|
|
16
|
+
| [Architecture & Planning](#architecture) | 30 | 🔵 Medium 🟡 Full |
|
|
17
|
+
| [Mobile Development](#mobile) | 9 | 🔵 Medium 🟡 Full |
|
|
18
|
+
| [Debugging & Maintenance](#debugging) | 41 | 🔵 Medium 🟡 Full |
|
|
19
|
+
| [Documentation & Research](#documentation) | 40 | 🔵 Medium 🟡 Full 🟢 Core |
|
|
20
|
+
| [Workflow & Productivity](#workflow) | 153 | 🔵 Medium 🟡 Full |
|
|
21
|
+
| [Content & Marketing](#content) | 27 | 🔵 Medium 🟡 Full |
|
|
22
|
+
| [Data & Analytics](#data) | 17 | 🟡 Full 🟢 Core |
|
|
23
|
+
| [Gaming & Creative](#gaming) | 8 | 🔵 Medium 🟡 Full |
|
|
24
|
+
| [Blockchain & Web3](#blockchain) | 3 | 🔵 Medium 🟡 Full |
|
|
25
|
+
| [Internationalization](#i18n) | 1 | 🔵 Medium |
|
|
26
|
+
| [Other / Uncategorized](#other) | 22 | 🟡 Full |
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## Frontend & Design
|
|
31
|
+
<a id="frontend"></a>
|
|
32
|
+
|
|
33
|
+
**96 skills**
|
|
34
|
+
|
|
35
|
+
| Skill | Tier | Description |
|
|
36
|
+
|-------|------|-------------|
|
|
37
|
+
| `3d-web-experience` | 🔵 Medium | Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spl |
|
|
38
|
+
| `accessibility-compliance-accessibility-audit` | 🔵 Medium | You are an accessibility expert specializing in WCAG compliance, inclusive desig |
|
|
39
|
+
| `design-md` | 🔵 Medium | Analyze Stitch projects and synthesize a semantic design system into DESIGN.md f |
|
|
40
|
+
| `figma-automation` | 🔵 Medium | Automate Figma tasks via Rube MCP (Composio): files, components, design tokens, |
|
|
41
|
+
| `frontend-design` | 🔵 Medium | Design thinking and decision-making for web UI. Use when designing components, l |
|
|
42
|
+
| `nextjs-best-practices` | 🔵 Medium | Next.js App Router principles. Server Components, data fetching, routing pattern |
|
|
43
|
+
| `react-components` | 🔵 Medium | Converts Stitch designs into modular Vite and React components using system-leve |
|
|
44
|
+
| `react-patterns` | 🔵 Medium | Modern React patterns and principles. Hooks, composition, performance, TypeScrip |
|
|
45
|
+
| `scroll-experience` | 🔵 Medium | Expert in building immersive scroll-driven experiences - parallax storytelling, |
|
|
46
|
+
| `stitch-loop` | 🔵 Medium | Teaches agents to iteratively build websites using Stitch with an autonomous bat |
|
|
47
|
+
| `tailwind-patterns` | 🔵 Medium | Tailwind CSS v4 principles. CSS-first configuration, container queries, modern p |
|
|
48
|
+
| `active-directory-attacks` | 🟡 Full | This skill should be used when the user asks to "attack Active Directory", "expl |
|
|
49
|
+
| `algolia-search` | 🟡 Full | Expert patterns for Algolia search implementation, indexing strategies, React In |
|
|
50
|
+
| `angular` | 🟡 Full | >- |
|
|
51
|
+
| `angular-best-practices` | 🟡 Full | Angular performance optimization and best practices guide. Use when writing, rev |
|
|
52
|
+
| `angular-migration` | 🟡 Full | Migrate from AngularJS to Angular using hybrid mode, incremental component rewri |
|
|
53
|
+
| `angular-state-management` | 🟡 Full | Master modern Angular state management with Signals, NgRx, and RxJS. Use when se |
|
|
54
|
+
| `angular-ui-patterns` | 🟡 Full | Modern Angular UI patterns for loading states, error handling, and data display. |
|
|
55
|
+
| `avalonia-layout-zafiro` | 🟡 Full | Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shar |
|
|
56
|
+
| `avalonia-viewmodels-zafiro` | 🟡 Full | Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and Rea |
|
|
57
|
+
| `avalonia-zafiro-development` | 🟡 Full | Mandatory skills, conventions, and behavioral rules for Avalonia UI development |
|
|
58
|
+
| `beautiful-prose` | 🟡 Full | Hard-edged writing style contract for timeless, forceful English prose without A |
|
|
59
|
+
| `brand-guidelines-anthropic` | 🟡 Full | Applies Anthropic's official brand colors and typography to any sort of artifact |
|
|
60
|
+
| `brand-guidelines-community` | 🟡 Full | Applies Anthropic's official brand colors and typography to any sort of artifact |
|
|
61
|
+
| `browser-extension-builder` | 🟡 Full | Expert in building browser extensions that solve real problems - Chrome, Firefox |
|
|
62
|
+
| `burp-suite-testing` | 🟡 Full | This skill should be used when the user asks to "intercept HTTP traffic", "modif |
|
|
63
|
+
| `c4-component` | 🟡 Full | Expert C4 Component-level documentation specialist. Synthesizes C4 |
|
|
64
|
+
| `canvas-design` | 🟡 Full | Create beautiful visual art in .png and .pdf documents using design philosophy. |
|
|
65
|
+
| `cc-skill-coding-standards` | 🟡 Full | Universal coding standards, best practices, and patterns for TypeScript, JavaScr |
|
|
66
|
+
| `cc-skill-frontend-patterns` | 🟡 Full | Frontend development patterns for React, Next.js, state management, performance |
|
|
67
|
+
| `cc-skill-project-guidelines-example` | 🟡 Full | Project Guidelines Skill (Example) |
|
|
68
|
+
| `claude-ally-health` | 🟡 Full | A health assistant skill for medical information analysis, symptom tracking, and |
|
|
69
|
+
| `claude-d3js-skill` | 🟡 Full | Creating interactive data visualisations using d3.js. This skill should be used |
|
|
70
|
+
| `core-components` | 🟡 Full | Core component library and design system patterns. Use when building UI, using d |
|
|
71
|
+
| `design-orchestration` | 🟡 Full | > |
|
|
72
|
+
| `discord-bot-architect` | 🟡 Full | Specialized skill for building production-ready Discord bots. Covers Discord.js |
|
|
73
|
+
| `environment-setup-guide` | 🟡 Full | Guide developers through setting up development environments with proper tools, |
|
|
74
|
+
| `event-sourcing-architect` | 🟡 Full | Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters |
|
|
75
|
+
| `event-store-design` | 🟡 Full | Design and implement event stores for event-sourced systems. Use when building e |
|
|
76
|
+
| `fp-ts-react` | 🟡 Full | Practical patterns for using fp-ts with React - hooks, state, forms, data fetchi |
|
|
77
|
+
| `frontend-dev-guidelines` | 🟡 Full | Opinionated frontend development standards for modern React + TypeScript applica |
|
|
78
|
+
| `frontend-developer` | 🟡 Full | Build React components, implement responsive layouts, and handle |
|
|
79
|
+
| `frontend-mobile-development-component-scaffold` | 🟡 Full | You are a React component architecture expert specializing in scaffolding produc |
|
|
80
|
+
| `frontend-slides` | 🟡 Full | Create stunning, animation-rich HTML presentations from scratch or by converting |
|
|
81
|
+
| `frontend-ui-dark-ts` | 🟡 Full | Build dark-themed React applications using Tailwind CSS with custom theming, gla |
|
|
82
|
+
| `html-injection-testing` | 🟡 Full | This skill should be used when the user asks to "test for HTML injection", "inje |
|
|
83
|
+
| `hybrid-search-implementation` | 🟡 Full | Combine vector and keyword search for improved retrieval. Use when implementing |
|
|
84
|
+
| `interactive-portfolio` | 🟡 Full | Expert in building portfolios that actually land jobs and clients - not just sho |
|
|
85
|
+
| `istio-traffic-management` | 🟡 Full | Configure Istio traffic management including routing, load balancing, circuit br |
|
|
86
|
+
| `javascript-typescript-typescript-scaffold` | 🟡 Full | You are a TypeScript project architecture expert specializing in scaffolding pro |
|
|
87
|
+
| `kpi-dashboard-design` | 🟡 Full | Design effective KPI dashboards with metrics selection, visualization best pract |
|
|
88
|
+
| `linux-privilege-escalation` | 🟡 Full | This skill should be used when the user asks to "escalate privileges on Linux", |
|
|
89
|
+
| `makepad-skills` | 🟡 Full | Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging |
|
|
90
|
+
| `mcp-builder-ms` | 🟡 Full | Guide for creating high-quality MCP (Model Context Protocol) servers that enable |
|
|
91
|
+
| `memory-forensics` | 🟡 Full | Master memory forensics techniques including memory acquisition, process analysi |
|
|
92
|
+
| `metasploit-framework` | 🟡 Full | This skill should be used when the user asks to "use Metasploit for penetration |
|
|
93
|
+
| `micro-saas-launcher` | 🟡 Full | Expert in launching small, focused SaaS products fast - the indie hacker approac |
|
|
94
|
+
| `ml-engineer` | 🟡 Full | Build production ML systems with PyTorch 2.x, TensorFlow, and |
|
|
95
|
+
| `mlops-engineer` | 🟡 Full | Build comprehensive ML pipelines, experiment tracking, and model |
|
|
96
|
+
| `monorepo-architect` | 🟡 Full | Expert in monorepo architecture, build systems, and dependency management at sca |
|
|
97
|
+
| `monorepo-management` | 🟡 Full | Master monorepo management with Turborepo, Nx, and pnpm workspaces to build effi |
|
|
98
|
+
| `nextjs-app-router-patterns` | 🟡 Full | Master Next.js 14+ App Router with Server Components, streaming, parallel routes |
|
|
99
|
+
| `personal-tool-builder` | 🟡 Full | Expert in building custom tools that solve your own problems first. The best pro |
|
|
100
|
+
| `pptx` | 🟡 Full | Presentation creation, editing, and analysis. When Claude needs to work with pre |
|
|
101
|
+
| `pptx-official` | 🟡 Full | Presentation creation, editing, and analysis. When Claude needs to work with pre |
|
|
102
|
+
| `quant-analyst` | 🟡 Full | Build financial models, backtest trading strategies, and analyze |
|
|
103
|
+
| `radix-ui-design-system` | 🟡 Full | Build accessible design systems with Radix UI primitives. Headless component cus |
|
|
104
|
+
| `react-best-practices` | 🟡 Full | React and Next.js performance optimization guidelines from Vercel Engineering. T |
|
|
105
|
+
| `react-flow-node-ts` | 🟡 Full | Create React Flow node components with TypeScript types, handles, and Zustand in |
|
|
106
|
+
| `react-modernization` | 🟡 Full | Upgrade React applications to latest versions, migrate from class components to |
|
|
107
|
+
| `react-state-management` | 🟡 Full | Master modern React state management with Redux Toolkit, Zustand, Jotai, and Rea |
|
|
108
|
+
| `react-ui-patterns` | 🟡 Full | Modern React UI patterns for loading states, error handling, and data fetching. |
|
|
109
|
+
| `risk-metrics-calculation` | 🟡 Full | Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawd |
|
|
110
|
+
| `security-bluebook-builder` | 🟡 Full | Build security Blue Books for sensitive apps |
|
|
111
|
+
| `senior-fullstack` | 🟡 Full | Comprehensive fullstack development skill for building complete web applications |
|
|
112
|
+
| `shopify-apps` | 🟡 Full | Expert patterns for Shopify app development including Remix/React Router apps, e |
|
|
113
|
+
| `skill-creator` | 🟡 Full | This skill should be used when the user asks to create a new skill, build a skil |
|
|
114
|
+
| `stitch-ui-design` | 🟡 Full | Expert guide for creating effective prompts for Google Stitch AI UI design tool. |
|
|
115
|
+
| `tailwind-design-system` | 🟡 Full | Build scalable design systems with Tailwind CSS, design tokens, component librar |
|
|
116
|
+
| `telegram-bot-builder` | 🟡 Full | Expert in building Telegram bots that solve real problems - from simple automati |
|
|
117
|
+
| `theme-factory` | 🟡 Full | Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, |
|
|
118
|
+
| `tool-design` | 🟡 Full | Build tools that agents can use effectively, including architectural reduction p |
|
|
119
|
+
| `trigger-dev` | 🟡 Full | Trigger.dev expert for background jobs, AI workflows, and reliable async executi |
|
|
120
|
+
| `turborepo-caching` | 🟡 Full | Configure Turborepo for efficient monorepo builds with local and remote caching. |
|
|
121
|
+
| `typescript-advanced-types` | 🟡 Full | Master TypeScript's advanced type system including generics, conditional types, |
|
|
122
|
+
| `ui-skills` | 🟡 Full | Opinionated, evolving constraints to guide agents when building interfaces |
|
|
123
|
+
| `ui-ux-designer` | 🟡 Full | Create interface designs, wireframes, and design systems. Masters |
|
|
124
|
+
| `ui-ux-pro-max` | 🟡 Full | UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, |
|
|
125
|
+
| `ui-visual-validator` | 🟡 Full | Rigorous visual validation expert specializing in UI testing, |
|
|
126
|
+
| `using-superpowers` | 🟡 Full | Use when starting any conversation - establishes how to find and use skills, req |
|
|
127
|
+
| `viral-generator-builder` | 🟡 Full | Expert in building shareable generator tools that go viral - name generators, qu |
|
|
128
|
+
| `wcag-audit-patterns` | 🟡 Full | Conduct WCAG 2.2 accessibility audits with automated testing, manual verificatio |
|
|
129
|
+
| `web-artifacts-builder` | 🟡 Full | Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts |
|
|
130
|
+
| `web-design-guidelines` | 🟡 Full | Review UI code for Web Interface Guidelines compliance. Use when asked to "revie |
|
|
131
|
+
| `wiki-vitepress` | 🟡 Full | Packages generated wiki Markdown into a VitePress static site with dark theme, d |
|
|
132
|
+
| `zustand-store-ts` | 🟡 Full | Create Zustand stores with TypeScript, subscribeWithSelector middleware, and pro |
|
|
133
|
+
|
|
134
|
+
## Backend & API
|
|
135
|
+
<a id="backend"></a>
|
|
136
|
+
|
|
137
|
+
**102 skills**
|
|
138
|
+
|
|
139
|
+
| Skill | Tier | Description |
|
|
140
|
+
|-------|------|-------------|
|
|
141
|
+
| `api-design-principles` | 🔵 Medium | Master REST and GraphQL API design principles to build intuitive, scalable, and |
|
|
142
|
+
| `api-patterns` | 🔵 Medium | API design principles and decision-making. REST vs GraphQL vs tRPC selection, re |
|
|
143
|
+
| `api-security-best-practices` | 🔵 Medium | Implement secure API design patterns including authentication, authorization, in |
|
|
144
|
+
| `auth-implementation-patterns` | 🔵 Medium | Master authentication and authorization patterns including JWT, OAuth2, session |
|
|
145
|
+
| `cqrs-implementation` | 🔵 Medium | Implement Command Query Responsibility Segregation for scalable architectures. U |
|
|
146
|
+
| `database-design` | 🔵 Medium | Database design principles and decision-making. Schema design, indexing strategy |
|
|
147
|
+
| `nodejs-best-practices` | 🔵 Medium | Node.js development principles and decision-making. Framework selection, async p |
|
|
148
|
+
| `python-patterns` | 🔵 Medium | Python development principles and decision-making. Framework selection, async pa |
|
|
149
|
+
| `anti-reversing-techniques` | 🟡 Full | Understand anti-reversing, obfuscation, and protection techniques encountered du |
|
|
150
|
+
| `api-fuzzing-bug-bounty` | 🟡 Full | This skill should be used when the user asks to "test API security", "fuzz APIs" |
|
|
151
|
+
| `async-python-patterns` | 🟡 Full | Master Python asyncio, concurrent programming, and async/await patterns for high |
|
|
152
|
+
| `azure-ai-formrecognizer-java` | 🟡 Full | Build document analysis applications with Azure Document Intelligence (Form Reco |
|
|
153
|
+
| `azure-communication-callingserver-java` | 🟡 Full | Azure Communication Services CallingServer (legacy) Java SDK. Note - This SDK is |
|
|
154
|
+
| `azure-cosmos-db-py` | 🟡 Full | Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-gr |
|
|
155
|
+
| `azure-data-tables-java` | 🟡 Full | Build table storage applications with Azure Tables SDK for Java. Use when workin |
|
|
156
|
+
| `azure-mgmt-apicenter-dotnet` | 🟡 Full | | |
|
|
157
|
+
| `azure-mgmt-apicenter-py` | 🟡 Full | | |
|
|
158
|
+
| `azure-mgmt-apimanagement-dotnet` | 🟡 Full | | |
|
|
159
|
+
| `azure-mgmt-apimanagement-py` | 🟡 Full | | |
|
|
160
|
+
| `azure-mgmt-mongodbatlas-dotnet` | 🟡 Full | Manage MongoDB Atlas Organizations as Azure ARM resources using Azure.ResourceMa |
|
|
161
|
+
| `azure-postgres-ts` | 🟡 Full | | |
|
|
162
|
+
| `azure-resource-manager-mysql-dotnet` | 🟡 Full | | |
|
|
163
|
+
| `azure-resource-manager-postgresql-dotnet` | 🟡 Full | | |
|
|
164
|
+
| `azure-resource-manager-redis-dotnet` | 🟡 Full | | |
|
|
165
|
+
| `azure-resource-manager-sql-dotnet` | 🟡 Full | | |
|
|
166
|
+
| `azure-speech-to-text-rest-py` | 🟡 Full | | |
|
|
167
|
+
| `backend-architect` | 🟡 Full | Expert backend architect specializing in scalable API design, |
|
|
168
|
+
| `backend-dev-guidelines` | 🟡 Full | Opinionated backend development standards for Node.js + Express + TypeScript mic |
|
|
169
|
+
| `backend-development-feature-development` | 🟡 Full | Orchestrate end-to-end backend feature development from requirements to deployme |
|
|
170
|
+
| `backend-security-coder` | 🟡 Full | Expert in secure backend coding practices specializing in input |
|
|
171
|
+
| `broken-authentication` | 🟡 Full | This skill should be used when the user asks to "test for broken authentication |
|
|
172
|
+
| `bun-development` | 🟡 Full | Modern JavaScript/TypeScript development with Bun runtime. Covers package manage |
|
|
173
|
+
| `cc-skill-backend-patterns` | 🟡 Full | Backend architecture patterns, API design, database optimization, and server-sid |
|
|
174
|
+
| `cc-skill-clickhouse-io` | 🟡 Full | ClickHouse database patterns, query optimization, analytics, and data engineerin |
|
|
175
|
+
| `clerk-auth` | 🟡 Full | Expert patterns for Clerk auth implementation, middleware, organizations, webhoo |
|
|
176
|
+
| `code-refactoring-context-restore` | 🟡 Full | Use when working with code refactoring context restore |
|
|
177
|
+
| `conductor-manage` | 🟡 Full | Manage track lifecycle: archive, restore, delete, rename, and cleanup |
|
|
178
|
+
| `context-management-context-restore` | 🟡 Full | Use when working with context management context restore |
|
|
179
|
+
| `copilot-sdk` | 🟡 Full | Build applications powered by GitHub Copilot using the Copilot SDK. Use when cre |
|
|
180
|
+
| `database-admin` | 🟡 Full | Expert database administrator specializing in modern cloud |
|
|
181
|
+
| `database-architect` | 🟡 Full | Expert database architect specializing in data layer design from |
|
|
182
|
+
| `database-migration` | 🟡 Full | Execute database migrations across ORMs and platforms with zero-downtime strateg |
|
|
183
|
+
| `database-migrations-sql-migrations` | 🟡 Full | SQL database migrations with zero-downtime strategies for |
|
|
184
|
+
| `database-optimizer` | 🟡 Full | Expert database optimizer specializing in modern performance |
|
|
185
|
+
| `dbt-transformation-patterns` | 🟡 Full | Master dbt (data build tool) for analytics engineering with model organization, |
|
|
186
|
+
| `django-pro` | 🟡 Full | Master Django 5.x with async views, DRF, Celery, and Django |
|
|
187
|
+
| `dotnet-architect` | 🟡 Full | Expert .NET backend architect specializing in C#, ASP.NET Core, |
|
|
188
|
+
| `dotnet-backend` | 🟡 Full | Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and |
|
|
189
|
+
| `dotnet-backend-patterns` | 🟡 Full | Master C#/.NET backend development patterns for building robust APIs, MCP server |
|
|
190
|
+
| `exa-search` | 🟡 Full | Semantic search, similar content discovery, and structured research using Exa AP |
|
|
191
|
+
| `fal-platform` | 🟡 Full | Platform APIs for model management, pricing, and usage tracking |
|
|
192
|
+
| `fastapi-pro` | 🟡 Full | Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and |
|
|
193
|
+
| `fastapi-router-py` | 🟡 Full | Create FastAPI routers with CRUD operations, authentication dependencies, and pr |
|
|
194
|
+
| `fastapi-templates` | 🟡 Full | Create production-ready FastAPI projects with async patterns, dependency injecti |
|
|
195
|
+
| `file-organizer` | 🟡 Full | Intelligently organizes files and folders by understanding context, finding dupl |
|
|
196
|
+
| `firebase` | 🟡 Full | Firebase gives you a complete backend in minutes - auth, database, storage, func |
|
|
197
|
+
| `form-cro` | 🟡 Full | > |
|
|
198
|
+
| `graphql` | 🟡 Full | GraphQL gives clients exactly the data they need - no more, no less. One endpoin |
|
|
199
|
+
| `graphql-architect` | 🟡 Full | Master modern GraphQL with federation, performance optimization, |
|
|
200
|
+
| `hubspot-integration` | 🟡 Full | Expert patterns for HubSpot CRM integration including OAuth authentication, CRM |
|
|
201
|
+
| `incident-responder` | 🟡 Full | Expert SRE incident responder specializing in rapid problem |
|
|
202
|
+
| `inngest` | 🟡 Full | Inngest expert for serverless-first background jobs, event-driven workflows, and |
|
|
203
|
+
| `microservices-patterns` | 🟡 Full | Design microservices architectures with service boundaries, event-driven communi |
|
|
204
|
+
| `microsoft-azure-webjobs-extensions-authentication-events-dotnet` | 🟡 Full | | |
|
|
205
|
+
| `moodle-external-api-development` | 🟡 Full | Create custom external web service APIs for Moodle LMS. Use when implementing we |
|
|
206
|
+
| `multi-platform-apps-multi-platform` | 🟡 Full | Build and deploy the same feature consistently across web, mobile, and desktop p |
|
|
207
|
+
| `n8n-code-python` | 🟡 Full | Write Python code in n8n Code nodes. Use when writing Python in n8n, using _inpu |
|
|
208
|
+
| `neon-postgres` | 🟡 Full | Expert patterns for Neon serverless Postgres, branching, connection pooling, and |
|
|
209
|
+
| `nestjs-expert` | 🟡 Full | Nest.js framework expert specializing in module architecture, dependency injecti |
|
|
210
|
+
| `network-101` | 🟡 Full | This skill should be used when the user asks to "set up a web server", "configur |
|
|
211
|
+
| `nextjs-supabase-auth` | 🟡 Full | Expert integration of Supabase Auth with Next.js App Router Use when: supabase a |
|
|
212
|
+
| `nodejs-backend-patterns` | 🟡 Full | Build production-ready Node.js backend services with Express/Fastify, implementi |
|
|
213
|
+
| `nosql-expert` | 🟡 Full | Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses o |
|
|
214
|
+
| `openapi-spec-generation` | 🟡 Full | Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, |
|
|
215
|
+
| `performance-testing-review-multi-agent-review` | 🟡 Full | Use when working with performance testing review multi agent review |
|
|
216
|
+
| `podcast-generation` | 🟡 Full | Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Real |
|
|
217
|
+
| `postgres-best-practices` | 🟡 Full | Postgres performance optimization and best practices from Supabase. Use this ski |
|
|
218
|
+
| `postgresql` | 🟡 Full | Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing |
|
|
219
|
+
| `prisma-expert` | 🟡 Full | Prisma ORM expert for schema design, migrations, query optimization, relations m |
|
|
220
|
+
| `pydantic-models-py` | 🟡 Full | Create Pydantic models following the multi-model pattern with Base, Create, Upda |
|
|
221
|
+
| `python-development-python-scaffold` | 🟡 Full | You are a Python project architecture expert specializing in scaffolding product |
|
|
222
|
+
| `python-packaging` | 🟡 Full | Create distributable Python packages with proper project structure, setup.py/pyp |
|
|
223
|
+
| `python-pro` | 🟡 Full | Master Python 3.12+ with modern features, async programming, |
|
|
224
|
+
| `salesforce-development` | 🟡 Full | Expert patterns for Salesforce platform development including Lightning Web Comp |
|
|
225
|
+
| `segment-cdp` | 🟡 Full | Expert patterns for Segment Customer Data Platform including Analytics.js, serve |
|
|
226
|
+
| `senior-architect` | 🟡 Full | Comprehensive software architecture skill for designing scalable, maintainable s |
|
|
227
|
+
| `sharp-edges` | 🟡 Full | Identify error-prone APIs and dangerous configurations |
|
|
228
|
+
| `signup-flow-cro` | 🟡 Full | When the user wants to optimize signup, registration, account creation, or trial |
|
|
229
|
+
| `similarity-search-patterns` | 🟡 Full | Implement efficient similarity search with vector databases. Use when building s |
|
|
230
|
+
| `sql-injection-testing` | 🟡 Full | This skill should be used when the user asks to "test for SQL injection vulnerab |
|
|
231
|
+
| `sql-optimization-patterns` | 🟡 Full | Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dram |
|
|
232
|
+
| `sql-pro` | 🟡 Full | Master modern SQL with cloud-native databases, OLTP/OLAP |
|
|
233
|
+
| `sqlmap-database-pentesting` | 🟡 Full | This skill should be used when the user asks to "automate SQL injection testing, |
|
|
234
|
+
| `supabase-automation` | 🟡 Full | Automate Supabase database queries, table management, project administration, st |
|
|
235
|
+
| `tavily-web` | 🟡 Full | Web search, content extraction, crawling, and research capabilities using Tavily |
|
|
236
|
+
| `telegram-mini-app` | 🟡 Full | Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram |
|
|
237
|
+
| `terraform-specialist` | 🟡 Full | Expert Terraform/OpenTofu specialist mastering advanced IaC |
|
|
238
|
+
| `twilio-communications` | 🟡 Full | Build communication features with Twilio: SMS messaging, voice calls, WhatsApp B |
|
|
239
|
+
| `using-neon` | 🟡 Full | Guides and best practices for working with Neon Serverless Postgres. Covers gett |
|
|
240
|
+
| `vector-database-engineer` | 🟡 Full | Expert in vector databases, embedding strategies, and semantic search implementa |
|
|
241
|
+
| `vector-index-tuning` | 🟡 Full | Optimize vector index performance for latency, recall, and memory. Use when tuni |
|
|
242
|
+
| `wireshark-analysis` | 🟡 Full | This skill should be used when the user asks to "analyze network traffic with Wi |
|
|
243
|
+
|
|
244
|
+
## AI & Agents
|
|
245
|
+
<a id="ai-agents"></a>
|
|
246
|
+
|
|
247
|
+
**100 skills**
|
|
248
|
+
|
|
249
|
+
| Skill | Tier | Description |
|
|
250
|
+
|-------|------|-------------|
|
|
251
|
+
| `qdrant-memory` | 🟢 Core | Intelligent token optimization through Qdrant-powered semantic caching and long- |
|
|
252
|
+
| `agent-memory-systems` | 🔵 Medium | Memory is the cornerstone of intelligent agents. Without it, every interaction s |
|
|
253
|
+
| `agent-tool-builder` | 🔵 Medium | Tools are how AI agents interact with the world. A well-designed tool is the dif |
|
|
254
|
+
| `ai-agents-architect` | 🔵 Medium | Expert in designing and building autonomous AI agents. Masters tool use, memory |
|
|
255
|
+
| `ai-engineer` | 🔵 Medium | Build production-ready LLM applications, advanced RAG systems, and |
|
|
256
|
+
| `autonomous-agent-patterns` | 🔵 Medium | Design patterns for building autonomous coding agents. Covers tool integration, |
|
|
257
|
+
| `mcp-builder` | 🔵 Medium | Guide for creating high-quality MCP (Model Context Protocol) servers that enable |
|
|
258
|
+
| `notebooklm-rag` | 🔵 Medium | Deep RAG layer powered by Google NotebookLM + Gemini. The agent autonomously man |
|
|
259
|
+
| `parallel-agents` | 🔵 Medium | Platform-adaptive multi-agent orchestration. Uses Claude Code Agent Teams when a |
|
|
260
|
+
| `prompt-engineering-patterns` | 🔵 Medium | Master advanced prompt engineering techniques to maximize LLM performance, relia |
|
|
261
|
+
| `activecampaign-automation` | 🟡 Full | Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, li |
|
|
262
|
+
| `agent-evaluation` | 🟡 Full | Testing and benchmarking LLM agents including behavioral testing, capability ass |
|
|
263
|
+
| `agent-framework-azure-ai-py` | 🟡 Full | Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (ag |
|
|
264
|
+
| `agent-manager-skill` | 🟡 Full | Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) w |
|
|
265
|
+
| `agent-memory-mcp` | 🟡 Full | A hybrid memory system that provides persistent, searchable knowledge management |
|
|
266
|
+
| `agent-orchestration-improve-agent` | 🟡 Full | Systematic improvement of existing agents through performance analysis, prompt e |
|
|
267
|
+
| `agents-v2-py` | 🟡 Full | | |
|
|
268
|
+
| `ai-product` | 🟡 Full | Every product will be AI-powered. The question is whether you'll build it right |
|
|
269
|
+
| `ai-wrapper-product` | 🟡 Full | Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into foc |
|
|
270
|
+
| `airtable-automation` | 🟡 Full | Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, |
|
|
271
|
+
| `autonomous-agents` | 🟡 Full | Autonomous agents are AI systems that can independently decompose goals, plan ac |
|
|
272
|
+
| `azure-ai-agents-persistent-dotnet` | 🟡 Full | | |
|
|
273
|
+
| `azure-ai-agents-persistent-java` | 🟡 Full | | |
|
|
274
|
+
| `azure-ai-contentsafety-ts` | 🟡 Full | Analyze text and images for harmful content using Azure AI Content Safety (@azur |
|
|
275
|
+
| `azure-ai-openai-dotnet` | 🟡 Full | | |
|
|
276
|
+
| `azure-ai-projects-py` | 🟡 Full | Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects) |
|
|
277
|
+
| `azure-ai-projects-ts` | 🟡 Full | Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-proj |
|
|
278
|
+
| `azure-ai-vision-imageanalysis-java` | 🟡 Full | Build image analysis applications with Azure AI Vision SDK for Java. Use when im |
|
|
279
|
+
| `azure-ai-vision-imageanalysis-py` | 🟡 Full | | |
|
|
280
|
+
| `azure-ai-voicelive-py` | 🟡 Full | Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-vo |
|
|
281
|
+
| `bullmq-specialist` | 🟡 Full | BullMQ expert for Redis-backed job queues, background processing, and reliable a |
|
|
282
|
+
| `business-analyst` | 🟡 Full | Master modern business analysis with AI-powered analytics, |
|
|
283
|
+
| `code-review-ai-ai-review` | 🟡 Full | You are an expert AI-powered code review specialist combining automated static a |
|
|
284
|
+
| `codex-review` | 🟡 Full | Professional code review with auto CHANGELOG generation, integrated with Codex A |
|
|
285
|
+
| `computer-use-agents` | 🟡 Full | Build AI agents that interact with computers like humans do - viewing screens, m |
|
|
286
|
+
| `computer-vision-expert` | 🟡 Full | SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (S |
|
|
287
|
+
| `context-degradation` | 🟡 Full | Recognize patterns of context failure: lost-in-middle, poisoning, distraction, a |
|
|
288
|
+
| `context-fundamentals` | 🟡 Full | Understand what context is, why it matters, and the anatomy of context in agent |
|
|
289
|
+
| `context-manager` | 🟡 Full | Elite AI context engineering specialist mastering dynamic context |
|
|
290
|
+
| `conversation-memory` | 🟡 Full | Persistent memory systems for LLM conversations including short-term, long-term, |
|
|
291
|
+
| `crewai` | 🟡 Full | Expert in CrewAI - the leading role-based multi-agent framework used by 60% of F |
|
|
292
|
+
| `customer-support` | 🟡 Full | Elite AI-powered customer support specialist mastering |
|
|
293
|
+
| `daily-news-report` | 🟡 Full | Scrapes content based on a preset URL list, filters high-quality technical infor |
|
|
294
|
+
| `dispatching-parallel-agents` | 🟡 Full | Use when facing 2+ independent tasks that can be worked on without shared state |
|
|
295
|
+
| `email-sequence` | 🟡 Full | When the user wants to create or optimize an email sequence, drip campaign, auto |
|
|
296
|
+
| `email-systems` | 🟡 Full | Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet |
|
|
297
|
+
| `embedding-strategies` | 🟡 Full | Select and optimize embedding models for semantic search and RAG applications. U |
|
|
298
|
+
| `evaluation` | 🟡 Full | Build evaluation frameworks for agent systems |
|
|
299
|
+
| `fal-audio` | 🟡 Full | Text-to-speech and speech-to-text using fal.ai audio models |
|
|
300
|
+
| `fal-generate` | 🟡 Full | Generate images and videos using fal.ai AI models |
|
|
301
|
+
| `fal-image-edit` | 🟡 Full | AI-powered image editing with style transfer and object removal |
|
|
302
|
+
| `fal-upscale` | 🟡 Full | Upscale and enhance image and video resolution using AI |
|
|
303
|
+
| `fal-workflow` | 🟡 Full | Generate workflow JSON files for chaining AI models |
|
|
304
|
+
| `fp-ts-pragmatic` | 🟡 Full | A practical, jargon-free guide to fp-ts functional programming - the 80/20 appro |
|
|
305
|
+
| `gemini-api-dev` | 🟡 Full | Use this skill when building applications with Gemini models, Gemini API, workin |
|
|
306
|
+
| `gmail-automation` | 🟡 Full | Automate Gmail tasks via Rube MCP (Composio): send/reply, search, labels, drafts |
|
|
307
|
+
| `hosted-agents-v2-py` | 🟡 Full | | |
|
|
308
|
+
| `imagen` | 🟡 Full | | |
|
|
309
|
+
| `incident-response-smart-fix` | 🟡 Full | [Extended thinking: This workflow implements a sophisticated debugging and resol |
|
|
310
|
+
| `internal-comms-anthropic` | 🟡 Full | A set of resources to help me write all kinds of internal communications, using |
|
|
311
|
+
| `javascript-mastery` | 🟡 Full | Comprehensive JavaScript reference covering 33+ essential concepts every develop |
|
|
312
|
+
| `kaizen` | 🟡 Full | Guide for continuous improvement, error proofing, and standardization. Use this |
|
|
313
|
+
| `langchain-architecture` | 🟡 Full | Design LLM applications using the LangChain framework with agents, memory, and t |
|
|
314
|
+
| `langfuse` | 🟡 Full | Expert in Langfuse - the open-source LLM observability platform. Covers tracing, |
|
|
315
|
+
| `langgraph` | 🟡 Full | Expert in LangGraph - the production-grade framework for building stateful, mult |
|
|
316
|
+
| `last30days` | 🟡 Full | Research a topic from the last 30 days on Reddit + X + Web, become an expert, an |
|
|
317
|
+
| `legal-advisor` | 🟡 Full | Draft privacy policies, terms of service, disclaimers, and legal |
|
|
318
|
+
| `llm-app-patterns` | 🟡 Full | Production-ready patterns for building LLM applications. Covers RAG pipelines, a |
|
|
319
|
+
| `llm-application-dev-ai-assistant` | 🟡 Full | You are an AI assistant development expert specializing in creating intelligent |
|
|
320
|
+
| `llm-application-dev-langchain-agent` | 🟡 Full | You are an expert LangChain agent developer specializing in production-grade AI |
|
|
321
|
+
| `llm-application-dev-prompt-optimize` | 🟡 Full | You are an expert prompt engineer specializing in crafting effective prompts for |
|
|
322
|
+
| `llm-evaluation` | 🟡 Full | Implement comprehensive evaluation strategies for LLM applications using automat |
|
|
323
|
+
| `m365-agents-dotnet` | 🟡 Full | | |
|
|
324
|
+
| `m365-agents-py` | 🟡 Full | | |
|
|
325
|
+
| `m365-agents-ts` | 🟡 Full | | |
|
|
326
|
+
| `mailchimp-automation` | 🟡 Full | Automate Mailchimp email marketing including campaigns, audiences, subscribers, |
|
|
327
|
+
| `memory-systems` | 🟡 Full | Design short-term, long-term, and graph-based memory architectures |
|
|
328
|
+
| `mermaid-expert` | 🟡 Full | Create Mermaid diagrams for flowcharts, sequences, ERDs, and |
|
|
329
|
+
| `multi-agent-brainstorming` | 🟡 Full | > |
|
|
330
|
+
| `nanobanana-ppt-skills` | 🟡 Full | AI-powered PPT generation with document analysis and styled images |
|
|
331
|
+
| `onboarding-cro` | 🟡 Full | When the user wants to optimize post-signup onboarding, user activation, first-r |
|
|
332
|
+
| `paid-ads` | 🟡 Full | When the user wants help with paid advertising campaigns on Google Ads, Meta (Fa |
|
|
333
|
+
| `performance-testing-review-ai-review` | 🟡 Full | You are an expert AI-powered code review specialist combining automated static a |
|
|
334
|
+
| `plaid-fintech` | 🟡 Full | Expert patterns for Plaid API integration including Link token flows, transactio |
|
|
335
|
+
| `prompt-caching` | 🟡 Full | Caching strategies for LLM prompts including Anthropic prompt caching, response |
|
|
336
|
+
| `prompt-engineer` | 🟡 Full | Transforms user prompts into optimized prompts using frameworks (RTF, RISEN, Cha |
|
|
337
|
+
| `prompt-engineering` | 🟡 Full | Expert guide on prompt engineering patterns, best practices, and optimization te |
|
|
338
|
+
| `prompt-library` | 🟡 Full | Curated collection of high-quality prompts for various use cases. Includes role- |
|
|
339
|
+
| `rag-engineer` | 🟡 Full | Expert in building Retrieval-Augmented Generation systems. Masters embedding mod |
|
|
340
|
+
| `rag-implementation` | 🟡 Full | Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vec |
|
|
341
|
+
| `sales-automator` | 🟡 Full | Draft cold emails, follow-ups, and proposal templates. Creates |
|
|
342
|
+
| `shodan-reconnaissance` | 🟡 Full | This skill should be used when the user asks to "search for exposed devices on t |
|
|
343
|
+
| `skill-creator-ms` | 🟡 Full | Guide for creating effective skills for AI coding agents working with Azure SDKs |
|
|
344
|
+
| `skill-developer` | 🟡 Full | Create and manage Claude Code skills following Anthropic best practices. Use whe |
|
|
345
|
+
| `skill-rails-upgrade` | 🟡 Full | Analyze Rails apps and provide upgrade assessments |
|
|
346
|
+
| `subagent-driven-development` | 🟡 Full | Use when executing implementation plans with independent tasks in the current se |
|
|
347
|
+
| `voice-agents` | 🟡 Full | Voice agents represent the frontier of AI interaction - humans speaking naturall |
|
|
348
|
+
| `voice-ai-development` | 🟡 Full | Expert in building voice AI applications - from real-time voice agents to voice- |
|
|
349
|
+
| `voice-ai-engine-development` | 🟡 Full | Build real-time conversational AI voice engines using async worker pipelines, st |
|
|
350
|
+
| `youtube-summarizer` | 🟡 Full | Extract transcripts from YouTube videos and generate comprehensive, detailed sum |
|
|
351
|
+
|
|
352
|
+
## DevOps & Infrastructure
|
|
353
|
+
<a id="devops"></a>
|
|
354
|
+
|
|
355
|
+
**143 skills**
|
|
356
|
+
|
|
357
|
+
| Skill | Tier | Description |
|
|
358
|
+
|-------|------|-------------|
|
|
359
|
+
| `aws-serverless` | 🔵 Medium | Specialized skill for building production-ready serverless applications on AWS. |
|
|
360
|
+
| `bash-linux` | 🔵 Medium | Bash/Linux terminal patterns. Critical commands, piping, error handling, scripti |
|
|
361
|
+
| `docker-expert` | 🔵 Medium | Docker containerization expert with deep knowledge of multi-stage builds, image |
|
|
362
|
+
| `powershell-windows` | 🔵 Medium | PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling. |
|
|
363
|
+
| `server-management` | 🔵 Medium | Server management principles and decision-making. Process management, monitoring |
|
|
364
|
+
| `agent-orchestration-multi-agent-optimize` | 🟡 Full | Optimize multi-agent systems with coordinated profiling, workload distribution, |
|
|
365
|
+
| `airflow-dag-patterns` | 🟡 Full | Build production Apache Airflow DAGs with best practices for operators, sensors, |
|
|
366
|
+
| `aws-penetration-testing` | 🟡 Full | This skill should be used when the user asks to "pentest AWS", "test AWS securit |
|
|
367
|
+
| `aws-skills` | 🟡 Full | AWS development with infrastructure automation and cloud architecture patterns |
|
|
368
|
+
| `azd-deployment` | 🟡 Full | Deploy containerized applications to Azure Container Apps using Azure Developer |
|
|
369
|
+
| `azure-ai-anomalydetector-java` | 🟡 Full | Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java |
|
|
370
|
+
| `azure-ai-contentsafety-java` | 🟡 Full | Build content moderation applications with Azure AI Content Safety SDK for Java. |
|
|
371
|
+
| `azure-ai-contentsafety-py` | 🟡 Full | | |
|
|
372
|
+
| `azure-ai-contentunderstanding-py` | 🟡 Full | | |
|
|
373
|
+
| `azure-ai-document-intelligence-dotnet` | 🟡 Full | | |
|
|
374
|
+
| `azure-ai-document-intelligence-ts` | 🟡 Full | Extract text, tables, and structured data from documents using Azure Document In |
|
|
375
|
+
| `azure-ai-ml-py` | 🟡 Full | | |
|
|
376
|
+
| `azure-ai-projects-dotnet` | 🟡 Full | | |
|
|
377
|
+
| `azure-ai-projects-java` | 🟡 Full | | |
|
|
378
|
+
| `azure-ai-textanalytics-py` | 🟡 Full | | |
|
|
379
|
+
| `azure-ai-transcription-py` | 🟡 Full | | |
|
|
380
|
+
| `azure-ai-translation-document-py` | 🟡 Full | | |
|
|
381
|
+
| `azure-ai-translation-text-py` | 🟡 Full | | |
|
|
382
|
+
| `azure-ai-translation-ts` | 🟡 Full | Build translation applications using Azure Translation SDKs for JavaScript (@azu |
|
|
383
|
+
| `azure-ai-voicelive-dotnet` | 🟡 Full | | |
|
|
384
|
+
| `azure-ai-voicelive-java` | 🟡 Full | | |
|
|
385
|
+
| `azure-ai-voicelive-ts` | 🟡 Full | | |
|
|
386
|
+
| `azure-appconfiguration-java` | 🟡 Full | | |
|
|
387
|
+
| `azure-appconfiguration-py` | 🟡 Full | | |
|
|
388
|
+
| `azure-appconfiguration-ts` | 🟡 Full | Build applications using Azure App Configuration SDK for JavaScript (@azure/app- |
|
|
389
|
+
| `azure-communication-chat-java` | 🟡 Full | Build real-time chat applications with Azure Communication Services Chat Java SD |
|
|
390
|
+
| `azure-communication-common-java` | 🟡 Full | Azure Communication Services common utilities for Java. Use when working with Co |
|
|
391
|
+
| `azure-communication-sms-java` | 🟡 Full | Send SMS messages with Azure Communication Services SMS Java SDK. Use when imple |
|
|
392
|
+
| `azure-compute-batch-java` | 🟡 Full | | |
|
|
393
|
+
| `azure-containerregistry-py` | 🟡 Full | | |
|
|
394
|
+
| `azure-cosmos-java` | 🟡 Full | | |
|
|
395
|
+
| `azure-cosmos-py` | 🟡 Full | | |
|
|
396
|
+
| `azure-cosmos-rust` | 🟡 Full | | |
|
|
397
|
+
| `azure-cosmos-ts` | 🟡 Full | | |
|
|
398
|
+
| `azure-data-tables-py` | 🟡 Full | | |
|
|
399
|
+
| `azure-eventgrid-dotnet` | 🟡 Full | | |
|
|
400
|
+
| `azure-eventgrid-java` | 🟡 Full | Build event-driven applications with Azure Event Grid SDK for Java. Use when pub |
|
|
401
|
+
| `azure-eventgrid-py` | 🟡 Full | | |
|
|
402
|
+
| `azure-eventhub-dotnet` | 🟡 Full | | |
|
|
403
|
+
| `azure-eventhub-java` | 🟡 Full | Build real-time streaming applications with Azure Event Hubs SDK for Java. Use w |
|
|
404
|
+
| `azure-eventhub-py` | 🟡 Full | | |
|
|
405
|
+
| `azure-eventhub-rust` | 🟡 Full | | |
|
|
406
|
+
| `azure-eventhub-ts` | 🟡 Full | Build event streaming applications using Azure Event Hubs SDK for JavaScript (@a |
|
|
407
|
+
| `azure-functions` | 🟡 Full | Expert patterns for Azure Functions development including isolated worker model, |
|
|
408
|
+
| `azure-identity-dotnet` | 🟡 Full | | |
|
|
409
|
+
| `azure-identity-java` | 🟡 Full | Azure Identity Java SDK for authentication with Azure services. Use when impleme |
|
|
410
|
+
| `azure-identity-py` | 🟡 Full | | |
|
|
411
|
+
| `azure-identity-rust` | 🟡 Full | | |
|
|
412
|
+
| `azure-identity-ts` | 🟡 Full | Authenticate to Azure services using Azure Identity SDK for JavaScript (@azure/i |
|
|
413
|
+
| `azure-keyvault-certificates-rust` | 🟡 Full | | |
|
|
414
|
+
| `azure-keyvault-keys-rust` | 🟡 Full | | |
|
|
415
|
+
| `azure-keyvault-keys-ts` | 🟡 Full | Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/ |
|
|
416
|
+
| `azure-keyvault-py` | 🟡 Full | | |
|
|
417
|
+
| `azure-keyvault-secrets-rust` | 🟡 Full | | |
|
|
418
|
+
| `azure-keyvault-secrets-ts` | 🟡 Full | Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault |
|
|
419
|
+
| `azure-maps-search-dotnet` | 🟡 Full | | |
|
|
420
|
+
| `azure-messaging-webpubsub-java` | 🟡 Full | Build real-time web applications with Azure Web PubSub SDK for Java. Use when im |
|
|
421
|
+
| `azure-messaging-webpubsubservice-py` | 🟡 Full | | |
|
|
422
|
+
| `azure-mgmt-applicationinsights-dotnet` | 🟡 Full | | |
|
|
423
|
+
| `azure-mgmt-arizeaiobservabilityeval-dotnet` | 🟡 Full | | |
|
|
424
|
+
| `azure-mgmt-botservice-dotnet` | 🟡 Full | | |
|
|
425
|
+
| `azure-mgmt-botservice-py` | 🟡 Full | | |
|
|
426
|
+
| `azure-mgmt-fabric-dotnet` | 🟡 Full | | |
|
|
427
|
+
| `azure-mgmt-fabric-py` | 🟡 Full | | |
|
|
428
|
+
| `azure-mgmt-weightsandbiases-dotnet` | 🟡 Full | | |
|
|
429
|
+
| `azure-microsoft-playwright-testing-ts` | 🟡 Full | Run Playwright tests at scale using Azure Playwright Workspaces (formerly Micros |
|
|
430
|
+
| `azure-monitor-ingestion-java` | 🟡 Full | | |
|
|
431
|
+
| `azure-monitor-ingestion-py` | 🟡 Full | | |
|
|
432
|
+
| `azure-monitor-opentelemetry-exporter-java` | 🟡 Full | | |
|
|
433
|
+
| `azure-monitor-opentelemetry-exporter-py` | 🟡 Full | | |
|
|
434
|
+
| `azure-monitor-opentelemetry-py` | 🟡 Full | | |
|
|
435
|
+
| `azure-monitor-opentelemetry-ts` | 🟡 Full | Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@az |
|
|
436
|
+
| `azure-monitor-query-java` | 🟡 Full | | |
|
|
437
|
+
| `azure-monitor-query-py` | 🟡 Full | | |
|
|
438
|
+
| `azure-resource-manager-cosmosdb-dotnet` | 🟡 Full | | |
|
|
439
|
+
| `azure-resource-manager-durabletask-dotnet` | 🟡 Full | | |
|
|
440
|
+
| `azure-resource-manager-playwright-dotnet` | 🟡 Full | | |
|
|
441
|
+
| `azure-search-documents-dotnet` | 🟡 Full | | |
|
|
442
|
+
| `azure-search-documents-py` | 🟡 Full | | |
|
|
443
|
+
| `azure-security-keyvault-keys-dotnet` | 🟡 Full | | |
|
|
444
|
+
| `azure-security-keyvault-keys-java` | 🟡 Full | Azure Key Vault Keys Java SDK for cryptographic key management. Use when creatin |
|
|
445
|
+
| `azure-security-keyvault-secrets-java` | 🟡 Full | Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrie |
|
|
446
|
+
| `azure-servicebus-dotnet` | 🟡 Full | | |
|
|
447
|
+
| `azure-servicebus-py` | 🟡 Full | | |
|
|
448
|
+
| `azure-servicebus-ts` | 🟡 Full | Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/ |
|
|
449
|
+
| `azure-storage-blob-java` | 🟡 Full | Build blob storage applications with Azure Storage Blob SDK for Java. Use when u |
|
|
450
|
+
| `azure-storage-blob-py` | 🟡 Full | | |
|
|
451
|
+
| `azure-storage-blob-rust` | 🟡 Full | | |
|
|
452
|
+
| `azure-storage-blob-ts` | 🟡 Full | | |
|
|
453
|
+
| `azure-storage-file-datalake-py` | 🟡 Full | | |
|
|
454
|
+
| `azure-storage-file-share-py` | 🟡 Full | | |
|
|
455
|
+
| `azure-storage-file-share-ts` | 🟡 Full | | |
|
|
456
|
+
| `azure-storage-queue-py` | 🟡 Full | | |
|
|
457
|
+
| `azure-storage-queue-ts` | 🟡 Full | | |
|
|
458
|
+
| `azure-web-pubsub-ts` | 🟡 Full | Build real-time messaging applications using Azure Web PubSub SDKs for JavaScrip |
|
|
459
|
+
| `bash-defensive-patterns` | 🟡 Full | Master defensive Bash programming techniques for production-grade scripts. Use w |
|
|
460
|
+
| `bash-pro` | 🟡 Full | Master of defensive Bash scripting for production automation, CI/CD |
|
|
461
|
+
| `busybox-on-windows` | 🟡 Full | How to use a Win32 build of BusyBox to run many of the standard UNIX command lin |
|
|
462
|
+
| `c4-container` | 🟡 Full | Expert C4 Container-level documentation specialist. Synthesizes |
|
|
463
|
+
| `claude-win11-speckit-update-skill` | 🟡 Full | Windows 11 system management |
|
|
464
|
+
| `cloud-architect` | 🟡 Full | Expert cloud architect specializing in AWS/Azure/GCP multi-cloud |
|
|
465
|
+
| `cloud-penetration-testing` | 🟡 Full | This skill should be used when the user asks to "perform cloud penetration testi |
|
|
466
|
+
| `context-window-management` | 🟡 Full | Strategies for managing LLM context windows including summarization, trimming, r |
|
|
467
|
+
| `database-cloud-optimization-cost-optimize` | 🟡 Full | You are a cloud cost optimization expert specializing in reducing infrastructure |
|
|
468
|
+
| `deployment-engineer` | 🟡 Full | Expert deployment engineer specializing in modern CI/CD pipelines, |
|
|
469
|
+
| `deployment-pipeline-design` | 🟡 Full | Design multi-stage CI/CD pipelines with approval gates, security checks, and dep |
|
|
470
|
+
| `deployment-validation-config-validate` | 🟡 Full | You are a configuration management expert specializing in validating, testing, a |
|
|
471
|
+
| `expo-deployment` | 🟡 Full | Deploy Expo apps to production |
|
|
472
|
+
| `file-uploads` | 🟡 Full | Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, pre |
|
|
473
|
+
| `full-stack-orchestration-full-stack-feature` | 🟡 Full | Use when working with full stack orchestration full stack feature |
|
|
474
|
+
| `gcp-cloud-run` | 🟡 Full | Specialized skill for building production-ready serverless applications on GCP. |
|
|
475
|
+
| `helm-chart-scaffolding` | 🟡 Full | Design, organize, and manage Helm charts for templating and packaging Kubernetes |
|
|
476
|
+
| `hugging-face-cli` | 🟡 Full | Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs |
|
|
477
|
+
| `hugging-face-jobs` | 🟡 Full | This skill should be used when users want to run any workload on Hugging Face Jo |
|
|
478
|
+
| `hybrid-cloud-architect` | 🟡 Full | Expert hybrid cloud architect specializing in complex multi-cloud |
|
|
479
|
+
| `hybrid-cloud-networking` | 🟡 Full | Configure secure, high-performance connectivity between on-premises infrastructu |
|
|
480
|
+
| `k8s-manifest-generator` | 🟡 Full | Create production-ready Kubernetes manifests for Deployments, Services, ConfigMa |
|
|
481
|
+
| `k8s-security-policies` | 🟡 Full | Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolic |
|
|
482
|
+
| `kubernetes-architect` | 🟡 Full | Expert Kubernetes architect specializing in cloud-native |
|
|
483
|
+
| `linux-shell-scripting` | 🟡 Full | This skill should be used when the user asks to "create bash scripts", "automate |
|
|
484
|
+
| `loki-mode` | 🟡 Full | Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". |
|
|
485
|
+
| `machine-learning-ops-ml-pipeline` | 🟡 Full | Design and implement a complete ML pipeline for: $ARGUMENTS |
|
|
486
|
+
| `ml-pipeline-workflow` | 🟡 Full | Build end-to-end MLOps pipelines from data preparation through model training, v |
|
|
487
|
+
| `multi-cloud-architecture` | 🟡 Full | Design multi-cloud architectures using a decision framework to select and integr |
|
|
488
|
+
| `network-engineer` | 🟡 Full | Expert network engineer specializing in modern cloud networking, |
|
|
489
|
+
| `posix-shell-pro` | 🟡 Full | Expert in strict POSIX sh scripting for maximum portability across |
|
|
490
|
+
| `saga-orchestration` | 🟡 Full | Implement saga patterns for distributed transactions and cross-aggregate workflo |
|
|
491
|
+
| `secrets-management` | 🟡 Full | Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets |
|
|
492
|
+
| `service-mesh-expert` | 🟡 Full | Expert service mesh architect specializing in Istio, Linkerd, and cloud-native n |
|
|
493
|
+
| `shellcheck-configuration` | 🟡 Full | Master ShellCheck static analysis configuration and usage for shell script quali |
|
|
494
|
+
| `tdd-orchestrator` | 🟡 Full | Master TDD orchestrator specializing in red-green-refactor |
|
|
495
|
+
| `terraform-module-library` | 🟡 Full | Build reusable Terraform modules for AWS, Azure, and GCP infrastructure followin |
|
|
496
|
+
| `terraform-skill` | 🟡 Full | Terraform infrastructure as code best practices |
|
|
497
|
+
| `upstash-qstash` | 🟡 Full | Upstash QStash expert for serverless message queues, scheduled jobs, and reliabl |
|
|
498
|
+
| `vercel-automation` | 🟡 Full | Automate Vercel tasks via Rube MCP (Composio): manage deployments, domains, DNS, |
|
|
499
|
+
| `vercel-deploy-claimable` | 🟡 Full | Deploy applications and websites to Vercel. Use this skill when the user request |
|
|
500
|
+
| `vercel-deployment` | 🟡 Full | Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, |
|
|
501
|
+
| `windows-privilege-escalation` | 🟡 Full | This skill should be used when the user asks to "escalate privileges on Windows, |
|
|
502
|
+
|
|
503
|
+
## Testing & Quality
|
|
504
|
+
<a id="testing"></a>
|
|
505
|
+
|
|
506
|
+
**38 skills**
|
|
507
|
+
|
|
508
|
+
| Skill | Tier | Description |
|
|
509
|
+
|-------|------|-------------|
|
|
510
|
+
| `lint-and-validate` | 🔵 Medium | Automatic quality control, linting, and static analysis procedures. Use after ev |
|
|
511
|
+
| `playwright-skill` | 🔵 Medium | Complete browser automation with Playwright. Auto-detects dev servers, writes cl |
|
|
512
|
+
| `tdd-workflow` | 🔵 Medium | Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle. |
|
|
513
|
+
| `test-driven-development` | 🔵 Medium | Use when implementing any feature or bugfix, before writing implementation code |
|
|
514
|
+
| `testing-patterns` | 🔵 Medium | Jest testing patterns, factory functions, mocking strategies, and TDD workflow. |
|
|
515
|
+
| `webapp-testing` | 🔵 Medium | Web application testing principles. E2E, Playwright, deep audit strategies. |
|
|
516
|
+
| `ab-test-setup` | 🟡 Full | Structured guide for setting up A/B tests with mandatory gates for hypothesis, m |
|
|
517
|
+
| `api-testing-observability-api-mock` | 🟡 Full | You are an API mocking expert specializing in realistic mock services for develo |
|
|
518
|
+
| `backtesting-frameworks` | 🟡 Full | Build robust backtesting systems for trading strategies with proper handling of |
|
|
519
|
+
| `bats-testing-patterns` | 🟡 Full | Master Bash Automated Testing System (Bats) for comprehensive shell script testi |
|
|
520
|
+
| `code-review-excellence` | 🟡 Full | Master effective code review practices to provide constructive feedback, catch b |
|
|
521
|
+
| `code-reviewer` | 🟡 Full | Elite code review expert specializing in modern AI-powered code |
|
|
522
|
+
| `conductor-implement` | 🟡 Full | Execute tasks from a track's implementation plan following TDD workflow |
|
|
523
|
+
| `data-quality-frameworks` | 🟡 Full | Implement data quality validation with Great Expectations, dbt tests, and data c |
|
|
524
|
+
| `e2e-testing-patterns` | 🟡 Full | Master end-to-end testing with Playwright and Cypress to build reliable test sui |
|
|
525
|
+
| `file-path-traversal` | 🟡 Full | This skill should be used when the user asks to "test for directory traversal", |
|
|
526
|
+
| `go-playwright` | 🟡 Full | Expert capability for robust, stealthy, and efficient browser automation using P |
|
|
527
|
+
| `idor-testing` | 🟡 Full | This skill should be used when the user asks to "test for insecure direct object |
|
|
528
|
+
| `infinite-gratitude` | 🟡 Full | Multi-agent research skill for parallel research execution (10 agents, battle-te |
|
|
529
|
+
| `javascript-testing-patterns` | 🟡 Full | Implement comprehensive testing strategies using Jest, Vitest, and Testing Libra |
|
|
530
|
+
| `payment-integration` | 🟡 Full | Integrate Stripe, PayPal, and payment processors. Handles checkout |
|
|
531
|
+
| `paypal-integration` | 🟡 Full | Integrate PayPal payment processing with support for express checkout, subscript |
|
|
532
|
+
| `pypict-skill` | 🟡 Full | Pairwise test generation |
|
|
533
|
+
| `python-testing-patterns` | 🟡 Full | Implement comprehensive testing strategies with pytest, fixtures, mocking, and t |
|
|
534
|
+
| `receiving-code-review` | 🟡 Full | Use when receiving code review feedback, before implementing suggestions, especi |
|
|
535
|
+
| `requesting-code-review` | 🟡 Full | Use when completing tasks, implementing major features, or before merging to ver |
|
|
536
|
+
| `screen-reader-testing` | 🟡 Full | Test web applications with screen readers including VoiceOver, NVDA, and JAWS. U |
|
|
537
|
+
| `smtp-penetration-testing` | 🟡 Full | This skill should be used when the user asks to "perform SMTP penetration testin |
|
|
538
|
+
| `stripe-integration` | 🟡 Full | Implement Stripe payment processing for robust, PCI-compliant payment flows incl |
|
|
539
|
+
| `tdd-workflows-tdd-cycle` | 🟡 Full | Use when working with tdd workflows tdd cycle |
|
|
540
|
+
| `tdd-workflows-tdd-green` | 🟡 Full | Implement the minimal code needed to make failing tests pass in the TDD green ph |
|
|
541
|
+
| `tdd-workflows-tdd-red` | 🟡 Full | Generate failing tests for the TDD red phase to define expected behavior and edg |
|
|
542
|
+
| `tdd-workflows-tdd-refactor` | 🟡 Full | Use when working with tdd workflows tdd refactor |
|
|
543
|
+
| `temporal-python-testing` | 🟡 Full | Test Temporal workflows with pytest, time-skipping, and mocking strategies. Cove |
|
|
544
|
+
| `test-automator` | 🟡 Full | Master AI-powered test automation with modern frameworks, |
|
|
545
|
+
| `test-fixing` | 🟡 Full | Run tests and systematically fix all failing tests using smart error grouping. U |
|
|
546
|
+
| `unit-testing-test-generate` | 🟡 Full | Generate comprehensive, maintainable unit tests across languages with strong cov |
|
|
547
|
+
| `wordpress-penetration-testing` | 🟡 Full | This skill should be used when the user asks to "pentest WordPress sites", "scan |
|
|
548
|
+
|
|
549
|
+
## Security
|
|
550
|
+
<a id="security"></a>
|
|
551
|
+
|
|
552
|
+
**32 skills**
|
|
553
|
+
|
|
554
|
+
| Skill | Tier | Description |
|
|
555
|
+
|-------|------|-------------|
|
|
556
|
+
| `red-team-tactics` | 🔵 Medium | Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evas |
|
|
557
|
+
| `vulnerability-scanner` | 🔵 Medium | Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, a |
|
|
558
|
+
| `attack-tree-construction` | 🟡 Full | Build comprehensive attack trees to visualize threat paths. Use when mapping att |
|
|
559
|
+
| `cc-skill-security-review` | 🟡 Full | Use this skill when adding authentication, handling user input, working with sec |
|
|
560
|
+
| `codebase-cleanup-deps-audit` | 🟡 Full | You are a dependency security expert specializing in vulnerability scanning, lic |
|
|
561
|
+
| `dependency-management-deps-audit` | 🟡 Full | You are a dependency security expert specializing in vulnerability scanning, lic |
|
|
562
|
+
| `ethical-hacking-methodology` | 🟡 Full | This skill should be used when the user asks to "learn ethical hacking", "unders |
|
|
563
|
+
| `find-bugs` | 🟡 Full | Find bugs, security vulnerabilities, and code quality issues in local branch cha |
|
|
564
|
+
| `fix-review` | 🟡 Full | Verify fix commits address audit findings without new bugs |
|
|
565
|
+
| `frontend-mobile-security-xss-scan` | 🟡 Full | You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vu |
|
|
566
|
+
| `frontend-security-coder` | 🟡 Full | Expert in secure frontend coding practices specializing in XSS |
|
|
567
|
+
| `mobile-security-coder` | 🟡 Full | Expert in secure mobile coding practices specializing in input |
|
|
568
|
+
| `pci-compliance` | 🟡 Full | Implement PCI DSS compliance requirements for secure handling of payment card da |
|
|
569
|
+
| `pentest-checklist` | 🟡 Full | This skill should be used when the user asks to "plan a penetration test", "crea |
|
|
570
|
+
| `pentest-commands` | 🟡 Full | This skill should be used when the user asks to "run pentest commands", "scan wi |
|
|
571
|
+
| `production-code-audit` | 🟡 Full | Autonomously deep-scan entire codebase line-by-line, understand architecture and |
|
|
572
|
+
| `red-team-tools` | 🟡 Full | This skill should be used when the user asks to "follow red team methodology", " |
|
|
573
|
+
| `sast-configuration` | 🟡 Full | Configure Static Application Security Testing (SAST) tools for automated vulnera |
|
|
574
|
+
| `scanning-tools` | 🟡 Full | This skill should be used when the user asks to "perform vulnerability scanning" |
|
|
575
|
+
| `security-auditor` | 🟡 Full | Expert security auditor specializing in DevSecOps, comprehensive |
|
|
576
|
+
| `security-compliance-compliance-check` | 🟡 Full | You are a compliance expert specializing in regulatory requirements for software |
|
|
577
|
+
| `security-requirement-extraction` | 🟡 Full | Derive security requirements from threat models and business context. Use when t |
|
|
578
|
+
| `security-scanning-security-dependencies` | 🟡 Full | You are a security expert specializing in dependency vulnerability analysis, SBO |
|
|
579
|
+
| `security-scanning-security-hardening` | 🟡 Full | Coordinate multi-layer security scanning and hardening across application, infra |
|
|
580
|
+
| `security-scanning-security-sast` | 🟡 Full | Static Application Security Testing (SAST) for code vulnerability |
|
|
581
|
+
| `seo-audit` | 🟡 Full | > |
|
|
582
|
+
| `solidity-security` | 🟡 Full | Master smart contract security best practices to prevent common vulnerabilities |
|
|
583
|
+
| `ssh-penetration-testing` | 🟡 Full | This skill should be used when the user asks to "pentest SSH services", "enumera |
|
|
584
|
+
| `threat-mitigation-mapping` | 🟡 Full | Map identified threats to appropriate security controls and mitigations. Use whe |
|
|
585
|
+
| `threat-modeling-expert` | 🟡 Full | Expert in threat modeling methodologies, security architecture review, and risk |
|
|
586
|
+
| `top-web-vulnerabilities` | 🟡 Full | This skill should be used when the user asks to "identify web application vulner |
|
|
587
|
+
| `xss-html-injection` | 🟡 Full | This skill should be used when the user asks to "test for XSS vulnerabilities", |
|
|
588
|
+
|
|
589
|
+
## Architecture & Planning
|
|
590
|
+
<a id="architecture"></a>
|
|
591
|
+
|
|
592
|
+
**30 skills**
|
|
593
|
+
|
|
594
|
+
| Skill | Tier | Description |
|
|
595
|
+
|-------|------|-------------|
|
|
596
|
+
| `architecture` | 🔵 Medium | Architectural decision-making framework. Requirements analysis, trade-off evalua |
|
|
597
|
+
| `architecture-decision-records` | 🔵 Medium | Write and maintain Architecture Decision Records (ADRs) following best practices |
|
|
598
|
+
| `brainstorming` | 🔵 Medium | Socratic questioning protocol + user communication. MANDATORY for complex reques |
|
|
599
|
+
| `c4-architecture-c4-architecture` | 🔵 Medium | Generate comprehensive C4 architecture documentation for an existing repository/ |
|
|
600
|
+
| `executing-plans` | 🔵 Medium | Structured plan execution with batch checkpoints or subagent-per-task with two-s |
|
|
601
|
+
| `plan-writing` | 🔵 Medium | Structured task planning with clear breakdowns, dependencies, and verification c |
|
|
602
|
+
| `SPDD` | 🟡 Full | Spec-Driven Product Development - A 3-phase methodology (Research, Spec, Impleme |
|
|
603
|
+
| `architect-review` | 🟡 Full | Master software architect specializing in modern architecture |
|
|
604
|
+
| `architecture-patterns` | 🟡 Full | Implement proven backend architecture patterns including Clean Architecture, Hex |
|
|
605
|
+
| `binary-analysis-patterns` | 🟡 Full | Master binary analysis patterns including disassembly, decompilation, control fl |
|
|
606
|
+
| `c4-code` | 🟡 Full | Expert C4 Code-level documentation specialist. Analyzes code |
|
|
607
|
+
| `c4-context` | 🟡 Full | Expert C4 Context-level documentation specialist. Creates |
|
|
608
|
+
| `concise-planning` | 🟡 Full | Use when a user asks for a plan for a coding task, to generate a clear, actionab |
|
|
609
|
+
| `conductor-new-track` | 🟡 Full | Create a new track with specification and phased implementation plan |
|
|
610
|
+
| `error-handling-patterns` | 🟡 Full | Master error handling patterns across languages including exceptions, Result typ |
|
|
611
|
+
| `go-concurrency-patterns` | 🟡 Full | Master Go concurrency with goroutines, channels, sync primitives, and context. U |
|
|
612
|
+
| `linkerd-patterns` | 🟡 Full | Implement Linkerd service mesh patterns for lightweight, security-focused servic |
|
|
613
|
+
| `memory-safety-patterns` | 🟡 Full | Implement memory-safe programming with RAII, ownership, smart pointers, and reso |
|
|
614
|
+
| `modern-javascript-patterns` | 🟡 Full | Master ES6+ features including async/await, destructuring, spread operators, arr |
|
|
615
|
+
| `multi-agent-patterns` | 🟡 Full | Master orchestrator, peer-to-peer, and hierarchical multi-agent architectures |
|
|
616
|
+
| `nx-workspace-patterns` | 🟡 Full | Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuri |
|
|
617
|
+
| `on-call-handoff-patterns` | 🟡 Full | Master on-call shift handoffs with context transfer, escalation procedures, and |
|
|
618
|
+
| `planning-with-files` | 🟡 Full | Implements Manus-style file-based planning for complex tasks. Creates task_plan. |
|
|
619
|
+
| `projection-patterns` | 🟡 Full | Build read models and projections from event streams. Use when implementing CQRS |
|
|
620
|
+
| `rust-async-patterns` | 🟡 Full | Master Rust async programming with Tokio, async traits, error handling, and conc |
|
|
621
|
+
| `software-architecture` | 🟡 Full | Guide for quality focused software architecture. This skill should be used when |
|
|
622
|
+
| `stride-analysis-patterns` | 🟡 Full | Apply STRIDE methodology to systematically identify threats. Use when analyzing |
|
|
623
|
+
| `team-composition-analysis` | 🟡 Full | This skill should be used when the user asks to "plan team |
|
|
624
|
+
| `workflow-patterns` | 🟡 Full | Use this skill when implementing tasks according to Conductor's TDD |
|
|
625
|
+
| `writing-plans` | 🟡 Full | Use when you have a spec or requirements for a multi-step task, before touching |
|
|
626
|
+
|
|
627
|
+
## Mobile Development
|
|
628
|
+
<a id="mobile"></a>
|
|
629
|
+
|
|
630
|
+
**9 skills**
|
|
631
|
+
|
|
632
|
+
| Skill | Tier | Description |
|
|
633
|
+
|-------|------|-------------|
|
|
634
|
+
| `mobile-design` | 🔵 Medium | Mobile-first design thinking and decision-making for iOS and Android apps. Touch |
|
|
635
|
+
| `app-store-optimization` | 🟡 Full | Complete App Store Optimization (ASO) toolkit for researching, optimizing, and t |
|
|
636
|
+
| `competitor-alternatives` | 🟡 Full | When the user wants to create competitor comparison or alternative pages for SEO |
|
|
637
|
+
| `flutter-expert` | 🟡 Full | Master Flutter development with Dart 3, advanced widgets, and |
|
|
638
|
+
| `ios-developer` | 🟡 Full | Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, |
|
|
639
|
+
| `mobile-developer` | 🟡 Full | Develop React Native, Flutter, or native mobile apps with modern |
|
|
640
|
+
| `react-native-architecture` | 🟡 Full | Build production React Native apps with Expo, navigation, native modules, offlin |
|
|
641
|
+
| `swiftui-expert-skill` | 🟡 Full | Write, review, or improve SwiftUI code following best practices for state manage |
|
|
642
|
+
| `upgrading-expo` | 🟡 Full | Upgrade Expo SDK versions |
|
|
643
|
+
|
|
644
|
+
## Debugging & Maintenance
|
|
645
|
+
<a id="debugging"></a>
|
|
646
|
+
|
|
647
|
+
**41 skills**
|
|
648
|
+
|
|
649
|
+
| Skill | Tier | Description |
|
|
650
|
+
|-------|------|-------------|
|
|
651
|
+
| `code-refactoring-tech-debt` | 🔵 Medium | You are a technical debt expert specializing in identifying, quantifying, and pr |
|
|
652
|
+
| `dependency-upgrade` | 🔵 Medium | Manage major dependency version upgrades with compatibility analysis, staged rol |
|
|
653
|
+
| `error-detective` | 🔵 Medium | Search logs and codebases for error patterns, stack traces, and |
|
|
654
|
+
| `performance-profiling` | 🔵 Medium | Performance profiling principles. Measurement, analysis, and optimization techni |
|
|
655
|
+
| `systematic-debugging` | 🔵 Medium | Use when encountering any bug, test failure, or unexpected behavior, before prop |
|
|
656
|
+
| `application-performance-performance-optimization` | 🟡 Full | Optimize end-to-end application performance with profiling, observability, and b |
|
|
657
|
+
| `bazel-build-optimization` | 🟡 Full | Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, imp |
|
|
658
|
+
| `code-refactoring-refactor-clean` | 🟡 Full | You are a code refactoring expert specializing in clean code principles, SOLID d |
|
|
659
|
+
| `codebase-cleanup-refactor-clean` | 🟡 Full | You are a code refactoring expert specializing in clean code principles, SOLID d |
|
|
660
|
+
| `codebase-cleanup-tech-debt` | 🟡 Full | You are a technical debt expert specializing in identifying, quantifying, and pr |
|
|
661
|
+
| `context-optimization` | 🟡 Full | Apply compaction, masking, and caching strategies |
|
|
662
|
+
| `cost-optimization` | 🟡 Full | Optimize cloud costs through resource rightsizing, tagging strategies, reserved |
|
|
663
|
+
| `database-migrations-migration-observability` | 🟡 Full | Migration monitoring, CDC, and observability infrastructure |
|
|
664
|
+
| `debugger` | 🟡 Full | Debugging specialist for errors, test failures, and unexpected |
|
|
665
|
+
| `debugging-strategies` | 🟡 Full | Master systematic debugging techniques, profiling tools, and root cause analysis |
|
|
666
|
+
| `debugging-toolkit-smart-debug` | 🟡 Full | Use when working with debugging toolkit smart debug |
|
|
667
|
+
| `devops-troubleshooter` | 🟡 Full | Expert DevOps troubleshooter specializing in rapid incident |
|
|
668
|
+
| `distributed-debugging-debug-trace` | 🟡 Full | You are a debugging expert specializing in setting up comprehensive debugging en |
|
|
669
|
+
| `distributed-tracing` | 🟡 Full | Implement distributed tracing with Jaeger and Tempo to track requests across mic |
|
|
670
|
+
| `error-debugging-error-analysis` | 🟡 Full | You are an expert error analysis specialist with deep expertise in debugging dis |
|
|
671
|
+
| `error-debugging-error-trace` | 🟡 Full | You are an error tracking and observability expert specializing in implementing |
|
|
672
|
+
| `error-debugging-multi-agent-review` | 🟡 Full | Use when working with error debugging multi agent review |
|
|
673
|
+
| `error-diagnostics-error-analysis` | 🟡 Full | You are an expert error analysis specialist with deep expertise in debugging dis |
|
|
674
|
+
| `error-diagnostics-error-trace` | 🟡 Full | You are an error tracking and observability expert specializing in implementing |
|
|
675
|
+
| `error-diagnostics-smart-debug` | 🟡 Full | Use when working with error diagnostics smart debug |
|
|
676
|
+
| `fp-ts-errors` | 🟡 Full | Handle errors as values using fp-ts Either and TaskEither for cleaner, more pred |
|
|
677
|
+
| `framework-migration-code-migrate` | 🟡 Full | You are a code migration expert specializing in transitioning codebases between |
|
|
678
|
+
| `framework-migration-deps-upgrade` | 🟡 Full | You are a dependency management expert specializing in safe, incremental upgrade |
|
|
679
|
+
| `framework-migration-legacy-modernize` | 🟡 Full | Orchestrate a comprehensive legacy system modernization using the strangler fig |
|
|
680
|
+
| `legacy-modernizer` | 🟡 Full | Refactor legacy codebases, migrate outdated frameworks, and |
|
|
681
|
+
| `observability-engineer` | 🟡 Full | Build production-ready monitoring, logging, and tracing systems. |
|
|
682
|
+
| `observability-monitoring-monitor-setup` | 🟡 Full | You are a monitoring and observability expert specializing in implementing compr |
|
|
683
|
+
| `observability-monitoring-slo-implement` | 🟡 Full | You are an SLO (Service Level Objective) expert specializing in implementing rel |
|
|
684
|
+
| `page-cro` | 🟡 Full | > |
|
|
685
|
+
| `paywall-upgrade-cro` | 🟡 Full | When the user wants to create or optimize in-app paywalls, upgrade screens, upse |
|
|
686
|
+
| `performance-engineer` | 🟡 Full | Expert performance engineer specializing in modern observability, |
|
|
687
|
+
| `python-performance-optimization` | 🟡 Full | Profile and optimize Python code using cProfile, memory profilers, and performan |
|
|
688
|
+
| `service-mesh-observability` | 🟡 Full | Implement comprehensive observability for service meshes including distributed t |
|
|
689
|
+
| `slo-implementation` | 🟡 Full | Define and implement Service Level Indicators (SLIs) and Service Level Objective |
|
|
690
|
+
| `spark-optimization` | 🟡 Full | Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and |
|
|
691
|
+
| `web-performance-optimization` | 🟡 Full | Optimize website and web application performance including loading speed, Core W |
|
|
692
|
+
|
|
693
|
+
## Documentation & Research
|
|
694
|
+
<a id="documentation"></a>
|
|
695
|
+
|
|
696
|
+
**40 skills**
|
|
697
|
+
|
|
698
|
+
| Skill | Tier | Description |
|
|
699
|
+
|-------|------|-------------|
|
|
700
|
+
| `documentation` | 🟢 Core | Automated documentation maintenance and generation skill. Triggers when: (1) Cod |
|
|
701
|
+
| `webcrawler` | 🟢 Core | Documentation harvesting agent for crawling and extracting content from document |
|
|
702
|
+
| `deep-research` | 🔵 Medium | Execute autonomous multi-step research using Google Gemini Deep Research Agent. |
|
|
703
|
+
| `doc-coauthoring` | 🔵 Medium | Guide users through a structured workflow for co-authoring documentation. Use wh |
|
|
704
|
+
| `documentation-templates` | 🔵 Medium | Documentation templates and structure guidelines. README, API docs, code comment |
|
|
705
|
+
| `api-documentation-generator` | 🟡 Full | Generate comprehensive, developer-friendly API documentation from code, includin |
|
|
706
|
+
| `api-documenter` | 🟡 Full | Master API documentation with OpenAPI 3.1, AI-powered tools, and |
|
|
707
|
+
| `azure-search-documents-ts` | 🟡 Full | Build search applications using Azure AI Search SDK for JavaScript (@azure/searc |
|
|
708
|
+
| `claude-code-guide` | 🟡 Full | Master guide for using Claude Code effectively. Includes configuration templates |
|
|
709
|
+
| `claude-scientific-skills` | 🟡 Full | Scientific research and analysis skills |
|
|
710
|
+
| `code-documentation-code-explain` | 🟡 Full | You are a code education expert specializing in explaining complex code through |
|
|
711
|
+
| `code-documentation-doc-generate` | 🟡 Full | You are a documentation expert specializing in creating comprehensive, maintaina |
|
|
712
|
+
| `context7-auto-research` | 🟡 Full | Automatically fetch latest library/framework documentation for Claude Code via C |
|
|
713
|
+
| `culture-index` | 🟡 Full | Index and search culture documentation |
|
|
714
|
+
| `defi-protocol-templates` | 🟡 Full | Implement DeFi protocols with production-ready templates for staking, AMMs, gove |
|
|
715
|
+
| `docs-architect` | 🟡 Full | Creates comprehensive technical documentation from existing |
|
|
716
|
+
| `documentation-generation-doc-generate` | 🟡 Full | You are a documentation expert specializing in creating comprehensive, maintaina |
|
|
717
|
+
| `docusign-automation` | 🟡 Full | Automate DocuSign tasks via Rube MCP (Composio): templates, envelopes, signature |
|
|
718
|
+
| `docx` | 🟡 Full | Comprehensive document creation, editing, and analysis with support for tracked |
|
|
719
|
+
| `docx-official` | 🟡 Full | Comprehensive document creation, editing, and analysis with support for tracked |
|
|
720
|
+
| `employment-contract-templates` | 🟡 Full | Create employment contracts, offer letters, and HR policy documents following le |
|
|
721
|
+
| `incident-runbook-templates` | 🟡 Full | Create structured incident response runbooks with step-by-step procedures, escal |
|
|
722
|
+
| `malware-analyst` | 🟡 Full | Expert malware analyst specializing in defensive malware research, |
|
|
723
|
+
| `notebooklm` | 🟡 Full | Use this skill to query your Google NotebookLM notebooks directly from Claude Co |
|
|
724
|
+
| `obsidian-clipper-template-creator` | 🟡 Full | Guide for creating templates for the Obsidian Web Clipper. Use when you want to |
|
|
725
|
+
| `product-manager-toolkit` | 🟡 Full | Comprehensive toolkit for product managers including RICE prioritization, custom |
|
|
726
|
+
| `readme` | 🟡 Full | When the user wants to create or update a README.md file for a project. Also use |
|
|
727
|
+
| `reference-builder` | 🟡 Full | Creates exhaustive technical references and API documentation. |
|
|
728
|
+
| `research-engineer` | 🟡 Full | An uncompromising Academic Research Engineer. Operates with absolute scientific |
|
|
729
|
+
| `screenshots` | 🟡 Full | Generate marketing screenshots of your app using Playwright. Use when the user w |
|
|
730
|
+
| `search-specialist` | 🟡 Full | Expert web researcher using advanced search techniques and |
|
|
731
|
+
| `skill-seekers` | 🟡 Full | -Automatically convert documentation websites, GitHub repositories, and PDFs int |
|
|
732
|
+
| `startup-business-analyst-business-case` | 🟡 Full | Generate comprehensive investor-ready business case document with |
|
|
733
|
+
| `tutorial-engineer` | 🟡 Full | Creates step-by-step tutorials and educational content from code. |
|
|
734
|
+
| `wiki-architect` | 🟡 Full | Analyzes code repositories and generates hierarchical documentation structures w |
|
|
735
|
+
| `wiki-changelog` | 🟡 Full | Analyzes git commit history and generates structured changelogs categorized by c |
|
|
736
|
+
| `wiki-onboarding` | 🟡 Full | Generates two complementary onboarding guides — a Principal-Level architectural |
|
|
737
|
+
| `wiki-page-writer` | 🟡 Full | Generates rich technical documentation pages with dark-mode Mermaid diagrams, so |
|
|
738
|
+
| `wiki-qa` | 🟡 Full | Answers questions about a code repository using source file analysis. Use when t |
|
|
739
|
+
| `wiki-researcher` | 🟡 Full | Conducts multi-turn iterative deep research on specific topics within a codebase |
|
|
740
|
+
|
|
741
|
+
## Workflow & Productivity
|
|
742
|
+
<a id="workflow"></a>
|
|
743
|
+
|
|
744
|
+
**153 skills**
|
|
745
|
+
|
|
746
|
+
| Skill | Tier | Description |
|
|
747
|
+
|-------|------|-------------|
|
|
748
|
+
| `app-builder` | 🔵 Medium | Main application building orchestrator. Creates full-stack applications from nat |
|
|
749
|
+
| `behavioral-modes` | 🔵 Medium | AI operational modes (brainstorm, implement, debug, review, teach, ship, orchest |
|
|
750
|
+
| `changelog-automation` | 🔵 Medium | Automate changelog generation from commits, PRs, and releases following Keep a C |
|
|
751
|
+
| `clean-code` | 🔵 Medium | Pragmatic coding standards - concise, direct, no over-engineering, no unnecessar |
|
|
752
|
+
| `code-review-checklist` | 🔵 Medium | Comprehensive checklist for conducting thorough code reviews covering functional |
|
|
753
|
+
| `deployment-procedures` | 🔵 Medium | Production deployment principles and decision-making. Safe deployment workflows, |
|
|
754
|
+
| `intelligent-routing` | 🔵 Medium | Automatic agent selection, intelligent task routing, and platform-adaptive orche |
|
|
755
|
+
| `jira` | 🔵 Medium | |
|
|
756
|
+
| `plugin-discovery` | 🔵 Medium | Platform-adaptive plugin and extension auto-discovery. Detects the runtime envir |
|
|
757
|
+
| `self-update` | 🔵 Medium | Update the AGI Agent Kit to the latest version from NPM |
|
|
758
|
+
| `verification-before-completion` | 🔵 Medium | Universal verification gate. MANDATORY before any completion claim, success asse |
|
|
759
|
+
| `address-github-comments` | 🟡 Full | Use when you need to address review or issue comments on an open GitHub Pull Req |
|
|
760
|
+
| `amplitude-automation` | 🟡 Full | Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts |
|
|
761
|
+
| `antigravity-workflows` | 🟡 Full | Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP de |
|
|
762
|
+
| `asana-automation` | 🟡 Full | Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, |
|
|
763
|
+
| `automate-whatsapp` | 🟡 Full | Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, ed |
|
|
764
|
+
| `azure-communication-callautomation-java` | 🟡 Full | Build call automation workflows with Azure Communication Services Call Automatio |
|
|
765
|
+
| `bamboohr-automation` | 🟡 Full | Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, |
|
|
766
|
+
| `basecamp-automation` | 🟡 Full | Automate Basecamp project management, to-dos, messages, people, and to-do list o |
|
|
767
|
+
| `billing-automation` | 🟡 Full | Build automated billing systems for recurring payments, invoicing, subscription |
|
|
768
|
+
| `bitbucket-automation` | 🟡 Full | Automate Bitbucket repositories, pull requests, branches, issues, and workspace |
|
|
769
|
+
| `box-automation` | 🟡 Full | Automate Box cloud storage operations including file upload/download, search, fo |
|
|
770
|
+
| `brevo-automation` | 🟡 Full | Automate Brevo (Sendinblue) tasks via Rube MCP (Composio): manage email campaign |
|
|
771
|
+
| `browser-automation` | 🟡 Full | Browser automation powers web testing, scraping, and AI agent interactions. The |
|
|
772
|
+
| `c-pro` | 🟡 Full | Write efficient C code with proper memory management, pointer |
|
|
773
|
+
| `cal-com-automation` | 🟡 Full | Automate Cal.com tasks via Rube MCP (Composio): manage bookings, check availabil |
|
|
774
|
+
| `calendly-automation` | 🟡 Full | Automate Calendly scheduling, event management, invitee tracking, availability c |
|
|
775
|
+
| `canva-automation` | 🟡 Full | Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand t |
|
|
776
|
+
| `cicd-automation-workflow-automate` | 🟡 Full | You are a workflow automation expert specializing in creating efficient CI/CD pi |
|
|
777
|
+
| `circleci-automation` | 🟡 Full | Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor work |
|
|
778
|
+
| `clarity-gate` | 🟡 Full | Pre-ingestion verification for epistemic quality in RAG systems with 9-point ver |
|
|
779
|
+
| `claude-speed-reader` | 🟡 Full | -Speed read Claude's responses at 600+ WPM using RSVP with Spritz-style ORP high |
|
|
780
|
+
| `clickup-automation` | 🟡 Full | Automate ClickUp project management including tasks, spaces, folders, lists, com |
|
|
781
|
+
| `close-automation` | 🟡 Full | Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS |
|
|
782
|
+
| `coda-automation` | 🟡 Full | Automate Coda tasks via Rube MCP (Composio): manage docs, pages, tables, rows, f |
|
|
783
|
+
| `commit` | 🟡 Full | Create commit messages following Sentry conventions. Use when committing code ch |
|
|
784
|
+
| `comprehensive-review-full-review` | 🟡 Full | Use when working with comprehensive review full review |
|
|
785
|
+
| `comprehensive-review-pr-enhance` | 🟡 Full | You are a PR optimization expert specializing in creating high-quality pull requ |
|
|
786
|
+
| `conductor-revert` | 🟡 Full | Git-aware undo by logical work unit (track, phase, or task) |
|
|
787
|
+
| `conductor-setup` | 🟡 Full | Initialize project with Conductor artifacts (product definition, |
|
|
788
|
+
| `conductor-status` | 🟡 Full | Display project status, active tracks, and next actions |
|
|
789
|
+
| `conductor-validator` | 🟡 Full | Validates Conductor project artifacts for completeness, |
|
|
790
|
+
| `confluence-automation` | 🟡 Full | Automate Confluence page creation, content search, space management, labels, and |
|
|
791
|
+
| `context-compression` | 🟡 Full | Design and evaluate compression strategies for long-running sessions |
|
|
792
|
+
| `convertkit-automation` | 🟡 Full | Automate ConvertKit (Kit) tasks via Rube MCP (Composio): manage subscribers, tag |
|
|
793
|
+
| `cpp-pro` | 🟡 Full | Write idiomatic C++ code with modern features, RAII, smart |
|
|
794
|
+
| `create-pr` | 🟡 Full | Create pull requests following Sentry conventions. Use when opening PRs, writing |
|
|
795
|
+
| `csharp-pro` | 🟡 Full | Write modern C# code with advanced features like records, pattern |
|
|
796
|
+
| `discord-automation` | 🟡 Full | Automate Discord tasks via Rube MCP (Composio): messages, channels, roles, webho |
|
|
797
|
+
| `dropbox-automation` | 🟡 Full | Automate Dropbox file management, sharing, search, uploads, downloads, and folde |
|
|
798
|
+
| `dx-optimizer` | 🟡 Full | Developer Experience specialist. Improves tooling, setup, and |
|
|
799
|
+
| `elixir-pro` | 🟡 Full | Write idiomatic Elixir code with OTP patterns, supervision trees, |
|
|
800
|
+
| `finishing-a-development-branch` | 🟡 Full | Use when implementation is complete, all tests pass, and you need to decide how |
|
|
801
|
+
| `freshdesk-automation` | 🟡 Full | Automate Freshdesk helpdesk operations including tickets, contacts, companies, n |
|
|
802
|
+
| `freshservice-automation` | 🟡 Full | Automate Freshservice ITSM tasks via Rube MCP (Composio): create/update tickets, |
|
|
803
|
+
| `git-advanced-workflows` | 🟡 Full | Master advanced Git workflows including rebasing, cherry-picking, bisect, worktr |
|
|
804
|
+
| `git-pr-workflows-git-workflow` | 🟡 Full | Orchestrate a comprehensive git workflow from code review through PR creation, l |
|
|
805
|
+
| `git-pr-workflows-onboard` | 🟡 Full | You are an **expert onboarding specialist and knowledge transfer architect** wit |
|
|
806
|
+
| `git-pr-workflows-pr-enhance` | 🟡 Full | You are a PR optimization expert specializing in creating high-quality pull requ |
|
|
807
|
+
| `git-pushing` | 🟡 Full | Stage, commit, and push git changes with conventional commit messages. Use when |
|
|
808
|
+
| `github-actions-templates` | 🟡 Full | Create production-ready GitHub Actions workflows for automated testing, building |
|
|
809
|
+
| `github-automation` | 🟡 Full | Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permis |
|
|
810
|
+
| `github-issue-creator` | 🟡 Full | Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub |
|
|
811
|
+
| `github-workflow-automation` | 🟡 Full | Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, |
|
|
812
|
+
| `gitlab-automation` | 🟡 Full | Automate GitLab project management, issues, merge requests, pipelines, branches, |
|
|
813
|
+
| `gitlab-ci-patterns` | 🟡 Full | Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distribute |
|
|
814
|
+
| `gitops-workflow` | 🟡 Full | Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kuber |
|
|
815
|
+
| `go-rod-master` | 🟡 Full | Comprehensive guide for browser automation and web scraping with go-rod (Chrome |
|
|
816
|
+
| `golang-pro` | 🟡 Full | Master Go 1.21+ with modern patterns, advanced concurrency, |
|
|
817
|
+
| `google-analytics-automation` | 🟡 Full | Automate Google Analytics tasks via Rube MCP (Composio): run reports, list accou |
|
|
818
|
+
| `google-calendar-automation` | 🟡 Full | Automate Google Calendar events, scheduling, availability checks, and attendee m |
|
|
819
|
+
| `google-drive-automation` | 🟡 Full | Automate Google Drive file operations (upload, download, search, share, organize |
|
|
820
|
+
| `googlesheets-automation` | 🟡 Full | Automate Google Sheets operations (read, write, format, filter, manage spreadshe |
|
|
821
|
+
| `haskell-pro` | 🟡 Full | Expert Haskell engineer specializing in advanced type systems, pure |
|
|
822
|
+
| `helpdesk-automation` | 🟡 Full | Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use |
|
|
823
|
+
| `hr-pro` | 🟡 Full | Professional, ethical HR partner for hiring, |
|
|
824
|
+
| `hubspot-automation` | 🟡 Full | Automate HubSpot CRM operations (contacts, companies, deals, tickets, properties |
|
|
825
|
+
| `instagram-automation` | 🟡 Full | Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manag |
|
|
826
|
+
| `intercom-automation` | 🟡 Full | Automate Intercom tasks via Rube MCP (Composio): conversations, contacts, compan |
|
|
827
|
+
| `iterate-pr` | 🟡 Full | Iterate on a PR until CI passes. Use when you need to fix CI failures, address r |
|
|
828
|
+
| `java-pro` | 🟡 Full | Master Java 21+ with modern features like virtual threads, pattern |
|
|
829
|
+
| `javascript-pro` | 🟡 Full | Master modern JavaScript with ES6+, async patterns, and Node.js |
|
|
830
|
+
| `jira-automation` | 🟡 Full | Automate Jira tasks via Rube MCP (Composio): issues, projects, sprints, boards, |
|
|
831
|
+
| `julia-pro` | 🟡 Full | Master Julia 1.10+ with modern features, performance optimization, |
|
|
832
|
+
| `klaviyo-automation` | 🟡 Full | Automate Klaviyo tasks via Rube MCP (Composio): manage email/SMS campaigns, insp |
|
|
833
|
+
| `launch-strategy` | 🟡 Full | When the user wants to plan a product launch, feature announcement, or release s |
|
|
834
|
+
| `linear-automation` | 🟡 Full | Automate Linear tasks via Rube MCP (Composio): issues, projects, cycles, teams, |
|
|
835
|
+
| `linear-claude-skill` | 🟡 Full | Manage Linear issues, projects, and teams |
|
|
836
|
+
| `linkedin-automation` | 🟡 Full | Automate LinkedIn tasks via Rube MCP (Composio): create posts, manage profile, c |
|
|
837
|
+
| `make-automation` | 🟡 Full | Automate Make (Integromat) tasks via Rube MCP (Composio): operations, enums, lan |
|
|
838
|
+
| `microsoft-teams-automation` | 🟡 Full | Automate Microsoft Teams tasks via Rube MCP (Composio): send messages, manage ch |
|
|
839
|
+
| `minecraft-bukkit-pro` | 🟡 Full | Master Minecraft server plugin development with Bukkit, Spigot, and |
|
|
840
|
+
| `miro-automation` | 🟡 Full | Automate Miro tasks via Rube MCP (Composio): boards, items, sticky notes, frames |
|
|
841
|
+
| `mixpanel-automation` | 🟡 Full | Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, |
|
|
842
|
+
| `monday-automation` | 🟡 Full | Automate Monday.com work management including boards, items, columns, groups, su |
|
|
843
|
+
| `n8n-mcp-tools-expert` | 🟡 Full | Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nod |
|
|
844
|
+
| `n8n-node-configuration` | 🟡 Full | Operation-aware node configuration guidance. Use when configuring nodes, underst |
|
|
845
|
+
| `notion-automation` | 🟡 Full | Automate Notion tasks via Rube MCP (Composio): pages, databases, blocks, comment |
|
|
846
|
+
| `notion-template-business` | 🟡 Full | Expert in building and selling Notion templates as a business - not just making |
|
|
847
|
+
| `observe-whatsapp` | 🟡 Full | Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webh |
|
|
848
|
+
| `one-drive-automation` | 🟡 Full | Automate OneDrive file management, search, uploads, downloads, sharing, permissi |
|
|
849
|
+
| `outlook-automation` | 🟡 Full | Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, fold |
|
|
850
|
+
| `outlook-calendar-automation` | 🟡 Full | Automate Outlook Calendar tasks via Rube MCP (Composio): create events, manage a |
|
|
851
|
+
| `pagerduty-automation` | 🟡 Full | Automate PagerDuty tasks via Rube MCP (Composio): manage incidents, services, sc |
|
|
852
|
+
| `php-pro` | 🟡 Full | Write idiomatic PHP code with generators, iterators, SPL data |
|
|
853
|
+
| `pipedrive-automation` | 🟡 Full | Automate Pipedrive CRM operations including deals, contacts, organizations, acti |
|
|
854
|
+
| `posthog-automation` | 🟡 Full | Automate PostHog tasks via Rube MCP (Composio): events, feature flags, projects, |
|
|
855
|
+
| `postmark-automation` | 🟡 Full | Automate Postmark email delivery tasks via Rube MCP (Composio): send templated e |
|
|
856
|
+
| `privilege-escalation-methods` | 🟡 Full | This skill should be used when the user asks to "escalate privileges", "get root |
|
|
857
|
+
| `prometheus-configuration` | 🟡 Full | Set up Prometheus for comprehensive metric collection, storage, and monitoring o |
|
|
858
|
+
| `protocol-reverse-engineering` | 🟡 Full | Master network protocol reverse engineering including packet analysis, protocol |
|
|
859
|
+
| `reddit-automation` | 🟡 Full | Automate Reddit tasks via Rube MCP (Composio): search subreddits, create posts, |
|
|
860
|
+
| `referral-program` | 🟡 Full | When the user wants to create, optimize, or analyze a referral program, affiliat |
|
|
861
|
+
| `remotion-best-practices` | 🟡 Full | Best practices for Remotion - Video creation in React |
|
|
862
|
+
| `render-automation` | 🟡 Full | Automate Render tasks via Rube MCP (Composio): services, deployments, projects. |
|
|
863
|
+
| `ruby-pro` | 🟡 Full | Write idiomatic Ruby code with metaprogramming, Rails patterns, and |
|
|
864
|
+
| `rust-pro` | 🟡 Full | Master Rust 1.75+ with modern async patterns, advanced type system |
|
|
865
|
+
| `salesforce-automation` | 🟡 Full | Automate Salesforce tasks via Rube MCP (Composio): leads, contacts, accounts, op |
|
|
866
|
+
| `scala-pro` | 🟡 Full | Master enterprise-grade Scala development with functional |
|
|
867
|
+
| `segment-automation` | 🟡 Full | Automate Segment tasks via Rube MCP (Composio): track events, identify users, ma |
|
|
868
|
+
| `sendgrid-automation` | 🟡 Full | Automate SendGrid email operations including sending emails, managing contacts/l |
|
|
869
|
+
| `sentry-automation` | 🟡 Full | Automate Sentry tasks via Rube MCP (Composio): manage issues/events, configure a |
|
|
870
|
+
| `shopify-automation` | 🟡 Full | Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inv |
|
|
871
|
+
| `slack-automation` | 🟡 Full | Automate Slack messaging, channel management, search, reactions, and threads via |
|
|
872
|
+
| `slack-bot-builder` | 🟡 Full | Build Slack apps using the Bolt framework across Python, JavaScript, and Java. C |
|
|
873
|
+
| `slack-gif-creator` | 🟡 Full | Knowledge and utilities for creating animated GIFs optimized for Slack. Provides |
|
|
874
|
+
| `square-automation` | 🟡 Full | Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locat |
|
|
875
|
+
| `startup-business-analyst-financial-projections` | 🟡 Full | Create detailed 3-5 year financial model with revenue, costs, cash |
|
|
876
|
+
| `stripe-automation` | 🟡 Full | Automate Stripe tasks via Rube MCP (Composio): customers, charges, subscriptions |
|
|
877
|
+
| `systems-programming-rust-project` | 🟡 Full | You are a Rust project architecture expert specializing in scaffolding productio |
|
|
878
|
+
| `team-collaboration-issue` | 🟡 Full | You are a GitHub issue resolution expert specializing in systematic bug investig |
|
|
879
|
+
| `team-collaboration-standup-notes` | 🟡 Full | You are an expert team communication specialist focused on async-first standup p |
|
|
880
|
+
| `telegram-automation` | 🟡 Full | Automate Telegram tasks via Rube MCP (Composio): send messages, manage chats, sh |
|
|
881
|
+
| `temporal-python-pro` | 🟡 Full | Master Temporal workflow orchestration with Python SDK. Implements |
|
|
882
|
+
| `tiktok-automation` | 🟡 Full | Automate TikTok tasks via Rube MCP (Composio): upload/publish videos, post photo |
|
|
883
|
+
| `todoist-automation` | 🟡 Full | Automate Todoist task management, projects, sections, filtering, and bulk operat |
|
|
884
|
+
| `trello-automation` | 🟡 Full | Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create car |
|
|
885
|
+
| `twitter-automation` | 🟡 Full | Automate Twitter/X tasks via Rube MCP (Composio): posts, search, users, bookmark |
|
|
886
|
+
| `typescript-pro` | 🟡 Full | Master TypeScript with advanced types, generics, and strict type |
|
|
887
|
+
| `unreal-engine-cpp-pro` | 🟡 Full | Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, pe |
|
|
888
|
+
| `using-git-worktrees` | 🟡 Full | Use when starting feature work that needs isolation from current workspace or be |
|
|
889
|
+
| `uv-package-manager` | 🟡 Full | Master the uv package manager for fast Python dependency management, virtual env |
|
|
890
|
+
| `varlock-claude-skill` | 🟡 Full | Secure environment variable management ensuring secrets are never exposed in Cla |
|
|
891
|
+
| `webflow-automation` | 🟡 Full | Automate Webflow CMS collections, site publishing, page management, asset upload |
|
|
892
|
+
| `whatsapp-automation` | 🟡 Full | Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage |
|
|
893
|
+
| `workflow-automation` | 🟡 Full | Workflow automation is the infrastructure that makes AI agents reliable. Without |
|
|
894
|
+
| `workflow-orchestration-patterns` | 🟡 Full | Design durable workflows with Temporal for distributed systems. Covers workflow |
|
|
895
|
+
| `wrike-automation` | 🟡 Full | Automate Wrike project management via Rube MCP (Composio): create tasks/folders, |
|
|
896
|
+
| `youtube-automation` | 🟡 Full | Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, |
|
|
897
|
+
| `zapier-make-patterns` | 🟡 Full | No-code automation democratizes workflow building. Zapier and Make (formerly Int |
|
|
898
|
+
| `zendesk-automation` | 🟡 Full | Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, r |
|
|
899
|
+
| `zoho-crm-automation` | 🟡 Full | Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search c |
|
|
900
|
+
| `zoom-automation` | 🟡 Full | Automate Zoom meeting creation, management, recordings, webinars, and participan |
|
|
901
|
+
|
|
902
|
+
## Content & Marketing
|
|
903
|
+
<a id="content"></a>
|
|
904
|
+
|
|
905
|
+
**27 skills**
|
|
906
|
+
|
|
907
|
+
| Skill | Tier | Description |
|
|
908
|
+
|-------|------|-------------|
|
|
909
|
+
| `content-creator` | 🔵 Medium | Create SEO-optimized marketing content with consistent brand voice. Includes bra |
|
|
910
|
+
| `copywriting` | 🔵 Medium | > |
|
|
911
|
+
| `geo-fundamentals` | 🔵 Medium | Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexit |
|
|
912
|
+
| `pricing-strategy` | 🔵 Medium | Design pricing, packaging, and monetization strategies based on value, customer |
|
|
913
|
+
| `seo-content-planner` | 🔵 Medium | Creates comprehensive content outlines and topic clusters for SEO. |
|
|
914
|
+
| `seo-fundamentals` | 🔵 Medium | > |
|
|
915
|
+
| `algorithmic-art` | 🟡 Full | Creating algorithmic art using p5.js with seeded randomness and interactive para |
|
|
916
|
+
| `content-marketer` | 🟡 Full | Elite content marketing strategist specializing in AI-powered |
|
|
917
|
+
| `copy-editing` | 🟡 Full | When the user wants to edit, review, or improve existing marketing copy. Also us |
|
|
918
|
+
| `free-tool-strategy` | 🟡 Full | When the user wants to plan, evaluate, or build a free tool for marketing purpos |
|
|
919
|
+
| `marketing-ideas` | 🟡 Full | Provide proven marketing strategies and growth ideas for SaaS and software produ |
|
|
920
|
+
| `marketing-psychology` | 🟡 Full | Apply behavioral science and mental models to marketing decisions, prioritized u |
|
|
921
|
+
| `popup-cro` | 🟡 Full | Create and optimize popups, modals, overlays, slide-ins, and banners to increase |
|
|
922
|
+
| `postmortem-writing` | 🟡 Full | Write effective blameless postmortems with root cause analysis, timelines, and a |
|
|
923
|
+
| `programmatic-seo` | 🟡 Full | > |
|
|
924
|
+
| `seo-authority-builder` | 🟡 Full | Analyzes content for E-E-A-T signals and suggests improvements to |
|
|
925
|
+
| `seo-cannibalization-detector` | 🟡 Full | Analyzes multiple provided pages to identify keyword overlap and |
|
|
926
|
+
| `seo-content-auditor` | 🟡 Full | Analyzes provided content for quality, E-E-A-T signals, and SEO |
|
|
927
|
+
| `seo-content-refresher` | 🟡 Full | Identifies outdated elements in provided content and suggests |
|
|
928
|
+
| `seo-content-writer` | 🟡 Full | Writes SEO-optimized content based on provided keywords and topic |
|
|
929
|
+
| `seo-keyword-strategist` | 🟡 Full | Analyzes keyword usage in provided content, calculates density, |
|
|
930
|
+
| `seo-meta-optimizer` | 🟡 Full | Creates optimized meta titles, descriptions, and URL suggestions |
|
|
931
|
+
| `seo-snippet-hunter` | 🟡 Full | Formats content to be eligible for featured snippets and SERP |
|
|
932
|
+
| `seo-structure-architect` | 🟡 Full | Analyzes and optimizes content structure including header |
|
|
933
|
+
| `social-content` | 🟡 Full | When the user wants help creating, scheduling, or optimizing social media conten |
|
|
934
|
+
| `writing-skills` | 🟡 Full | Use when creating, updating, or improving agent skills. |
|
|
935
|
+
| `x-article-publisher-skill` | 🟡 Full | Publish articles to X/Twitter |
|
|
936
|
+
|
|
937
|
+
## Data & Analytics
|
|
938
|
+
<a id="data"></a>
|
|
939
|
+
|
|
940
|
+
**17 skills**
|
|
941
|
+
|
|
942
|
+
| Skill | Tier | Description |
|
|
943
|
+
|-------|------|-------------|
|
|
944
|
+
| `pdf-reader` | 🟢 Core | Extract text from PDF files for manipulation, search, and reference. Use when ne |
|
|
945
|
+
| `analytics-tracking` | 🟡 Full | > |
|
|
946
|
+
| `blockrun` | 🟡 Full | Use when user needs capabilities Claude lacks (image generation, real-time X/Twi |
|
|
947
|
+
| `data-engineer` | 🟡 Full | Build scalable data pipelines, modern data warehouses, and |
|
|
948
|
+
| `data-engineering-data-driven-feature` | 🟡 Full | Build features guided by data insights, A/B testing, and continuous measurement |
|
|
949
|
+
| `data-engineering-data-pipeline` | 🟡 Full | You are a data pipeline architecture expert specializing in scalable, reliable, |
|
|
950
|
+
| `data-scientist` | 🟡 Full | Expert data scientist for advanced analytics, machine learning, and |
|
|
951
|
+
| `data-storytelling` | 🟡 Full | Transform data into compelling narratives using visualization, context, and pers |
|
|
952
|
+
| `datadog-automation` | 🟡 Full | Automate Datadog tasks via Rube MCP (Composio): query metrics, search logs, mana |
|
|
953
|
+
| `firecrawl-scraper` | 🟡 Full | Deep web scraping, screenshots, PDF parsing, and website crawling using Firecraw |
|
|
954
|
+
| `gdpr-data-handling` | 🟡 Full | Implement GDPR-compliant data handling with consent management, data subject rig |
|
|
955
|
+
| `grafana-dashboards` | 🟡 Full | Create and manage production Grafana dashboards for real-time visualization of s |
|
|
956
|
+
| `pdf` | 🟡 Full | Comprehensive PDF manipulation toolkit for extracting text and tables, creating |
|
|
957
|
+
| `pdf-official` | 🟡 Full | Comprehensive PDF manipulation toolkit for extracting text and tables, creating |
|
|
958
|
+
| `schema-markup` | 🟡 Full | > |
|
|
959
|
+
| `xlsx` | 🟡 Full | Comprehensive spreadsheet creation, editing, and analysis with support for formu |
|
|
960
|
+
| `xlsx-official` | 🟡 Full | Comprehensive spreadsheet creation, editing, and analysis with support for formu |
|
|
961
|
+
|
|
962
|
+
## Gaming & Creative
|
|
963
|
+
<a id="gaming"></a>
|
|
964
|
+
|
|
965
|
+
**8 skills**
|
|
966
|
+
|
|
967
|
+
| Skill | Tier | Description |
|
|
968
|
+
|-------|------|-------------|
|
|
969
|
+
| `game-development` | 🔵 Medium | Game development orchestrator. Routes to platform-specific skills based on proje |
|
|
970
|
+
| `audio-transcriber` | 🟡 Full | Transform audio recordings into professional Markdown documentation with intelli |
|
|
971
|
+
| `godot-gdscript-patterns` | 🟡 Full | Master Godot 4 GDScript patterns including signals, scenes, state machines, and |
|
|
972
|
+
| `internal-comms-community` | 🟡 Full | A set of resources to help me write all kinds of internal communications, using |
|
|
973
|
+
| `startup-business-analyst-market-opportunity` | 🟡 Full | Generate comprehensive market opportunity analysis with TAM/SAM/SOM |
|
|
974
|
+
| `threejs-skills` | 🟡 Full | Create 3D scenes, interactive experiences, and visual effects using Three.js. Us |
|
|
975
|
+
| `unity-developer` | 🟡 Full | Build Unity games with optimized C# scripts, efficient rendering, |
|
|
976
|
+
| `unity-ecs-patterns` | 🟡 Full | Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-p |
|
|
977
|
+
|
|
978
|
+
## Blockchain & Web3
|
|
979
|
+
<a id="blockchain"></a>
|
|
980
|
+
|
|
981
|
+
**3 skills**
|
|
982
|
+
|
|
983
|
+
| Skill | Tier | Description |
|
|
984
|
+
|-------|------|-------------|
|
|
985
|
+
| `blockchain-developer` | 🔵 Medium | Build production-ready Web3 applications, smart contracts, and |
|
|
986
|
+
| `nft-standards` | 🟡 Full | Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minti |
|
|
987
|
+
| `web3-testing` | 🟡 Full | Test smart contracts comprehensively using Hardhat and Foundry with unit tests, |
|
|
988
|
+
|
|
989
|
+
## Internationalization
|
|
990
|
+
<a id="i18n"></a>
|
|
991
|
+
|
|
992
|
+
**1 skills**
|
|
993
|
+
|
|
994
|
+
| Skill | Tier | Description |
|
|
995
|
+
|-------|------|-------------|
|
|
996
|
+
| `i18n-localization` | 🔵 Medium | Internationalization and localization patterns. Detecting hardcoded strings, man |
|
|
997
|
+
|
|
998
|
+
## Other / Uncategorized
|
|
999
|
+
<a id="other"></a>
|
|
1000
|
+
|
|
1001
|
+
**22 skills**
|
|
1002
|
+
|
|
1003
|
+
| Skill | Tier | Description |
|
|
1004
|
+
|-------|------|-------------|
|
|
1005
|
+
| `arm-cortex-expert` | 🟡 Full | > |
|
|
1006
|
+
| `cc-skill-continuous-learning` | 🟡 Full | Development skill from everything-claude-code |
|
|
1007
|
+
| `cc-skill-strategic-compact` | 🟡 Full | Development skill from everything-claude-code |
|
|
1008
|
+
| `competitive-landscape` | 🟡 Full | This skill should be used when the user asks to "analyze |
|
|
1009
|
+
| `context-driven-development` | 🟡 Full | Use this skill when working with Conductor's context-driven |
|
|
1010
|
+
| `context-management-context-save` | 🟡 Full | Use when working with context management context save |
|
|
1011
|
+
| `ffuf-claude-skill` | 🟡 Full | Web fuzzing with ffuf |
|
|
1012
|
+
| `firmware-analyst` | 🟡 Full | Expert firmware analyst specializing in embedded systems, IoT |
|
|
1013
|
+
| `incident-response-incident-response` | 🟡 Full | Use when working with incident response incident response |
|
|
1014
|
+
| `market-sizing-analysis` | 🟡 Full | This skill should be used when the user asks to "calculate TAM", |
|
|
1015
|
+
| `mtls-configuration` | 🟡 Full | Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use |
|
|
1016
|
+
| `oss-hunter` | 🟡 Full | Automatically hunt for high-impact OSS contribution opportunities in trending re |
|
|
1017
|
+
| `reverse-engineer` | 🟡 Full | Expert reverse engineer specializing in binary analysis, |
|
|
1018
|
+
| `risk-manager` | 🟡 Full | Monitor portfolio risk, R-multiples, and position limits. Creates |
|
|
1019
|
+
| `shopify-development` | 🟡 Full | | |
|
|
1020
|
+
| `startup-analyst` | 🟡 Full | Expert startup business analyst specializing in market sizing, |
|
|
1021
|
+
| `startup-financial-modeling` | 🟡 Full | This skill should be used when the user asks to "create financial |
|
|
1022
|
+
| `startup-metrics-framework` | 🟡 Full | This skill should be used when the user asks about "key startup |
|
|
1023
|
+
| `superpowers-lab` | 🟡 Full | Lab environment for Claude superpowers |
|
|
1024
|
+
| `track-management` | 🟡 Full | Use this skill when creating, managing, or working with Conductor |
|
|
1025
|
+
| `typescript-expert` | 🟡 Full | >- |
|
|
1026
|
+
| `vexor` | 🟡 Full | Vector-powered CLI for semantic file search with a Claude/Codex skill |
|
|
1027
|
+
|
|
1028
|
+
---
|
|
1029
|
+
|
|
1030
|
+
## Attribution
|
|
1031
|
+
|
|
1032
|
+
Community skills (🟡 Full tier) are sourced from [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) v5.4.0 by [@sickn33](https://github.com/sickn33) under the MIT License.
|
|
1033
|
+
See [THIRD-PARTY-LICENSES.md](../THIRD-PARTY-LICENSES.md) for full attribution.
|