@techwavedev/agi-agent-kit 1.5.3 → 1.6.0
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 +52 -0
- package/README.md +9 -7
- package/README.pt-BR.md +5 -5
- package/package.json +1 -1
- package/templates/base/.agent/rules/agent_team_rules.md +104 -0
- package/templates/base/.agent/workflows/run-agent-team-tests.md +88 -0
- package/templates/base/AGENTS.md +166 -0
- package/templates/base/CHANGELOG.md +207 -225
- package/templates/base/README.md +13 -1
- package/templates/base/directives/blockchain_agent_trust.md +89 -0
- package/templates/base/directives/control_tower.md +61 -0
- package/templates/base/directives/event_driven_agent_streaming.md +80 -0
- package/templates/base/directives/subagents/asset_compiler.md +25 -0
- package/templates/base/directives/subagents/changelog_updater.md +89 -0
- package/templates/base/directives/subagents/cloud_deployer.md +23 -0
- package/templates/base/directives/subagents/doc_reviewer.md +75 -0
- package/templates/base/directives/subagents/doc_writer.md +93 -0
- package/templates/base/directives/subagents/quality_reviewer.md +85 -0
- package/templates/base/directives/subagents/spec_reviewer.md +79 -0
- package/templates/base/directives/subagents/test_generator.md +87 -0
- package/templates/base/directives/subagents/test_verifier.md +98 -0
- package/templates/base/directives/teams/build_deploy_team.md +40 -0
- package/templates/base/directives/teams/code_review_team.md +102 -0
- package/templates/base/directives/teams/documentation_team.md +111 -0
- package/templates/base/directives/teams/qa_team.md +93 -0
- package/templates/base/docs/agent-teams/README.md +170 -0
- package/templates/base/execution/agent_identity.py +276 -0
- package/templates/base/execution/agent_team_result.py +216 -0
- package/templates/base/execution/chain_anchor.py +217 -0
- package/templates/base/execution/control_tower.py +362 -0
- package/templates/base/execution/cross_agent_context.py +401 -0
- package/templates/base/execution/dispatch_agent_team.py +203 -0
- package/templates/base/execution/run_test_scenario.py +481 -0
- package/templates/base/execution/session_boot.py +50 -0
- package/templates/base/requirements.txt +5 -0
- package/templates/base/tests/agents/scenario_01_single_subagent.md +63 -0
- package/templates/base/tests/agents/scenario_02_parallel_subagents.md +70 -0
- package/templates/base/tests/agents/scenario_03_doc_team_on_code.md +107 -0
- package/templates/base/tests/agents/scenario_04_full_pipeline.md +114 -0
- package/templates/base/tests/agents/scenario_05_failure_recovery.md +105 -0
- package/templates/skills/category_map.json +375 -0
- package/templates/skills/core/documentation/scripts/__pycache__/analyze_code.cpython-312.pyc +0 -0
- package/templates/skills/core/documentation/scripts/__pycache__/detect_changes.cpython-312.pyc +0 -0
- package/templates/skills/core/documentation/scripts/__pycache__/generate_changelog.cpython-312.pyc +0 -0
- package/templates/skills/core/documentation/scripts/__pycache__/sync_docs.cpython-312.pyc +0 -0
- package/templates/skills/core/documentation/scripts/__pycache__/update_skill_docs.cpython-312.pyc +0 -0
- package/templates/skills/core/pdf-reader/scripts/__pycache__/extract_text.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/benchmark_token_savings.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/bm25_index.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/embedding_utils.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/hybrid_search.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/init_collection.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/memory_retrieval.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/semantic_cache.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/test_skill.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/memory_retrieval.py +34 -1
- package/templates/skills/core/qdrant-memory/scripts/semantic_cache.py +34 -1
- package/templates/skills/core/webcrawler/scripts/__pycache__/crawl_docs.cpython-312.pyc +0 -0
- package/templates/skills/core/webcrawler/scripts/__pycache__/extract_page.cpython-312.pyc +0 -0
- package/templates/skills/core/webcrawler/scripts/__pycache__/filter_docs.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/activecampaign-automation/SKILL.md +35 -22
- package/templates/skills/extended/ai-agents/agent-evaluation/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/agent-framework-azure-ai-py/SKILL.md +40 -26
- package/templates/skills/extended/ai-agents/agent-manager-skill/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/agent-memory-mcp/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/agent-orchestration-improve-agent/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/agents-v2-py/SKILL.md +36 -26
- package/templates/skills/extended/ai-agents/ai-product/SKILL.md +35 -21
- package/templates/skills/extended/ai-agents/ai-wrapper-product/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/airtable-automation/SKILL.md +35 -22
- package/templates/skills/extended/ai-agents/autonomous-agents/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-dotnet/SKILL.md +36 -23
- package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-java/SKILL.md +36 -24
- package/templates/skills/extended/ai-agents/azure-ai-contentsafety-ts/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/azure-ai-openai-dotnet/SKILL.md +36 -23
- package/templates/skills/extended/ai-agents/azure-ai-projects-py/SKILL.md +55 -41
- package/templates/skills/extended/ai-agents/azure-ai-projects-ts/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-java/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-py/SKILL.md +36 -24
- package/templates/skills/extended/ai-agents/azure-ai-voicelive-py/SKILL.md +39 -25
- package/templates/skills/extended/ai-agents/bullmq-specialist/SKILL.md +35 -21
- package/templates/skills/extended/ai-agents/business-analyst/SKILL.md +34 -27
- package/templates/skills/extended/ai-agents/code-review-ai-ai-review/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/codex-review/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/computer-use-agents/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/computer-vision-expert/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/context-degradation/SKILL.md +32 -30
- package/templates/skills/extended/ai-agents/context-fundamentals/SKILL.md +32 -30
- package/templates/skills/extended/ai-agents/context-manager/SKILL.md +34 -28
- package/templates/skills/extended/ai-agents/conversation-memory/SKILL.md +35 -21
- package/templates/skills/extended/ai-agents/crewai/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/customer-support/SKILL.md +34 -28
- package/templates/skills/extended/ai-agents/daily-news-report/SKILL.md +37 -26
- package/templates/skills/extended/ai-agents/dispatching-parallel-agents/SKILL.md +30 -20
- package/templates/skills/extended/ai-agents/email-sequence/SKILL.md +36 -21
- package/templates/skills/extended/ai-agents/email-systems/SKILL.md +35 -21
- package/templates/skills/extended/ai-agents/embedding-strategies/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/evaluation/SKILL.md +33 -23
- package/templates/skills/extended/ai-agents/fal-audio/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/fal-generate/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/fal-image-edit/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/fal-upscale/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/fal-workflow/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/fp-ts-pragmatic/SKILL.md +33 -23
- package/templates/skills/extended/ai-agents/gemini-api-dev/SKILL.md +36 -21
- package/templates/skills/extended/ai-agents/gmail-automation/SKILL.md +175 -254
- package/templates/skills/extended/ai-agents/hosted-agents-v2-py/SKILL.md +36 -26
- package/templates/skills/extended/ai-agents/imagen/SKILL.md +33 -23
- package/templates/skills/extended/ai-agents/incident-response-smart-fix/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/LICENSE.txt +202 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/SKILL.md +84 -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 +34 -22
- package/templates/skills/extended/ai-agents/kaizen/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/langchain-architecture/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/langfuse/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/langgraph/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/last30days/SKILL.md +36 -26
- package/templates/skills/extended/ai-agents/last30days/scripts/__pycache__/last30days.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/cache.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/dates.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/dedupe.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/env.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/http.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/models.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/normalize.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/openai_reddit.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/reddit_enrich.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/render.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/schema.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/score.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/ui.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/websearch.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/scripts/lib/__pycache__/xai_x.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_cache.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_dates.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_dedupe.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_models.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_normalize.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_render.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/last30days/tests/__pycache__/test_score.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/legal-advisor/SKILL.md +34 -27
- package/templates/skills/extended/ai-agents/llm-app-patterns/SKILL.md +35 -23
- package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/llm-application-dev-langchain-agent/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/llm-evaluation/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/m365-agents-dotnet/SKILL.md +37 -24
- package/templates/skills/extended/ai-agents/m365-agents-py/SKILL.md +39 -30
- package/templates/skills/extended/ai-agents/m365-agents-ts/SKILL.md +37 -24
- package/templates/skills/extended/ai-agents/mailchimp-automation/SKILL.md +35 -22
- package/templates/skills/extended/ai-agents/memory-systems/SKILL.md +33 -23
- package/templates/skills/extended/ai-agents/mermaid-expert/SKILL.md +34 -26
- package/templates/skills/extended/ai-agents/multi-agent-brainstorming/SKILL.md +37 -26
- package/templates/skills/extended/ai-agents/nanobanana-ppt-skills/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/onboarding-cro/SKILL.md +36 -21
- package/templates/skills/extended/ai-agents/paid-ads/SKILL.md +36 -21
- package/templates/skills/extended/ai-agents/performance-testing-review-ai-review/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/plaid-fintech/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/prompt-caching/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/prompt-engineer/SKILL.md +29 -27
- package/templates/skills/extended/ai-agents/prompt-engineering/SKILL.md +36 -21
- package/templates/skills/extended/ai-agents/prompt-library/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/rag-engineer/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/rag-implementation/SKILL.md +160 -380
- package/templates/skills/extended/ai-agents/sales-automator/SKILL.md +38 -24
- package/templates/skills/extended/ai-agents/shodan-reconnaissance/SKILL.md +38 -25
- package/templates/skills/extended/ai-agents/skill-creator-ms/SKILL.md +669 -0
- package/templates/skills/extended/ai-agents/skill-developer/SKILL.md +34 -22
- package/templates/skills/extended/ai-agents/skill-rails-upgrade/SKILL.md +32 -22
- package/templates/skills/extended/ai-agents/subagent-driven-development/SKILL.md +66 -21
- package/templates/skills/extended/ai-agents/voice-agents/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/voice-ai-development/SKILL.md +36 -22
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/SKILL.md +33 -21
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/__pycache__/complete_voice_engine.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/__pycache__/gemini_agent_example.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/examples/__pycache__/interrupt_system_example.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/__pycache__/base_worker_template.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/templates/__pycache__/multi_provider_factory_template.cpython-312.pyc +0 -0
- package/templates/skills/extended/ai-agents/youtube-summarizer/SKILL.md +26 -28
- package/templates/skills/extended/ai-agents/youtube-summarizer/scripts/__pycache__/extract-transcript.cpython-312.pyc +0 -0
- package/templates/skills/extended/architecture/SPDD/SKILL.md +26 -20
- package/templates/skills/extended/architecture/architect-review/SKILL.md +30 -27
- package/templates/skills/extended/architecture/architecture-patterns/SKILL.md +35 -22
- package/templates/skills/extended/architecture/binary-analysis-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/brainstorming/SKILL.md +211 -0
- package/templates/skills/extended/architecture/brainstorming/spec-document-reviewer-prompt.md +50 -0
- package/templates/skills/extended/architecture/brainstorming/visual-companion.md +276 -0
- package/templates/skills/extended/architecture/c4-code/SKILL.md +30 -28
- package/templates/skills/extended/architecture/c4-context/SKILL.md +32 -31
- package/templates/skills/extended/architecture/concise-planning/SKILL.md +32 -21
- package/templates/skills/extended/architecture/conductor-new-track/SKILL.md +35 -29
- package/templates/skills/extended/architecture/ddd-context-mapping/SKILL.md +34 -21
- package/templates/skills/extended/architecture/ddd-strategic-design/SKILL.md +34 -21
- package/templates/skills/extended/architecture/ddd-tactical-patterns/SKILL.md +34 -21
- package/templates/skills/extended/architecture/domain-driven-design/SKILL.md +34 -21
- package/templates/skills/extended/architecture/error-handling-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/go-concurrency-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/linkerd-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/memory-safety-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/modern-javascript-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/multi-agent-patterns/SKILL.md +28 -30
- package/templates/skills/extended/architecture/nx-workspace-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/on-call-handoff-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/plan-writing/SKILL.md +194 -0
- package/templates/skills/extended/architecture/planning-with-files/SKILL.md +30 -52
- package/templates/skills/extended/architecture/projection-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/rust-async-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/software-architecture/SKILL.md +32 -21
- package/templates/skills/extended/architecture/stride-analysis-patterns/SKILL.md +30 -22
- package/templates/skills/extended/architecture/team-composition-analysis/SKILL.md +30 -27
- package/templates/skills/extended/architecture/workflow-patterns/SKILL.md +30 -26
- package/templates/skills/extended/architecture/writing-plans/SKILL.md +32 -21
- package/templates/skills/extended/backend/anti-reversing-techniques/SKILL.md +30 -22
- package/templates/skills/extended/backend/api-fuzzing-bug-bounty/SKILL.md +34 -25
- package/templates/skills/extended/backend/async-python-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/azure-ai-formrecognizer-java/SKILL.md +32 -22
- package/templates/skills/extended/backend/azure-communication-callingserver-java/SKILL.md +32 -22
- package/templates/skills/extended/backend/azure-cosmos-db-py/SKILL.md +43 -33
- package/templates/skills/extended/backend/azure-data-tables-java/SKILL.md +32 -22
- package/templates/skills/extended/backend/azure-mgmt-apicenter-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/backend/azure-mgmt-apicenter-py/SKILL.md +32 -24
- package/templates/skills/extended/backend/azure-mgmt-apimanagement-dotnet/SKILL.md +36 -27
- package/templates/skills/extended/backend/azure-mgmt-apimanagement-py/SKILL.md +32 -24
- package/templates/skills/extended/backend/azure-mgmt-mongodbatlas-dotnet/SKILL.md +32 -22
- package/templates/skills/extended/backend/azure-postgres-ts/SKILL.md +32 -23
- package/templates/skills/extended/backend/azure-resource-manager-mysql-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/backend/azure-resource-manager-postgresql-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/backend/azure-resource-manager-redis-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/backend/azure-resource-manager-sql-dotnet/SKILL.md +35 -26
- package/templates/skills/extended/backend/azure-speech-to-text-rest-py/SKILL.md +33 -25
- package/templates/skills/extended/backend/backend-architect/SKILL.md +30 -29
- package/templates/skills/extended/backend/backend-dev-guidelines/SKILL.md +32 -21
- package/templates/skills/extended/backend/backend-development-feature-development/SKILL.md +29 -21
- package/templates/skills/extended/backend/backend-security-coder/SKILL.md +30 -26
- package/templates/skills/extended/backend/broken-authentication/SKILL.md +34 -25
- package/templates/skills/extended/backend/bun-development/SKILL.md +30 -22
- package/templates/skills/extended/backend/cc-skill-backend-patterns/SKILL.md +33 -24
- package/templates/skills/extended/backend/cc-skill-clickhouse-io/SKILL.md +33 -24
- package/templates/skills/extended/backend/clerk-auth/SKILL.md +31 -21
- package/templates/skills/extended/backend/code-refactoring-context-restore/SKILL.md +29 -21
- package/templates/skills/extended/backend/conductor-manage/SKILL.md +29 -23
- package/templates/skills/extended/backend/context-management-context-restore/SKILL.md +29 -21
- package/templates/skills/extended/backend/copilot-sdk/SKILL.md +32 -21
- package/templates/skills/extended/backend/database-admin/SKILL.md +30 -29
- package/templates/skills/extended/backend/database-architect/SKILL.md +30 -30
- package/templates/skills/extended/backend/database-migration/SKILL.md +30 -22
- package/templates/skills/extended/backend/database-migrations-sql-migrations/SKILL.md +42 -41
- package/templates/skills/extended/backend/database-optimizer/SKILL.md +30 -29
- package/templates/skills/extended/backend/dbos-golang/SKILL.md +34 -28
- package/templates/skills/extended/backend/dbos-python/SKILL.md +34 -28
- package/templates/skills/extended/backend/dbos-typescript/SKILL.md +34 -28
- package/templates/skills/extended/backend/dbt-transformation-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/django-pro/SKILL.md +30 -27
- package/templates/skills/extended/backend/dotnet-architect/SKILL.md +30 -28
- package/templates/skills/extended/backend/dotnet-backend/SKILL.md +28 -24
- package/templates/skills/extended/backend/dotnet-backend-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/exa-search/SKILL.md +30 -22
- package/templates/skills/extended/backend/fal-platform/SKILL.md +28 -22
- package/templates/skills/extended/backend/fastapi-pro/SKILL.md +30 -27
- package/templates/skills/extended/backend/fastapi-router-py/SKILL.md +33 -22
- package/templates/skills/extended/backend/fastapi-templates/SKILL.md +30 -22
- package/templates/skills/extended/backend/file-organizer/SKILL.md +30 -22
- package/templates/skills/extended/backend/firebase/SKILL.md +32 -22
- package/templates/skills/extended/backend/form-cro/SKILL.md +32 -25
- package/templates/skills/extended/backend/graphql/SKILL.md +32 -22
- package/templates/skills/extended/backend/graphql-architect/SKILL.md +30 -27
- package/templates/skills/extended/backend/hubspot-integration/SKILL.md +32 -22
- package/templates/skills/extended/backend/incident-responder/SKILL.md +30 -29
- package/templates/skills/extended/backend/inngest/SKILL.md +32 -22
- package/templates/skills/extended/backend/laravel-expert/SKILL.md +33 -20
- package/templates/skills/extended/backend/microservices-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +32 -22
- package/templates/skills/extended/backend/moodle-external-api-development/SKILL.md +30 -22
- package/templates/skills/extended/backend/multi-platform-apps-multi-platform/SKILL.md +29 -21
- package/templates/skills/extended/backend/n8n-code-python/SKILL.md +38 -35
- package/templates/skills/extended/backend/neon-postgres/SKILL.md +32 -22
- package/templates/skills/extended/backend/nestjs-expert/SKILL.md +32 -23
- package/templates/skills/extended/backend/network-101/SKILL.md +34 -25
- package/templates/skills/extended/backend/nextjs-supabase-auth/SKILL.md +31 -21
- package/templates/skills/extended/backend/nodejs-backend-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/nosql-expert/SKILL.md +29 -21
- package/templates/skills/extended/backend/openapi-spec-generation/SKILL.md +30 -22
- package/templates/skills/extended/backend/performance-testing-review-multi-agent-review/SKILL.md +29 -21
- package/templates/skills/extended/backend/podcast-generation/SKILL.md +35 -24
- package/templates/skills/extended/backend/postgres-best-practices/SKILL.md +33 -26
- package/templates/skills/extended/backend/postgresql/SKILL.md +30 -22
- package/templates/skills/extended/backend/prisma-expert/SKILL.md +32 -21
- package/templates/skills/extended/backend/pydantic-models-py/SKILL.md +33 -22
- package/templates/skills/extended/backend/python-development-python-scaffold/SKILL.md +29 -21
- package/templates/skills/extended/backend/python-packaging/SKILL.md +30 -22
- package/templates/skills/extended/backend/python-pro/SKILL.md +30 -27
- package/templates/skills/extended/backend/salesforce-development/SKILL.md +32 -22
- package/templates/skills/extended/backend/segment-cdp/SKILL.md +32 -22
- package/templates/skills/extended/backend/senior-architect/SKILL.md +32 -21
- package/templates/skills/extended/backend/senior-architect/scripts/__pycache__/architecture_diagram_generator.cpython-312.pyc +0 -0
- package/templates/skills/extended/backend/senior-architect/scripts/__pycache__/dependency_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/backend/senior-architect/scripts/__pycache__/project_architect.cpython-312.pyc +0 -0
- package/templates/skills/extended/backend/sharp-edges/SKILL.md +295 -67
- package/templates/skills/extended/backend/signup-flow-cro/SKILL.md +32 -21
- package/templates/skills/extended/backend/similarity-search-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/sql-injection-testing/SKILL.md +34 -25
- package/templates/skills/extended/backend/sql-optimization-patterns/SKILL.md +30 -22
- package/templates/skills/extended/backend/sql-pro/SKILL.md +30 -27
- package/templates/skills/extended/backend/sqlmap-database-pentesting/SKILL.md +34 -25
- package/templates/skills/extended/backend/supabase-automation/SKILL.md +31 -22
- package/templates/skills/extended/backend/tavily-web/SKILL.md +30 -22
- package/templates/skills/extended/backend/telegram-mini-app/SKILL.md +32 -22
- package/templates/skills/extended/backend/terraform-specialist/SKILL.md +30 -29
- package/templates/skills/extended/backend/twilio-communications/SKILL.md +32 -22
- package/templates/skills/extended/backend/using-neon/SKILL.md +29 -23
- package/templates/skills/extended/backend/vector-database-engineer/SKILL.md +29 -21
- package/templates/skills/extended/backend/vector-index-tuning/SKILL.md +30 -22
- package/templates/skills/extended/backend/wireshark-analysis/SKILL.md +34 -25
- package/templates/skills/extended/blockchain/crypto-bd-agent/SKILL.md +34 -35
- package/templates/skills/extended/blockchain/nft-standards/SKILL.md +30 -22
- package/templates/skills/extended/blockchain/web3-testing/SKILL.md +30 -22
- package/templates/skills/extended/content/algorithmic-art/SKILL.md +29 -23
- package/templates/skills/extended/content/content-marketer/SKILL.md +27 -29
- package/templates/skills/extended/content/copy-editing/SKILL.md +27 -23
- package/templates/skills/extended/content/free-tool-strategy/SKILL.md +29 -22
- package/templates/skills/extended/content/marketing-ideas/SKILL.md +30 -22
- package/templates/skills/extended/content/marketing-psychology/SKILL.md +30 -22
- package/templates/skills/extended/content/popup-cro/SKILL.md +29 -22
- package/templates/skills/extended/content/postmortem-writing/SKILL.md +29 -25
- package/templates/skills/extended/content/programmatic-seo/SKILL.md +29 -28
- package/templates/skills/extended/content/seo-authority-builder/SKILL.md +31 -25
- package/templates/skills/extended/content/seo-cannibalization-detector/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-content-auditor/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-content-refresher/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-content-writer/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-keyword-strategist/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-meta-optimizer/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-snippet-hunter/SKILL.md +27 -27
- package/templates/skills/extended/content/seo-structure-architect/SKILL.md +27 -27
- package/templates/skills/extended/content/social-content/SKILL.md +29 -22
- package/templates/skills/extended/content/writing-skills/SKILL.md +29 -31
- package/templates/skills/extended/content/x-article-publisher-skill/SKILL.md +25 -23
- package/templates/skills/extended/data/analytics-tracking/SKILL.md +29 -27
- package/templates/skills/extended/data/blockrun/SKILL.md +27 -24
- package/templates/skills/extended/data/data-engineer/SKILL.md +27 -28
- package/templates/skills/extended/data/data-engineering-data-driven-feature/SKILL.md +26 -22
- package/templates/skills/extended/data/data-engineering-data-pipeline/SKILL.md +26 -22
- package/templates/skills/extended/data/data-scientist/SKILL.md +27 -28
- package/templates/skills/extended/data/data-storytelling/SKILL.md +27 -23
- package/templates/skills/extended/data/datadog-automation/SKILL.md +28 -23
- package/templates/skills/extended/data/firecrawl-scraper/SKILL.md +27 -23
- package/templates/skills/extended/data/gdpr-data-handling/SKILL.md +27 -23
- package/templates/skills/extended/data/grafana-dashboards/SKILL.md +27 -23
- package/templates/skills/extended/data/pdf/SKILL.md +30 -24
- package/templates/skills/extended/data/pdf/scripts/__pycache__/check_bounding_boxes.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/check_bounding_boxes_test.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/check_fillable_fields.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/convert_pdf_to_images.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/create_validation_image.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/extract_form_field_info.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/fill_fillable_fields.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf/scripts/__pycache__/fill_pdf_form_with_annotations.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/SKILL.md +30 -24
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/check_bounding_boxes.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/check_bounding_boxes_test.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/check_fillable_fields.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/convert_pdf_to_images.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/create_validation_image.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/extract_form_field_info.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/fill_fillable_fields.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/pdf-official/scripts/__pycache__/fill_pdf_form_with_annotations.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/schema-markup/SKILL.md +29 -28
- package/templates/skills/extended/data/xlsx/SKILL.md +30 -24
- package/templates/skills/extended/data/xlsx/__pycache__/recalc.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/xlsx-official/SKILL.md +30 -24
- package/templates/skills/extended/data/xlsx-official/__pycache__/recalc.cpython-312.pyc +0 -0
- package/templates/skills/extended/debugging/application-performance-performance-optimization/SKILL.md +33 -21
- package/templates/skills/extended/debugging/bazel-build-optimization/SKILL.md +34 -22
- package/templates/skills/extended/debugging/code-refactoring-refactor-clean/SKILL.md +34 -22
- package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/SKILL.md +34 -22
- package/templates/skills/extended/debugging/codebase-cleanup-tech-debt/SKILL.md +33 -21
- package/templates/skills/extended/debugging/context-optimization/SKILL.md +32 -30
- package/templates/skills/extended/debugging/cost-optimization/SKILL.md +34 -22
- package/templates/skills/extended/debugging/database-migrations-migration-observability/SKILL.md +35 -26
- package/templates/skills/extended/debugging/debugger/SKILL.md +37 -24
- package/templates/skills/extended/debugging/debugging-strategies/SKILL.md +34 -22
- package/templates/skills/extended/debugging/debugging-toolkit-smart-debug/SKILL.md +33 -21
- package/templates/skills/extended/debugging/devops-troubleshooter/SKILL.md +34 -29
- package/templates/skills/extended/debugging/distributed-debugging-debug-trace/SKILL.md +34 -22
- package/templates/skills/extended/debugging/distributed-tracing/SKILL.md +34 -22
- package/templates/skills/extended/debugging/error-debugging-error-analysis/SKILL.md +33 -21
- package/templates/skills/extended/debugging/error-debugging-error-trace/SKILL.md +34 -22
- package/templates/skills/extended/debugging/error-debugging-multi-agent-review/SKILL.md +33 -21
- package/templates/skills/extended/debugging/error-diagnostics-error-analysis/SKILL.md +33 -21
- package/templates/skills/extended/debugging/error-diagnostics-error-trace/SKILL.md +33 -21
- package/templates/skills/extended/debugging/error-diagnostics-smart-debug/SKILL.md +33 -21
- package/templates/skills/extended/debugging/fp-ts-errors/SKILL.md +33 -23
- package/templates/skills/extended/debugging/framework-migration-code-migrate/SKILL.md +33 -21
- package/templates/skills/extended/debugging/framework-migration-deps-upgrade/SKILL.md +33 -21
- package/templates/skills/extended/debugging/framework-migration-legacy-modernize/SKILL.md +33 -21
- package/templates/skills/extended/debugging/legacy-modernizer/SKILL.md +34 -27
- package/templates/skills/extended/debugging/observability-engineer/SKILL.md +34 -27
- package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/SKILL.md +33 -21
- package/templates/skills/extended/debugging/observability-monitoring-slo-implement/SKILL.md +34 -22
- package/templates/skills/extended/debugging/page-cro/SKILL.md +36 -27
- package/templates/skills/extended/debugging/paywall-upgrade-cro/SKILL.md +36 -21
- package/templates/skills/extended/debugging/performance-engineer/SKILL.md +34 -29
- package/templates/skills/extended/debugging/python-performance-optimization/SKILL.md +34 -22
- package/templates/skills/extended/debugging/service-mesh-observability/SKILL.md +34 -22
- package/templates/skills/extended/debugging/slo-implementation/SKILL.md +34 -22
- package/templates/skills/extended/debugging/spark-optimization/SKILL.md +34 -22
- package/templates/skills/extended/debugging/systematic-debugging/SKILL.md +347 -0
- package/templates/skills/extended/debugging/systematic-debugging/condition-based-waiting.md +115 -0
- package/templates/skills/extended/debugging/systematic-debugging/defense-in-depth.md +122 -0
- package/templates/skills/extended/debugging/systematic-debugging/root-cause-tracing.md +169 -0
- package/templates/skills/extended/debugging/web-performance-optimization/SKILL.md +33 -21
- package/templates/skills/extended/devops/agent-orchestration-multi-agent-optimize/SKILL.md +29 -21
- package/templates/skills/extended/devops/airflow-dag-patterns/SKILL.md +30 -22
- package/templates/skills/extended/devops/aws-penetration-testing/SKILL.md +34 -25
- package/templates/skills/extended/devops/aws-skills/SKILL.md +28 -22
- package/templates/skills/extended/devops/azd-deployment/SKILL.md +35 -24
- package/templates/skills/extended/devops/azure-ai-anomalydetector-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-ai-contentsafety-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-ai-contentsafety-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-contentunderstanding-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-document-intelligence-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-ai-document-intelligence-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-ai-ml-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-projects-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-ai-projects-java/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-textanalytics-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-transcription-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-translation-document-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-translation-text-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-translation-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-ai-voicelive-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-ai-voicelive-java/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-ai-voicelive-ts/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-appconfiguration-java/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-appconfiguration-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-appconfiguration-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-communication-chat-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-communication-common-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-communication-sms-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-compute-batch-java/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-containerregistry-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-cosmos-java/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-cosmos-py/SKILL.md +35 -27
- package/templates/skills/extended/devops/azure-cosmos-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-cosmos-ts/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-data-tables-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-eventgrid-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-eventgrid-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-eventgrid-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-eventhub-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-eventhub-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-eventhub-py/SKILL.md +35 -27
- package/templates/skills/extended/devops/azure-eventhub-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-eventhub-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-functions/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-identity-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-identity-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-identity-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-identity-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-identity-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-keyvault-certificates-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-keyvault-keys-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-keyvault-keys-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-keyvault-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-keyvault-secrets-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-keyvault-secrets-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-maps-search-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-messaging-webpubsub-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-messaging-webpubsubservice-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-mgmt-applicationinsights-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +32 -25
- package/templates/skills/extended/devops/azure-mgmt-botservice-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-mgmt-botservice-py/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-mgmt-fabric-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-mgmt-fabric-py/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-mgmt-weightsandbiases-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-microsoft-playwright-testing-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-monitor-ingestion-java/SKILL.md +33 -25
- package/templates/skills/extended/devops/azure-monitor-ingestion-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-java/SKILL.md +32 -25
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-py/SKILL.md +30 -25
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-monitor-query-java/SKILL.md +32 -25
- package/templates/skills/extended/devops/azure-monitor-query-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-resource-manager-cosmosdb-dotnet/SKILL.md +35 -26
- package/templates/skills/extended/devops/azure-resource-manager-durabletask-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-resource-manager-playwright-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-search-documents-dotnet/SKILL.md +36 -27
- package/templates/skills/extended/devops/azure-search-documents-py/SKILL.md +36 -28
- package/templates/skills/extended/devops/azure-security-keyvault-keys-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-security-keyvault-keys-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-security-keyvault-secrets-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-servicebus-dotnet/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-servicebus-py/SKILL.md +35 -27
- package/templates/skills/extended/devops/azure-servicebus-ts/SKILL.md +34 -24
- package/templates/skills/extended/devops/azure-storage-blob-java/SKILL.md +32 -22
- package/templates/skills/extended/devops/azure-storage-blob-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-storage-blob-rust/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-storage-blob-ts/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-storage-file-datalake-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-storage-file-share-py/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-storage-file-share-ts/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-storage-queue-py/SKILL.md +32 -24
- package/templates/skills/extended/devops/azure-storage-queue-ts/SKILL.md +32 -23
- package/templates/skills/extended/devops/azure-web-pubsub-ts/SKILL.md +32 -22
- package/templates/skills/extended/devops/bash-defensive-patterns/SKILL.md +30 -22
- package/templates/skills/extended/devops/bash-pro/SKILL.md +34 -24
- package/templates/skills/extended/devops/busybox-on-windows/SKILL.md +32 -22
- package/templates/skills/extended/devops/c4-container/SKILL.md +31 -29
- package/templates/skills/extended/devops/claude-win11-speckit-update-skill/SKILL.md +28 -22
- package/templates/skills/extended/devops/cloud-architect/SKILL.md +30 -29
- package/templates/skills/extended/devops/cloud-penetration-testing/SKILL.md +34 -25
- package/templates/skills/extended/devops/context-window-management/SKILL.md +32 -22
- package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/SKILL.md +30 -22
- package/templates/skills/extended/devops/deployment-engineer/SKILL.md +30 -29
- package/templates/skills/extended/devops/deployment-pipeline-design/SKILL.md +30 -22
- package/templates/skills/extended/devops/deployment-validation-config-validate/SKILL.md +29 -21
- package/templates/skills/extended/devops/expo-deployment/SKILL.md +28 -22
- package/templates/skills/extended/devops/file-uploads/SKILL.md +32 -22
- package/templates/skills/extended/devops/full-stack-orchestration-full-stack-feature/SKILL.md +29 -21
- package/templates/skills/extended/devops/gcp-cloud-run/SKILL.md +32 -22
- package/templates/skills/extended/devops/helm-chart-scaffolding/SKILL.md +30 -22
- package/templates/skills/extended/devops/hugging-face-cli/SKILL.md +31 -25
- package/templates/skills/extended/devops/hugging-face-jobs/SKILL.md +29 -24
- package/templates/skills/extended/devops/hybrid-cloud-architect/SKILL.md +30 -29
- package/templates/skills/extended/devops/hybrid-cloud-networking/SKILL.md +30 -22
- package/templates/skills/extended/devops/k8s-manifest-generator/SKILL.md +30 -22
- package/templates/skills/extended/devops/k8s-security-policies/SKILL.md +30 -22
- package/templates/skills/extended/devops/kubernetes-architect/SKILL.md +30 -30
- package/templates/skills/extended/devops/linux-shell-scripting/SKILL.md +34 -25
- package/templates/skills/extended/devops/loki-mode/SKILL.md +32 -21
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/0.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/1.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/10.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/100.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/101.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/102.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/103.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/104.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/105.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/106.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/107.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/108.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/109.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/11.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/110.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/111.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/112.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/113.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/114.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/115.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/116.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/117.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/118.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/119.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/12.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/120.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/121.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/122.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/123.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/124.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/125.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/126.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/127.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/128.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/129.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/13.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/130.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/131.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/132.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/133.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/134.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/135.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/136.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/137.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/138.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/139.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/14.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/140.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/141.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/142.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/143.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/144.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/145.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/146.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/147.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/148.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/149.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/15.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/150.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/151.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/152.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/153.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/154.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/155.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/156.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/157.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/158.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/159.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/16.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/160.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/161.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/162.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/163.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/17.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/18.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/19.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/2.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/20.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/21.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/22.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/23.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/24.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/25.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/26.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/27.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/28.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/29.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/3.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/30.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/31.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/32.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/33.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/34.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/35.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/36.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/37.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/38.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/39.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/4.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/40.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/41.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/42.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/43.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/44.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/45.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/46.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/47.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/48.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/49.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/5.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/50.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/51.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/52.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/53.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/54.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/55.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/56.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/57.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/58.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/59.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/6.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/60.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/61.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/62.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/63.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/64.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/65.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/66.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/67.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/68.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/69.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/7.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/70.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/71.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/72.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/73.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/74.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/75.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/76.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/77.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/78.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/79.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/8.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/80.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/81.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/82.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/83.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/84.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/85.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/86.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/87.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/88.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/89.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/9.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/90.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/91.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/92.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/93.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/94.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/95.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/96.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/97.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/98.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/2026-01-05-00-49-17/humaneval-solutions/__pycache__/99.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/0.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/1.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/10.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/100.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/101.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/102.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/103.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/104.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/105.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/106.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/107.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/108.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/109.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/11.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/110.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/111.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/112.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/113.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/114.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/115.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/116.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/117.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/118.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/119.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/12.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/120.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/121.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/122.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/123.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/124.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/125.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/126.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/127.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/128.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/129.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/13.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/130.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/131.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/132.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/133.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/134.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/135.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/136.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/137.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/138.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/139.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/14.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/140.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/141.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/142.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/143.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/144.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/145.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/146.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/147.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/148.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/149.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/15.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/150.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/151.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/152.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/153.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/154.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/155.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/156.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/157.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/158.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/159.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/16.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/160.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/161.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/162.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/163.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/17.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/18.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/19.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/2.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/20.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/21.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/22.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/23.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/24.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/25.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/26.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/27.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/28.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/29.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/3.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/30.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/31.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/32.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/33.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/34.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/35.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/36.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/37.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/38.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/39.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/4.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/40.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/41.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/42.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/43.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/44.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/45.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/46.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/47.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/48.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/49.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/5.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/50.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/51.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/52.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/53.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/54.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/55.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/56.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/57.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/58.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/59.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/6.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/60.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/61.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/62.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/63.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/64.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/65.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/66.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/67.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/68.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/69.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/7.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/70.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/71.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/72.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/73.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/74.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/75.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/76.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/77.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/78.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/79.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/8.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/80.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/81.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/82.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/83.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/84.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/85.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/86.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/87.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/88.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/89.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/9.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/90.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/91.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/92.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/93.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/94.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/95.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/96.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/97.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/98.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/benchmarks/results/humaneval-loki-solutions/__pycache__/99.cpython-312.pyc +0 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package.json +0 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/src/routes/todos.ts +0 -0
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/frontend/package-lock.json +175 -91
- package/templates/skills/extended/devops/machine-learning-ops-ml-pipeline/SKILL.md +29 -21
- package/templates/skills/extended/devops/ml-pipeline-workflow/SKILL.md +30 -22
- package/templates/skills/extended/devops/multi-cloud-architecture/SKILL.md +30 -22
- package/templates/skills/extended/devops/network-engineer/SKILL.md +30 -29
- package/templates/skills/extended/devops/posix-shell-pro/SKILL.md +30 -26
- package/templates/skills/extended/devops/saga-orchestration/SKILL.md +38 -22
- package/templates/skills/extended/devops/secrets-management/SKILL.md +30 -22
- package/templates/skills/extended/devops/service-mesh-expert/SKILL.md +29 -21
- package/templates/skills/extended/devops/shellcheck-configuration/SKILL.md +30 -22
- package/templates/skills/extended/devops/tdd-orchestrator/SKILL.md +30 -28
- package/templates/skills/extended/devops/terraform-module-library/SKILL.md +30 -22
- package/templates/skills/extended/devops/terraform-skill/SKILL.md +47 -45
- package/templates/skills/extended/devops/upstash-qstash/SKILL.md +32 -22
- package/templates/skills/extended/devops/vercel-automation/SKILL.md +31 -22
- package/templates/skills/extended/devops/vercel-deploy-claimable/SKILL.md +26 -20
- package/templates/skills/extended/devops/vercel-deployment/SKILL.md +28 -22
- package/templates/skills/extended/devops/windows-privilege-escalation/SKILL.md +34 -25
- package/templates/skills/extended/documentation/api-documentation-generator/SKILL.md +29 -21
- package/templates/skills/extended/documentation/api-documenter/SKILL.md +30 -27
- package/templates/skills/extended/documentation/azure-search-documents-ts/SKILL.md +32 -22
- package/templates/skills/extended/documentation/claude-code-guide/SKILL.md +33 -22
- package/templates/skills/extended/documentation/claude-scientific-skills/SKILL.md +28 -22
- package/templates/skills/extended/documentation/code-documentation-code-explain/SKILL.md +30 -22
- package/templates/skills/extended/documentation/code-documentation-doc-generate/SKILL.md +30 -22
- package/templates/skills/extended/documentation/context7-auto-research/SKILL.md +30 -22
- package/templates/skills/extended/documentation/culture-index/SKILL.md +26 -20
- package/templates/skills/extended/documentation/defi-protocol-templates/SKILL.md +30 -22
- package/templates/skills/extended/documentation/docs-architect/SKILL.md +30 -27
- package/templates/skills/extended/documentation/documentation-generation-doc-generate/SKILL.md +30 -23
- package/templates/skills/extended/documentation/docusign-automation/SKILL.md +31 -22
- package/templates/skills/extended/documentation/docx/SKILL.md +33 -23
- package/templates/skills/extended/documentation/docx/ooxml/scripts/__pycache__/pack.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/__pycache__/unpack.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/__pycache__/validate.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/docx.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/pptx.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/ooxml/scripts/validation/__pycache__/redlining.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/scripts/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/scripts/__pycache__/document.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx/scripts/__pycache__/utilities.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/LICENSE.txt +30 -0
- package/templates/skills/extended/documentation/docx-official/SKILL.md +248 -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/__pycache__/pack.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/__pycache__/unpack.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/__pycache__/validate.cpython-312.pyc +0 -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/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__pycache__/docx.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__pycache__/pptx.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__pycache__/redlining.cpython-312.pyc +0 -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/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/scripts/__pycache__/document.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/docx-official/scripts/__pycache__/utilities.cpython-312.pyc +0 -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 +30 -22
- package/templates/skills/extended/documentation/incident-runbook-templates/SKILL.md +30 -22
- package/templates/skills/extended/documentation/malware-analyst/SKILL.md +30 -28
- package/templates/skills/extended/documentation/notebooklm/SKILL.md +30 -22
- package/templates/skills/extended/documentation/notebooklm/scripts/auth_manager.py +0 -0
- package/templates/skills/extended/documentation/notebooklm/scripts/browser_session.py +0 -0
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/SKILL.md +39 -25
- package/templates/skills/extended/documentation/product-manager-toolkit/SKILL.md +32 -21
- package/templates/skills/extended/documentation/product-manager-toolkit/scripts/__pycache__/customer_interview_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/product-manager-toolkit/scripts/__pycache__/rice_prioritizer.cpython-312.pyc +0 -0
- package/templates/skills/extended/documentation/readme/SKILL.md +29 -23
- package/templates/skills/extended/documentation/reference-builder/SKILL.md +30 -27
- package/templates/skills/extended/documentation/research-engineer/SKILL.md +26 -20
- package/templates/skills/extended/documentation/screenshots/SKILL.md +28 -22
- package/templates/skills/extended/documentation/search-specialist/SKILL.md +30 -27
- package/templates/skills/extended/documentation/skill-seekers/SKILL.md +28 -22
- package/templates/skills/extended/documentation/startup-business-analyst-business-case/SKILL.md +33 -23
- package/templates/skills/extended/documentation/tutorial-engineer/SKILL.md +414 -151
- package/templates/skills/extended/documentation/wiki-architect/SKILL.md +32 -21
- package/templates/skills/extended/documentation/wiki-changelog/SKILL.md +32 -21
- package/templates/skills/extended/documentation/wiki-onboarding/SKILL.md +32 -21
- package/templates/skills/extended/documentation/wiki-page-writer/SKILL.md +32 -21
- package/templates/skills/extended/documentation/wiki-qa/SKILL.md +32 -21
- package/templates/skills/extended/documentation/wiki-researcher/SKILL.md +32 -21
- package/templates/skills/extended/frontend/active-directory-attacks/SKILL.md +433 -0
- package/templates/skills/extended/frontend/active-directory-attacks/references/advanced-attacks.md +382 -0
- package/templates/skills/extended/frontend/algolia-search/SKILL.md +31 -21
- package/templates/skills/extended/frontend/angular/SKILL.md +28 -26
- package/templates/skills/extended/frontend/angular-best-practices/SKILL.md +30 -21
- package/templates/skills/extended/frontend/angular-migration/SKILL.md +30 -22
- package/templates/skills/extended/frontend/angular-state-management/SKILL.md +28 -22
- package/templates/skills/extended/frontend/angular-ui-patterns/SKILL.md +30 -21
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/SKILL.md +32 -22
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/SKILL.md +32 -21
- package/templates/skills/extended/frontend/avalonia-zafiro-development/SKILL.md +32 -21
- package/templates/skills/extended/frontend/beautiful-prose/SKILL.md +203 -31
- package/templates/skills/extended/frontend/brand-guidelines-anthropic/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/brand-guidelines-anthropic/SKILL.md +124 -0
- package/templates/skills/extended/frontend/brand-guidelines-community/LICENSE.txt +202 -0
- package/templates/skills/extended/frontend/brand-guidelines-community/SKILL.md +124 -0
- package/templates/skills/extended/frontend/browser-extension-builder/SKILL.md +32 -22
- package/templates/skills/extended/frontend/burp-suite-testing/SKILL.md +430 -0
- package/templates/skills/extended/frontend/c4-component/SKILL.md +34 -32
- package/templates/skills/extended/frontend/canvas-design/SKILL.md +32 -22
- package/templates/skills/extended/frontend/cc-skill-coding-standards/SKILL.md +33 -24
- package/templates/skills/extended/frontend/cc-skill-frontend-patterns/SKILL.md +33 -24
- package/templates/skills/extended/frontend/cc-skill-project-guidelines-example/SKILL.md +30 -24
- package/templates/skills/extended/frontend/claude-ally-health/SKILL.md +28 -22
- package/templates/skills/extended/frontend/claude-d3js-skill/SKILL.md +31 -23
- package/templates/skills/extended/frontend/core-components/SKILL.md +32 -21
- package/templates/skills/extended/frontend/design-orchestration/SKILL.md +32 -25
- package/templates/skills/extended/frontend/discord-bot-architect/SKILL.md +328 -0
- package/templates/skills/extended/frontend/environment-setup-guide/SKILL.md +29 -21
- package/templates/skills/extended/frontend/event-sourcing-architect/SKILL.md +112 -0
- package/templates/skills/extended/frontend/event-store-design/SKILL.md +498 -0
- package/templates/skills/extended/frontend/event-store-design/resources/implementation-playbook.md +25 -0
- package/templates/skills/extended/frontend/fp-ts-react/SKILL.md +29 -23
- package/templates/skills/extended/frontend/frontend-dev-guidelines/SKILL.md +33 -21
- package/templates/skills/extended/frontend/frontend-developer/SKILL.md +30 -27
- package/templates/skills/extended/frontend/frontend-mobile-development-component-scaffold/SKILL.md +29 -21
- package/templates/skills/extended/frontend/frontend-slides/SKILL.md +174 -703
- package/templates/skills/extended/frontend/frontend-ui-dark-ts/SKILL.md +35 -24
- package/templates/skills/extended/frontend/html-injection-testing/SKILL.md +548 -0
- package/templates/skills/extended/frontend/hybrid-search-implementation/SKILL.md +81 -0
- package/templates/skills/extended/frontend/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
- package/templates/skills/extended/frontend/interactive-portfolio/SKILL.md +32 -22
- package/templates/skills/extended/frontend/istio-traffic-management/SKILL.md +386 -0
- package/templates/skills/extended/frontend/javascript-typescript-typescript-scaffold/SKILL.md +29 -21
- package/templates/skills/extended/frontend/kpi-dashboard-design/SKILL.md +30 -22
- package/templates/skills/extended/frontend/linux-privilege-escalation/SKILL.md +554 -0
- package/templates/skills/extended/frontend/makepad-skills/SKILL.md +28 -22
- package/templates/skills/extended/frontend/mcp-builder-ms/SKILL.md +356 -0
- package/templates/skills/extended/frontend/memory-forensics/SKILL.md +540 -0
- package/templates/skills/extended/frontend/metasploit-framework/SKILL.md +528 -0
- package/templates/skills/extended/frontend/micro-saas-launcher/SKILL.md +32 -22
- package/templates/skills/extended/frontend/ml-engineer/SKILL.md +212 -0
- package/templates/skills/extended/frontend/mlops-engineer/SKILL.md +263 -0
- package/templates/skills/extended/frontend/monorepo-architect/SKILL.md +110 -0
- package/templates/skills/extended/frontend/monorepo-management/SKILL.md +84 -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 +30 -22
- package/templates/skills/extended/frontend/personal-tool-builder/SKILL.md +32 -22
- package/templates/skills/extended/frontend/pptx/SKILL.md +33 -23
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/__pycache__/pack.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/__pycache__/unpack.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/__pycache__/validate.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/docx.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/pptx.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/ooxml/scripts/validation/__pycache__/redlining.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/scripts/__pycache__/inventory.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/scripts/__pycache__/rearrange.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/scripts/__pycache__/replace.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx/scripts/__pycache__/thumbnail.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/LICENSE.txt +30 -0
- package/templates/skills/extended/frontend/pptx-official/SKILL.md +535 -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/__pycache__/pack.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/__pycache__/unpack.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/__pycache__/validate.cpython-312.pyc +0 -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/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__pycache__/docx.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__pycache__/pptx.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__pycache__/redlining.cpython-312.pyc +0 -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/__pycache__/inventory.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/__pycache__/rearrange.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/__pycache__/replace.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/pptx-official/scripts/__pycache__/thumbnail.cpython-312.pyc +0 -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 +97 -0
- package/templates/skills/extended/frontend/radix-ui-design-system/SKILL.md +28 -22
- package/templates/skills/extended/frontend/react-best-practices/SKILL.md +33 -22
- package/templates/skills/extended/frontend/react-flow-architect/SKILL.md +38 -20
- package/templates/skills/extended/frontend/react-flow-node-ts/SKILL.md +35 -24
- package/templates/skills/extended/frontend/react-modernization/SKILL.md +30 -22
- package/templates/skills/extended/frontend/react-state-management/SKILL.md +30 -22
- package/templates/skills/extended/frontend/react-ui-patterns/SKILL.md +32 -21
- package/templates/skills/extended/frontend/risk-metrics-calculation/SKILL.md +82 -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 +92 -0
- package/templates/skills/extended/frontend/senior-fullstack/SKILL.md +32 -21
- package/templates/skills/extended/frontend/senior-fullstack/scripts/__pycache__/code_quality_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/senior-fullstack/scripts/__pycache__/fullstack_scaffolder.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/senior-fullstack/scripts/__pycache__/project_scaffolder.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/shopify-apps/SKILL.md +32 -22
- 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 +636 -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/__pycache__/init_skill.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/skill-creator/scripts/__pycache__/package_skill.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/skill-creator/scripts/__pycache__/quick_validate.cpython-312.pyc +0 -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/SKILL.md +32 -23
- package/templates/skills/extended/frontend/tailwind-design-system/SKILL.md +30 -22
- package/templates/skills/extended/frontend/telegram-bot-builder/SKILL.md +305 -0
- package/templates/skills/extended/frontend/theme-factory/SKILL.md +32 -22
- package/templates/skills/extended/frontend/tool-design/SKILL.md +31 -25
- package/templates/skills/extended/frontend/trigger-dev/SKILL.md +32 -22
- package/templates/skills/extended/frontend/turborepo-caching/SKILL.md +30 -22
- package/templates/skills/extended/frontend/typescript-advanced-types/SKILL.md +30 -22
- package/templates/skills/extended/frontend/ui-skills/SKILL.md +28 -22
- package/templates/skills/extended/frontend/ui-ux-designer/SKILL.md +30 -27
- package/templates/skills/extended/frontend/ui-ux-pro-max/.claude-plugin/marketplace.json +35 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/.claude-plugin/plugin.json +11 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/CLAUDE.md +98 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/LICENSE +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/README.md +498 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/SKILL.md +34 -56
- package/templates/skills/extended/frontend/ui-ux-pro-max/cat-feeding-app/index.html +237 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/README.md +63 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/__pycache__/_sync_all.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/_sync_all.py +414 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/app-interface.csv +31 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/charts.csv +26 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/colors.csv +162 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/design.csv +1776 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/icons.csv +105 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/landing.csv +31 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/products.csv +162 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/react-performance.csv +45 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/astro.csv +54 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/flutter.csv +53 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/html-tailwind.csv +56 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/jetpack-compose.csv +53 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/nextjs.csv +53 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/nuxt-ui.csv +51 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/nuxtjs.csv +59 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/react-native.csv +52 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/react.csv +54 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/shadcn.csv +61 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/svelte.csv +54 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/swiftui.csv +51 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/stacks/vue.csv +50 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/styles.csv +85 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/typography.csv +74 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/ui-reasoning.csv +162 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/data/ux-guidelines.csv +100 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/scripts/__pycache__/core.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/scripts/__pycache__/search.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/scripts/core.py +241 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/scripts/design_system.py +1067 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/scripts/search.py +114 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/base/quick-reference.md +297 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/base/skill-content.md +353 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/agent.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/claude.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/codebuddy.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/codex.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/continue.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/copilot.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/cursor.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/droid.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/gemini.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/kiro.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/opencode.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/qoder.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/roocode.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/trae.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/assets/templates/platforms/windsurf.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/bun.lock +77 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/package-lock.json +370 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/package.json +48 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/commands/init.ts +207 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/commands/update.ts +36 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/commands/versions.ts +42 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/index.ts +63 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/types/index.ts +63 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/utils/detect.ts +105 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/utils/extract.ts +149 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/utils/github.ts +104 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/utils/logger.ts +11 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/src/utils/template.ts +224 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/cli/tsconfig.json +17 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/docs//344/270/211/344/270/252 data-scripts-templates /347/232/204/345/214/272/345/210/253.md" +30 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/preview/xiaomaomi-app.html +411 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/screenshots/website.png +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/core.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/scripts/__pycache__/search.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/__pycache__/_sync_all.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/_sync_all.py +414 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/app-interface.csv +31 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/charts.csv +26 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/colors.csv +162 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/design.csv +1776 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/draft.csv +1779 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/google-fonts.csv +1924 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/icons.csv +106 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/landing.csv +35 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/products.csv +162 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/styles.csv +85 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/typography.csv +74 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/ui-reasoning.csv +162 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/scripts/__pycache__/core.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/scripts/__pycache__/search.cpython-312.pyc +0 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/scripts/core.py +247 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/scripts/search.py +114 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/base/quick-reference.md +297 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/base/skill-content.md +358 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/agent.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/claude.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/codebuddy.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/codex.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/continue.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/copilot.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/cursor.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/droid.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/gemini.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/kiro.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/opencode.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/qoder.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/roocode.json +18 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/trae.json +21 -0
- package/templates/skills/extended/frontend/ui-ux-pro-max/src/ui-ux-pro-max/templates/platforms/windsurf.json +18 -0
- package/templates/skills/extended/frontend/ui-visual-validator/SKILL.md +30 -28
- package/templates/skills/extended/frontend/using-superpowers/SKILL.md +139 -0
- package/templates/skills/extended/frontend/viral-generator-builder/SKILL.md +32 -22
- package/templates/skills/extended/frontend/wcag-audit-patterns/SKILL.md +30 -22
- package/templates/skills/extended/frontend/web-artifacts-builder/SKILL.md +32 -22
- package/templates/skills/extended/frontend/web-design-guidelines/SKILL.md +32 -22
- package/templates/skills/extended/frontend/wiki-vitepress/SKILL.md +32 -21
- package/templates/skills/extended/frontend/zustand-store-ts/SKILL.md +33 -22
- 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 +597 -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/__pycache__/transcribe.cpython-312.pyc +0 -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 +27 -23
- package/templates/skills/extended/gaming/internal-comms-community/LICENSE.txt +202 -0
- package/templates/skills/extended/gaming/internal-comms-community/SKILL.md +76 -0
- package/templates/skills/extended/gaming/startup-business-analyst-market-opportunity/SKILL.md +287 -0
- package/templates/skills/extended/gaming/threejs-skills/SKILL.md +26 -24
- package/templates/skills/extended/gaming/unity-developer/SKILL.md +27 -29
- package/templates/skills/extended/gaming/unity-ecs-patterns/SKILL.md +27 -23
- package/templates/skills/extended/mobile/app-store-optimization/SKILL.md +29 -22
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/ab_test_planner.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/aso_scorer.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/competitor_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/keyword_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/launch_checklist.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/localization_helper.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/metadata_optimizer.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/app-store-optimization/__pycache__/review_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/mobile/competitor-alternatives/SKILL.md +41 -34
- package/templates/skills/extended/mobile/flutter-expert/SKILL.md +27 -29
- package/templates/skills/extended/mobile/ios-developer/SKILL.md +27 -28
- package/templates/skills/extended/mobile/mobile-developer/SKILL.md +27 -28
- package/templates/skills/extended/mobile/react-native-architecture/SKILL.md +27 -23
- package/templates/skills/extended/mobile/swiftui-expert-skill/SKILL.md +100 -132
- package/templates/skills/extended/mobile/upgrading-expo/SKILL.md +25 -23
- package/templates/skills/extended/other/00-andruia-consultant/SKILL.md +107 -0
- package/templates/skills/extended/other/007/SKILL.md +700 -0
- package/templates/skills/extended/other/007/references/ai-agent-security.md +470 -0
- package/templates/skills/extended/other/007/references/api-security-patterns.md +479 -0
- package/templates/skills/extended/other/007/references/incident-playbooks.md +394 -0
- package/templates/skills/extended/other/007/references/owasp-checklists.md +76 -0
- package/templates/skills/extended/other/007/references/stride-pasta-guide.md +395 -0
- package/templates/skills/extended/other/007/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/__pycache__/full_audit.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/__pycache__/quick_scan.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/__pycache__/score_calculator.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/config.py +472 -0
- package/templates/skills/extended/other/007/scripts/full_audit.py +1306 -0
- package/templates/skills/extended/other/007/scripts/quick_scan.py +481 -0
- package/templates/skills/extended/other/007/scripts/requirements.txt +26 -0
- package/templates/skills/extended/other/007/scripts/scanners/__init__.py +0 -0
- package/templates/skills/extended/other/007/scripts/scanners/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/scanners/__pycache__/dependency_scanner.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/scanners/__pycache__/injection_scanner.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/scanners/__pycache__/secrets_scanner.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/007/scripts/scanners/dependency_scanner.py +1305 -0
- package/templates/skills/extended/other/007/scripts/scanners/injection_scanner.py +1104 -0
- package/templates/skills/extended/other/007/scripts/scanners/secrets_scanner.py +1008 -0
- package/templates/skills/extended/other/007/scripts/score_calculator.py +693 -0
- package/templates/skills/extended/other/10-andruia-skill-smith/SKILL.md +91 -0
- package/templates/skills/extended/other/20-andruia-niche-intelligence/SKILL.md +109 -0
- package/templates/skills/extended/other/advanced-evaluation/SKILL.md +499 -0
- package/templates/skills/extended/other/advogado-criminal/SKILL.md +992 -0
- package/templates/skills/extended/other/advogado-especialista/SKILL.md +1151 -0
- package/templates/skills/extended/other/advogado-especialista/references/fontes.md +139 -0
- package/templates/skills/extended/other/agent-orchestrator/SKILL.md +362 -0
- package/templates/skills/extended/other/agent-orchestrator/references/capability-taxonomy.md +85 -0
- package/templates/skills/extended/other/agent-orchestrator/references/orchestration-patterns.md +129 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/__pycache__/match_skills.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/__pycache__/orchestrate.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/__pycache__/scan_registry.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/match_skills.py +329 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/orchestrate.py +304 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/agent-orchestrator/scripts/scan_registry.py +508 -0
- package/templates/skills/extended/other/agentfolio/SKILL.md +146 -0
- package/templates/skills/extended/other/agentic-actions-auditor/SKILL.md +372 -0
- package/templates/skills/extended/other/agentmail/SKILL.md +293 -0
- package/templates/skills/extended/other/agents-md/SKILL.md +164 -0
- package/templates/skills/extended/other/ai-agent-development/SKILL.md +219 -0
- package/templates/skills/extended/other/ai-analyzer/SKILL.md +260 -0
- package/templates/skills/extended/other/ai-md/SKILL.md +568 -0
- package/templates/skills/extended/other/ai-ml/SKILL.md +298 -0
- package/templates/skills/extended/other/ai-studio-image/SKILL.md +358 -0
- package/templates/skills/extended/other/ai-studio-image/references/prompt-engineering.md +160 -0
- package/templates/skills/extended/other/ai-studio-image/references/setup-guide.md +102 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/__pycache__/generate.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/__pycache__/prompt_engine.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/__pycache__/templates.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/config.py +613 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/generate.py +630 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/prompt_engine.py +424 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/requirements.txt +4 -0
- package/templates/skills/extended/other/ai-studio-image/scripts/templates.py +349 -0
- package/templates/skills/extended/other/alpha-vantage/SKILL.md +182 -0
- package/templates/skills/extended/other/amazon-alexa/SKILL.md +707 -0
- package/templates/skills/extended/other/analytics-product/SKILL.md +343 -0
- package/templates/skills/extended/other/andrej-karpathy/SKILL.md +1210 -0
- package/templates/skills/extended/other/android-jetpack-compose-expert/SKILL.md +199 -0
- package/templates/skills/extended/other/android_ui_verification/SKILL.md +112 -0
- package/templates/skills/extended/other/android_ui_verification/scripts/verify_ui.sh +32 -0
- package/templates/skills/extended/other/animejs-animation/SKILL.md +94 -0
- package/templates/skills/extended/other/antigravity-design-expert/SKILL.md +88 -0
- package/templates/skills/extended/other/api-documentation/SKILL.md +209 -0
- package/templates/skills/extended/other/api-endpoint-builder/README.md +15 -0
- package/templates/skills/extended/other/api-endpoint-builder/SKILL.md +374 -0
- package/templates/skills/extended/other/api-security-testing/SKILL.md +217 -0
- package/templates/skills/extended/other/apify-actor-development/SKILL.md +264 -0
- package/templates/skills/extended/other/apify-actor-development/references/actor-json.md +66 -0
- package/templates/skills/extended/other/apify-actor-development/references/dataset-schema.md +209 -0
- package/templates/skills/extended/other/apify-actor-development/references/input-schema.md +66 -0
- package/templates/skills/extended/other/apify-actor-development/references/key-value-store-schema.md +129 -0
- package/templates/skills/extended/other/apify-actor-development/references/logging.md +50 -0
- package/templates/skills/extended/other/apify-actor-development/references/output-schema.md +49 -0
- package/templates/skills/extended/other/apify-actor-development/references/standby-mode.md +61 -0
- package/templates/skills/extended/other/apify-actorization/SKILL.md +230 -0
- package/templates/skills/extended/other/apify-actorization/references/cli-actorization.md +81 -0
- package/templates/skills/extended/other/apify-actorization/references/js-ts-actorization.md +111 -0
- package/templates/skills/extended/other/apify-actorization/references/python-actorization.md +95 -0
- package/templates/skills/extended/other/apify-actorization/references/schemas-and-output.md +140 -0
- package/templates/skills/extended/other/apify-audience-analysis/SKILL.md +167 -0
- package/templates/skills/extended/other/apify-audience-analysis/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-brand-reputation-monitoring/SKILL.md +167 -0
- package/templates/skills/extended/other/apify-brand-reputation-monitoring/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-competitor-intelligence/SKILL.md +177 -0
- package/templates/skills/extended/other/apify-competitor-intelligence/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-content-analytics/SKILL.md +166 -0
- package/templates/skills/extended/other/apify-content-analytics/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-ecommerce/SKILL.md +309 -0
- package/templates/skills/extended/other/apify-ecommerce/reference/scripts/package.json +3 -0
- package/templates/skills/extended/other/apify-ecommerce/reference/scripts/run_actor.js +369 -0
- package/templates/skills/extended/other/apify-influencer-discovery/SKILL.md +164 -0
- package/templates/skills/extended/other/apify-influencer-discovery/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-lead-generation/SKILL.md +166 -0
- package/templates/skills/extended/other/apify-lead-generation/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-market-research/SKILL.md +165 -0
- package/templates/skills/extended/other/apify-market-research/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-trend-analysis/SKILL.md +175 -0
- package/templates/skills/extended/other/apify-trend-analysis/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/apify-ultimate-scraper/SKILL.md +276 -0
- package/templates/skills/extended/other/apify-ultimate-scraper/reference/scripts/run_actor.js +363 -0
- package/templates/skills/extended/other/appdeploy/SKILL.md +251 -0
- package/templates/skills/extended/other/arm-cortex-expert/SKILL.md +27 -30
- package/templates/skills/extended/other/ask-questions-if-underspecified/SKILL.md +131 -0
- package/templates/skills/extended/other/astropy/SKILL.md +370 -0
- package/templates/skills/extended/other/audit-context-building/SKILL.md +352 -0
- package/templates/skills/extended/other/audit-skills/SKILL.md +178 -0
- package/templates/skills/extended/other/auri-core/SKILL.md +649 -0
- package/templates/skills/extended/other/avoid-ai-writing/SKILL.md +94 -0
- package/templates/skills/extended/other/aws-cost-cleanup/SKILL.md +356 -0
- package/templates/skills/extended/other/aws-cost-optimizer/SKILL.md +239 -0
- package/templates/skills/extended/other/baseline-ui/SKILL.md +131 -0
- package/templates/skills/extended/other/bash-scripting/SKILL.md +242 -0
- package/templates/skills/extended/other/bdi-mental-states/SKILL.md +340 -0
- package/templates/skills/extended/other/bevy-ecs-expert/SKILL.md +178 -0
- package/templates/skills/extended/other/bill-gates/SKILL.md +857 -0
- package/templates/skills/extended/other/biopython/SKILL.md +486 -0
- package/templates/skills/extended/other/blog-writing-guide/SKILL.md +201 -0
- package/templates/skills/extended/other/blueprint/SKILL.md +120 -0
- package/templates/skills/extended/other/brand-guidelines/SKILL.md +214 -0
- package/templates/skills/extended/other/bug-hunter/README.md +20 -0
- package/templates/skills/extended/other/bug-hunter/SKILL.md +429 -0
- package/templates/skills/extended/other/build/SKILL.md +688 -0
- package/templates/skills/extended/other/building-native-ui/SKILL.md +367 -0
- package/templates/skills/extended/other/burpsuite-project-parser/SKILL.md +410 -0
- package/templates/skills/extended/other/carrier-relationship-management/SKILL.md +233 -0
- package/templates/skills/extended/other/carrier-relationship-management/references/communication-templates.md +584 -0
- package/templates/skills/extended/other/carrier-relationship-management/references/decision-frameworks.md +534 -0
- package/templates/skills/extended/other/carrier-relationship-management/references/edge-cases.md +527 -0
- package/templates/skills/extended/other/cc-skill-continuous-learning/SKILL.md +29 -24
- package/templates/skills/extended/other/cc-skill-strategic-compact/SKILL.md +29 -24
- package/templates/skills/extended/other/cdk-patterns/SKILL.md +124 -0
- package/templates/skills/extended/other/chat-widget/SKILL.md +941 -0
- package/templates/skills/extended/other/chrome-extension-developer/SKILL.md +129 -0
- package/templates/skills/extended/other/cirq/SKILL.md +389 -0
- package/templates/skills/extended/other/citation-management/SKILL.md +1152 -0
- package/templates/skills/extended/other/claimable-postgres/SKILL.md +269 -0
- package/templates/skills/extended/other/claude-code-expert/SKILL.md +606 -0
- package/templates/skills/extended/other/claude-in-chrome-troubleshooting/SKILL.md +301 -0
- package/templates/skills/extended/other/claude-monitor/SKILL.md +224 -0
- package/templates/skills/extended/other/claude-monitor/scripts/__pycache__/api_bench.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/claude-monitor/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/claude-monitor/scripts/__pycache__/health_check.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/claude-monitor/scripts/__pycache__/monitor.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/claude-monitor/scripts/api_bench.py +240 -0
- package/templates/skills/extended/other/claude-monitor/scripts/config.py +69 -0
- package/templates/skills/extended/other/claude-monitor/scripts/health_check.py +362 -0
- package/templates/skills/extended/other/claude-monitor/scripts/monitor.py +296 -0
- package/templates/skills/extended/other/claude-settings-audit/SKILL.md +364 -0
- package/templates/skills/extended/other/cloud-devops/SKILL.md +281 -0
- package/templates/skills/extended/other/cloudflare-workers-expert/SKILL.md +131 -0
- package/templates/skills/extended/other/cloudformation-best-practices/SKILL.md +121 -0
- package/templates/skills/extended/other/code-simplifier/SKILL.md +161 -0
- package/templates/skills/extended/other/codebase-audit-pre-push/SKILL.md +290 -0
- package/templates/skills/extended/other/comfyui-gateway/SKILL.md +469 -0
- package/templates/skills/extended/other/comfyui-gateway/references/integration.md +1796 -0
- package/templates/skills/extended/other/comfyui-gateway/references/troubleshooting.md +1082 -0
- package/templates/skills/extended/other/competitive-landscape/SKILL.md +27 -28
- package/templates/skills/extended/other/constant-time-analysis/SKILL.md +261 -0
- package/templates/skills/extended/other/context-agent/SKILL.md +234 -0
- package/templates/skills/extended/other/context-agent/references/compression-rules.md +64 -0
- package/templates/skills/extended/other/context-agent/references/context-format.md +116 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/active_context.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/compressor.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/context_loader.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/context_manager.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/models.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/project_registry.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/search.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/session_parser.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/__pycache__/session_summary.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-agent/scripts/active_context.py +227 -0
- package/templates/skills/extended/other/context-agent/scripts/compressor.py +149 -0
- package/templates/skills/extended/other/context-agent/scripts/config.py +69 -0
- package/templates/skills/extended/other/context-agent/scripts/context_loader.py +155 -0
- package/templates/skills/extended/other/context-agent/scripts/context_manager.py +302 -0
- package/templates/skills/extended/other/context-agent/scripts/models.py +103 -0
- package/templates/skills/extended/other/context-agent/scripts/project_registry.py +132 -0
- package/templates/skills/extended/other/context-agent/scripts/requirements.txt +6 -0
- package/templates/skills/extended/other/context-agent/scripts/search.py +115 -0
- package/templates/skills/extended/other/context-agent/scripts/session_parser.py +206 -0
- package/templates/skills/extended/other/context-agent/scripts/session_summary.py +319 -0
- package/templates/skills/extended/other/context-driven-development/SKILL.md +27 -27
- package/templates/skills/extended/other/context-guardian/SKILL.md +366 -0
- package/templates/skills/extended/other/context-guardian/references/extraction-protocol.md +129 -0
- package/templates/skills/extended/other/context-guardian/references/verification-checklist.md +106 -0
- package/templates/skills/extended/other/context-guardian/scripts/__pycache__/context_snapshot.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/context-guardian/scripts/context_snapshot.py +229 -0
- package/templates/skills/extended/other/context-management-context-save/SKILL.md +26 -22
- package/templates/skills/extended/other/convex/SKILL.md +844 -0
- package/templates/skills/extended/other/create-branch/SKILL.md +149 -0
- package/templates/skills/extended/other/cred-omega/SKILL.md +927 -0
- package/templates/skills/extended/other/customs-trade-compliance/SKILL.md +292 -0
- package/templates/skills/extended/other/customs-trade-compliance/references/communication-templates.md +631 -0
- package/templates/skills/extended/other/customs-trade-compliance/references/decision-frameworks.md +764 -0
- package/templates/skills/extended/other/customs-trade-compliance/references/edge-cases.md +362 -0
- package/templates/skills/extended/other/daily/SKILL.md +349 -0
- package/templates/skills/extended/other/data-structure-protocol/SKILL.md +245 -0
- package/templates/skills/extended/other/database/SKILL.md +258 -0
- package/templates/skills/extended/other/debug-buttercup/SKILL.md +327 -0
- package/templates/skills/extended/other/design-spells/SKILL.md +83 -0
- package/templates/skills/extended/other/devcontainer-setup/SKILL.md +342 -0
- package/templates/skills/extended/other/development/SKILL.md +308 -0
- package/templates/skills/extended/other/devops-deploy/SKILL.md +340 -0
- package/templates/skills/extended/other/diary/.env.example +8 -0
- package/templates/skills/extended/other/diary/LICENSE +21 -0
- package/templates/skills/extended/other/diary/README.md +90 -0
- package/templates/skills/extended/other/diary/SKILL.md +206 -0
- package/templates/skills/extended/other/diary/requirements.txt +1 -0
- package/templates/skills/extended/other/diary/scripts/fetch_diaries.py +84 -0
- package/templates/skills/extended/other/diary/scripts/master_diary_sync.py +270 -0
- package/templates/skills/extended/other/diary/scripts/prepare_context.py +244 -0
- package/templates/skills/extended/other/diary/scripts/sync_to_notion.py +469 -0
- package/templates/skills/extended/other/diary/templates/global-diary-template.md +38 -0
- package/templates/skills/extended/other/diary/templates/local-diary-template.md +23 -0
- package/templates/skills/extended/other/differential-review/SKILL.md +256 -0
- package/templates/skills/extended/other/django-access-review/SKILL.md +386 -0
- package/templates/skills/extended/other/django-perf-review/SKILL.md +446 -0
- package/templates/skills/extended/other/drizzle-orm-expert/SKILL.md +409 -0
- package/templates/skills/extended/other/dwarf-expert/SKILL.md +143 -0
- package/templates/skills/extended/other/e2e-testing/SKILL.md +211 -0
- package/templates/skills/extended/other/earllm-build/SKILL.md +237 -0
- package/templates/skills/extended/other/elon-musk/SKILL.md +1364 -0
- package/templates/skills/extended/other/elon-musk/references/technical.md +833 -0
- package/templates/skills/extended/other/emblemai-crypto-wallet/SKILL.md +119 -0
- package/templates/skills/extended/other/emergency-card/SKILL.md +475 -0
- package/templates/skills/extended/other/energy-procurement/SKILL.md +247 -0
- package/templates/skills/extended/other/energy-procurement/references/communication-templates.md +492 -0
- package/templates/skills/extended/other/energy-procurement/references/decision-frameworks.md +851 -0
- package/templates/skills/extended/other/energy-procurement/references/edge-cases.md +624 -0
- package/templates/skills/extended/other/enhance-prompt/SKILL.md +250 -0
- package/templates/skills/extended/other/evolution/SKILL.md +460 -0
- package/templates/skills/extended/other/explain-like-socrates/SKILL.md +203 -0
- package/templates/skills/extended/other/expo-api-routes/SKILL.md +414 -0
- package/templates/skills/extended/other/expo-cicd-workflows/SKILL.md +138 -0
- package/templates/skills/extended/other/expo-dev-client/SKILL.md +210 -0
- package/templates/skills/extended/other/expo-tailwind-setup/SKILL.md +526 -0
- package/templates/skills/extended/other/expo-ui-jetpack-compose/SKILL.md +90 -0
- package/templates/skills/extended/other/expo-ui-swift-ui/SKILL.md +90 -0
- package/templates/skills/extended/other/family-health-analyzer/SKILL.md +179 -0
- package/templates/skills/extended/other/favicon/SKILL.md +273 -0
- package/templates/skills/extended/other/fda-food-safety-auditor/SKILL.md +107 -0
- package/templates/skills/extended/other/fda-medtech-compliance-auditor/SKILL.md +110 -0
- package/templates/skills/extended/other/ffuf-claude-skill/SKILL.md +25 -23
- package/templates/skills/extended/other/ffuf-web-fuzzing/SKILL.md +548 -0
- package/templates/skills/extended/other/filesystem-context/SKILL.md +364 -0
- package/templates/skills/extended/other/firmware-analyst/SKILL.md +34 -28
- package/templates/skills/extended/other/fitness-analyzer/SKILL.md +473 -0
- package/templates/skills/extended/other/fixing-accessibility/SKILL.md +186 -0
- package/templates/skills/extended/other/fixing-metadata/SKILL.md +153 -0
- package/templates/skills/extended/other/fixing-motion-performance/SKILL.md +201 -0
- package/templates/skills/extended/other/food-database-query/SKILL.md +831 -0
- package/templates/skills/extended/other/fp-async/SKILL.md +1010 -0
- package/templates/skills/extended/other/fp-backend/SKILL.md +1374 -0
- package/templates/skills/extended/other/fp-data-transforms/SKILL.md +1558 -0
- package/templates/skills/extended/other/fp-either-ref/SKILL.md +129 -0
- package/templates/skills/extended/other/fp-errors/SKILL.md +907 -0
- package/templates/skills/extended/other/fp-option-ref/SKILL.md +125 -0
- package/templates/skills/extended/other/fp-pipe-ref/SKILL.md +129 -0
- package/templates/skills/extended/other/fp-pragmatic/SKILL.md +644 -0
- package/templates/skills/extended/other/fp-react/SKILL.md +836 -0
- package/templates/skills/extended/other/fp-refactor/SKILL.md +1827 -0
- package/templates/skills/extended/other/fp-taskeither-ref/SKILL.md +149 -0
- package/templates/skills/extended/other/fp-types-ref/SKILL.md +112 -0
- package/templates/skills/extended/other/gemini-api-integration/SKILL.md +234 -0
- package/templates/skills/extended/other/geoffrey-hinton/SKILL.md +1323 -0
- package/templates/skills/extended/other/gh-review-requests/SKILL.md +119 -0
- package/templates/skills/extended/other/gha-security-review/SKILL.md +235 -0
- package/templates/skills/extended/other/git-hooks-automation/SKILL.md +462 -0
- package/templates/skills/extended/other/goal-analyzer/SKILL.md +647 -0
- package/templates/skills/extended/other/godot-4-migration/SKILL.md +173 -0
- package/templates/skills/extended/other/google-docs-automation/SKILL.md +128 -0
- package/templates/skills/extended/other/google-sheets-automation/SKILL.md +194 -0
- package/templates/skills/extended/other/google-slides-automation/SKILL.md +187 -0
- package/templates/skills/extended/other/growth-engine/SKILL.md +290 -0
- package/templates/skills/extended/other/grpc-golang/SKILL.md +150 -0
- package/templates/skills/extended/other/grpc-golang/resources/implementation-playbook.md +548 -0
- package/templates/skills/extended/other/health-trend-analyzer/SKILL.md +493 -0
- package/templates/skills/extended/other/hierarchical-agent-memory/SKILL.md +183 -0
- package/templates/skills/extended/other/hig-components-content/SKILL.md +127 -0
- package/templates/skills/extended/other/hig-components-content/references/activity-views.md +79 -0
- package/templates/skills/extended/other/hig-components-content/references/charts.md +180 -0
- package/templates/skills/extended/other/hig-components-content/references/collections.md +48 -0
- package/templates/skills/extended/other/hig-components-content/references/color-wells.md +42 -0
- package/templates/skills/extended/other/hig-components-content/references/image-views.md +82 -0
- package/templates/skills/extended/other/hig-components-content/references/image-wells.md +34 -0
- package/templates/skills/extended/other/hig-components-content/references/lockups.md +78 -0
- package/templates/skills/extended/other/hig-components-content/references/web-views.md +36 -0
- package/templates/skills/extended/other/hig-components-controls/SKILL.md +129 -0
- package/templates/skills/extended/other/hig-components-controls/references/combo-boxes.md +40 -0
- package/templates/skills/extended/other/hig-components-controls/references/controls.md +112 -0
- package/templates/skills/extended/other/hig-components-controls/references/gauges.md +74 -0
- package/templates/skills/extended/other/hig-components-controls/references/labels.md +92 -0
- package/templates/skills/extended/other/hig-components-controls/references/pickers.md +128 -0
- package/templates/skills/extended/other/hig-components-controls/references/rating-indicators.md +38 -0
- package/templates/skills/extended/other/hig-components-controls/references/segmented-controls.md +94 -0
- package/templates/skills/extended/other/hig-components-controls/references/sliders.md +92 -0
- package/templates/skills/extended/other/hig-components-controls/references/steppers.md +40 -0
- package/templates/skills/extended/other/hig-components-controls/references/text-fields.md +88 -0
- package/templates/skills/extended/other/hig-components-controls/references/text-views.md +56 -0
- package/templates/skills/extended/other/hig-components-controls/references/toggles.md +127 -0
- package/templates/skills/extended/other/hig-components-controls/references/token-fields.md +48 -0
- package/templates/skills/extended/other/hig-components-controls/references/virtual-keyboards.md +156 -0
- package/templates/skills/extended/other/hig-components-dialogs/SKILL.md +118 -0
- package/templates/skills/extended/other/hig-components-dialogs/references/action-sheets.md +74 -0
- package/templates/skills/extended/other/hig-components-dialogs/references/alerts.md +158 -0
- package/templates/skills/extended/other/hig-components-dialogs/references/digit-entry-views.md +32 -0
- package/templates/skills/extended/other/hig-components-dialogs/references/popovers.md +81 -0
- package/templates/skills/extended/other/hig-components-dialogs/references/sheets.md +157 -0
- package/templates/skills/extended/other/hig-components-layout/SKILL.md +141 -0
- package/templates/skills/extended/other/hig-components-layout/references/boxes.md +48 -0
- package/templates/skills/extended/other/hig-components-layout/references/column-views.md +44 -0
- package/templates/skills/extended/other/hig-components-layout/references/lists-and-tables.md +99 -0
- package/templates/skills/extended/other/hig-components-layout/references/ornaments.md +56 -0
- package/templates/skills/extended/other/hig-components-layout/references/outline-views.md +64 -0
- package/templates/skills/extended/other/hig-components-layout/references/panels.md +75 -0
- package/templates/skills/extended/other/hig-components-layout/references/scroll-views.md +123 -0
- package/templates/skills/extended/other/hig-components-layout/references/sidebars.md +109 -0
- package/templates/skills/extended/other/hig-components-layout/references/split-views.md +110 -0
- package/templates/skills/extended/other/hig-components-layout/references/tab-bars.md +173 -0
- package/templates/skills/extended/other/hig-components-layout/references/tab-views.md +68 -0
- package/templates/skills/extended/other/hig-components-layout/references/windows.md +188 -0
- package/templates/skills/extended/other/hig-components-menus/SKILL.md +123 -0
- package/templates/skills/extended/other/hig-components-menus/references/action-button.md +61 -0
- package/templates/skills/extended/other/hig-components-menus/references/buttons.md +261 -0
- package/templates/skills/extended/other/hig-components-menus/references/context-menus.md +105 -0
- package/templates/skills/extended/other/hig-components-menus/references/disclosure-controls.md +84 -0
- package/templates/skills/extended/other/hig-components-menus/references/dock-menus.md +40 -0
- package/templates/skills/extended/other/hig-components-menus/references/edit-menus.md +88 -0
- package/templates/skills/extended/other/hig-components-menus/references/menus.md +171 -0
- package/templates/skills/extended/other/hig-components-menus/references/pop-up-buttons.md +70 -0
- package/templates/skills/extended/other/hig-components-menus/references/pull-down-buttons.md +77 -0
- package/templates/skills/extended/other/hig-components-menus/references/the-menu-bar.md +303 -0
- package/templates/skills/extended/other/hig-components-menus/references/toolbars.md +256 -0
- package/templates/skills/extended/other/hig-components-search/SKILL.md +111 -0
- package/templates/skills/extended/other/hig-components-search/references/page-controls.md +120 -0
- package/templates/skills/extended/other/hig-components-search/references/path-controls.md +40 -0
- package/templates/skills/extended/other/hig-components-search/references/search-fields.md +189 -0
- package/templates/skills/extended/other/hig-components-status/SKILL.md +128 -0
- package/templates/skills/extended/other/hig-components-status/references/activity-rings.md +105 -0
- package/templates/skills/extended/other/hig-components-status/references/progress-indicators.md +116 -0
- package/templates/skills/extended/other/hig-components-status/references/status-bars.md +38 -0
- package/templates/skills/extended/other/hig-components-system/SKILL.md +147 -0
- package/templates/skills/extended/other/hig-components-system/references/app-clips.md +387 -0
- package/templates/skills/extended/other/hig-components-system/references/app-shortcuts.md +114 -0
- package/templates/skills/extended/other/hig-components-system/references/complications.md +425 -0
- package/templates/skills/extended/other/hig-components-system/references/home-screen-quick-actions.md +42 -0
- package/templates/skills/extended/other/hig-components-system/references/live-activities.md +442 -0
- package/templates/skills/extended/other/hig-components-system/references/notifications.md +153 -0
- package/templates/skills/extended/other/hig-components-system/references/top-shelf.md +135 -0
- package/templates/skills/extended/other/hig-components-system/references/watch-faces.md +40 -0
- package/templates/skills/extended/other/hig-components-system/references/widgets.md +517 -0
- package/templates/skills/extended/other/hig-foundations/SKILL.md +140 -0
- package/templates/skills/extended/other/hig-foundations/references/accessibility.md +291 -0
- package/templates/skills/extended/other/hig-foundations/references/app-icons.md +210 -0
- package/templates/skills/extended/other/hig-foundations/references/branding.md +44 -0
- package/templates/skills/extended/other/hig-foundations/references/color.md +274 -0
- package/templates/skills/extended/other/hig-foundations/references/dark-mode.md +116 -0
- package/templates/skills/extended/other/hig-foundations/references/icons.md +263 -0
- package/templates/skills/extended/other/hig-foundations/references/images.md +176 -0
- package/templates/skills/extended/other/hig-foundations/references/immersive-experiences.md +174 -0
- package/templates/skills/extended/other/hig-foundations/references/inclusion.md +189 -0
- package/templates/skills/extended/other/hig-foundations/references/layout.md +425 -0
- package/templates/skills/extended/other/hig-foundations/references/materials.md +238 -0
- package/templates/skills/extended/other/hig-foundations/references/motion.md +103 -0
- package/templates/skills/extended/other/hig-foundations/references/privacy.md +231 -0
- package/templates/skills/extended/other/hig-foundations/references/right-to-left.md +206 -0
- package/templates/skills/extended/other/hig-foundations/references/sf-symbols.md +310 -0
- package/templates/skills/extended/other/hig-foundations/references/spatial-layout.md +142 -0
- package/templates/skills/extended/other/hig-foundations/references/typography.md +1146 -0
- package/templates/skills/extended/other/hig-foundations/references/writing.md +91 -0
- package/templates/skills/extended/other/hig-inputs/SKILL.md +156 -0
- package/templates/skills/extended/other/hig-inputs/references/apple-pencil-and-scribble.md +148 -0
- package/templates/skills/extended/other/hig-inputs/references/camera-control.md +107 -0
- package/templates/skills/extended/other/hig-inputs/references/digital-crown.md +83 -0
- package/templates/skills/extended/other/hig-inputs/references/eyes.md +120 -0
- package/templates/skills/extended/other/hig-inputs/references/focus-and-selection.md +120 -0
- package/templates/skills/extended/other/hig-inputs/references/game-controls.md +156 -0
- package/templates/skills/extended/other/hig-inputs/references/gestures.md +208 -0
- package/templates/skills/extended/other/hig-inputs/references/gyro-and-accelerometer.md +40 -0
- package/templates/skills/extended/other/hig-inputs/references/keyboards.md +234 -0
- package/templates/skills/extended/other/hig-inputs/references/nearby-interactions.md +70 -0
- package/templates/skills/extended/other/hig-inputs/references/pointing-devices.md +237 -0
- package/templates/skills/extended/other/hig-inputs/references/remotes.md +67 -0
- package/templates/skills/extended/other/hig-inputs/references/spatial-interactions.md +70 -0
- package/templates/skills/extended/other/hig-patterns/SKILL.md +145 -0
- package/templates/skills/extended/other/hig-patterns/references/charting-data.md +81 -0
- package/templates/skills/extended/other/hig-patterns/references/collaboration-and-sharing.md +86 -0
- package/templates/skills/extended/other/hig-patterns/references/drag-and-drop.md +134 -0
- package/templates/skills/extended/other/hig-patterns/references/entering-data.md +69 -0
- package/templates/skills/extended/other/hig-patterns/references/feedback.md +67 -0
- package/templates/skills/extended/other/hig-patterns/references/file-management.md +135 -0
- package/templates/skills/extended/other/hig-patterns/references/going-full-screen.md +79 -0
- package/templates/skills/extended/other/hig-patterns/references/launching.md +81 -0
- package/templates/skills/extended/other/hig-patterns/references/live-viewing-apps.md +79 -0
- package/templates/skills/extended/other/hig-patterns/references/loading.md +59 -0
- package/templates/skills/extended/other/hig-patterns/references/managing-accounts.md +107 -0
- package/templates/skills/extended/other/hig-patterns/references/managing-notifications.md +99 -0
- package/templates/skills/extended/other/hig-patterns/references/modality.md +82 -0
- package/templates/skills/extended/other/hig-patterns/references/multitasking.md +131 -0
- package/templates/skills/extended/other/hig-patterns/references/offering-help.md +117 -0
- package/templates/skills/extended/other/hig-patterns/references/onboarding.md +69 -0
- package/templates/skills/extended/other/hig-patterns/references/playing-audio.md +124 -0
- package/templates/skills/extended/other/hig-patterns/references/playing-haptics.md +280 -0
- package/templates/skills/extended/other/hig-patterns/references/playing-video.md +180 -0
- package/templates/skills/extended/other/hig-patterns/references/printing.md +50 -0
- package/templates/skills/extended/other/hig-patterns/references/ratings-and-reviews.md +48 -0
- package/templates/skills/extended/other/hig-patterns/references/searching.md +70 -0
- package/templates/skills/extended/other/hig-patterns/references/settings.md +84 -0
- package/templates/skills/extended/other/hig-patterns/references/undo-and-redo.md +58 -0
- package/templates/skills/extended/other/hig-patterns/references/workouts.md +76 -0
- package/templates/skills/extended/other/hig-platforms/SKILL.md +127 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-games.md +159 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-ios.md +66 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-ipados.md +64 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-macos.md +70 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-tvos.md +68 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-visionos.md +85 -0
- package/templates/skills/extended/other/hig-platforms/references/designing-for-watchos.md +74 -0
- package/templates/skills/extended/other/hig-project-context/SKILL.md +177 -0
- package/templates/skills/extended/other/hig-technologies/SKILL.md +171 -0
- package/templates/skills/extended/other/hig-technologies/references/airplay.md +125 -0
- package/templates/skills/extended/other/hig-technologies/references/always-on.md +62 -0
- package/templates/skills/extended/other/hig-technologies/references/apple-pay.md +441 -0
- package/templates/skills/extended/other/hig-technologies/references/augmented-reality.md +247 -0
- package/templates/skills/extended/other/hig-technologies/references/carekit.md +224 -0
- package/templates/skills/extended/other/hig-technologies/references/carplay.md +119 -0
- package/templates/skills/extended/other/hig-technologies/references/game-center.md +343 -0
- package/templates/skills/extended/other/hig-technologies/references/generative-ai.md +110 -0
- package/templates/skills/extended/other/hig-technologies/references/healthkit.md +120 -0
- package/templates/skills/extended/other/hig-technologies/references/homekit.md +343 -0
- package/templates/skills/extended/other/hig-technologies/references/icloud.md +52 -0
- package/templates/skills/extended/other/hig-technologies/references/id-verifier.md +73 -0
- package/templates/skills/extended/other/hig-technologies/references/imessage-apps-and-stickers.md +105 -0
- package/templates/skills/extended/other/hig-technologies/references/in-app-purchase.md +263 -0
- package/templates/skills/extended/other/hig-technologies/references/live-photos.md +54 -0
- package/templates/skills/extended/other/hig-technologies/references/mac-catalyst.md +216 -0
- package/templates/skills/extended/other/hig-technologies/references/machine-learning.md +394 -0
- package/templates/skills/extended/other/hig-technologies/references/maps.md +221 -0
- package/templates/skills/extended/other/hig-technologies/references/nfc.md +51 -0
- package/templates/skills/extended/other/hig-technologies/references/photo-editing.md +40 -0
- package/templates/skills/extended/other/hig-technologies/references/researchkit.md +134 -0
- package/templates/skills/extended/other/hig-technologies/references/shareplay.md +142 -0
- package/templates/skills/extended/other/hig-technologies/references/shazamkit.md +47 -0
- package/templates/skills/extended/other/hig-technologies/references/sign-in-with-apple.md +288 -0
- package/templates/skills/extended/other/hig-technologies/references/siri.md +523 -0
- package/templates/skills/extended/other/hig-technologies/references/tap-to-pay-on-iphone.md +208 -0
- package/templates/skills/extended/other/hig-technologies/references/voiceover.md +90 -0
- package/templates/skills/extended/other/hig-technologies/references/wallet.md +420 -0
- package/templates/skills/extended/other/hosted-agents/SKILL.md +332 -0
- package/templates/skills/extended/other/hugging-face-dataset-viewer/SKILL.md +172 -0
- package/templates/skills/extended/other/hugging-face-datasets/SKILL.md +588 -0
- package/templates/skills/extended/other/hugging-face-evaluation/SKILL.md +697 -0
- package/templates/skills/extended/other/hugging-face-model-trainer/SKILL.md +760 -0
- package/templates/skills/extended/other/hugging-face-paper-publisher/SKILL.md +664 -0
- package/templates/skills/extended/other/hugging-face-tool-builder/SKILL.md +156 -0
- package/templates/skills/extended/other/iconsax-library/SKILL.md +85 -0
- package/templates/skills/extended/other/ilya-sutskever/SKILL.md +1211 -0
- package/templates/skills/extended/other/image-studio/SKILL.md +373 -0
- package/templates/skills/extended/other/incident-response-incident-response/SKILL.md +26 -22
- package/templates/skills/extended/other/instagram/SKILL.md +460 -0
- package/templates/skills/extended/other/instagram/references/account_types.md +106 -0
- package/templates/skills/extended/other/instagram/references/graph_api.md +323 -0
- package/templates/skills/extended/other/instagram/references/permissions.md +92 -0
- package/templates/skills/extended/other/instagram/references/publishing_guide.md +173 -0
- package/templates/skills/extended/other/instagram/references/rate_limits.md +113 -0
- package/templates/skills/extended/other/instagram/references/schema.md +263 -0
- package/templates/skills/extended/other/instagram/references/setup_walkthrough.md +142 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/account_setup.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/analyze.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/api_client.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/auth.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/comments.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/db.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/export.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/hashtags.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/insights.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/media.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/messages.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/profile.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/publish.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/run_all.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/schedule.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/serve_api.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/__pycache__/templates.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/instagram/scripts/account_setup.py +233 -0
- package/templates/skills/extended/other/instagram/scripts/analyze.py +221 -0
- package/templates/skills/extended/other/instagram/scripts/api_client.py +444 -0
- package/templates/skills/extended/other/instagram/scripts/auth.py +411 -0
- package/templates/skills/extended/other/instagram/scripts/comments.py +160 -0
- package/templates/skills/extended/other/instagram/scripts/config.py +111 -0
- package/templates/skills/extended/other/instagram/scripts/db.py +467 -0
- package/templates/skills/extended/other/instagram/scripts/export.py +138 -0
- package/templates/skills/extended/other/instagram/scripts/governance.py +233 -0
- package/templates/skills/extended/other/instagram/scripts/hashtags.py +114 -0
- package/templates/skills/extended/other/instagram/scripts/insights.py +170 -0
- package/templates/skills/extended/other/instagram/scripts/media.py +65 -0
- package/templates/skills/extended/other/instagram/scripts/messages.py +103 -0
- package/templates/skills/extended/other/instagram/scripts/profile.py +58 -0
- package/templates/skills/extended/other/instagram/scripts/publish.py +449 -0
- package/templates/skills/extended/other/instagram/scripts/requirements.txt +5 -0
- package/templates/skills/extended/other/instagram/scripts/run_all.py +189 -0
- package/templates/skills/extended/other/instagram/scripts/schedule.py +189 -0
- package/templates/skills/extended/other/instagram/scripts/serve_api.py +234 -0
- package/templates/skills/extended/other/instagram/scripts/templates.py +155 -0
- package/templates/skills/extended/other/instagram/static/dashboard.html +189 -0
- package/templates/skills/extended/other/inventory-demand-planning/SKILL.md +268 -0
- package/templates/skills/extended/other/inventory-demand-planning/references/communication-templates.md +566 -0
- package/templates/skills/extended/other/inventory-demand-planning/references/decision-frameworks.md +861 -0
- package/templates/skills/extended/other/inventory-demand-planning/references/edge-cases.md +602 -0
- package/templates/skills/extended/other/issues/SKILL.md +300 -0
- package/templates/skills/extended/other/junta-leiloeiros/SKILL.md +263 -0
- package/templates/skills/extended/other/junta-leiloeiros/references/juntas_urls.md +81 -0
- package/templates/skills/extended/other/junta-leiloeiros/references/legal.md +59 -0
- package/templates/skills/extended/other/junta-leiloeiros/references/schema.md +93 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/__pycache__/db.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/__pycache__/export.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/__pycache__/run_all.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/__pycache__/serve_api.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/__pycache__/web_scraper_fallback.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/db.py +216 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/export.py +137 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/requirements.txt +15 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/run_all.py +190 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__init__.py +4 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/base_scraper.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/generic_scraper.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucap.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/juceac.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/juceal.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/juceb.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucec.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucema.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucemg.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucep.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucepa.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucepar.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucepe.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucepi.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucer.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucerja.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucern.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucesc.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucesp.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucetins.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucis_df.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/jucisrs.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/__pycache__/states.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/base_scraper.py +209 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/generic_scraper.py +110 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucap.py +110 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/juceac.py +72 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/juceal.py +72 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/juceb.py +68 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucec.py +63 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucema.py +211 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucemg.py +218 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucep.py +70 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucepa.py +74 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucepar.py +80 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucepe.py +78 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucepi.py +69 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucer.py +256 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucerja.py +170 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucern.py +71 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucesc.py +89 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucesp.py +233 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucetins.py +134 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucis_df.py +63 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/jucisrs.py +299 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/scraper/states.py +99 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/serve_api.py +164 -0
- package/templates/skills/extended/other/junta-leiloeiros/scripts/web_scraper_fallback.py +233 -0
- package/templates/skills/extended/other/keyword-extractor/SKILL.md +204 -0
- package/templates/skills/extended/other/kotlin-coroutines-expert/SKILL.md +151 -0
- package/templates/skills/extended/other/kubernetes-deployment/SKILL.md +212 -0
- package/templates/skills/extended/other/leiloeiro-avaliacao/SKILL.md +553 -0
- package/templates/skills/extended/other/leiloeiro-avaliacao/references/fontes.md +13 -0
- package/templates/skills/extended/other/leiloeiro-avaliacao/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/leiloeiro-avaliacao/scripts/governance.py +106 -0
- package/templates/skills/extended/other/leiloeiro-avaliacao/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/leiloeiro-edital/SKILL.md +556 -0
- package/templates/skills/extended/other/leiloeiro-edital/references/fontes.md +15 -0
- package/templates/skills/extended/other/leiloeiro-edital/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/leiloeiro-edital/scripts/governance.py +106 -0
- package/templates/skills/extended/other/leiloeiro-edital/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/leiloeiro-ia/SKILL.md +442 -0
- package/templates/skills/extended/other/leiloeiro-ia/references/fontes.md +21 -0
- package/templates/skills/extended/other/leiloeiro-ia/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/leiloeiro-ia/scripts/governance.py +106 -0
- package/templates/skills/extended/other/leiloeiro-ia/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/leiloeiro-juridico/SKILL.md +517 -0
- package/templates/skills/extended/other/leiloeiro-juridico/references/fontes.md +17 -0
- package/templates/skills/extended/other/leiloeiro-juridico/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/leiloeiro-juridico/scripts/governance.py +106 -0
- package/templates/skills/extended/other/leiloeiro-juridico/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/leiloeiro-mercado/SKILL.md +542 -0
- package/templates/skills/extended/other/leiloeiro-mercado/references/fontes.md +15 -0
- package/templates/skills/extended/other/leiloeiro-mercado/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/leiloeiro-mercado/scripts/governance.py +106 -0
- package/templates/skills/extended/other/leiloeiro-mercado/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/leiloeiro-risco/SKILL.md +545 -0
- package/templates/skills/extended/other/leiloeiro-risco/references/fontes.md +15 -0
- package/templates/skills/extended/other/leiloeiro-risco/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/leiloeiro-risco/scripts/governance.py +106 -0
- package/templates/skills/extended/other/leiloeiro-risco/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/lex/SKILL.md +113 -0
- package/templates/skills/extended/other/lex/findings.md +58 -0
- package/templates/skills/extended/other/lex/templates/01_business_foundation.md +30 -0
- package/templates/skills/extended/other/lex/templates/02_employment_workforce.md +31 -0
- package/templates/skills/extended/other/lex/templates/03_sales_commercial.md +30 -0
- package/templates/skills/extended/other/lex/templates/04_real_estate.md +28 -0
- package/templates/skills/extended/other/lex/templates/05_intellectual_property.md +28 -0
- package/templates/skills/extended/other/libreoffice/base/SKILL.md +229 -0
- package/templates/skills/extended/other/libreoffice/calc/SKILL.md +242 -0
- package/templates/skills/extended/other/libreoffice/draw/SKILL.md +206 -0
- package/templates/skills/extended/other/libreoffice/impress/SKILL.md +219 -0
- package/templates/skills/extended/other/libreoffice/writer/SKILL.md +245 -0
- package/templates/skills/extended/other/lightning-architecture-review/SKILL.md +98 -0
- package/templates/skills/extended/other/lightning-channel-factories/SKILL.md +97 -0
- package/templates/skills/extended/other/lightning-factory-explainer/SKILL.md +97 -0
- package/templates/skills/extended/other/linear/plugin.json +18 -0
- package/templates/skills/extended/other/linkedin-cli/SKILL.md +583 -0
- package/templates/skills/extended/other/linux-troubleshooting/SKILL.md +266 -0
- package/templates/skills/extended/other/llm-ops/SKILL.md +305 -0
- package/templates/skills/extended/other/llm-prompt-optimizer/SKILL.md +232 -0
- package/templates/skills/extended/other/local-legal-seo-audit/SKILL.md +398 -0
- package/templates/skills/extended/other/local-llm-expert/SKILL.md +125 -0
- package/templates/skills/extended/other/logistics-exception-management/SKILL.md +247 -0
- package/templates/skills/extended/other/logistics-exception-management/references/communication-templates.md +1170 -0
- package/templates/skills/extended/other/logistics-exception-management/references/decision-frameworks.md +1460 -0
- package/templates/skills/extended/other/logistics-exception-management/references/edge-cases.md +734 -0
- package/templates/skills/extended/other/magic-animator/SKILL.md +83 -0
- package/templates/skills/extended/other/magic-ui-generator/SKILL.md +88 -0
- package/templates/skills/extended/other/makepad-animation/SKILL.md +346 -0
- package/templates/skills/extended/other/makepad-basics/SKILL.md +194 -0
- package/templates/skills/extended/other/makepad-deployment/SKILL.md +456 -0
- package/templates/skills/extended/other/makepad-dsl/SKILL.md +196 -0
- package/templates/skills/extended/other/makepad-event-action/SKILL.md +292 -0
- package/templates/skills/extended/other/makepad-font/SKILL.md +272 -0
- package/templates/skills/extended/other/makepad-layout/SKILL.md +218 -0
- package/templates/skills/extended/other/makepad-platform/SKILL.md +204 -0
- package/templates/skills/extended/other/makepad-reference/SKILL.md +94 -0
- package/templates/skills/extended/other/makepad-shaders/SKILL.md +232 -0
- package/templates/skills/extended/other/makepad-splash/SKILL.md +255 -0
- package/templates/skills/extended/other/makepad-widgets/SKILL.md +253 -0
- package/templates/skills/extended/other/manifest/SKILL.md +173 -0
- package/templates/skills/extended/other/market-sizing-analysis/SKILL.md +27 -28
- package/templates/skills/extended/other/matematico-tao/SKILL.md +716 -0
- package/templates/skills/extended/other/matematico-tao/references/auri-analysis.md +232 -0
- package/templates/skills/extended/other/matematico-tao/references/complexity-patterns.md +289 -0
- package/templates/skills/extended/other/matematico-tao/references/concurrency-models.md +304 -0
- package/templates/skills/extended/other/matematico-tao/references/information-theory.md +252 -0
- package/templates/skills/extended/other/matematico-tao/scripts/__pycache__/complexity_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/matematico-tao/scripts/__pycache__/dependency_graph.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/matematico-tao/scripts/complexity_analyzer.py +544 -0
- package/templates/skills/extended/other/matematico-tao/scripts/dependency_graph.py +538 -0
- package/templates/skills/extended/other/matplotlib/SKILL.md +404 -0
- package/templates/skills/extended/other/mental-health-analyzer/SKILL.md +1023 -0
- package/templates/skills/extended/other/molykit/SKILL.md +406 -0
- package/templates/skills/extended/other/monetization/SKILL.md +450 -0
- package/templates/skills/extended/other/mtls-configuration/SKILL.md +27 -23
- package/templates/skills/extended/other/multi-advisor/SKILL.md +321 -0
- package/templates/skills/extended/other/n8n-code-javascript/SKILL.md +749 -0
- package/templates/skills/extended/other/n8n-expression-syntax/SKILL.md +566 -0
- package/templates/skills/extended/other/n8n-validation-expert/SKILL.md +735 -0
- package/templates/skills/extended/other/n8n-workflow-patterns/SKILL.md +457 -0
- package/templates/skills/extended/other/native-data-fetching/SKILL.md +553 -0
- package/templates/skills/extended/other/nerdzao-elite/SKILL.md +78 -0
- package/templates/skills/extended/other/nerdzao-elite-gemini-high/SKILL.md +97 -0
- package/templates/skills/extended/other/networkx/SKILL.md +484 -0
- package/templates/skills/extended/other/new-rails-project/SKILL.md +100 -0
- package/templates/skills/extended/other/nutrition-analyzer/SKILL.md +817 -0
- package/templates/skills/extended/other/occupational-health-analyzer/SKILL.md +428 -0
- package/templates/skills/extended/other/odoo-accounting-setup/SKILL.md +151 -0
- package/templates/skills/extended/other/odoo-automated-tests/SKILL.md +174 -0
- package/templates/skills/extended/other/odoo-backup-strategy/SKILL.md +158 -0
- package/templates/skills/extended/other/odoo-docker-deployment/SKILL.md +185 -0
- package/templates/skills/extended/other/odoo-ecommerce-configurator/SKILL.md +179 -0
- package/templates/skills/extended/other/odoo-edi-connector/SKILL.md +157 -0
- package/templates/skills/extended/other/odoo-hr-payroll-setup/SKILL.md +152 -0
- package/templates/skills/extended/other/odoo-inventory-optimizer/SKILL.md +157 -0
- package/templates/skills/extended/other/odoo-l10n-compliance/SKILL.md +151 -0
- package/templates/skills/extended/other/odoo-manufacturing-advisor/SKILL.md +145 -0
- package/templates/skills/extended/other/odoo-migration-helper/SKILL.md +148 -0
- package/templates/skills/extended/other/odoo-module-developer/SKILL.md +148 -0
- package/templates/skills/extended/other/odoo-orm-expert/SKILL.md +131 -0
- package/templates/skills/extended/other/odoo-performance-tuner/SKILL.md +151 -0
- package/templates/skills/extended/other/odoo-project-timesheet/SKILL.md +162 -0
- package/templates/skills/extended/other/odoo-purchase-workflow/SKILL.md +150 -0
- package/templates/skills/extended/other/odoo-qweb-templates/SKILL.md +137 -0
- package/templates/skills/extended/other/odoo-rpc-api/SKILL.md +149 -0
- package/templates/skills/extended/other/odoo-sales-crm-expert/SKILL.md +155 -0
- package/templates/skills/extended/other/odoo-security-rules/SKILL.md +142 -0
- package/templates/skills/extended/other/odoo-shopify-integration/SKILL.md +145 -0
- package/templates/skills/extended/other/odoo-upgrade-advisor/SKILL.md +165 -0
- package/templates/skills/extended/other/odoo-woocommerce-bridge/SKILL.md +175 -0
- package/templates/skills/extended/other/odoo-xml-views-builder/SKILL.md +148 -0
- package/templates/skills/extended/other/office-productivity/SKILL.md +264 -0
- package/templates/skills/extended/other/oral-health-analyzer/SKILL.md +567 -0
- package/templates/skills/extended/other/os-scripting/SKILL.md +474 -0
- package/templates/skills/extended/other/oss-hunter/SKILL.md +29 -24
- package/templates/skills/extended/other/oss-hunter/bin/__pycache__/hunter.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/pakistan-payments-stack/SKILL.md +216 -0
- package/templates/skills/extended/other/performance-optimizer/README.md +20 -0
- package/templates/skills/extended/other/performance-optimizer/SKILL.md +435 -0
- package/templates/skills/extended/other/pipecat-friday-agent/SKILL.md +129 -0
- package/templates/skills/extended/other/pipecat-friday-agent/scripts/__pycache__/friday_agent.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/pipecat-friday-agent/scripts/friday_agent.py +146 -0
- package/templates/skills/extended/other/playwright-java/BasePage.java +137 -0
- package/templates/skills/extended/other/playwright-java/BaseTest.java +126 -0
- package/templates/skills/extended/other/playwright-java/SKILL.md +435 -0
- package/templates/skills/extended/other/playwright-java/assertions.md +167 -0
- package/templates/skills/extended/other/playwright-java/config.md +240 -0
- package/templates/skills/extended/other/playwright-java/fixtures.md +263 -0
- package/templates/skills/extended/other/playwright-java/page-objects.md +224 -0
- package/templates/skills/extended/other/plotly/SKILL.md +306 -0
- package/templates/skills/extended/other/polars/SKILL.md +430 -0
- package/templates/skills/extended/other/postgresql-optimization/SKILL.md +220 -0
- package/templates/skills/extended/other/pr-writer/SKILL.md +225 -0
- package/templates/skills/extended/other/product-design/SKILL.md +404 -0
- package/templates/skills/extended/other/product-inventor/SKILL.md +707 -0
- package/templates/skills/extended/other/product-manager/SKILL.md +92 -0
- package/templates/skills/extended/other/production-scheduling/SKILL.md +258 -0
- package/templates/skills/extended/other/production-scheduling/references/communication-templates.md +503 -0
- package/templates/skills/extended/other/production-scheduling/references/decision-frameworks.md +867 -0
- package/templates/skills/extended/other/production-scheduling/references/edge-cases.md +611 -0
- package/templates/skills/extended/other/professional-proofreader/SKILL.md +148 -0
- package/templates/skills/extended/other/professional-proofreader/references/file-processing-mode.md +44 -0
- package/templates/skills/extended/other/professional-proofreader/references/inline-text-mode.md +93 -0
- package/templates/skills/extended/other/progressive-estimation/SKILL.md +134 -0
- package/templates/skills/extended/other/project-development/SKILL.md +387 -0
- package/templates/skills/extended/other/pubmed-database/SKILL.md +503 -0
- package/templates/skills/extended/other/python-fastapi-development/SKILL.md +261 -0
- package/templates/skills/extended/other/qiskit/SKILL.md +322 -0
- package/templates/skills/extended/other/quality-nonconformance/SKILL.md +279 -0
- package/templates/skills/extended/other/quality-nonconformance/references/communication-templates.md +711 -0
- package/templates/skills/extended/other/quality-nonconformance/references/decision-frameworks.md +769 -0
- package/templates/skills/extended/other/quality-nonconformance/references/edge-cases.md +588 -0
- package/templates/skills/extended/other/react-nextjs-development/SKILL.md +274 -0
- package/templates/skills/extended/other/rehabilitation-analyzer/SKILL.md +678 -0
- package/templates/skills/extended/other/remotion/SKILL.md +442 -0
- package/templates/skills/extended/other/returns-reverse-logistics/SKILL.md +260 -0
- package/templates/skills/extended/other/returns-reverse-logistics/references/communication-templates.md +532 -0
- package/templates/skills/extended/other/returns-reverse-logistics/references/decision-frameworks.md +823 -0
- package/templates/skills/extended/other/returns-reverse-logistics/references/edge-cases.md +635 -0
- package/templates/skills/extended/other/reverse-engineer/SKILL.md +27 -30
- package/templates/skills/extended/other/risk-manager/SKILL.md +27 -27
- package/templates/skills/extended/other/robius-app-architecture/SKILL.md +374 -0
- package/templates/skills/extended/other/robius-event-action/SKILL.md +401 -0
- package/templates/skills/extended/other/robius-matrix-integration/SKILL.md +470 -0
- package/templates/skills/extended/other/robius-state-management/SKILL.md +453 -0
- package/templates/skills/extended/other/robius-widget-patterns/SKILL.md +468 -0
- package/templates/skills/extended/other/saas-mvp-launcher/SKILL.md +264 -0
- package/templates/skills/extended/other/sam-altman/SKILL.md +1129 -0
- package/templates/skills/extended/other/sankhya-dashboard-html-jsp-custom-best-pratices/README.md +47 -0
- package/templates/skills/extended/other/sankhya-dashboard-html-jsp-custom-best-pratices/SKILL.md +481 -0
- package/templates/skills/extended/other/scanpy/SKILL.md +429 -0
- package/templates/skills/extended/other/scientific-writing/SKILL.md +758 -0
- package/templates/skills/extended/other/scikit-learn/SKILL.md +566 -0
- package/templates/skills/extended/other/seaborn/SKILL.md +716 -0
- package/templates/skills/extended/other/security/aws-compliance-checker/SKILL.md +567 -0
- package/templates/skills/extended/other/security/aws-iam-best-practices/SKILL.md +448 -0
- package/templates/skills/extended/other/security/aws-secrets-rotation/SKILL.md +516 -0
- package/templates/skills/extended/other/security/aws-security-audit/SKILL.md +420 -0
- package/templates/skills/extended/other/security-audit/SKILL.md +263 -0
- package/templates/skills/extended/other/seek-and-analyze-video/SKILL.md +141 -0
- package/templates/skills/extended/other/semgrep-rule-creator/SKILL.md +218 -0
- package/templates/skills/extended/other/semgrep-rule-variant-creator/SKILL.md +249 -0
- package/templates/skills/extended/other/senior-frontend/SKILL.md +537 -0
- package/templates/skills/extended/other/senior-frontend/references/frontend_best_practices.md +806 -0
- package/templates/skills/extended/other/senior-frontend/references/nextjs_optimization_guide.md +724 -0
- package/templates/skills/extended/other/senior-frontend/references/react_patterns.md +746 -0
- package/templates/skills/extended/other/senior-frontend/scripts/__pycache__/bundle_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/senior-frontend/scripts/__pycache__/component_generator.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/senior-frontend/scripts/__pycache__/frontend_scaffolder.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/senior-frontend/scripts/bundle_analyzer.py +407 -0
- package/templates/skills/extended/other/senior-frontend/scripts/component_generator.py +329 -0
- package/templates/skills/extended/other/senior-frontend/scripts/frontend_scaffolder.py +1005 -0
- package/templates/skills/extended/other/seo-forensic-incident-response/SKILL.md +304 -0
- package/templates/skills/extended/other/sexual-health-analyzer/SKILL.md +1160 -0
- package/templates/skills/extended/other/shadcn/SKILL.md +296 -0
- package/templates/skills/extended/other/shadcn/agents/openai.yml +5 -0
- package/templates/skills/extended/other/shadcn/assets/shadcn-small.png +0 -0
- package/templates/skills/extended/other/shadcn/assets/shadcn.png +0 -0
- package/templates/skills/extended/other/shadcn/cli.md +255 -0
- package/templates/skills/extended/other/shadcn/customization.md +202 -0
- package/templates/skills/extended/other/shadcn/evals/evals.json +47 -0
- package/templates/skills/extended/other/shadcn/mcp.md +94 -0
- package/templates/skills/extended/other/shadcn/rules/base-vs-radix.md +306 -0
- package/templates/skills/extended/other/shadcn/rules/composition.md +195 -0
- package/templates/skills/extended/other/shadcn/rules/forms.md +192 -0
- package/templates/skills/extended/other/shadcn/rules/icons.md +101 -0
- package/templates/skills/extended/other/shadcn/rules/styling.md +162 -0
- package/templates/skills/extended/other/shader-programming-glsl/SKILL.md +168 -0
- package/templates/skills/extended/other/shopify-development/SKILL.md +32 -25
- package/templates/skills/extended/other/skill-check/SKILL.md +162 -0
- package/templates/skills/extended/other/skill-improver/SKILL.md +191 -0
- package/templates/skills/extended/other/skill-installer/SKILL.md +341 -0
- package/templates/skills/extended/other/skill-installer/references/known-locations.md +44 -0
- package/templates/skills/extended/other/skill-installer/scripts/__pycache__/detect_skills.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-installer/scripts/__pycache__/install_skill.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-installer/scripts/__pycache__/package_skill.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-installer/scripts/__pycache__/validate_skill.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-installer/scripts/detect_skills.py +318 -0
- package/templates/skills/extended/other/skill-installer/scripts/install_skill.py +1708 -0
- package/templates/skills/extended/other/skill-installer/scripts/package_skill.py +417 -0
- package/templates/skills/extended/other/skill-installer/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/skill-installer/scripts/validate_skill.py +430 -0
- package/templates/skills/extended/other/skill-router/SKILL.md +295 -0
- package/templates/skills/extended/other/skill-scanner/SKILL.md +247 -0
- package/templates/skills/extended/other/skill-sentinel/SKILL.md +327 -0
- package/templates/skills/extended/other/skill-sentinel/references/analysis_criteria.md +96 -0
- package/templates/skills/extended/other/skill-sentinel/references/schema.md +107 -0
- package/templates/skills/extended/other/skill-sentinel/references/security_patterns.md +81 -0
- package/templates/skills/extended/other/skill-sentinel/references/skill_template.md +118 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/cost_optimizer.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/db.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/governance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/recommender.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/report_generator.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/run_audit.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/__pycache__/scanner.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__init__.py +13 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/code_quality.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/cross_skill.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/dependencies.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/documentation.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/governance_audit.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/performance.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/__pycache__/security.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/code_quality.py +247 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/cross_skill.py +134 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/dependencies.py +121 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/documentation.py +189 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/governance_audit.py +153 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/performance.py +164 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/analyzers/security.py +189 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/config.py +158 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/cost_optimizer.py +146 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/db.py +354 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/governance.py +58 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/recommender.py +228 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/report_generator.py +224 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/requirements.txt +1 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/run_audit.py +290 -0
- package/templates/skills/extended/other/skill-sentinel/scripts/scanner.py +271 -0
- package/templates/skills/extended/other/skill-writer/SKILL.md +160 -0
- package/templates/skills/extended/other/skin-health-analyzer/SKILL.md +754 -0
- package/templates/skills/extended/other/sleep-analyzer/SKILL.md +815 -0
- package/templates/skills/extended/other/social-orchestrator/SKILL.md +341 -0
- package/templates/skills/extended/other/spec-to-code-compliance/SKILL.md +407 -0
- package/templates/skills/extended/other/speckit-updater/SKILL.md +207 -0
- package/templates/skills/extended/other/speed/SKILL.md +77 -0
- package/templates/skills/extended/other/spline-3d-integration/SKILL.md +126 -0
- package/templates/skills/extended/other/spline-3d-integration/examples/interactive-scene.tsx +198 -0
- package/templates/skills/extended/other/spline-3d-integration/examples/react-spline-wrapper.tsx +124 -0
- package/templates/skills/extended/other/spline-3d-integration/examples/vanilla-embed.html +146 -0
- package/templates/skills/extended/other/spline-3d-integration/guides/COMMON_PROBLEMS.md +262 -0
- package/templates/skills/extended/other/spline-3d-integration/guides/PERFORMANCE.md +163 -0
- package/templates/skills/extended/other/spline-3d-integration/guides/REACT_INTEGRATION.md +212 -0
- package/templates/skills/extended/other/spline-3d-integration/guides/VANILLA_INTEGRATION.md +203 -0
- package/templates/skills/extended/other/spline-3d-integration/spline-3d-integration-skill (1).zip +0 -0
- package/templates/skills/extended/other/sred-project-organizer/SKILL.md +175 -0
- package/templates/skills/extended/other/sred-work-summary/SKILL.md +186 -0
- package/templates/skills/extended/other/stability-ai/SKILL.md +260 -0
- package/templates/skills/extended/other/stability-ai/references/api-reference.md +246 -0
- package/templates/skills/extended/other/stability-ai/references/prompt-engineering.md +232 -0
- package/templates/skills/extended/other/stability-ai/references/setup-guide.md +94 -0
- package/templates/skills/extended/other/stability-ai/scripts/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/stability-ai/scripts/__pycache__/generate.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/stability-ai/scripts/__pycache__/styles.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/stability-ai/scripts/config.py +266 -0
- package/templates/skills/extended/other/stability-ai/scripts/generate.py +687 -0
- package/templates/skills/extended/other/stability-ai/scripts/requirements.txt +4 -0
- package/templates/skills/extended/other/stability-ai/scripts/styles.py +174 -0
- package/templates/skills/extended/other/startup-analyst/SKILL.md +27 -30
- package/templates/skills/extended/other/startup-financial-modeling/SKILL.md +30 -27
- package/templates/skills/extended/other/startup-metrics-framework/SKILL.md +27 -28
- package/templates/skills/extended/other/statsmodels/SKILL.md +653 -0
- package/templates/skills/extended/other/steve-jobs/SKILL.md +644 -0
- package/templates/skills/extended/other/superpowers-lab/SKILL.md +26 -24
- package/templates/skills/extended/other/superpowers-lab/using-git-worktrees/SKILL.md +261 -0
- package/templates/skills/extended/other/superpowers-lab/using-superpowers/SKILL.md +162 -0
- package/templates/skills/extended/other/superpowers-lab/verification-before-completion/SKILL.md +186 -0
- package/templates/skills/extended/other/superpowers-lab/writing-skills/SKILL.md +702 -0
- package/templates/skills/extended/other/supply-chain-risk-auditor/SKILL.md +117 -0
- package/templates/skills/extended/other/sympy/SKILL.md +539 -0
- package/templates/skills/extended/other/tanstack-query-expert/SKILL.md +288 -0
- package/templates/skills/extended/other/task-intelligence/SKILL.md +354 -0
- package/templates/skills/extended/other/task-intelligence/references/problem-catalog.md +58 -0
- package/templates/skills/extended/other/task-intelligence/references/time-patterns.md +61 -0
- package/templates/skills/extended/other/tcm-constitution-analyzer/SKILL.md +706 -0
- package/templates/skills/extended/other/telegram/SKILL.md +622 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/nodejs/.env.example +10 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/nodejs/package.json +23 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/nodejs/src/bot-client.ts +86 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/nodejs/src/handlers.ts +79 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/nodejs/src/index.ts +32 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/nodejs/tsconfig.json +17 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/python/.env.example +10 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/python/__pycache__/bot.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/python/__pycache__/webhook_server.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/python/bot.py +122 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/python/requirements.txt +4 -0
- package/templates/skills/extended/other/telegram/assets/boilerplate/python/webhook_server.py +110 -0
- package/templates/skills/extended/other/telegram/assets/examples/inline-keyboard.json +74 -0
- package/templates/skills/extended/other/telegram/assets/examples/webhook-payloads.json +159 -0
- package/templates/skills/extended/other/telegram/references/advanced-features.md +355 -0
- package/templates/skills/extended/other/telegram/references/api-reference.md +275 -0
- package/templates/skills/extended/other/telegram/references/chat-management.md +303 -0
- package/templates/skills/extended/other/telegram/references/webhook-setup.md +307 -0
- package/templates/skills/extended/other/telegram/scripts/__pycache__/send_message.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/telegram/scripts/__pycache__/setup_project.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/telegram/scripts/__pycache__/test_bot.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/telegram/scripts/send_message.py +143 -0
- package/templates/skills/extended/other/telegram/scripts/setup_project.py +103 -0
- package/templates/skills/extended/other/telegram/scripts/test_bot.py +144 -0
- package/templates/skills/extended/other/temporal-golang-pro/SKILL.md +262 -0
- package/templates/skills/extended/other/temporal-golang-pro/resources/implementation-playbook.md +242 -0
- package/templates/skills/extended/other/temporal-golang-pro/resources/testing-strategies.md +145 -0
- package/templates/skills/extended/other/terraform-aws-modules/SKILL.md +124 -0
- package/templates/skills/extended/other/terraform-infrastructure/SKILL.md +209 -0
- package/templates/skills/extended/other/testing-qa/SKILL.md +276 -0
- package/templates/skills/extended/other/threejs-animation/SKILL.md +594 -0
- package/templates/skills/extended/other/threejs-fundamentals/SKILL.md +530 -0
- package/templates/skills/extended/other/threejs-geometry/SKILL.md +594 -0
- package/templates/skills/extended/other/threejs-interaction/SKILL.md +702 -0
- package/templates/skills/extended/other/threejs-lighting/SKILL.md +523 -0
- package/templates/skills/extended/other/threejs-loaders/SKILL.md +665 -0
- package/templates/skills/extended/other/threejs-materials/SKILL.md +569 -0
- package/templates/skills/extended/other/threejs-postprocessing/SKILL.md +644 -0
- package/templates/skills/extended/other/threejs-shaders/SKILL.md +688 -0
- package/templates/skills/extended/other/threejs-textures/SKILL.md +670 -0
- package/templates/skills/extended/other/track-management/SKILL.md +27 -27
- package/templates/skills/extended/other/travel-health-analyzer/SKILL.md +463 -0
- package/templates/skills/extended/other/typescript-expert/SKILL.md +29 -31
- package/templates/skills/extended/other/typescript-expert/scripts/__pycache__/ts_diagnostic.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/uncle-bob-craft/README.md +12 -0
- package/templates/skills/extended/other/uncle-bob-craft/SKILL.md +210 -0
- package/templates/skills/extended/other/uncle-bob-craft/examples/code-review-checklist.md +55 -0
- package/templates/skills/extended/other/uncle-bob-craft/reference.md +146 -0
- package/templates/skills/extended/other/uncle-bob-craft/references/clean-agile.md +32 -0
- package/templates/skills/extended/other/uncle-bob-craft/references/clean-architecture.md +56 -0
- package/templates/skills/extended/other/uncle-bob-craft/references/clean-coder.md +34 -0
- package/templates/skills/extended/other/uncle-bob-craft/references/design-patterns.md +32 -0
- package/templates/skills/extended/other/uniprot-database/SKILL.md +238 -0
- package/templates/skills/extended/other/unsplash-integration/SKILL.md +78 -0
- package/templates/skills/extended/other/variant-analysis/SKILL.md +192 -0
- package/templates/skills/extended/other/varlock/SKILL.md +480 -0
- package/templates/skills/extended/other/vercel-ai-sdk-expert/SKILL.md +268 -0
- package/templates/skills/extended/other/vexor/SKILL.md +25 -23
- package/templates/skills/extended/other/vexor-cli/SKILL.md +121 -0
- package/templates/skills/extended/other/vibe-code-auditor/SKILL.md +385 -0
- package/templates/skills/extended/other/videodb/SKILL.md +418 -0
- package/templates/skills/extended/other/videodb/reference/api-reference.md +548 -0
- package/templates/skills/extended/other/videodb/reference/capture-reference.md +386 -0
- package/templates/skills/extended/other/videodb/reference/capture.md +101 -0
- package/templates/skills/extended/other/videodb/reference/editor.md +434 -0
- package/templates/skills/extended/other/videodb/reference/generative.md +321 -0
- package/templates/skills/extended/other/videodb/reference/rtstream-reference.md +551 -0
- package/templates/skills/extended/other/videodb/reference/rtstream.md +65 -0
- package/templates/skills/extended/other/videodb/reference/search.md +230 -0
- package/templates/skills/extended/other/videodb/reference/streaming.md +339 -0
- package/templates/skills/extended/other/videodb/reference/use-cases.md +118 -0
- package/templates/skills/extended/other/videodb/scripts/__pycache__/ws_listener.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/videodb/scripts/ws_listener.py +204 -0
- package/templates/skills/extended/other/videodb-skills/SKILL.md +161 -0
- package/templates/skills/extended/other/vizcom/SKILL.md +83 -0
- package/templates/skills/extended/other/warren-buffett/SKILL.md +657 -0
- package/templates/skills/extended/other/web-scraper/SKILL.md +798 -0
- package/templates/skills/extended/other/web-scraper/references/data-transforms.md +397 -0
- package/templates/skills/extended/other/web-scraper/references/extraction-patterns.md +475 -0
- package/templates/skills/extended/other/web-scraper/references/output-templates.md +481 -0
- package/templates/skills/extended/other/web-security-testing/SKILL.md +229 -0
- package/templates/skills/extended/other/weightloss-analyzer/SKILL.md +362 -0
- package/templates/skills/extended/other/wellally-tech/SKILL.md +726 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/SKILL.md +534 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/.env.example +20 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/package.json +22 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/src/index.ts +125 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/src/template-manager.ts +67 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/src/types.ts +216 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/src/webhook-handler.ts +173 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/src/whatsapp-client.ts +193 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/nodejs/tsconfig.json +17 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/.env.example +20 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/__pycache__/app.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/__pycache__/template_manager.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/__pycache__/webhook_handler.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/__pycache__/whatsapp_client.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/app.py +115 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/requirements.txt +4 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/template_manager.py +100 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/webhook_handler.py +132 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/boilerplate/python/whatsapp_client.py +219 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/examples/flow-example.json +170 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/examples/interactive-menu.json +186 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/examples/template-messages.json +173 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/assets/examples/webhook-payloads.json +240 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/advanced-features.md +546 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/api-reference.md +566 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/automation-patterns.md +690 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/compliance.md +404 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/message-types.md +1639 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/setup-guide.md +692 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/template-management.md +570 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/references/webhook-setup.md +603 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/scripts/__pycache__/send_test_message.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/scripts/__pycache__/setup_project.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/scripts/__pycache__/validate_config.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/scripts/send_test_message.py +137 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/scripts/setup_project.py +118 -0
- package/templates/skills/extended/other/whatsapp-cloud-api/scripts/validate_config.py +190 -0
- package/templates/skills/extended/other/wordpress/SKILL.md +364 -0
- package/templates/skills/extended/other/wordpress-plugin-development/SKILL.md +249 -0
- package/templates/skills/extended/other/wordpress-theme-development/SKILL.md +234 -0
- package/templates/skills/extended/other/wordpress-woocommerce-development/SKILL.md +233 -0
- package/templates/skills/extended/other/x-twitter-scraper/SKILL.md +171 -0
- package/templates/skills/extended/other/yann-lecun/SKILL.md +1516 -0
- package/templates/skills/extended/other/yann-lecun-debate/SKILL.md +481 -0
- package/templates/skills/extended/other/yann-lecun-filosofia/SKILL.md +456 -0
- package/templates/skills/extended/other/yann-lecun-tecnico/SKILL.md +561 -0
- package/templates/skills/extended/other/yes-md/SKILL.md +272 -0
- package/templates/skills/extended/other/zeroize-audit/SKILL.md +421 -0
- package/templates/skills/extended/other/zod-validation-expert/SKILL.md +313 -0
- package/templates/skills/extended/security/attack-tree-construction/SKILL.md +34 -22
- package/templates/skills/extended/security/cc-skill-security-review/SKILL.md +37 -24
- package/templates/skills/extended/security/codebase-cleanup-deps-audit/SKILL.md +34 -22
- package/templates/skills/extended/security/dependency-management-deps-audit/SKILL.md +34 -22
- package/templates/skills/extended/security/ethical-hacking-methodology/SKILL.md +38 -25
- package/templates/skills/extended/security/find-bugs/SKILL.md +31 -33
- package/templates/skills/extended/security/fix-review/SKILL.md +32 -22
- package/templates/skills/extended/security/frontend-mobile-security-xss-scan/SKILL.md +33 -21
- package/templates/skills/extended/security/frontend-security-coder/SKILL.md +34 -27
- package/templates/skills/extended/security/laravel-security-audit/SKILL.md +37 -20
- package/templates/skills/extended/security/mobile-security-coder/SKILL.md +34 -27
- package/templates/skills/extended/security/pci-compliance/SKILL.md +34 -22
- package/templates/skills/extended/security/pentest-checklist/SKILL.md +38 -25
- package/templates/skills/extended/security/pentest-commands/SKILL.md +38 -25
- package/templates/skills/extended/security/production-code-audit/SKILL.md +33 -21
- package/templates/skills/extended/security/red-team-tools/SKILL.md +38 -25
- package/templates/skills/extended/security/sast-configuration/SKILL.md +43 -31
- package/templates/skills/extended/security/scanning-tools/SKILL.md +38 -25
- package/templates/skills/extended/security/security-auditor/SKILL.md +34 -29
- package/templates/skills/extended/security/security-compliance-compliance-check/SKILL.md +34 -22
- package/templates/skills/extended/security/security-requirement-extraction/SKILL.md +34 -22
- package/templates/skills/extended/security/security-scanning-security-dependencies/SKILL.md +34 -22
- package/templates/skills/extended/security/security-scanning-security-hardening/SKILL.md +33 -21
- package/templates/skills/extended/security/security-scanning-security-sast/SKILL.md +37 -27
- package/templates/skills/extended/security/seo-audit/SKILL.md +37 -27
- package/templates/skills/extended/security/solidity-security/SKILL.md +34 -22
- package/templates/skills/extended/security/ssh-penetration-testing/SKILL.md +38 -25
- package/templates/skills/extended/security/threat-mitigation-mapping/SKILL.md +34 -22
- package/templates/skills/extended/security/threat-modeling-expert/SKILL.md +34 -22
- package/templates/skills/extended/security/top-web-vulnerabilities/SKILL.md +38 -25
- package/templates/skills/extended/security/xss-html-injection/SKILL.md +38 -25
- package/templates/skills/extended/testing/ab-test-setup/SKILL.md +36 -21
- package/templates/skills/extended/testing/api-testing-observability-api-mock/SKILL.md +33 -21
- package/templates/skills/extended/testing/backtesting-frameworks/SKILL.md +34 -22
- package/templates/skills/extended/testing/bats-testing-patterns/SKILL.md +34 -22
- package/templates/skills/extended/testing/code-review-excellence/SKILL.md +34 -22
- package/templates/skills/extended/testing/code-reviewer/SKILL.md +34 -28
- package/templates/skills/extended/testing/conductor-implement/SKILL.md +34 -24
- package/templates/skills/extended/testing/data-quality-frameworks/SKILL.md +34 -22
- package/templates/skills/extended/testing/e2e-testing-patterns/SKILL.md +34 -22
- package/templates/skills/extended/testing/file-path-traversal/SKILL.md +38 -25
- package/templates/skills/extended/testing/go-playwright/SKILL.md +33 -23
- package/templates/skills/extended/testing/idor-testing/SKILL.md +38 -25
- package/templates/skills/extended/testing/infinite-gratitude/SKILL.md +34 -24
- package/templates/skills/extended/testing/javascript-testing-patterns/SKILL.md +34 -22
- package/templates/skills/extended/testing/payment-integration/SKILL.md +34 -26
- package/templates/skills/extended/testing/paypal-integration/SKILL.md +34 -22
- package/templates/skills/extended/testing/pypict-skill/SKILL.md +32 -22
- package/templates/skills/extended/testing/python-testing-patterns/SKILL.md +34 -22
- package/templates/skills/extended/testing/receiving-code-review/SKILL.md +30 -20
- package/templates/skills/extended/testing/requesting-code-review/SKILL.md +31 -21
- package/templates/skills/extended/testing/screen-reader-testing/SKILL.md +34 -22
- package/templates/skills/extended/testing/smtp-penetration-testing/SKILL.md +38 -25
- package/templates/skills/extended/testing/stripe-integration/SKILL.md +34 -22
- package/templates/skills/extended/testing/tdd-workflows-tdd-cycle/SKILL.md +33 -21
- package/templates/skills/extended/testing/tdd-workflows-tdd-green/SKILL.md +34 -22
- package/templates/skills/extended/testing/tdd-workflows-tdd-red/SKILL.md +34 -22
- package/templates/skills/extended/testing/tdd-workflows-tdd-refactor/SKILL.md +33 -21
- package/templates/skills/extended/testing/temporal-python-testing/SKILL.md +34 -22
- package/templates/skills/extended/testing/test-automator/SKILL.md +34 -27
- package/templates/skills/extended/testing/test-driven-development/SKILL.md +422 -0
- package/templates/skills/extended/testing/test-driven-development/testing-anti-patterns.md +299 -0
- package/templates/skills/extended/testing/test-fixing/SKILL.md +34 -22
- package/templates/skills/extended/testing/unit-testing-test-generate/SKILL.md +34 -22
- package/templates/skills/extended/testing/verification-before-completion/SKILL.md +189 -0
- package/templates/skills/extended/testing/wordpress-penetration-testing/SKILL.md +38 -25
- package/templates/skills/extended/workflow/address-github-comments/SKILL.md +32 -21
- package/templates/skills/extended/workflow/amplitude-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/antigravity-workflows/SKILL.md +33 -22
- package/templates/skills/extended/workflow/asana-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/automate-whatsapp/SKILL.md +26 -20
- package/templates/skills/extended/workflow/azure-communication-callautomation-java/SKILL.md +32 -22
- package/templates/skills/extended/workflow/bamboohr-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/basecamp-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/billing-automation/SKILL.md +30 -22
- package/templates/skills/extended/workflow/bitbucket-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/box-automation/SKILL.md +32 -23
- package/templates/skills/extended/workflow/brevo-automation/SKILL.md +32 -23
- package/templates/skills/extended/workflow/browser-automation/SKILL.md +32 -22
- package/templates/skills/extended/workflow/c-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/cal-com-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/calendly-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/canva-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/cicd-automation-workflow-automate/SKILL.md +30 -22
- package/templates/skills/extended/workflow/circleci-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/clarity-gate/SKILL.md +726 -31
- package/templates/skills/extended/workflow/claude-speed-reader/SKILL.md +28 -22
- package/templates/skills/extended/workflow/clickup-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/close-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/coda-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/commit/SKILL.md +33 -39
- package/templates/skills/extended/workflow/comprehensive-review-full-review/SKILL.md +29 -21
- package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/SKILL.md +30 -22
- package/templates/skills/extended/workflow/conductor-revert/SKILL.md +30 -24
- package/templates/skills/extended/workflow/conductor-setup/SKILL.md +99 -407
- package/templates/skills/extended/workflow/conductor-status/SKILL.md +30 -24
- package/templates/skills/extended/workflow/conductor-validator/SKILL.md +34 -26
- package/templates/skills/extended/workflow/confluence-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/context-compression/SKILL.md +29 -25
- package/templates/skills/extended/workflow/convertkit-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/cpp-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/create-pr/SKILL.md +29 -204
- package/templates/skills/extended/workflow/csharp-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/discord-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/dropbox-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/dx-optimizer/SKILL.md +30 -26
- package/templates/skills/extended/workflow/elixir-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/executing-plans/SKILL.md +117 -0
- package/templates/skills/extended/workflow/finishing-a-development-branch/SKILL.md +26 -20
- package/templates/skills/extended/workflow/freshdesk-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/freshservice-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/git-advanced-workflows/SKILL.md +30 -22
- package/templates/skills/extended/workflow/git-pr-workflows-git-workflow/SKILL.md +29 -21
- package/templates/skills/extended/workflow/git-pr-workflows-onboard/SKILL.md +29 -21
- package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/SKILL.md +29 -21
- package/templates/skills/extended/workflow/git-pushing/SKILL.md +30 -22
- package/templates/skills/extended/workflow/github-actions-templates/SKILL.md +30 -22
- package/templates/skills/extended/workflow/github-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/github-issue-creator/SKILL.md +33 -22
- package/templates/skills/extended/workflow/github-workflow-automation/SKILL.md +30 -22
- package/templates/skills/extended/workflow/gitlab-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/gitlab-ci-patterns/SKILL.md +30 -22
- package/templates/skills/extended/workflow/gitops-workflow/SKILL.md +30 -22
- package/templates/skills/extended/workflow/go-rod-master/SKILL.md +28 -22
- package/templates/skills/extended/workflow/golang-pro/SKILL.md +30 -28
- package/templates/skills/extended/workflow/google-analytics-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/google-calendar-automation/SKILL.md +173 -185
- package/templates/skills/extended/workflow/google-drive-automation/SKILL.md +152 -204
- package/templates/skills/extended/workflow/googlesheets-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/haskell-pro/SKILL.md +30 -26
- package/templates/skills/extended/workflow/helpdesk-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/hr-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/hubspot-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/instagram-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/intercom-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/iterate-pr/SKILL.md +149 -107
- package/templates/skills/extended/workflow/java-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/javascript-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/jira-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/julia-pro/SKILL.md +30 -28
- package/templates/skills/extended/workflow/klaviyo-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/launch-strategy/SKILL.md +32 -21
- package/templates/skills/extended/workflow/linear-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/linear-claude-skill/SKILL.md +42 -38
- package/templates/skills/extended/workflow/linkedin-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/make-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/microsoft-teams-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/minecraft-bukkit-pro/SKILL.md +30 -28
- package/templates/skills/extended/workflow/miro-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/mixpanel-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/monday-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/n8n-mcp-tools-expert/SKILL.md +36 -43
- package/templates/skills/extended/workflow/n8n-node-configuration/SKILL.md +29 -35
- package/templates/skills/extended/workflow/notion-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/notion-template-business/SKILL.md +32 -22
- package/templates/skills/extended/workflow/observe-whatsapp/SKILL.md +26 -20
- package/templates/skills/extended/workflow/one-drive-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/outlook-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/outlook-calendar-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/pagerduty-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/php-pro/SKILL.md +34 -24
- package/templates/skills/extended/workflow/pipedrive-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/posthog-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/postmark-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/privilege-escalation-methods/SKILL.md +34 -25
- package/templates/skills/extended/workflow/prometheus-configuration/SKILL.md +30 -22
- package/templates/skills/extended/workflow/protocol-reverse-engineering/SKILL.md +30 -22
- package/templates/skills/extended/workflow/reddit-automation/SKILL.md +32 -23
- package/templates/skills/extended/workflow/referral-program/SKILL.md +32 -21
- package/templates/skills/extended/workflow/remotion-best-practices/SKILL.md +31 -26
- package/templates/skills/extended/workflow/render-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/ruby-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/rust-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/salesforce-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/scala-pro/SKILL.md +30 -28
- package/templates/skills/extended/workflow/segment-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/sendgrid-automation/SKILL.md +32 -23
- package/templates/skills/extended/workflow/sentry-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/shopify-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/slack-automation/SKILL.md +32 -23
- package/templates/skills/extended/workflow/slack-bot-builder/SKILL.md +32 -22
- package/templates/skills/extended/workflow/slack-gif-creator/SKILL.md +32 -22
- package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/easing.cpython-312.pyc +0 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/frame_composer.cpython-312.pyc +0 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/gif_builder.cpython-312.pyc +0 -0
- package/templates/skills/extended/workflow/slack-gif-creator/core/__pycache__/validators.cpython-312.pyc +0 -0
- package/templates/skills/extended/workflow/square-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/startup-business-analyst-financial-projections/SKILL.md +33 -23
- package/templates/skills/extended/workflow/stripe-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/systems-programming-rust-project/SKILL.md +29 -21
- package/templates/skills/extended/workflow/team-collaboration-issue/SKILL.md +29 -21
- package/templates/skills/extended/workflow/team-collaboration-standup-notes/SKILL.md +29 -21
- package/templates/skills/extended/workflow/telegram-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/temporal-python-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/tiktok-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/todoist-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/trello-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/twitter-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/typescript-pro/SKILL.md +30 -27
- package/templates/skills/extended/workflow/unreal-engine-cpp-pro/SKILL.md +28 -22
- package/templates/skills/extended/workflow/using-git-worktrees/SKILL.md +32 -21
- package/templates/skills/extended/workflow/uv-package-manager/SKILL.md +30 -22
- package/templates/skills/extended/workflow/varlock-claude-skill/SKILL.md +28 -22
- package/templates/skills/extended/workflow/webflow-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/whatsapp-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/workflow-automation/SKILL.md +37 -26
- package/templates/skills/extended/workflow/workflow-orchestration-patterns/SKILL.md +30 -22
- package/templates/skills/extended/workflow/wrike-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/youtube-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/zapier-make-patterns/SKILL.md +32 -22
- package/templates/skills/extended/workflow/zendesk-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/zoho-crm-automation/SKILL.md +31 -22
- package/templates/skills/extended/workflow/zoom-automation/SKILL.md +31 -22
- package/templates/skills/knowledge/ai-agents/notebooklm-rag/scripts/auth_manager.py +0 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/scripts/__pycache__/optimize-prompt.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/backend/api-design-principles/assets/__pycache__/rest-api-template.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/backend/api-patterns/scripts/__pycache__/api_validator.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/backend/database-design/scripts/__pycache__/schema_validator.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/content/content-creator/scripts/__pycache__/brand_voice_analyzer.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/content/content-creator/scripts/__pycache__/seo_optimizer.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/content/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/content/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/debugging/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/frontend/frontend-design/scripts/__pycache__/accessibility_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/frontend/frontend-design/scripts/__pycache__/ux_audit.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/i18n/i18n-localization/scripts/__pycache__/i18n_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/mobile/mobile-design/scripts/__pycache__/mobile_audit.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/security/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/testing/lint-and-validate/scripts/__pycache__/lint_runner.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/testing/lint-and-validate/scripts/__pycache__/type_coverage.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/testing/testing-patterns/scripts/__pycache__/test_runner.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/testing/webapp-testing/scripts/__pycache__/playwright_runner.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/workflow/plugin-discovery/scripts/__pycache__/platform_setup.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/workflow/self-update/scripts/__pycache__/update_kit.cpython-312.pyc +0 -0
|
@@ -0,0 +1,1160 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: sexual-health-analyzer
|
|
3
|
+
description: Sexual Health Analyzer
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# 性健康分析技能
|
|
7
|
+
|
|
8
|
+
## 技能概述
|
|
9
|
+
|
|
10
|
+
本技能提供全面的性健康数据分析功能,包括IIEF-5评分分析、STD筛查管理、避孕效果评估、性活动统计以及与用药、慢性病、心理、营养、运动等模块的深度关联分析。
|
|
11
|
+
|
|
12
|
+
## 医学免责声明
|
|
13
|
+
|
|
14
|
+
⚠️ **重要提示**:本技能提供的数据分析和建议仅供参考,不构成医学诊断或治疗建议。
|
|
15
|
+
|
|
16
|
+
- 所有性健康问题应由专业医生诊断和治疗
|
|
17
|
+
- 分析结果不能替代专业医疗检查
|
|
18
|
+
- 紧急情况应立即就医
|
|
19
|
+
- 请遵循医生的专业建议
|
|
20
|
+
|
|
21
|
+
## 核心功能
|
|
22
|
+
|
|
23
|
+
### 1. IIEF-5 评分分析
|
|
24
|
+
|
|
25
|
+
#### 1.1 交互式问卷
|
|
26
|
+
|
|
27
|
+
**问卷结构**:
|
|
28
|
+
- 5个问题,每个问题0-5分
|
|
29
|
+
- 总分范围:0-25分
|
|
30
|
+
- 评估时间范围:过去6个月
|
|
31
|
+
|
|
32
|
+
**问题详解**:
|
|
33
|
+
|
|
34
|
+
**问题1**:勃起信心
|
|
35
|
+
- 评估用户对获得和维持勃起的信心程度
|
|
36
|
+
- 反映心理因素对性功能的影响
|
|
37
|
+
- 低分可能提示表现焦虑
|
|
38
|
+
|
|
39
|
+
**问题2**:勃起获得
|
|
40
|
+
- 评估受到性刺激时获得勃起的能力
|
|
41
|
+
- 反映血管和神经功能
|
|
42
|
+
- 低分可能提示器质性ED
|
|
43
|
+
|
|
44
|
+
**问题3**:插入能力
|
|
45
|
+
- 评估勃起硬度是否足够插入
|
|
46
|
+
- 临床相关的勃起质量指标
|
|
47
|
+
- 低分通常需要医疗干预
|
|
48
|
+
|
|
49
|
+
**问题4**:勃起维持
|
|
50
|
+
- 评估完成性交过程中维持勃起的能力
|
|
51
|
+
- 反映静脉闭塞功能
|
|
52
|
+
- 与问题3联合分析可确定ED类型
|
|
53
|
+
|
|
54
|
+
**问题5**:性交满意度
|
|
55
|
+
- 评估性交过程的主观满意度
|
|
56
|
+
- 受硬度、持续时间、伴侣满意度等多因素影响
|
|
57
|
+
- 综合性功能的最终指标
|
|
58
|
+
|
|
59
|
+
#### 1.2 ED严重程度评估
|
|
60
|
+
|
|
61
|
+
| 总分 | ED严重程度 | 临床意义 | 推荐措施 |
|
|
62
|
+
|------|-----------|----------|----------|
|
|
63
|
+
| 22-25 | 正常 | 勃起功能良好 | 继续健康生活方式 |
|
|
64
|
+
| 17-21 | 轻度ED | 轻度功能障碍 | 生活方式调整,定期评估 |
|
|
65
|
+
| 12-16 | 轻中度ED | 中度功能障碍 | 建议就医评估 |
|
|
66
|
+
| 8-11 | 中度ED | 明显功能障碍 | 需要医疗干预 |
|
|
67
|
+
| 5-7 | 重度ED | 严重功能障碍 | 全面医疗评估和治疗 |
|
|
68
|
+
|
|
69
|
+
#### 1.3 趋势分析
|
|
70
|
+
|
|
71
|
+
**分析维度**:
|
|
72
|
+
- 总分变化趋势(改善/稳定/恶化)
|
|
73
|
+
- 各问题得分变化模式
|
|
74
|
+
- ED严重程度变化轨迹
|
|
75
|
+
- 治疗干预效果评估
|
|
76
|
+
|
|
77
|
+
**输出内容**:
|
|
78
|
+
- IIEF-5评分时间序列图表
|
|
79
|
+
- 改善/恶化趋势标识
|
|
80
|
+
- 变化速率计算
|
|
81
|
+
- 与其他健康指标的相关性分析
|
|
82
|
+
|
|
83
|
+
#### 1.4 风险因素分析
|
|
84
|
+
|
|
85
|
+
**生理因素**:
|
|
86
|
+
- 年龄:每增加10年,ED风险增加约20%
|
|
87
|
+
- 糖尿病:ED风险增加3倍
|
|
88
|
+
- 心血管疾病:ED风险增加2-3倍
|
|
89
|
+
- 高血压:ED风险增加1.5-2倍
|
|
90
|
+
- 肥胖:BMI>30增加ED风险
|
|
91
|
+
- 荷尔蒙异常:低睾酮水平
|
|
92
|
+
|
|
93
|
+
**心理因素**:
|
|
94
|
+
- 表现焦虑
|
|
95
|
+
- 抑郁症状
|
|
96
|
+
- 压力水平
|
|
97
|
+
- 伴侣关系问题
|
|
98
|
+
|
|
99
|
+
**生活方式因素**:
|
|
100
|
+
- 吸烟:增加ED风险1.5倍
|
|
101
|
+
- 酗酒:长期影响性功能
|
|
102
|
+
- 缺乏运动:心血管健康下降
|
|
103
|
+
- 睡眠质量:影响荷尔蒙分泌
|
|
104
|
+
|
|
105
|
+
**药物因素**:
|
|
106
|
+
- 抗抑郁药(SSRIs等)
|
|
107
|
+
- 抗高血压药(β受体阻滞剂、噻嗪类)
|
|
108
|
+
- 抗精神病药
|
|
109
|
+
- 激素类药物
|
|
110
|
+
|
|
111
|
+
#### 1.5 改善建议
|
|
112
|
+
|
|
113
|
+
**生活方式干预**:
|
|
114
|
+
- **戒烟**:显著改善血管健康
|
|
115
|
+
- **限酒**:男性每日<2杯
|
|
116
|
+
- **减重**:BMI控制在18.5-24.9
|
|
117
|
+
- **规律运动**:
|
|
118
|
+
- 每周150分钟中等强度有氧运动
|
|
119
|
+
- 每周2-3次力量训练
|
|
120
|
+
- 每日盆底肌训练(凯格尔运动)
|
|
121
|
+
- **健康饮食**:
|
|
122
|
+
- 地中海饮食模式
|
|
123
|
+
- 增加水果蔬菜摄入
|
|
124
|
+
- 减少饱和脂肪和加工食品
|
|
125
|
+
- 适量坚果和全谷物
|
|
126
|
+
|
|
127
|
+
**心理干预**:
|
|
128
|
+
- 性治疗师咨询
|
|
129
|
+
- 认知行为疗法
|
|
130
|
+
- 伴侣治疗
|
|
131
|
+
- 压力管理技术(冥想、瑜伽)
|
|
132
|
+
|
|
133
|
+
**医疗干预**:
|
|
134
|
+
- PDE5抑制剂(需医生处方)
|
|
135
|
+
- 睾酮补充疗法(如睾酮低)
|
|
136
|
+
- 真空勃起装置
|
|
137
|
+
- 阴茎注射疗法
|
|
138
|
+
- 手术治疗(血管手术、假体)
|
|
139
|
+
|
|
140
|
+
### 2. STD 筛查管理
|
|
141
|
+
|
|
142
|
+
#### 2.1 筛查项目详解
|
|
143
|
+
|
|
144
|
+
**HIV (艾滋病病毒)**:
|
|
145
|
+
- **检测方法**:血液检测(抗体+抗原组合)
|
|
146
|
+
- **窗口期**:1-3个月
|
|
147
|
+
- **高危人群**:MSM、性工作者、多性伴侣者
|
|
148
|
+
- **筛查频率**:高风险每3-6个月,一般风险每年
|
|
149
|
+
|
|
150
|
+
**梅毒 (Syphilis)**:
|
|
151
|
+
- **检测方法**:血液检测(RPR/VDRL+TPPA确认)
|
|
152
|
+
- **窗口期**:10-90天
|
|
153
|
+
- **分期**:一期、二期、潜伏期、三期
|
|
154
|
+
- **治疗**:青霉素有效,早期治愈率高
|
|
155
|
+
|
|
156
|
+
**衣原体 (Chlamydia)**:
|
|
157
|
+
- **检测方法**:尿液检测或拭子
|
|
158
|
+
- **窗口期**:1-3周
|
|
159
|
+
- **特点**:常无症状,但可导致不孕
|
|
160
|
+
- **治疗**:阿奇霉素或多西环素
|
|
161
|
+
|
|
162
|
+
**淋病 (Gonorrhea)**:
|
|
163
|
+
- **检测方法**:尿液检测或拭子
|
|
164
|
+
- **窗口期**:1-14天
|
|
165
|
+
- **特点**:男性症状明显,女性常无症状
|
|
166
|
+
- **治疗**:头孢曲松+阿奇霉素(考虑耐药性)
|
|
167
|
+
|
|
168
|
+
**HPV (人乳头瘤病毒)**:
|
|
169
|
+
- **检测方法**:拭子DNA检测
|
|
170
|
+
- **窗口期**:1个月-数年
|
|
171
|
+
- **特点**:非常常见,大多数自愈
|
|
172
|
+
- **高危型**:HPV 16/18与宫颈癌相关
|
|
173
|
+
- **预防**:HPV疫苗有效
|
|
174
|
+
|
|
175
|
+
**乙肝 (Hepatitis B)**:
|
|
176
|
+
- **检测方法**:血液检测(HBsAg+抗HBs)
|
|
177
|
+
- **窗口期**:1-6个月
|
|
178
|
+
- **预防**:乙肝疫苗有效
|
|
179
|
+
- **治疗**:抗病毒药物
|
|
180
|
+
|
|
181
|
+
**生殖器疱疹 (Herpes)**:
|
|
182
|
+
- **检测方法**:拭子PCR或血液抗体
|
|
183
|
+
- **窗口期**:2-12天
|
|
184
|
+
- **特点**:无治愈方法,可控制症状
|
|
185
|
+
- **治疗**:抗病毒药物(阿昔洛韦等)
|
|
186
|
+
|
|
187
|
+
#### 2.2 风险评估
|
|
188
|
+
|
|
189
|
+
**行为风险因素**:
|
|
190
|
+
- 性伴侣数量(>3个/年 = 高风险)
|
|
191
|
+
- 保护措施使用频率
|
|
192
|
+
- 性伴侣的STD状况
|
|
193
|
+
- 性工作或性工作者接触史
|
|
194
|
+
- MSM人群
|
|
195
|
+
- 注射吸毒史
|
|
196
|
+
|
|
197
|
+
**动态风险评分**:
|
|
198
|
+
- **低风险**(<10分):单一稳定伴侣,坚持保护
|
|
199
|
+
- **中风险**(10-30分):2-3个性伴侣,偶尔保护
|
|
200
|
+
- **高风险**(30-50分):多性伴侣,保护不一致
|
|
201
|
+
- **极高风险**(>50分):性工作者,MSM,无保护
|
|
202
|
+
|
|
203
|
+
#### 2.3 筛查频率建议
|
|
204
|
+
|
|
205
|
+
基于风险等级的个性化筛查计划:
|
|
206
|
+
|
|
207
|
+
| 风险等级 | HIV/梅毒 | 衣原体/淋病 | HPV | 乙肝 |
|
|
208
|
+
|----------|---------|------------|-----|------|
|
|
209
|
+
| 低风险 | 每1-2年 | 每1-2年 | 每3年 | 已免疫无需检测 |
|
|
210
|
+
| 中风险 | 每年 | 每年 | 每3年 | 每1-2年 |
|
|
211
|
+
| 高风险 | 每3-6月 | 每3-6月 | 每年 | 每年 |
|
|
212
|
+
| 极高风险 | 每3月 | 每3月 | 每6月 | 每6月 |
|
|
213
|
+
|
|
214
|
+
#### 2.4 阳性结果管理
|
|
215
|
+
|
|
216
|
+
**立即行动**:
|
|
217
|
+
- 开始治疗(遵医嘱)
|
|
218
|
+
- 通知性伴侣并进行检测
|
|
219
|
+
- 暂停性生活或严格保护
|
|
220
|
+
- 避免传播风险
|
|
221
|
+
|
|
222
|
+
**治疗追踪**:
|
|
223
|
+
- 治疗后检测以确认治愈
|
|
224
|
+
- 监测药物副作用
|
|
225
|
+
- 评估治疗依从性
|
|
226
|
+
- 记录治疗过程和结果
|
|
227
|
+
|
|
228
|
+
**预防再感染**:
|
|
229
|
+
- 性伴侣同时治疗
|
|
230
|
+
- 治愈后重新开始保护措施
|
|
231
|
+
- 定期复查
|
|
232
|
+
- 风险教育
|
|
233
|
+
|
|
234
|
+
#### 2.5 统计分析
|
|
235
|
+
|
|
236
|
+
- 筛查频率趋势
|
|
237
|
+
- 阳性率变化
|
|
238
|
+
- 感染类型分布
|
|
239
|
+
- 治愈率统计
|
|
240
|
+
- 再感染率分析
|
|
241
|
+
|
|
242
|
+
### 3. 避孕管理
|
|
243
|
+
|
|
244
|
+
#### 3.1 避孕方法详细分析
|
|
245
|
+
|
|
246
|
+
**避孕套 (男/女)**:
|
|
247
|
+
- **典型使用有效率**:85%
|
|
248
|
+
- **完美使用有效率**:98%
|
|
249
|
+
- **优点**:
|
|
250
|
+
- 唯一防孕又防病的方法
|
|
251
|
+
- 无激素副作用
|
|
252
|
+
- 易于获取
|
|
253
|
+
- 即刻起效
|
|
254
|
+
- **缺点**:
|
|
255
|
+
- 需要每次使用
|
|
256
|
+
- 可能影响性快感
|
|
257
|
+
- 可能破裂或滑落
|
|
258
|
+
- **满意度影响因素**:
|
|
259
|
+
- 尺寸是否合适
|
|
260
|
+
- 润滑剂使用
|
|
261
|
+
- 佩戴技巧
|
|
262
|
+
- 品牌偏好
|
|
263
|
+
|
|
264
|
+
**口服避孕药**:
|
|
265
|
+
- **典型使用有效率**:91%
|
|
266
|
+
- **完美使用有效率**:99.7%
|
|
267
|
+
- **类型**:
|
|
268
|
+
- 复方避孕药(雌激素+孕激素)
|
|
269
|
+
- 单纯孕激素药(适合哺乳期)
|
|
270
|
+
- 24/4方案 vs 21/7方案
|
|
271
|
+
- **优点**:
|
|
272
|
+
- 高效避孕
|
|
273
|
+
- 可调节月经周期
|
|
274
|
+
- 改善痤疮和经前综合症
|
|
275
|
+
- 降低卵巢癌和子宫内膜癌风险
|
|
276
|
+
- **缺点**:
|
|
277
|
+
- 需要每日服用
|
|
278
|
+
- 激素副作用
|
|
279
|
+
- 不适合吸烟女性>35岁
|
|
280
|
+
- 不能预防STD
|
|
281
|
+
- **副作用追踪**:
|
|
282
|
+
- 恶心、乳房胀痛
|
|
283
|
+
- 情绪变化
|
|
284
|
+
- 性欲改变
|
|
285
|
+
- 体重变化
|
|
286
|
+
- 月经间期出血
|
|
287
|
+
|
|
288
|
+
**宫内节育器 (IUD)**:
|
|
289
|
+
- **有效率**:99%+
|
|
290
|
+
- **类型**:
|
|
291
|
+
- 铜IUD(10-12年)
|
|
292
|
+
- 左炔诺孕酮IUD(3-8年)
|
|
293
|
+
- **优点**:
|
|
294
|
+
- 长效可逆
|
|
295
|
+
- 即刻起效
|
|
296
|
+
- 可随时取出
|
|
297
|
+
- 激素IUD可减轻月经
|
|
298
|
+
- **缺点**:
|
|
299
|
+
- 需要医生放置
|
|
300
|
+
- 放置时不适
|
|
301
|
+
- 可能增加月经量和痛经(铜IUD)
|
|
302
|
+
- 不能预防STD
|
|
303
|
+
- **副作用追踪**:
|
|
304
|
+
- 放置后疼痛
|
|
305
|
+
- 月经变化
|
|
306
|
+
- 点滴出血
|
|
307
|
+
- 穿孔风险(罕见)
|
|
308
|
+
|
|
309
|
+
**皮下埋植**:
|
|
310
|
+
- **有效率**:99%+
|
|
311
|
+
- **持续时间**:3-5年
|
|
312
|
+
- **优点**:
|
|
313
|
+
- 长效可逆
|
|
314
|
+
- 放置简单
|
|
315
|
+
- 可随时取出
|
|
316
|
+
- 隐蔽性好
|
|
317
|
+
- **缺点**:
|
|
318
|
+
- 激素副作用
|
|
319
|
+
- 可能导致月经紊乱
|
|
320
|
+
- 放置部位可能瘢痕
|
|
321
|
+
- 不能预防STD
|
|
322
|
+
|
|
323
|
+
**避孕针**:
|
|
324
|
+
- **典型使用有效率**:94%
|
|
325
|
+
- **完美使用有效率**:99%+
|
|
326
|
+
- **频率**:每3个月一次
|
|
327
|
+
- **优点**:
|
|
328
|
+
- 不需要每日服用
|
|
329
|
+
- 隐蔽性好
|
|
330
|
+
- **缺点**:
|
|
331
|
+
- 需要定期注射
|
|
332
|
+
- 体重增加常见
|
|
333
|
+
- 生育力恢复可能延迟
|
|
334
|
+
- 不能预防STD
|
|
335
|
+
|
|
336
|
+
**体外射精**:
|
|
337
|
+
- **典型使用有效率**:78%
|
|
338
|
+
- **完美使用有效率**:96%
|
|
339
|
+
- **风险**:
|
|
340
|
+
- 需要高度自控
|
|
341
|
+
- 射精前可能有精子溢出
|
|
342
|
+
- 增加性焦虑
|
|
343
|
+
- 不能预防STD
|
|
344
|
+
- **不推荐**:失败率较高
|
|
345
|
+
|
|
346
|
+
**安全期法**:
|
|
347
|
+
- **典型使用有效率**:76-88%
|
|
348
|
+
- **完美使用有效率**:95-99%
|
|
349
|
+
- **方法**:
|
|
350
|
+
- 日历法
|
|
351
|
+
- 基础体温法
|
|
352
|
+
- 宫颈黏液法
|
|
353
|
+
- 症状体温法
|
|
354
|
+
- **风险**:
|
|
355
|
+
- 月经不规律时不可靠
|
|
356
|
+
- 需要严格记录
|
|
357
|
+
- 排卵期可能不规律
|
|
358
|
+
- 不能预防STD
|
|
359
|
+
- **不推荐**:失败率较高
|
|
360
|
+
|
|
361
|
+
**结扎手术**:
|
|
362
|
+
- **有效率**:99%+
|
|
363
|
+
- **类型**:
|
|
364
|
+
- 输精管结扎(男性)
|
|
365
|
+
- 输卵管结扎(女性)
|
|
366
|
+
- **优点**:
|
|
367
|
+
- 永久性避孕
|
|
368
|
+
- 高效
|
|
369
|
+
- 无激素影响
|
|
370
|
+
- **缺点**:
|
|
371
|
+
- 通常不可逆
|
|
372
|
+
- 需要手术
|
|
373
|
+
- 术后恢复期
|
|
374
|
+
- 不能预防STD
|
|
375
|
+
|
|
376
|
+
#### 3.2 效果评估
|
|
377
|
+
|
|
378
|
+
**避孕失败率分析**:
|
|
379
|
+
- Pearl指数(每100女性年失败数)
|
|
380
|
+
- 典型使用 vs 完美使用差异
|
|
381
|
+
- 使用错误分析
|
|
382
|
+
- 失败原因追踪
|
|
383
|
+
|
|
384
|
+
**满意度评分**:
|
|
385
|
+
- 易用性(1-10分)
|
|
386
|
+
- 舒适度(1-10分)
|
|
387
|
+
- 对性生活影响(1-10分)
|
|
388
|
+
- 副作用可接受度(1-10分)
|
|
389
|
+
- 整体满意度(1-10分)
|
|
390
|
+
|
|
391
|
+
#### 3.3 副作用追踪
|
|
392
|
+
|
|
393
|
+
**荷尔蒙相关副作用**:
|
|
394
|
+
- 月经模式改变
|
|
395
|
+
- 情绪波动
|
|
396
|
+
- 性欲变化
|
|
397
|
+
- 体重变化
|
|
398
|
+
- 乳房胀痛
|
|
399
|
+
|
|
400
|
+
**非荷尔蒙副作用**:
|
|
401
|
+
- 疼痛或不适(IUD)
|
|
402
|
+
- 过敏反应(避孕套)
|
|
403
|
+
- 疤痕形成(埋植、结扎)
|
|
404
|
+
|
|
405
|
+
**严重副作用**:
|
|
406
|
+
- 血栓栓塞风险(激素类)
|
|
407
|
+
- 异位妊娠风险(IUD失败时)
|
|
408
|
+
- 感染风险(IUD放置)
|
|
409
|
+
|
|
410
|
+
#### 3.4 切换历史
|
|
411
|
+
|
|
412
|
+
**切换原因分析**:
|
|
413
|
+
- 副作用不耐受
|
|
414
|
+
- 效果不满意
|
|
415
|
+
- 生活方式改变
|
|
416
|
+
- 健康状况变化
|
|
417
|
+
- 经济原因
|
|
418
|
+
- 伴侣偏好
|
|
419
|
+
|
|
420
|
+
**切换建议**:
|
|
421
|
+
- 基于副作用史选择
|
|
422
|
+
- 考虑年龄和生育计划
|
|
423
|
+
- 评估健康风险因素
|
|
424
|
+
- 伴侣讨论
|
|
425
|
+
|
|
426
|
+
### 4. 性活动日志
|
|
427
|
+
|
|
428
|
+
#### 4.1 记录内容
|
|
429
|
+
|
|
430
|
+
**基础信息**:
|
|
431
|
+
- 日期和时间
|
|
432
|
+
- 活动类型(性交、口交、手交等)
|
|
433
|
+
- 持续时间
|
|
434
|
+
- 伴侣类型(固定、新伴侣等)
|
|
435
|
+
|
|
436
|
+
**保护措施**:
|
|
437
|
+
- 避孕方法(避孕套、口服避孕药等)
|
|
438
|
+
- 是否正确使用
|
|
439
|
+
- 是否破损或失败
|
|
440
|
+
|
|
441
|
+
**主观体验**:
|
|
442
|
+
- 满意度评分(1-10分)
|
|
443
|
+
- 性欲水平(1-10分)
|
|
444
|
+
- 疼痛或不适(有/无,程度)
|
|
445
|
+
- 是否达到高潮
|
|
446
|
+
|
|
447
|
+
**特殊情况**:
|
|
448
|
+
- 异常症状
|
|
449
|
+
- 避孕失败
|
|
450
|
+
- 意外情况
|
|
451
|
+
- 备注
|
|
452
|
+
|
|
453
|
+
#### 4.2 隐私保护
|
|
454
|
+
|
|
455
|
+
**数据标记**:
|
|
456
|
+
- 敏感数据标记
|
|
457
|
+
- 加密建议
|
|
458
|
+
- 访问权限设置
|
|
459
|
+
- 数据匿名化选项
|
|
460
|
+
|
|
461
|
+
**用户控制**:
|
|
462
|
+
- 可选功能,完全自主决定
|
|
463
|
+
- 可随时删除记录
|
|
464
|
+
- 可选择性导出数据
|
|
465
|
+
- 就医时可选择性展示
|
|
466
|
+
|
|
467
|
+
#### 4.3 统计分析
|
|
468
|
+
|
|
469
|
+
**频率统计**:
|
|
470
|
+
- 每周/每月/每年性活动次数
|
|
471
|
+
- 频率变化趋势
|
|
472
|
+
- 与年龄/关系阶段对比
|
|
473
|
+
|
|
474
|
+
**满意度分析**:
|
|
475
|
+
- 平均满意度评分
|
|
476
|
+
- 满意度趋势变化
|
|
477
|
+
- 影响满意度的因素分析
|
|
478
|
+
- 与IIEF-5/FSFI评分相关性
|
|
479
|
+
|
|
480
|
+
**保护措施统计**:
|
|
481
|
+
- 保护措施使用率
|
|
482
|
+
- 各避孕方法使用频率
|
|
483
|
+
- 避孕失败次数和原因
|
|
484
|
+
- 保护措施与满意度关系
|
|
485
|
+
|
|
486
|
+
**模式识别**:
|
|
487
|
+
- 性活动时间模式
|
|
488
|
+
- 与生理周期关系(女性)
|
|
489
|
+
- 与情绪/压力相关性
|
|
490
|
+
- 与药物使用相关性
|
|
491
|
+
|
|
492
|
+
### 5. 关联分析
|
|
493
|
+
|
|
494
|
+
#### 5.1 与用药模块的关联
|
|
495
|
+
|
|
496
|
+
**PDE5抑制剂效果追踪**:
|
|
497
|
+
- 药物名称和剂量
|
|
498
|
+
- 服用频率和时机
|
|
499
|
+
- 效果评分(1-10分)
|
|
500
|
+
- 副作用记录
|
|
501
|
+
- 效果随时间变化
|
|
502
|
+
- 与IIEF-5评分相关性
|
|
503
|
+
- 成本效益分析
|
|
504
|
+
|
|
505
|
+
**抗抑郁药对性功能的影响**:
|
|
506
|
+
- 药物类别(SSRIs, SNRIs, TCAs等)
|
|
507
|
+
- 性功能副作用类型
|
|
508
|
+
- 严重程度评估
|
|
509
|
+
- 发生时间(用药初期/长期)
|
|
510
|
+
- 与性欲、勃起、高潮的关系
|
|
511
|
+
- 换药或加药建议
|
|
512
|
+
|
|
513
|
+
**降压药对性功能的影响**:
|
|
514
|
+
- 药物类别(β受体阻滞剂、噻嗪类等)
|
|
515
|
+
- ED发生率
|
|
516
|
+
- 性欲影响
|
|
517
|
+
- 替代药物选择建议
|
|
518
|
+
|
|
519
|
+
**激素类药物**:
|
|
520
|
+
- 睾酮补充治疗
|
|
521
|
+
- 雌激素/孕激素
|
|
522
|
+
- 性功能影响
|
|
523
|
+
- 剂量调整建议
|
|
524
|
+
|
|
525
|
+
**其他药物**:
|
|
526
|
+
- 抗精神病药
|
|
527
|
+
- 抗组胺药
|
|
528
|
+
- 化疗药物
|
|
529
|
+
- 对性功能的影响
|
|
530
|
+
|
|
531
|
+
#### 5.2 与慢性病模块的关联
|
|
532
|
+
|
|
533
|
+
**糖尿病与ED**:
|
|
534
|
+
- **病理机制**:
|
|
535
|
+
- 血管内皮损伤
|
|
536
|
+
- 神经病变
|
|
537
|
+
- 荷尔蒙异常
|
|
538
|
+
- **血糖控制与ED关系**:
|
|
539
|
+
- HbA1c <7%:ED风险较低
|
|
540
|
+
- HbA1c 7-9%:中度风险
|
|
541
|
+
- HbA1c >9%:高度风险
|
|
542
|
+
- **糖尿病病程与ED**:
|
|
543
|
+
- <5年:ED风险增加2倍
|
|
544
|
+
- 5-10年:ED风险增加3倍
|
|
545
|
+
- >10年:ED风险增加4-5倍
|
|
546
|
+
- **管理建议**:
|
|
547
|
+
- 严格控制血糖
|
|
548
|
+
- 定期ED筛查
|
|
549
|
+
- 早期干预
|
|
550
|
+
- 综合管理(血压、血脂)
|
|
551
|
+
|
|
552
|
+
**高血压与性功能**:
|
|
553
|
+
- **病理机制**:
|
|
554
|
+
- 血管损伤
|
|
555
|
+
- 内皮功能障碍
|
|
556
|
+
- **降压药的影响**:
|
|
557
|
+
- β受体阻滞剂:增加ED风险
|
|
558
|
+
- 噻嗪类利尿剂:可能引起ED
|
|
559
|
+
- ACEI/ARB:中性或有益
|
|
560
|
+
- 钙通道阻滞剂:中性
|
|
561
|
+
- **管理建议**:
|
|
562
|
+
- 控制血压至目标值
|
|
563
|
+
- 选择对性功能影响小的药物
|
|
564
|
+
- 定期评估性功能
|
|
565
|
+
|
|
566
|
+
**心血管疾病与性功能**:
|
|
567
|
+
- **ED作为预警信号**:
|
|
568
|
+
- ED可能早于心绞痛症状2-3年
|
|
569
|
+
- ED是心血管疾病的独立预测因子
|
|
570
|
+
- 建议ED患者进行心血管评估
|
|
571
|
+
- **性生活安全评估**:
|
|
572
|
+
- 心功能分级评估
|
|
573
|
+
- 运动耐量评估
|
|
574
|
+
- 药物使用(硝酸酯类药物禁用PDE5抑制剂)
|
|
575
|
+
- **心肌梗死后性生活指导**:
|
|
576
|
+
- 通常2-4周后可恢复
|
|
577
|
+
- 逐步增加强度
|
|
578
|
+
- 监测症状
|
|
579
|
+
|
|
580
|
+
**肥胖与性功能**:
|
|
581
|
+
- **影响机制**:
|
|
582
|
+
- 荷尔蒙变化(睾酮降低,雌激素升高)
|
|
583
|
+
- 血管内皮功能障碍
|
|
584
|
+
- 心理因素(身体意象)
|
|
585
|
+
- **减重效果**:
|
|
586
|
+
- 减重5-10%可显著改善
|
|
587
|
+
- 减重后IIEF-5评分平均提高3-5分
|
|
588
|
+
- 运动结合饮食效果最佳
|
|
589
|
+
|
|
590
|
+
#### 5.3 与心理健康模块的关联
|
|
591
|
+
|
|
592
|
+
**焦虑与性功能**:
|
|
593
|
+
- **表现焦虑**:
|
|
594
|
+
- 担心性表现
|
|
595
|
+
- 害怕不能满足伴侣
|
|
596
|
+
- 导致勃起困难或早泄
|
|
597
|
+
- **广泛性焦虑**:
|
|
598
|
+
- 性欲下降
|
|
599
|
+
- 难以放松享受
|
|
600
|
+
- 分心难以集中
|
|
601
|
+
- **干预**:
|
|
602
|
+
- 认知行为疗法
|
|
603
|
+
- 放松训练
|
|
604
|
+
- 感觉集中训练
|
|
605
|
+
|
|
606
|
+
**抑郁与性功能**:
|
|
607
|
+
- **抑郁症状与性欲**:
|
|
608
|
+
- 性欲丧失常见症状
|
|
609
|
+
- 性兴趣显著下降
|
|
610
|
+
- 可能是最早出现的症状之一
|
|
611
|
+
- **抗抑郁药的双重影响**:
|
|
612
|
+
- 改善抑郁可能恢复性欲
|
|
613
|
+
- 但药物本身可能引起性功能障碍
|
|
614
|
+
- **管理策略**:
|
|
615
|
+
- 选择对性功能影响小的抗抑郁药(安非他酮)
|
|
616
|
+
- 加用药物(如丁螺环酮)
|
|
617
|
+
- 剂量调整
|
|
618
|
+
- 心理治疗
|
|
619
|
+
|
|
620
|
+
**创伤后应激障碍(PTSD)**:
|
|
621
|
+
- 性回避
|
|
622
|
+
- 性唤起困难
|
|
623
|
+
- 闪回影响
|
|
624
|
+
- 需要专业创伤治疗
|
|
625
|
+
|
|
626
|
+
**身体意象**:
|
|
627
|
+
- 对自己身体的不满
|
|
628
|
+
- 影响性自信
|
|
629
|
+
- 导致回避亲密关系
|
|
630
|
+
- 身体积极性训练
|
|
631
|
+
|
|
632
|
+
**伴侣关系**:
|
|
633
|
+
- 关系质量与性生活满意度高度相关
|
|
634
|
+
- 沟通问题影响性满足
|
|
635
|
+
- 冲突未解决影响性欲
|
|
636
|
+
- 伴侣治疗可能有益
|
|
637
|
+
|
|
638
|
+
#### 5.4 与营养模块的关联
|
|
639
|
+
|
|
640
|
+
**关键营养素**:
|
|
641
|
+
|
|
642
|
+
**锌**:
|
|
643
|
+
- **功能**:睾酮合成必需元素
|
|
644
|
+
- **缺乏表现**:性欲下降,ED
|
|
645
|
+
- **推荐摄入**:男性11mg/天
|
|
646
|
+
- **食物来源**:牡蛎、牛肉、南瓜子、腰果
|
|
647
|
+
- **补充建议**:如缺乏可补充15-30mg/天
|
|
648
|
+
|
|
649
|
+
**精氨酸**:
|
|
650
|
+
- **功能**:促进一氧化氮生成,改善血流
|
|
651
|
+
- **对ED的潜在益处**:可能轻度改善勃起功能
|
|
652
|
+
- **推荐剂量**:3-5g/天
|
|
653
|
+
- **食物来源**:坚果、种子、肉类、鱼类
|
|
654
|
+
- **注意事项**:可能与某些药物相互作用
|
|
655
|
+
|
|
656
|
+
**维生素D**:
|
|
657
|
+
- **功能**:支持睾酮合成
|
|
658
|
+
- **缺乏表现**:低维生素D水平与ED相关
|
|
659
|
+
- **目标水平**:血清25(OH)D >30 ng/mL
|
|
660
|
+
- **补充建议**:如缺乏可补充1000-2000 IU/天
|
|
661
|
+
|
|
662
|
+
**镁**:
|
|
663
|
+
- **功能**:支持睾酮合成,改善血流
|
|
664
|
+
- **推荐摄入**:男性400-420mg/天
|
|
665
|
+
- **食物来源**:绿叶蔬菜、坚果、全谷物
|
|
666
|
+
- **补充建议**:如缺乏可补充200-400mg/天
|
|
667
|
+
|
|
668
|
+
**Omega-3脂肪酸**:
|
|
669
|
+
- **功能**:改善心血管健康,间接改善性功能
|
|
670
|
+
- **推荐摄入**:1-2g EPA+DHA/天
|
|
671
|
+
- **食物来源**:深海鱼类、亚麻籽、核桃
|
|
672
|
+
|
|
673
|
+
**抗氧化物质**:
|
|
674
|
+
- **功能**:保护血管内皮
|
|
675
|
+
- **重要抗氧化剂**:维生素C、维生素E、硒、番茄红素
|
|
676
|
+
- **食物来源**:水果、蔬菜、坚果
|
|
677
|
+
|
|
678
|
+
**膳食模式**:
|
|
679
|
+
|
|
680
|
+
**地中海饮食**:
|
|
681
|
+
- **特点**:高水果蔬菜、全谷物、橄榄油、鱼类
|
|
682
|
+
- **研究证据**:改善ED,降低心血管风险
|
|
683
|
+
- **机制**:改善血管健康,降低炎症
|
|
684
|
+
|
|
685
|
+
**限制**:
|
|
686
|
+
- **饱和脂肪**:减少红肉和全脂乳制品
|
|
687
|
+
- **反式脂肪**:避免加工食品
|
|
688
|
+
- **添加糖**:控制糖分摄入,特别是糖尿病患者
|
|
689
|
+
- **酒精**:男性每日<2杯
|
|
690
|
+
|
|
691
|
+
**营养状况评估**:
|
|
692
|
+
- 评估营养素缺乏
|
|
693
|
+
- 提供个性化营养建议
|
|
694
|
+
- 推荐补充剂(如需要)
|
|
695
|
+
- 监测营养改善效果
|
|
696
|
+
|
|
697
|
+
#### 5.5 与运动模块的关联
|
|
698
|
+
|
|
699
|
+
**有氧运动**:
|
|
700
|
+
- **类型**:快走、跑步、游泳、骑行
|
|
701
|
+
- **推荐量**:每周150分钟中等强度
|
|
702
|
+
- **对ED的益处**:
|
|
703
|
+
- 改善心血管健康
|
|
704
|
+
- 增强血流
|
|
705
|
+
- 降低ED风险约40%
|
|
706
|
+
- IIEF-5评分平均提高2-4分
|
|
707
|
+
- **机制**:
|
|
708
|
+
- 改善内皮功能
|
|
709
|
+
- 增加一氧化氮生物利用度
|
|
710
|
+
- 降低血压和血糖
|
|
711
|
+
|
|
712
|
+
**力量训练**:
|
|
713
|
+
- **类型**:重量训练、抗阻训练
|
|
714
|
+
- **推荐量**:每周2-3次
|
|
715
|
+
- **对性功能的益处**:
|
|
716
|
+
- 提高睾酮水平
|
|
717
|
+
- 增强肌肉力量和耐力
|
|
718
|
+
- 改善身体意象和自信
|
|
719
|
+
- **注意事项**:
|
|
720
|
+
- 避免过度训练
|
|
721
|
+
- 充分恢复
|
|
722
|
+
|
|
723
|
+
**盆底肌训练(凯格尔运动)**:
|
|
724
|
+
- **功能**:
|
|
725
|
+
- 增强勃起硬度和维持能力
|
|
726
|
+
- 改善射精控制
|
|
727
|
+
- 对ED和早泄均有益
|
|
728
|
+
- **方法**:
|
|
729
|
+
- 收缩盆底肌肉(如中断排尿)
|
|
730
|
+
- 保持5秒,放松5秒
|
|
731
|
+
- 每日3组,每组10-15次
|
|
732
|
+
- **效果**:
|
|
733
|
+
- 6-12周后显著改善
|
|
734
|
+
- IIEF-5评分平均提高3-5分
|
|
735
|
+
|
|
736
|
+
**瑜伽**:
|
|
737
|
+
- **益处**:
|
|
738
|
+
- 改善身体意象和性自信
|
|
739
|
+
- 增强柔韧性和身体意识
|
|
740
|
+
- 降低压力和焦虑
|
|
741
|
+
- 某些体式增强盆底肌
|
|
742
|
+
- **推荐**:
|
|
743
|
+
- 每周2-3次
|
|
744
|
+
- 结合冥想和呼吸练习
|
|
745
|
+
|
|
746
|
+
**运动与性欲**:
|
|
747
|
+
- 适度运动提高性欲
|
|
748
|
+
- 过度运动可能降低性欲(女运动员三联征)
|
|
749
|
+
- 找到平衡点
|
|
750
|
+
|
|
751
|
+
**运动处方**:
|
|
752
|
+
- 基于年龄、健康状况、兴趣
|
|
753
|
+
- 渐进式增加
|
|
754
|
+
- 结合有氧、力量、柔韧性训练
|
|
755
|
+
- 盆底肌训练作为补充
|
|
756
|
+
|
|
757
|
+
### 6. 风险评估
|
|
758
|
+
|
|
759
|
+
#### 6.1 ED风险评分
|
|
760
|
+
|
|
761
|
+
**风险因素加权**:
|
|
762
|
+
|
|
763
|
+
| 风险因素 | 权重 | 评分 |
|
|
764
|
+
|----------|------|------|
|
|
765
|
+
| 年龄 | 15% | <40:0, 40-49:1, 50-59:2, 60+:3 |
|
|
766
|
+
| 糖尿病 | 20% | 无:0, 控制:1, 未控制:3 |
|
|
767
|
+
| 心血管疾病 | 15% | 无:0, 稳定:1, 不稳定:3 |
|
|
768
|
+
| 高血压 | 10% | 无:0, 控制:1, 未控制:2 |
|
|
769
|
+
| 吸烟 | 10% | 从不:0, 已戒烟:1, 吸烟:2 |
|
|
770
|
+
| 酗酒 | 5% | 无:0, 偶尔:1, 经常:2 |
|
|
771
|
+
| 肥胖 | 10% | BMI<25:0, 25-30:1, >30:2 |
|
|
772
|
+
| 缺乏运动 | 5% | 规律:0, 偶尔:1, 缺乏:2 |
|
|
773
|
+
| 压力/焦虑 | 5% | 无:0, 轻度:1, 中重度:2 |
|
|
774
|
+
| 药物副作用 | 5% | 无:0, 轻度:1, 明显:2 |
|
|
775
|
+
|
|
776
|
+
**风险等级**:
|
|
777
|
+
- **低风险**(0-20分):ED可能性低
|
|
778
|
+
- **中风险**(21-40分):ED风险增加
|
|
779
|
+
- **高风险**(41-60分):ED高度可能
|
|
780
|
+
- **极高风险**(>60分):几乎肯定有ED
|
|
781
|
+
|
|
782
|
+
#### 6.2 STD风险评分
|
|
783
|
+
|
|
784
|
+
**行为因素**:
|
|
785
|
+
|
|
786
|
+
| 风险因素 | 评分 |
|
|
787
|
+
|----------|------|
|
|
788
|
+
| 性伴侣数量 | 单一:0, 2-3:5, 4-10:15, >10:30 |
|
|
789
|
+
| 保护措施使用 | 总是:0, 通常:5, 有时:15, 从不:30 |
|
|
790
|
+
| 性伴侣类型 | 固定:0, 新伴侣/偶尔:10, 性工作者:30 |
|
|
791
|
+
| MSM | 否:0, 是:20 |
|
|
792
|
+
| 已知伴侣感染 | 无:0, 有:50 |
|
|
793
|
+
| 注射吸毒 | 否:0, 是:30 |
|
|
794
|
+
| 既往STD史 | 无:0, 1次:10, >1次:20 |
|
|
795
|
+
|
|
796
|
+
**风险等级**:
|
|
797
|
+
- **低风险**(0-10分):STD可能性低
|
|
798
|
+
- **中风险**(11-30分):STD风险增加
|
|
799
|
+
- **高风险**(31-50分):STD高度可能
|
|
800
|
+
- **极高风险**(>50分):需要立即筛查
|
|
801
|
+
|
|
802
|
+
### 7. 个性化建议
|
|
803
|
+
|
|
804
|
+
#### 7.1 基于IIEF-5评分的建议
|
|
805
|
+
|
|
806
|
+
**正常(22-25分)**:
|
|
807
|
+
- 继续健康生活方式
|
|
808
|
+
- 定期评估(每年)
|
|
809
|
+
- 预防性措施
|
|
810
|
+
|
|
811
|
+
**轻度ED(17-21分)**:
|
|
812
|
+
- 生活方式干预优先
|
|
813
|
+
- 压力管理
|
|
814
|
+
- 限制酒精和戒烟
|
|
815
|
+
- 3-6个月后重新评估
|
|
816
|
+
|
|
817
|
+
**轻中度ED(12-16分)**:
|
|
818
|
+
- 生活方式干预
|
|
819
|
+
- 考虑PDE5抑制剂
|
|
820
|
+
- 心理因素评估
|
|
821
|
+
- 建议就医
|
|
822
|
+
|
|
823
|
+
**中度ED(8-11分)**:
|
|
824
|
+
- 积极医疗干预
|
|
825
|
+
- PDE5抑制剂
|
|
826
|
+
- 考虑其他治疗选项
|
|
827
|
+
- 心理咨询
|
|
828
|
+
|
|
829
|
+
**重度ED(5-7分)**:
|
|
830
|
+
- 全面医疗评估
|
|
831
|
+
- 多学科治疗
|
|
832
|
+
- 可能需要专科转诊
|
|
833
|
+
- 伴侣参与
|
|
834
|
+
|
|
835
|
+
#### 7.2 基于风险评估的建议
|
|
836
|
+
|
|
837
|
+
**高风险ED**:
|
|
838
|
+
- 定期筛查(每3-6个月)
|
|
839
|
+
- 积极控制危险因素
|
|
840
|
+
- 预防性干预
|
|
841
|
+
- 早期治疗
|
|
842
|
+
|
|
843
|
+
**高风险STD**:
|
|
844
|
+
- 频繁筛查(每3个月)
|
|
845
|
+
- PrEP(暴露前预防)考虑
|
|
846
|
+
- 疫苗接种(HPV、乙肝)
|
|
847
|
+
- 风险降低咨询
|
|
848
|
+
|
|
849
|
+
#### 7.3 生活方式处方
|
|
850
|
+
|
|
851
|
+
**运动处方**:
|
|
852
|
+
- 有氧运动:每周150分钟
|
|
853
|
+
- 力量训练:每周2-3次
|
|
854
|
+
- 盆底肌训练:每日
|
|
855
|
+
- 灵活性训练:每周2-3次
|
|
856
|
+
|
|
857
|
+
**饮食处方**:
|
|
858
|
+
- 地中海饮食模式
|
|
859
|
+
- 增加水果蔬菜至5-9份/天
|
|
860
|
+
- 全谷物替代精制谷物
|
|
861
|
+
- 每周2次深海鱼类
|
|
862
|
+
- 限制加工食品和添加糖
|
|
863
|
+
|
|
864
|
+
**行为处方**:
|
|
865
|
+
- 戒烟计划
|
|
866
|
+
- 限酒:男性<2杯/天
|
|
867
|
+
- 睡眠改善:7-9小时/天
|
|
868
|
+
- 压力管理:每日放松练习
|
|
869
|
+
- 体重管理:BMI 18.5-24.9
|
|
870
|
+
|
|
871
|
+
### 8. 预警系统
|
|
872
|
+
|
|
873
|
+
#### 8.1 定期检查提醒
|
|
874
|
+
|
|
875
|
+
**IIEF-5评估**:
|
|
876
|
+
- 正常:每年
|
|
877
|
+
- 轻度ED:每6个月
|
|
878
|
+
- 中度以上:每3-6个月
|
|
879
|
+
|
|
880
|
+
**STD筛查**:
|
|
881
|
+
- 基于风险等级个性化设置
|
|
882
|
+
- 高风险:每3个月
|
|
883
|
+
- 一般风险:每年
|
|
884
|
+
- 低风险:每1-2年
|
|
885
|
+
|
|
886
|
+
**性健康检查**:
|
|
887
|
+
- 40岁以下:每1-2年
|
|
888
|
+
- 40岁以上:每年
|
|
889
|
+
- 慢性病患者:每年
|
|
890
|
+
|
|
891
|
+
#### 8.2 问题预警
|
|
892
|
+
|
|
893
|
+
**IIEF-5评分下降**:
|
|
894
|
+
- 连续2次评估下降>3分
|
|
895
|
+
- 一个月内下降>5分
|
|
896
|
+
- ED严重程度升级
|
|
897
|
+
|
|
898
|
+
**STD高风险行为**:
|
|
899
|
+
- 无保护性行为增加
|
|
900
|
+
- 性伴侣数量增加
|
|
901
|
+
- 已知暴露后未筛查
|
|
902
|
+
|
|
903
|
+
**避孕失效**:
|
|
904
|
+
- 避孕套破裂>2次/月
|
|
905
|
+
- 漏服避孕药>2次/月
|
|
906
|
+
- IUD位置异常
|
|
907
|
+
|
|
908
|
+
#### 8.3 趋势预警
|
|
909
|
+
|
|
910
|
+
**性欲显著下降**:
|
|
911
|
+
- 持续>3个月
|
|
912
|
+
- 影响生活质量
|
|
913
|
+
- 伴侣关系受影响
|
|
914
|
+
|
|
915
|
+
**满意度持续降低**:
|
|
916
|
+
- 平均满意度<5分
|
|
917
|
+
- 持续下降趋势
|
|
918
|
+
- 需要专业评估
|
|
919
|
+
|
|
920
|
+
## 使用场景
|
|
921
|
+
|
|
922
|
+
### 场景1:定期性健康评估
|
|
923
|
+
|
|
924
|
+
**用户请求**:分析最近6个月的性健康状况
|
|
925
|
+
|
|
926
|
+
**分析流程**:
|
|
927
|
+
1. 读取最近6个月的所有性健康记录
|
|
928
|
+
2. 分析IIEF-5评分变化趋势
|
|
929
|
+
3. 评估STD筛查历史
|
|
930
|
+
4. 检查避孕方法有效性
|
|
931
|
+
5. 分析用药效果
|
|
932
|
+
6. 评估生活方式因素
|
|
933
|
+
|
|
934
|
+
**输出内容**:
|
|
935
|
+
- IIEF-5评分变化曲线
|
|
936
|
+
- ED严重程度变化
|
|
937
|
+
- 主要风险因素
|
|
938
|
+
- 改善建议
|
|
939
|
+
- 下次检查时间
|
|
940
|
+
|
|
941
|
+
### 场景2:ED诊断辅助
|
|
942
|
+
|
|
943
|
+
**用户请求**:我最近勃起困难,IIEF-5评分15分,什么原因?
|
|
944
|
+
|
|
945
|
+
**分析流程**:
|
|
946
|
+
1. 检索最近IIEF-5评分历史
|
|
947
|
+
2. 分析用药记录
|
|
948
|
+
3. 评估慢性病控制情况
|
|
949
|
+
4. 检查心理状态记录
|
|
950
|
+
5. 分析生活方式因素
|
|
951
|
+
6. 识别主要原因
|
|
952
|
+
|
|
953
|
+
**输出内容**:
|
|
954
|
+
- ED严重程度:轻中度
|
|
955
|
+
- 主要风险因素(如糖尿病控制不佳)
|
|
956
|
+
- 可修改因素(如吸烟、缺乏运动)
|
|
957
|
+
- 药物影响分析
|
|
958
|
+
- 个性化改善计划
|
|
959
|
+
|
|
960
|
+
### 场景3:避孕方法选择
|
|
961
|
+
|
|
962
|
+
**用户请求**:我想换一种避孕方法,当前口服避孕药有副作用
|
|
963
|
+
|
|
964
|
+
**分析流程**:
|
|
965
|
+
1. 评估当前避孕方法满意度和副作用
|
|
966
|
+
2. 分析健康史和风险因素
|
|
967
|
+
3. 考虑年龄和生育计划
|
|
968
|
+
4. 对比各种避孕方法的优缺点
|
|
969
|
+
5. 识别适合的替代方案
|
|
970
|
+
|
|
971
|
+
**输出内容**:
|
|
972
|
+
- 当前方法问题分析
|
|
973
|
+
- 适合的替代方案
|
|
974
|
+
- 各方案优缺点对比
|
|
975
|
+
- 推荐方案及理由
|
|
976
|
+
- 切换时间建议
|
|
977
|
+
|
|
978
|
+
### 场景4:STD风险评估
|
|
979
|
+
|
|
980
|
+
**用户请求**:我最近有新伴侣,需要STD筛查吗?
|
|
981
|
+
|
|
982
|
+
**分析流程**:
|
|
983
|
+
1. 评估性行为模式
|
|
984
|
+
2. 识别风险因素
|
|
985
|
+
3. 计算风险评分
|
|
986
|
+
4. 确定需要筛查的项目
|
|
987
|
+
5. 设置筛查时间表
|
|
988
|
+
|
|
989
|
+
**输出内容**:
|
|
990
|
+
- 当前风险等级
|
|
991
|
+
- 推荐筛查项目
|
|
992
|
+
- 筛查时间建议
|
|
993
|
+
- 风险降低措施
|
|
994
|
+
- 随访计划
|
|
995
|
+
|
|
996
|
+
### 场景5:多学科联合分析
|
|
997
|
+
|
|
998
|
+
**用户请求**:我有糖尿病,这对性功能有什么影响?
|
|
999
|
+
|
|
1000
|
+
**分析流程**:
|
|
1001
|
+
1. 读取糖尿病管理数据
|
|
1002
|
+
2. 分析血糖控制情况
|
|
1003
|
+
3. 评估性功能状态
|
|
1004
|
+
4. 分析两者关联性
|
|
1005
|
+
5. 评估并发症风险
|
|
1006
|
+
6. 生成联合管理建议
|
|
1007
|
+
|
|
1008
|
+
**输出内容**:
|
|
1009
|
+
- 糖尿病对性功能的影响机制
|
|
1010
|
+
- 当前血糖控制与ED风险
|
|
1011
|
+
- 综合管理策略
|
|
1012
|
+
- 监测指标建议
|
|
1013
|
+
- 生活方式干预重点
|
|
1014
|
+
|
|
1015
|
+
## 数据分析方法
|
|
1016
|
+
|
|
1017
|
+
### 定量分析
|
|
1018
|
+
- 统计描述(均值、中位数、标准差)
|
|
1019
|
+
- 趋势分析(线性回归、移动平均)
|
|
1020
|
+
- 相关性分析(Pearson/Spearman相关)
|
|
1021
|
+
- 风险评分计算(多因素加权)
|
|
1022
|
+
|
|
1023
|
+
### 定性分析
|
|
1024
|
+
- 文本描述分析
|
|
1025
|
+
- 症状模式识别
|
|
1026
|
+
- 主诉内容分类
|
|
1027
|
+
- 满意度评估
|
|
1028
|
+
|
|
1029
|
+
### 可视化输出
|
|
1030
|
+
- IIEF-5评分时间序列图表
|
|
1031
|
+
- ED严重程度变化图
|
|
1032
|
+
- STD筛查历史时间线
|
|
1033
|
+
- 避孕方法效果对比
|
|
1034
|
+
- 性活动频率统计图
|
|
1035
|
+
- 风险因素雷达图
|
|
1036
|
+
|
|
1037
|
+
## 质量保证
|
|
1038
|
+
|
|
1039
|
+
### 数据验证
|
|
1040
|
+
- 检查数据完整性
|
|
1041
|
+
- 验证数据一致性
|
|
1042
|
+
- 识别异常值
|
|
1043
|
+
- 处理缺失数据
|
|
1044
|
+
|
|
1045
|
+
### 结果验证
|
|
1046
|
+
- 医学逻辑检查
|
|
1047
|
+
- 与临床指南对照
|
|
1048
|
+
- 专家审查(如有)
|
|
1049
|
+
- 用户反馈收集
|
|
1050
|
+
|
|
1051
|
+
### 持续改进
|
|
1052
|
+
- 定期更新分析算法
|
|
1053
|
+
- 引入新的科学证据
|
|
1054
|
+
- 优化用户体验
|
|
1055
|
+
- 扩展功能范围
|
|
1056
|
+
|
|
1057
|
+
## 参考资源
|
|
1058
|
+
|
|
1059
|
+
### 临床指南
|
|
1060
|
+
- WHO性健康指南
|
|
1061
|
+
- EAU(欧洲泌尿协会)ED指南
|
|
1062
|
+
- AUA(美国泌尿协会)性功能障碍指南
|
|
1063
|
+
- CDCSTD筛查和治疗指南
|
|
1064
|
+
- 中华医学会男科学指南
|
|
1065
|
+
|
|
1066
|
+
### 评估工具
|
|
1067
|
+
- IIEF-5(国际勃起功能指数-5)
|
|
1068
|
+
- FSFI(女性性功能指数)
|
|
1069
|
+
- SHEF(性健康评估框架)
|
|
1070
|
+
|
|
1071
|
+
### 数据源
|
|
1072
|
+
- 用户记录数据
|
|
1073
|
+
- 用药模块数据
|
|
1074
|
+
- 慢性病模块数据
|
|
1075
|
+
- 心理模块数据
|
|
1076
|
+
- 营养模块数据
|
|
1077
|
+
- 运动模块数据
|
|
1078
|
+
|
|
1079
|
+
## 局限性
|
|
1080
|
+
|
|
1081
|
+
### 系统局限
|
|
1082
|
+
- 不能替代专业医疗检查
|
|
1083
|
+
- 不能进行实验室检测
|
|
1084
|
+
- 不能进行体格检查
|
|
1085
|
+
- 分析结果受数据质量影响
|
|
1086
|
+
|
|
1087
|
+
### 数据局限
|
|
1088
|
+
- 依赖用户记录准确性
|
|
1089
|
+
- 可能存在遗漏记录
|
|
1090
|
+
- 主观评估存在偏差
|
|
1091
|
+
- 时间跨度可能不足
|
|
1092
|
+
|
|
1093
|
+
### 建议局限
|
|
1094
|
+
- 不能考虑所有个体因素
|
|
1095
|
+
- 不能预测所有并发症
|
|
1096
|
+
- 需要结合临床判断
|
|
1097
|
+
- 不能保证100%准确性
|
|
1098
|
+
|
|
1099
|
+
## 未来扩展
|
|
1100
|
+
|
|
1101
|
+
### 计划功能
|
|
1102
|
+
- AI辅助诊断
|
|
1103
|
+
- 个性化治疗方案生成
|
|
1104
|
+
- 伴侣健康关联分析
|
|
1105
|
+
- 生殖健康追踪(生育规划)
|
|
1106
|
+
- 性教育模块
|
|
1107
|
+
|
|
1108
|
+
### 研究方向
|
|
1109
|
+
- 机器学习预测模型
|
|
1110
|
+
- 基因风险分析
|
|
1111
|
+
- 个性化预防策略
|
|
1112
|
+
- 远程医疗集成
|
|
1113
|
+
|
|
1114
|
+
---
|
|
1115
|
+
|
|
1116
|
+
**版本**: v1.0.0
|
|
1117
|
+
**最后更新**: 2025-01-06
|
|
1118
|
+
**维护者**: WellAlly Tech
|
|
1119
|
+
|
|
1120
|
+
---
|
|
1121
|
+
|
|
1122
|
+
<!-- AGI-INTEGRATION-START -->
|
|
1123
|
+
|
|
1124
|
+
## AGI Framework Integration
|
|
1125
|
+
|
|
1126
|
+
> **Adapted for [@techwavedev/agi-agent-kit](https://www.npmjs.com/package/@techwavedev/agi-agent-kit)**
|
|
1127
|
+
> Original source: [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills)
|
|
1128
|
+
|
|
1129
|
+
### Memory-First Protocol
|
|
1130
|
+
|
|
1131
|
+
Retrieve prior decisions and patterns to avoid re-discovering solutions. Cache results for instant retrieval in future sessions.
|
|
1132
|
+
|
|
1133
|
+
```bash
|
|
1134
|
+
# Check for prior development context before starting
|
|
1135
|
+
python3 execution/memory_manager.py auto --query "prior work and patterns related to Sexual Health Analyzer"
|
|
1136
|
+
```
|
|
1137
|
+
|
|
1138
|
+
### Storing Results
|
|
1139
|
+
|
|
1140
|
+
After completing work, store development decisions for future sessions:
|
|
1141
|
+
|
|
1142
|
+
```bash
|
|
1143
|
+
python3 execution/memory_manager.py store \
|
|
1144
|
+
--content "Completed task with key insights documented for future reference" \
|
|
1145
|
+
--type decision --project <project> \
|
|
1146
|
+
--tags sexual-health-analyzer default
|
|
1147
|
+
```
|
|
1148
|
+
|
|
1149
|
+
### Multi-Agent Collaboration
|
|
1150
|
+
|
|
1151
|
+
Share outcomes with other agents so the team stays aligned and avoids duplicate work.
|
|
1152
|
+
|
|
1153
|
+
```bash
|
|
1154
|
+
python3 execution/cross_agent_context.py store \
|
|
1155
|
+
--agent "<your-agent>" \
|
|
1156
|
+
--action "Task completed — results documented and shared with team" \
|
|
1157
|
+
--project <project>
|
|
1158
|
+
```
|
|
1159
|
+
|
|
1160
|
+
<!-- AGI-INTEGRATION-END -->
|