@techwavedev/agi-agent-kit 1.3.5 → 1.4.2
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 +114 -281
- package/README.md +93 -53
- package/bin/init.js +29 -11
- package/package.json +4 -1
- package/templates/base/AGENTS.md +88 -2
- package/templates/base/README.md +7 -7
- package/templates/base/data/workflows.json +162 -0
- package/templates/base/directives/memory_integration.md +44 -43
- package/templates/base/directives/release_process.md +40 -0
- package/templates/base/execution/memory_manager.py +85 -12
- package/templates/base/execution/session_init.py +10 -6
- package/templates/skills/SKILLS_CATALOG.md +923 -914
- package/templates/skills/core/documentation/SKILL.md +33 -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/SKILL.md +33 -0
- package/templates/skills/core/pdf-reader/scripts/__pycache__/extract_text.cpython-312.pyc +0 -0
- package/templates/skills/core/qdrant-memory/SKILL.md +33 -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/bm25_index.py +532 -0
- package/templates/skills/core/qdrant-memory/scripts/hybrid_search.py +276 -45
- package/templates/skills/core/qdrant-memory/scripts/memory_retrieval.py +91 -39
- package/templates/skills/core/qdrant-memory/scripts/test_skill.py +139 -0
- package/templates/skills/core/webcrawler/SKILL.md +33 -0
- 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 +10 -5
- package/templates/skills/extended/ai-agents/agent-evaluation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/agent-framework-azure-ai-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/agent-manager-skill/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/agent-memory-mcp/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/agent-orchestration-improve-agent/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/agents-v2-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/ai-product/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/ai-wrapper-product/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/airtable-automation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/autonomous-agents/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-agents-persistent-java/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-contentsafety-ts/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-openai-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-projects-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-projects-ts/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-java/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-vision-imageanalysis-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/azure-ai-voicelive-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/bullmq-specialist/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/business-analyst/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/code-review-ai-ai-review/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/codex-review/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/computer-use-agents/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/computer-vision-expert/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/context-degradation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/context-fundamentals/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/context-manager/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/conversation-memory/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/crewai/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/customer-support/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/daily-news-report/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/dispatching-parallel-agents/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/email-sequence/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/email-systems/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/embedding-strategies/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/evaluation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/fal-audio/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/fal-generate/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/fal-image-edit/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/fal-upscale/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/fal-workflow/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/fp-ts-pragmatic/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/gemini-api-dev/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/gmail-automation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/hosted-agents-v2-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/imagen/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/incident-response-smart-fix/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/javascript-mastery/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/kaizen/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/langchain-architecture/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/langfuse/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/langgraph/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/last30days/SKILL.md +10 -5
- 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 +10 -5
- package/templates/skills/extended/ai-agents/llm-app-patterns/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/llm-application-dev-ai-assistant/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/llm-application-dev-langchain-agent/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/llm-application-dev-prompt-optimize/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/llm-evaluation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/m365-agents-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/m365-agents-py/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/m365-agents-ts/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/mailchimp-automation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/memory-systems/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/mermaid-expert/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/multi-agent-brainstorming/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/nanobanana-ppt-skills/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/onboarding-cro/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/paid-ads/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/performance-testing-review-ai-review/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/plaid-fintech/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/prompt-caching/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/prompt-engineer/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/prompt-engineering/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/prompt-library/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/rag-engineer/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/rag-implementation/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/sales-automator/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/shodan-reconnaissance/SKILL.md +11 -6
- package/templates/skills/extended/ai-agents/skill-developer/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/skill-rails-upgrade/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/subagent-driven-development/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/voice-agents/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/voice-ai-development/SKILL.md +10 -5
- package/templates/skills/extended/ai-agents/voice-ai-engine-development/SKILL.md +10 -5
- 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 +10 -5
- 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 +8 -7
- package/templates/skills/extended/architecture/architect-review/SKILL.md +10 -5
- package/templates/skills/extended/architecture/architecture-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/binary-analysis-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/c4-code/SKILL.md +10 -5
- package/templates/skills/extended/architecture/c4-context/SKILL.md +10 -5
- package/templates/skills/extended/architecture/concise-planning/SKILL.md +10 -5
- package/templates/skills/extended/architecture/conductor-new-track/SKILL.md +10 -5
- package/templates/skills/extended/architecture/ddd-context-mapping/SKILL.md +85 -0
- package/templates/skills/extended/architecture/ddd-strategic-design/SKILL.md +85 -0
- package/templates/skills/extended/architecture/ddd-tactical-patterns/SKILL.md +86 -0
- package/templates/skills/extended/architecture/domain-driven-design/SKILL.md +107 -0
- package/templates/skills/extended/architecture/error-handling-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/go-concurrency-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/linkerd-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/memory-safety-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/modern-javascript-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/multi-agent-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/nx-workspace-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/on-call-handoff-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/planning-with-files/SKILL.md +10 -5
- package/templates/skills/extended/architecture/projection-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/rust-async-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/software-architecture/SKILL.md +10 -5
- package/templates/skills/extended/architecture/stride-analysis-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/team-composition-analysis/SKILL.md +10 -5
- package/templates/skills/extended/architecture/workflow-patterns/SKILL.md +10 -5
- package/templates/skills/extended/architecture/writing-plans/SKILL.md +10 -5
- package/templates/skills/extended/backend/anti-reversing-techniques/SKILL.md +10 -5
- package/templates/skills/extended/backend/api-fuzzing-bug-bounty/SKILL.md +11 -6
- package/templates/skills/extended/backend/async-python-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-ai-formrecognizer-java/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-communication-callingserver-java/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-cosmos-db-py/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-data-tables-java/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-mgmt-apicenter-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-mgmt-apicenter-py/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-mgmt-apimanagement-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-mgmt-apimanagement-py/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-mgmt-mongodbatlas-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-postgres-ts/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-resource-manager-mysql-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-resource-manager-postgresql-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-resource-manager-redis-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-resource-manager-sql-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/azure-speech-to-text-rest-py/SKILL.md +10 -5
- package/templates/skills/extended/backend/backend-architect/SKILL.md +10 -5
- package/templates/skills/extended/backend/backend-dev-guidelines/SKILL.md +10 -5
- package/templates/skills/extended/backend/backend-development-feature-development/SKILL.md +10 -5
- package/templates/skills/extended/backend/backend-security-coder/SKILL.md +10 -5
- package/templates/skills/extended/backend/broken-authentication/SKILL.md +11 -6
- package/templates/skills/extended/backend/bun-development/SKILL.md +10 -5
- package/templates/skills/extended/backend/cc-skill-backend-patterns/SKILL.md +11 -6
- package/templates/skills/extended/backend/cc-skill-clickhouse-io/SKILL.md +11 -6
- package/templates/skills/extended/backend/clerk-auth/SKILL.md +10 -5
- package/templates/skills/extended/backend/code-refactoring-context-restore/SKILL.md +10 -5
- package/templates/skills/extended/backend/conductor-manage/SKILL.md +10 -5
- package/templates/skills/extended/backend/context-management-context-restore/SKILL.md +10 -5
- package/templates/skills/extended/backend/copilot-sdk/SKILL.md +10 -5
- package/templates/skills/extended/backend/database-admin/SKILL.md +10 -5
- package/templates/skills/extended/backend/database-architect/SKILL.md +10 -5
- package/templates/skills/extended/backend/database-migration/SKILL.md +10 -5
- package/templates/skills/extended/backend/database-migrations-sql-migrations/SKILL.md +10 -5
- package/templates/skills/extended/backend/database-optimizer/SKILL.md +10 -5
- package/templates/skills/extended/backend/dbos-golang/SKILL.md +167 -0
- package/templates/skills/extended/backend/dbos-python/SKILL.md +136 -0
- package/templates/skills/extended/backend/dbos-typescript/SKILL.md +145 -0
- package/templates/skills/extended/backend/dbt-transformation-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/django-pro/SKILL.md +10 -5
- package/templates/skills/extended/backend/dotnet-architect/SKILL.md +10 -5
- package/templates/skills/extended/backend/dotnet-backend/SKILL.md +10 -5
- package/templates/skills/extended/backend/dotnet-backend-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/exa-search/SKILL.md +10 -5
- package/templates/skills/extended/backend/fal-platform/SKILL.md +10 -5
- package/templates/skills/extended/backend/fastapi-pro/SKILL.md +10 -5
- package/templates/skills/extended/backend/fastapi-router-py/SKILL.md +10 -5
- package/templates/skills/extended/backend/fastapi-templates/SKILL.md +10 -5
- package/templates/skills/extended/backend/file-organizer/SKILL.md +10 -5
- package/templates/skills/extended/backend/firebase/SKILL.md +10 -5
- package/templates/skills/extended/backend/form-cro/SKILL.md +10 -5
- package/templates/skills/extended/backend/graphql/SKILL.md +10 -5
- package/templates/skills/extended/backend/graphql-architect/SKILL.md +10 -5
- package/templates/skills/extended/backend/hubspot-integration/SKILL.md +10 -5
- package/templates/skills/extended/backend/incident-responder/SKILL.md +10 -5
- package/templates/skills/extended/backend/inngest/SKILL.md +10 -5
- package/templates/skills/extended/backend/laravel-expert/SKILL.md +219 -0
- package/templates/skills/extended/backend/microservices-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/microsoft-azure-webjobs-extensions-authentication-events-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/backend/moodle-external-api-development/SKILL.md +10 -5
- package/templates/skills/extended/backend/multi-platform-apps-multi-platform/SKILL.md +10 -5
- package/templates/skills/extended/backend/n8n-code-python/SKILL.md +10 -5
- package/templates/skills/extended/backend/neon-postgres/SKILL.md +10 -5
- package/templates/skills/extended/backend/nestjs-expert/SKILL.md +10 -5
- package/templates/skills/extended/backend/network-101/SKILL.md +11 -6
- package/templates/skills/extended/backend/nextjs-supabase-auth/SKILL.md +10 -5
- package/templates/skills/extended/backend/nodejs-backend-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/nosql-expert/SKILL.md +10 -5
- package/templates/skills/extended/backend/openapi-spec-generation/SKILL.md +10 -5
- package/templates/skills/extended/backend/performance-testing-review-multi-agent-review/SKILL.md +10 -5
- package/templates/skills/extended/backend/podcast-generation/SKILL.md +10 -5
- package/templates/skills/extended/backend/postgres-best-practices/SKILL.md +11 -6
- package/templates/skills/extended/backend/postgresql/SKILL.md +10 -5
- package/templates/skills/extended/backend/prisma-expert/SKILL.md +10 -5
- package/templates/skills/extended/backend/pydantic-models-py/SKILL.md +10 -5
- package/templates/skills/extended/backend/python-development-python-scaffold/SKILL.md +10 -5
- package/templates/skills/extended/backend/python-packaging/SKILL.md +10 -5
- package/templates/skills/extended/backend/python-pro/SKILL.md +10 -5
- package/templates/skills/extended/backend/salesforce-development/SKILL.md +10 -5
- package/templates/skills/extended/backend/segment-cdp/SKILL.md +10 -5
- package/templates/skills/extended/backend/senior-architect/SKILL.md +10 -5
- 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 +10 -5
- package/templates/skills/extended/backend/signup-flow-cro/SKILL.md +10 -5
- package/templates/skills/extended/backend/similarity-search-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/sql-injection-testing/SKILL.md +11 -6
- package/templates/skills/extended/backend/sql-optimization-patterns/SKILL.md +10 -5
- package/templates/skills/extended/backend/sql-pro/SKILL.md +10 -5
- package/templates/skills/extended/backend/sqlmap-database-pentesting/SKILL.md +11 -6
- package/templates/skills/extended/backend/supabase-automation/SKILL.md +10 -5
- package/templates/skills/extended/backend/tavily-web/SKILL.md +10 -5
- package/templates/skills/extended/backend/telegram-mini-app/SKILL.md +10 -5
- package/templates/skills/extended/backend/terraform-specialist/SKILL.md +10 -5
- package/templates/skills/extended/backend/twilio-communications/SKILL.md +10 -5
- package/templates/skills/extended/backend/using-neon/SKILL.md +10 -5
- package/templates/skills/extended/backend/vector-database-engineer/SKILL.md +10 -5
- package/templates/skills/extended/backend/vector-index-tuning/SKILL.md +10 -5
- package/templates/skills/extended/backend/wireshark-analysis/SKILL.md +11 -6
- package/templates/skills/extended/blockchain/crypto-bd-agent/SKILL.md +282 -0
- package/templates/skills/extended/blockchain/nft-standards/SKILL.md +10 -5
- package/templates/skills/extended/blockchain/web3-testing/SKILL.md +10 -5
- package/templates/skills/extended/content/algorithmic-art/SKILL.md +10 -5
- package/templates/skills/extended/content/content-marketer/SKILL.md +10 -5
- package/templates/skills/extended/content/copy-editing/SKILL.md +10 -5
- package/templates/skills/extended/content/free-tool-strategy/SKILL.md +10 -5
- package/templates/skills/extended/content/marketing-ideas/SKILL.md +10 -5
- package/templates/skills/extended/content/marketing-psychology/SKILL.md +10 -5
- package/templates/skills/extended/content/popup-cro/SKILL.md +10 -5
- package/templates/skills/extended/content/postmortem-writing/SKILL.md +10 -5
- package/templates/skills/extended/content/programmatic-seo/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-authority-builder/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-cannibalization-detector/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-content-auditor/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-content-refresher/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-content-writer/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-keyword-strategist/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-meta-optimizer/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-snippet-hunter/SKILL.md +10 -5
- package/templates/skills/extended/content/seo-structure-architect/SKILL.md +10 -5
- package/templates/skills/extended/content/social-content/SKILL.md +10 -5
- package/templates/skills/extended/content/writing-skills/SKILL.md +10 -5
- package/templates/skills/extended/content/x-article-publisher-skill/SKILL.md +10 -5
- package/templates/skills/extended/data/analytics-tracking/SKILL.md +10 -5
- package/templates/skills/extended/data/blockrun/SKILL.md +10 -5
- package/templates/skills/extended/data/data-engineer/SKILL.md +10 -5
- package/templates/skills/extended/data/data-engineering-data-driven-feature/SKILL.md +10 -5
- package/templates/skills/extended/data/data-engineering-data-pipeline/SKILL.md +10 -5
- package/templates/skills/extended/data/data-scientist/SKILL.md +10 -5
- package/templates/skills/extended/data/data-storytelling/SKILL.md +10 -5
- package/templates/skills/extended/data/datadog-automation/SKILL.md +10 -5
- package/templates/skills/extended/data/firecrawl-scraper/SKILL.md +10 -5
- package/templates/skills/extended/data/gdpr-data-handling/SKILL.md +10 -5
- package/templates/skills/extended/data/grafana-dashboards/SKILL.md +10 -5
- package/templates/skills/extended/data/pdf/SKILL.md +10 -5
- 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 +11 -6
- 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 +10 -5
- package/templates/skills/extended/data/xlsx/SKILL.md +10 -5
- package/templates/skills/extended/data/xlsx/__pycache__/recalc.cpython-312.pyc +0 -0
- package/templates/skills/extended/data/xlsx-official/SKILL.md +11 -6
- 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 +10 -5
- package/templates/skills/extended/debugging/bazel-build-optimization/SKILL.md +10 -5
- package/templates/skills/extended/debugging/code-refactoring-refactor-clean/SKILL.md +10 -5
- package/templates/skills/extended/debugging/codebase-cleanup-refactor-clean/SKILL.md +10 -5
- package/templates/skills/extended/debugging/codebase-cleanup-tech-debt/SKILL.md +10 -5
- package/templates/skills/extended/debugging/context-optimization/SKILL.md +10 -5
- package/templates/skills/extended/debugging/cost-optimization/SKILL.md +10 -5
- package/templates/skills/extended/debugging/database-migrations-migration-observability/SKILL.md +10 -5
- package/templates/skills/extended/debugging/debugger/SKILL.md +10 -5
- package/templates/skills/extended/debugging/debugging-strategies/SKILL.md +10 -5
- package/templates/skills/extended/debugging/debugging-toolkit-smart-debug/SKILL.md +10 -5
- package/templates/skills/extended/debugging/devops-troubleshooter/SKILL.md +10 -5
- package/templates/skills/extended/debugging/distributed-debugging-debug-trace/SKILL.md +10 -5
- package/templates/skills/extended/debugging/distributed-tracing/SKILL.md +10 -5
- package/templates/skills/extended/debugging/error-debugging-error-analysis/SKILL.md +10 -5
- package/templates/skills/extended/debugging/error-debugging-error-trace/SKILL.md +10 -5
- package/templates/skills/extended/debugging/error-debugging-multi-agent-review/SKILL.md +10 -5
- package/templates/skills/extended/debugging/error-diagnostics-error-analysis/SKILL.md +10 -5
- package/templates/skills/extended/debugging/error-diagnostics-error-trace/SKILL.md +10 -5
- package/templates/skills/extended/debugging/error-diagnostics-smart-debug/SKILL.md +10 -5
- package/templates/skills/extended/debugging/fp-ts-errors/SKILL.md +10 -5
- package/templates/skills/extended/debugging/framework-migration-code-migrate/SKILL.md +10 -5
- package/templates/skills/extended/debugging/framework-migration-deps-upgrade/SKILL.md +10 -5
- package/templates/skills/extended/debugging/framework-migration-legacy-modernize/SKILL.md +10 -5
- package/templates/skills/extended/debugging/legacy-modernizer/SKILL.md +10 -5
- package/templates/skills/extended/debugging/observability-engineer/SKILL.md +10 -5
- package/templates/skills/extended/debugging/observability-monitoring-monitor-setup/SKILL.md +10 -5
- package/templates/skills/extended/debugging/observability-monitoring-slo-implement/SKILL.md +10 -5
- package/templates/skills/extended/debugging/page-cro/SKILL.md +10 -5
- package/templates/skills/extended/debugging/paywall-upgrade-cro/SKILL.md +10 -5
- package/templates/skills/extended/debugging/performance-engineer/SKILL.md +10 -5
- package/templates/skills/extended/debugging/python-performance-optimization/SKILL.md +10 -5
- package/templates/skills/extended/debugging/service-mesh-observability/SKILL.md +10 -5
- package/templates/skills/extended/debugging/slo-implementation/SKILL.md +10 -5
- package/templates/skills/extended/debugging/spark-optimization/SKILL.md +10 -5
- package/templates/skills/extended/debugging/web-performance-optimization/SKILL.md +10 -5
- package/templates/skills/extended/devops/agent-orchestration-multi-agent-optimize/SKILL.md +10 -5
- package/templates/skills/extended/devops/airflow-dag-patterns/SKILL.md +10 -5
- package/templates/skills/extended/devops/aws-penetration-testing/SKILL.md +11 -6
- package/templates/skills/extended/devops/aws-skills/SKILL.md +10 -5
- package/templates/skills/extended/devops/azd-deployment/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-anomalydetector-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-contentsafety-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-contentsafety-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-contentunderstanding-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-document-intelligence-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-document-intelligence-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-ml-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-projects-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-projects-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-textanalytics-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-transcription-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-translation-document-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-translation-text-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-translation-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-voicelive-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-voicelive-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-ai-voicelive-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-appconfiguration-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-appconfiguration-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-appconfiguration-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-communication-chat-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-communication-common-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-communication-sms-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-compute-batch-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-containerregistry-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-cosmos-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-cosmos-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-cosmos-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-cosmos-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-data-tables-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventgrid-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventgrid-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventgrid-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventhub-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventhub-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventhub-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventhub-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-eventhub-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-functions/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-identity-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-identity-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-identity-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-identity-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-identity-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-keyvault-certificates-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-keyvault-keys-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-keyvault-keys-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-keyvault-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-keyvault-secrets-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-keyvault-secrets-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-maps-search-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-messaging-webpubsub-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-messaging-webpubsubservice-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-applicationinsights-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-arizeaiobservabilityeval-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-botservice-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-botservice-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-fabric-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-fabric-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-mgmt-weightsandbiases-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-microsoft-playwright-testing-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-ingestion-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-ingestion-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-exporter-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-opentelemetry-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-query-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-monitor-query-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-resource-manager-cosmosdb-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-resource-manager-durabletask-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-resource-manager-playwright-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-search-documents-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-search-documents-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-security-keyvault-keys-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-security-keyvault-keys-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-security-keyvault-secrets-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-servicebus-dotnet/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-servicebus-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-servicebus-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-blob-java/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-blob-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-blob-rust/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-blob-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-file-datalake-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-file-share-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-file-share-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-queue-py/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-storage-queue-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/azure-web-pubsub-ts/SKILL.md +10 -5
- package/templates/skills/extended/devops/bash-defensive-patterns/SKILL.md +10 -5
- package/templates/skills/extended/devops/bash-pro/SKILL.md +10 -5
- package/templates/skills/extended/devops/busybox-on-windows/SKILL.md +10 -5
- package/templates/skills/extended/devops/c4-container/SKILL.md +10 -5
- package/templates/skills/extended/devops/claude-win11-speckit-update-skill/SKILL.md +10 -5
- package/templates/skills/extended/devops/cloud-architect/SKILL.md +10 -5
- package/templates/skills/extended/devops/cloud-penetration-testing/SKILL.md +11 -6
- package/templates/skills/extended/devops/context-window-management/SKILL.md +10 -5
- package/templates/skills/extended/devops/database-cloud-optimization-cost-optimize/SKILL.md +10 -5
- package/templates/skills/extended/devops/deployment-engineer/SKILL.md +10 -5
- package/templates/skills/extended/devops/deployment-pipeline-design/SKILL.md +10 -5
- package/templates/skills/extended/devops/deployment-validation-config-validate/SKILL.md +10 -5
- package/templates/skills/extended/devops/expo-deployment/SKILL.md +10 -5
- package/templates/skills/extended/devops/file-uploads/SKILL.md +10 -5
- package/templates/skills/extended/devops/full-stack-orchestration-full-stack-feature/SKILL.md +10 -5
- package/templates/skills/extended/devops/gcp-cloud-run/SKILL.md +10 -5
- package/templates/skills/extended/devops/helm-chart-scaffolding/SKILL.md +10 -5
- package/templates/skills/extended/devops/hugging-face-cli/SKILL.md +10 -5
- package/templates/skills/extended/devops/hugging-face-jobs/SKILL.md +10 -5
- package/templates/skills/extended/devops/hybrid-cloud-architect/SKILL.md +10 -5
- package/templates/skills/extended/devops/hybrid-cloud-networking/SKILL.md +10 -5
- package/templates/skills/extended/devops/k8s-manifest-generator/SKILL.md +10 -5
- package/templates/skills/extended/devops/k8s-security-policies/SKILL.md +10 -5
- package/templates/skills/extended/devops/kubernetes-architect/SKILL.md +10 -5
- package/templates/skills/extended/devops/linux-shell-scripting/SKILL.md +11 -6
- package/templates/skills/extended/devops/loki-mode/SKILL.md +10 -5
- 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 +5 -2
- package/templates/skills/extended/devops/machine-learning-ops-ml-pipeline/SKILL.md +10 -5
- package/templates/skills/extended/devops/ml-pipeline-workflow/SKILL.md +10 -5
- package/templates/skills/extended/devops/multi-cloud-architecture/SKILL.md +10 -5
- package/templates/skills/extended/devops/network-engineer/SKILL.md +10 -5
- package/templates/skills/extended/devops/posix-shell-pro/SKILL.md +10 -5
- package/templates/skills/extended/devops/saga-orchestration/SKILL.md +10 -5
- package/templates/skills/extended/devops/secrets-management/SKILL.md +10 -5
- package/templates/skills/extended/devops/service-mesh-expert/SKILL.md +10 -5
- package/templates/skills/extended/devops/shellcheck-configuration/SKILL.md +10 -5
- package/templates/skills/extended/devops/tdd-orchestrator/SKILL.md +10 -5
- package/templates/skills/extended/devops/terraform-module-library/SKILL.md +10 -5
- package/templates/skills/extended/devops/terraform-skill/SKILL.md +10 -5
- package/templates/skills/extended/devops/upstash-qstash/SKILL.md +10 -5
- package/templates/skills/extended/devops/vercel-automation/SKILL.md +10 -5
- package/templates/skills/extended/devops/vercel-deploy-claimable/SKILL.md +10 -5
- package/templates/skills/extended/devops/vercel-deployment/SKILL.md +10 -5
- package/templates/skills/extended/devops/windows-privilege-escalation/SKILL.md +11 -6
- package/templates/skills/extended/documentation/api-documentation-generator/SKILL.md +10 -5
- package/templates/skills/extended/documentation/api-documenter/SKILL.md +10 -5
- package/templates/skills/extended/documentation/azure-search-documents-ts/SKILL.md +10 -5
- package/templates/skills/extended/documentation/claude-code-guide/SKILL.md +11 -6
- package/templates/skills/extended/documentation/claude-scientific-skills/SKILL.md +10 -5
- package/templates/skills/extended/documentation/code-documentation-code-explain/SKILL.md +10 -5
- package/templates/skills/extended/documentation/code-documentation-doc-generate/SKILL.md +10 -5
- package/templates/skills/extended/documentation/context7-auto-research/SKILL.md +10 -5
- package/templates/skills/extended/documentation/culture-index/SKILL.md +10 -5
- package/templates/skills/extended/documentation/defi-protocol-templates/SKILL.md +10 -5
- package/templates/skills/extended/documentation/docs-architect/SKILL.md +10 -5
- package/templates/skills/extended/documentation/documentation-generation-doc-generate/SKILL.md +10 -5
- package/templates/skills/extended/documentation/docusign-automation/SKILL.md +10 -5
- package/templates/skills/extended/documentation/docx/SKILL.md +10 -5
- 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/employment-contract-templates/SKILL.md +10 -5
- package/templates/skills/extended/documentation/incident-runbook-templates/SKILL.md +10 -5
- package/templates/skills/extended/documentation/malware-analyst/SKILL.md +10 -5
- package/templates/skills/extended/documentation/notebooklm/SKILL.md +10 -5
- package/templates/skills/extended/documentation/obsidian-clipper-template-creator/SKILL.md +10 -5
- package/templates/skills/extended/documentation/product-manager-toolkit/SKILL.md +10 -5
- 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 +10 -5
- package/templates/skills/extended/documentation/reference-builder/SKILL.md +10 -5
- package/templates/skills/extended/documentation/research-engineer/SKILL.md +10 -5
- package/templates/skills/extended/documentation/screenshots/SKILL.md +10 -5
- package/templates/skills/extended/documentation/search-specialist/SKILL.md +10 -5
- package/templates/skills/extended/documentation/skill-seekers/SKILL.md +10 -5
- package/templates/skills/extended/documentation/startup-business-analyst-business-case/SKILL.md +10 -5
- package/templates/skills/extended/documentation/tutorial-engineer/SKILL.md +10 -5
- package/templates/skills/extended/documentation/wiki-architect/SKILL.md +10 -5
- package/templates/skills/extended/documentation/wiki-changelog/SKILL.md +10 -5
- package/templates/skills/extended/documentation/wiki-onboarding/SKILL.md +10 -5
- package/templates/skills/extended/documentation/wiki-page-writer/SKILL.md +10 -5
- package/templates/skills/extended/documentation/wiki-qa/SKILL.md +10 -5
- package/templates/skills/extended/documentation/wiki-researcher/SKILL.md +10 -5
- package/templates/skills/extended/frontend/algolia-search/SKILL.md +10 -5
- package/templates/skills/extended/frontend/angular/SKILL.md +10 -5
- package/templates/skills/extended/frontend/angular-best-practices/SKILL.md +10 -5
- package/templates/skills/extended/frontend/angular-migration/SKILL.md +10 -5
- package/templates/skills/extended/frontend/angular-state-management/SKILL.md +10 -5
- package/templates/skills/extended/frontend/angular-ui-patterns/SKILL.md +10 -5
- package/templates/skills/extended/frontend/avalonia-layout-zafiro/SKILL.md +10 -5
- package/templates/skills/extended/frontend/avalonia-viewmodels-zafiro/SKILL.md +10 -5
- package/templates/skills/extended/frontend/avalonia-zafiro-development/SKILL.md +10 -5
- package/templates/skills/extended/frontend/beautiful-prose/SKILL.md +10 -5
- package/templates/skills/extended/frontend/browser-extension-builder/SKILL.md +10 -5
- package/templates/skills/extended/frontend/c4-component/SKILL.md +10 -5
- package/templates/skills/extended/frontend/canvas-design/SKILL.md +10 -5
- package/templates/skills/extended/frontend/cc-skill-coding-standards/SKILL.md +11 -6
- package/templates/skills/extended/frontend/cc-skill-frontend-patterns/SKILL.md +11 -6
- package/templates/skills/extended/frontend/cc-skill-project-guidelines-example/SKILL.md +10 -5
- package/templates/skills/extended/frontend/claude-ally-health/SKILL.md +10 -5
- package/templates/skills/extended/frontend/claude-d3js-skill/SKILL.md +11 -6
- package/templates/skills/extended/frontend/core-components/SKILL.md +10 -5
- package/templates/skills/extended/frontend/design-orchestration/SKILL.md +10 -5
- package/templates/skills/extended/frontend/environment-setup-guide/SKILL.md +10 -5
- package/templates/skills/extended/frontend/fp-ts-react/SKILL.md +10 -5
- package/templates/skills/extended/frontend/frontend-dev-guidelines/SKILL.md +10 -5
- package/templates/skills/extended/frontend/frontend-developer/SKILL.md +10 -5
- package/templates/skills/extended/frontend/frontend-mobile-development-component-scaffold/SKILL.md +10 -5
- package/templates/skills/extended/frontend/frontend-slides/SKILL.md +10 -5
- package/templates/skills/extended/frontend/frontend-ui-dark-ts/SKILL.md +10 -5
- package/templates/skills/extended/frontend/interactive-portfolio/SKILL.md +10 -5
- package/templates/skills/extended/frontend/javascript-typescript-typescript-scaffold/SKILL.md +10 -5
- package/templates/skills/extended/frontend/kpi-dashboard-design/SKILL.md +10 -5
- package/templates/skills/extended/frontend/makepad-skills/SKILL.md +10 -5
- package/templates/skills/extended/frontend/micro-saas-launcher/SKILL.md +10 -5
- package/templates/skills/extended/frontend/nextjs-app-router-patterns/SKILL.md +10 -5
- package/templates/skills/extended/frontend/personal-tool-builder/SKILL.md +10 -5
- package/templates/skills/extended/frontend/pptx/SKILL.md +10 -5
- 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/radix-ui-design-system/SKILL.md +10 -5
- package/templates/skills/extended/frontend/react-best-practices/SKILL.md +11 -6
- package/templates/skills/extended/frontend/react-flow-architect/SKILL.md +647 -0
- package/templates/skills/extended/frontend/react-flow-node-ts/SKILL.md +10 -5
- package/templates/skills/extended/frontend/react-modernization/SKILL.md +10 -5
- package/templates/skills/extended/frontend/react-state-management/SKILL.md +10 -5
- package/templates/skills/extended/frontend/react-ui-patterns/SKILL.md +10 -5
- package/templates/skills/extended/frontend/senior-fullstack/SKILL.md +10 -5
- 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 +10 -5
- package/templates/skills/extended/frontend/stitch-ui-design/SKILL.md +10 -5
- package/templates/skills/extended/frontend/tailwind-design-system/SKILL.md +10 -5
- package/templates/skills/extended/frontend/theme-factory/SKILL.md +10 -5
- package/templates/skills/extended/frontend/tool-design/SKILL.md +10 -5
- package/templates/skills/extended/frontend/trigger-dev/SKILL.md +10 -5
- package/templates/skills/extended/frontend/turborepo-caching/SKILL.md +10 -5
- package/templates/skills/extended/frontend/typescript-advanced-types/SKILL.md +10 -5
- package/templates/skills/extended/frontend/ui-skills/SKILL.md +10 -5
- package/templates/skills/extended/frontend/ui-ux-designer/SKILL.md +10 -5
- package/templates/skills/extended/frontend/ui-ux-pro-max/SKILL.md +10 -5
- 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-visual-validator/SKILL.md +10 -5
- package/templates/skills/extended/frontend/viral-generator-builder/SKILL.md +10 -5
- package/templates/skills/extended/frontend/wcag-audit-patterns/SKILL.md +10 -5
- package/templates/skills/extended/frontend/web-artifacts-builder/SKILL.md +10 -5
- package/templates/skills/extended/frontend/web-design-guidelines/SKILL.md +10 -5
- package/templates/skills/extended/frontend/wiki-vitepress/SKILL.md +10 -5
- package/templates/skills/extended/frontend/zustand-store-ts/SKILL.md +10 -5
- package/templates/skills/extended/gaming/godot-gdscript-patterns/SKILL.md +10 -5
- package/templates/skills/extended/gaming/threejs-skills/SKILL.md +10 -5
- package/templates/skills/extended/gaming/unity-developer/SKILL.md +10 -5
- package/templates/skills/extended/gaming/unity-ecs-patterns/SKILL.md +10 -5
- package/templates/skills/extended/mobile/app-store-optimization/SKILL.md +10 -5
- 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 +10 -5
- package/templates/skills/extended/mobile/flutter-expert/SKILL.md +10 -5
- package/templates/skills/extended/mobile/ios-developer/SKILL.md +10 -5
- package/templates/skills/extended/mobile/mobile-developer/SKILL.md +10 -5
- package/templates/skills/extended/mobile/react-native-architecture/SKILL.md +10 -5
- package/templates/skills/extended/mobile/swiftui-expert-skill/SKILL.md +10 -5
- package/templates/skills/extended/mobile/upgrading-expo/SKILL.md +10 -5
- package/templates/skills/extended/other/arm-cortex-expert/SKILL.md +10 -5
- package/templates/skills/extended/other/cc-skill-continuous-learning/SKILL.md +10 -5
- package/templates/skills/extended/other/cc-skill-strategic-compact/SKILL.md +10 -5
- package/templates/skills/extended/other/competitive-landscape/SKILL.md +10 -5
- package/templates/skills/extended/other/context-driven-development/SKILL.md +10 -5
- package/templates/skills/extended/other/context-management-context-save/SKILL.md +10 -5
- package/templates/skills/extended/other/ffuf-claude-skill/SKILL.md +10 -5
- package/templates/skills/extended/other/firmware-analyst/SKILL.md +10 -5
- package/templates/skills/extended/other/incident-response-incident-response/SKILL.md +10 -5
- package/templates/skills/extended/other/market-sizing-analysis/SKILL.md +10 -5
- package/templates/skills/extended/other/mtls-configuration/SKILL.md +10 -5
- package/templates/skills/extended/other/oss-hunter/SKILL.md +10 -5
- package/templates/skills/extended/other/oss-hunter/bin/__pycache__/hunter.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/reverse-engineer/SKILL.md +10 -5
- package/templates/skills/extended/other/risk-manager/SKILL.md +10 -5
- package/templates/skills/extended/other/shopify-development/SKILL.md +10 -5
- package/templates/skills/extended/other/startup-analyst/SKILL.md +10 -5
- package/templates/skills/extended/other/startup-financial-modeling/SKILL.md +10 -5
- package/templates/skills/extended/other/startup-metrics-framework/SKILL.md +10 -5
- package/templates/skills/extended/other/superpowers-lab/SKILL.md +10 -5
- package/templates/skills/extended/other/track-management/SKILL.md +10 -5
- package/templates/skills/extended/other/typescript-expert/SKILL.md +10 -5
- package/templates/skills/extended/other/typescript-expert/scripts/__pycache__/ts_diagnostic.cpython-312.pyc +0 -0
- package/templates/skills/extended/other/vexor/SKILL.md +10 -5
- package/templates/skills/extended/security/attack-tree-construction/SKILL.md +10 -5
- package/templates/skills/extended/security/cc-skill-security-review/SKILL.md +11 -6
- package/templates/skills/extended/security/codebase-cleanup-deps-audit/SKILL.md +10 -5
- package/templates/skills/extended/security/dependency-management-deps-audit/SKILL.md +10 -5
- package/templates/skills/extended/security/ethical-hacking-methodology/SKILL.md +11 -6
- package/templates/skills/extended/security/find-bugs/SKILL.md +10 -5
- package/templates/skills/extended/security/fix-review/SKILL.md +10 -5
- package/templates/skills/extended/security/frontend-mobile-security-xss-scan/SKILL.md +10 -5
- package/templates/skills/extended/security/frontend-security-coder/SKILL.md +10 -5
- package/templates/skills/extended/security/laravel-security-audit/SKILL.md +257 -0
- package/templates/skills/extended/security/mobile-security-coder/SKILL.md +10 -5
- package/templates/skills/extended/security/pci-compliance/SKILL.md +10 -5
- package/templates/skills/extended/security/pentest-checklist/SKILL.md +11 -6
- package/templates/skills/extended/security/pentest-commands/SKILL.md +11 -6
- package/templates/skills/extended/security/production-code-audit/SKILL.md +10 -5
- package/templates/skills/extended/security/red-team-tools/SKILL.md +11 -6
- package/templates/skills/extended/security/sast-configuration/SKILL.md +10 -5
- package/templates/skills/extended/security/scanning-tools/SKILL.md +11 -6
- package/templates/skills/extended/security/security-auditor/SKILL.md +10 -5
- package/templates/skills/extended/security/security-compliance-compliance-check/SKILL.md +10 -5
- package/templates/skills/extended/security/security-requirement-extraction/SKILL.md +10 -5
- package/templates/skills/extended/security/security-scanning-security-dependencies/SKILL.md +10 -5
- package/templates/skills/extended/security/security-scanning-security-hardening/SKILL.md +10 -5
- package/templates/skills/extended/security/security-scanning-security-sast/SKILL.md +10 -5
- package/templates/skills/extended/security/seo-audit/SKILL.md +10 -5
- package/templates/skills/extended/security/solidity-security/SKILL.md +10 -5
- package/templates/skills/extended/security/ssh-penetration-testing/SKILL.md +11 -6
- package/templates/skills/extended/security/threat-mitigation-mapping/SKILL.md +10 -5
- package/templates/skills/extended/security/threat-modeling-expert/SKILL.md +10 -5
- package/templates/skills/extended/security/top-web-vulnerabilities/SKILL.md +11 -6
- package/templates/skills/extended/security/xss-html-injection/SKILL.md +11 -6
- package/templates/skills/extended/testing/ab-test-setup/SKILL.md +10 -5
- package/templates/skills/extended/testing/api-testing-observability-api-mock/SKILL.md +10 -5
- package/templates/skills/extended/testing/backtesting-frameworks/SKILL.md +10 -5
- package/templates/skills/extended/testing/bats-testing-patterns/SKILL.md +10 -5
- package/templates/skills/extended/testing/code-review-excellence/SKILL.md +10 -5
- package/templates/skills/extended/testing/code-reviewer/SKILL.md +10 -5
- package/templates/skills/extended/testing/conductor-implement/SKILL.md +10 -5
- package/templates/skills/extended/testing/data-quality-frameworks/SKILL.md +10 -5
- package/templates/skills/extended/testing/e2e-testing-patterns/SKILL.md +10 -5
- package/templates/skills/extended/testing/file-path-traversal/SKILL.md +11 -6
- package/templates/skills/extended/testing/go-playwright/SKILL.md +10 -5
- package/templates/skills/extended/testing/idor-testing/SKILL.md +11 -6
- package/templates/skills/extended/testing/infinite-gratitude/SKILL.md +11 -6
- package/templates/skills/extended/testing/javascript-testing-patterns/SKILL.md +10 -5
- package/templates/skills/extended/testing/payment-integration/SKILL.md +10 -5
- package/templates/skills/extended/testing/paypal-integration/SKILL.md +10 -5
- package/templates/skills/extended/testing/pypict-skill/SKILL.md +10 -5
- package/templates/skills/extended/testing/python-testing-patterns/SKILL.md +10 -5
- package/templates/skills/extended/testing/receiving-code-review/SKILL.md +10 -5
- package/templates/skills/extended/testing/requesting-code-review/SKILL.md +10 -5
- package/templates/skills/extended/testing/screen-reader-testing/SKILL.md +10 -5
- package/templates/skills/extended/testing/smtp-penetration-testing/SKILL.md +11 -6
- package/templates/skills/extended/testing/stripe-integration/SKILL.md +10 -5
- package/templates/skills/extended/testing/tdd-workflows-tdd-cycle/SKILL.md +10 -5
- package/templates/skills/extended/testing/tdd-workflows-tdd-green/SKILL.md +10 -5
- package/templates/skills/extended/testing/tdd-workflows-tdd-red/SKILL.md +10 -5
- package/templates/skills/extended/testing/tdd-workflows-tdd-refactor/SKILL.md +10 -5
- package/templates/skills/extended/testing/temporal-python-testing/SKILL.md +10 -5
- package/templates/skills/extended/testing/test-automator/SKILL.md +10 -5
- package/templates/skills/extended/testing/test-fixing/SKILL.md +10 -5
- package/templates/skills/extended/testing/unit-testing-test-generate/SKILL.md +10 -5
- package/templates/skills/extended/testing/wordpress-penetration-testing/SKILL.md +11 -6
- package/templates/skills/extended/workflow/address-github-comments/SKILL.md +10 -5
- package/templates/skills/extended/workflow/amplitude-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/antigravity-workflows/SKILL.md +10 -5
- package/templates/skills/extended/workflow/asana-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/automate-whatsapp/SKILL.md +10 -5
- package/templates/skills/extended/workflow/azure-communication-callautomation-java/SKILL.md +10 -5
- package/templates/skills/extended/workflow/bamboohr-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/basecamp-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/billing-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/bitbucket-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/box-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/brevo-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/browser-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/c-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/cal-com-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/calendly-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/canva-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/cicd-automation-workflow-automate/SKILL.md +10 -5
- package/templates/skills/extended/workflow/circleci-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/clarity-gate/SKILL.md +10 -5
- package/templates/skills/extended/workflow/claude-speed-reader/SKILL.md +10 -5
- package/templates/skills/extended/workflow/clickup-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/close-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/coda-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/commit/SKILL.md +10 -5
- package/templates/skills/extended/workflow/comprehensive-review-full-review/SKILL.md +10 -5
- package/templates/skills/extended/workflow/comprehensive-review-pr-enhance/SKILL.md +10 -5
- package/templates/skills/extended/workflow/conductor-revert/SKILL.md +10 -5
- package/templates/skills/extended/workflow/conductor-setup/SKILL.md +10 -5
- package/templates/skills/extended/workflow/conductor-status/SKILL.md +10 -5
- package/templates/skills/extended/workflow/conductor-validator/SKILL.md +10 -5
- package/templates/skills/extended/workflow/confluence-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/context-compression/SKILL.md +10 -5
- package/templates/skills/extended/workflow/convertkit-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/cpp-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/create-pr/SKILL.md +10 -5
- package/templates/skills/extended/workflow/csharp-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/discord-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/dropbox-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/dx-optimizer/SKILL.md +10 -5
- package/templates/skills/extended/workflow/elixir-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/finishing-a-development-branch/SKILL.md +10 -5
- package/templates/skills/extended/workflow/freshdesk-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/freshservice-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/git-advanced-workflows/SKILL.md +10 -5
- package/templates/skills/extended/workflow/git-pr-workflows-git-workflow/SKILL.md +10 -5
- package/templates/skills/extended/workflow/git-pr-workflows-onboard/SKILL.md +10 -5
- package/templates/skills/extended/workflow/git-pr-workflows-pr-enhance/SKILL.md +10 -5
- package/templates/skills/extended/workflow/git-pushing/SKILL.md +10 -5
- package/templates/skills/extended/workflow/github-actions-templates/SKILL.md +10 -5
- package/templates/skills/extended/workflow/github-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/github-issue-creator/SKILL.md +10 -5
- package/templates/skills/extended/workflow/github-workflow-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/gitlab-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/gitlab-ci-patterns/SKILL.md +10 -5
- package/templates/skills/extended/workflow/gitops-workflow/SKILL.md +10 -5
- package/templates/skills/extended/workflow/go-rod-master/SKILL.md +10 -5
- package/templates/skills/extended/workflow/golang-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/google-analytics-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/google-calendar-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/google-drive-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/googlesheets-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/haskell-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/helpdesk-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/hr-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/hubspot-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/instagram-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/intercom-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/iterate-pr/SKILL.md +10 -5
- package/templates/skills/extended/workflow/java-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/javascript-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/jira-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/julia-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/klaviyo-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/launch-strategy/SKILL.md +10 -5
- package/templates/skills/extended/workflow/linear-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/linear-claude-skill/SKILL.md +10 -5
- package/templates/skills/extended/workflow/linkedin-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/make-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/microsoft-teams-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/minecraft-bukkit-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/miro-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/mixpanel-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/monday-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/n8n-mcp-tools-expert/SKILL.md +10 -5
- package/templates/skills/extended/workflow/n8n-node-configuration/SKILL.md +10 -5
- package/templates/skills/extended/workflow/notion-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/notion-template-business/SKILL.md +10 -5
- package/templates/skills/extended/workflow/observe-whatsapp/SKILL.md +10 -5
- package/templates/skills/extended/workflow/one-drive-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/outlook-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/outlook-calendar-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/pagerduty-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/php-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/pipedrive-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/posthog-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/postmark-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/privilege-escalation-methods/SKILL.md +11 -6
- package/templates/skills/extended/workflow/prometheus-configuration/SKILL.md +10 -5
- package/templates/skills/extended/workflow/protocol-reverse-engineering/SKILL.md +10 -5
- package/templates/skills/extended/workflow/reddit-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/referral-program/SKILL.md +10 -5
- package/templates/skills/extended/workflow/remotion-best-practices/SKILL.md +10 -5
- package/templates/skills/extended/workflow/render-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/ruby-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/rust-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/salesforce-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/scala-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/segment-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/sendgrid-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/sentry-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/shopify-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/slack-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/slack-bot-builder/SKILL.md +10 -5
- package/templates/skills/extended/workflow/slack-gif-creator/SKILL.md +10 -5
- 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 +10 -5
- package/templates/skills/extended/workflow/startup-business-analyst-financial-projections/SKILL.md +10 -5
- package/templates/skills/extended/workflow/stripe-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/systems-programming-rust-project/SKILL.md +10 -5
- package/templates/skills/extended/workflow/team-collaboration-issue/SKILL.md +10 -5
- package/templates/skills/extended/workflow/team-collaboration-standup-notes/SKILL.md +10 -5
- package/templates/skills/extended/workflow/telegram-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/temporal-python-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/tiktok-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/todoist-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/trello-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/twitter-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/typescript-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/unreal-engine-cpp-pro/SKILL.md +10 -5
- package/templates/skills/extended/workflow/using-git-worktrees/SKILL.md +10 -5
- package/templates/skills/extended/workflow/uv-package-manager/SKILL.md +10 -5
- package/templates/skills/extended/workflow/varlock-claude-skill/SKILL.md +10 -5
- package/templates/skills/extended/workflow/webflow-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/whatsapp-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/workflow-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/workflow-orchestration-patterns/SKILL.md +10 -5
- package/templates/skills/extended/workflow/wrike-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/youtube-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/zapier-make-patterns/SKILL.md +10 -5
- package/templates/skills/extended/workflow/zendesk-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/zoho-crm-automation/SKILL.md +10 -5
- package/templates/skills/extended/workflow/zoom-automation/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/agent-memory-systems/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/agent-tool-builder/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/ai-agents-architect/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/ai-engineer/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/autonomous-agent-patterns/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/mcp-builder/SKILL.md +10 -7
- package/templates/skills/knowledge/ai-agents/notebooklm-rag/SKILL.md +35 -0
- package/templates/skills/knowledge/ai-agents/parallel-agents/SKILL.md +35 -0
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/SKILL.md +10 -5
- package/templates/skills/knowledge/ai-agents/prompt-engineering-patterns/scripts/__pycache__/optimize-prompt.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/architecture/architecture/SKILL.md +35 -0
- package/templates/skills/knowledge/architecture/architecture-decision-records/SKILL.md +10 -5
- package/templates/skills/knowledge/architecture/brainstorming/SKILL.md +35 -0
- package/templates/skills/knowledge/architecture/c4-architecture-c4-architecture/SKILL.md +10 -5
- package/templates/skills/knowledge/architecture/executing-plans/SKILL.md +35 -0
- package/templates/skills/knowledge/architecture/plan-writing/SKILL.md +35 -0
- package/templates/skills/knowledge/backend/api-design-principles/SKILL.md +10 -5
- 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/SKILL.md +34 -0
- package/templates/skills/knowledge/backend/api-patterns/scripts/__pycache__/api_validator.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/backend/api-security-best-practices/SKILL.md +10 -5
- package/templates/skills/knowledge/backend/auth-implementation-patterns/SKILL.md +10 -5
- package/templates/skills/knowledge/backend/cqrs-implementation/SKILL.md +10 -5
- package/templates/skills/knowledge/backend/database-design/SKILL.md +35 -0
- package/templates/skills/knowledge/backend/database-design/scripts/__pycache__/schema_validator.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/backend/nodejs-best-practices/SKILL.md +35 -0
- package/templates/skills/knowledge/backend/python-patterns/SKILL.md +35 -0
- package/templates/skills/knowledge/blockchain/blockchain-developer/SKILL.md +10 -5
- package/templates/skills/knowledge/content/content-creator/SKILL.md +10 -5
- 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/copywriting/SKILL.md +10 -5
- package/templates/skills/knowledge/content/geo-fundamentals/SKILL.md +34 -0
- package/templates/skills/knowledge/content/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/content/pricing-strategy/SKILL.md +10 -5
- package/templates/skills/knowledge/content/seo-content-planner/SKILL.md +10 -5
- package/templates/skills/knowledge/content/seo-fundamentals/SKILL.md +10 -7
- package/templates/skills/knowledge/content/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/debugging/code-refactoring-tech-debt/SKILL.md +10 -5
- package/templates/skills/knowledge/debugging/dependency-upgrade/SKILL.md +10 -5
- package/templates/skills/knowledge/debugging/error-detective/SKILL.md +10 -5
- package/templates/skills/knowledge/debugging/performance-profiling/SKILL.md +35 -0
- package/templates/skills/knowledge/debugging/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/debugging/systematic-debugging/SKILL.md +10 -7
- package/templates/skills/knowledge/devops/aws-serverless/SKILL.md +10 -5
- package/templates/skills/knowledge/devops/bash-linux/SKILL.md +35 -0
- package/templates/skills/knowledge/devops/docker-expert/SKILL.md +10 -5
- package/templates/skills/knowledge/devops/powershell-windows/SKILL.md +35 -0
- package/templates/skills/knowledge/devops/server-management/SKILL.md +35 -0
- package/templates/skills/knowledge/documentation/deep-research/SKILL.md +10 -5
- package/templates/skills/knowledge/documentation/doc-coauthoring/SKILL.md +10 -5
- package/templates/skills/knowledge/documentation/documentation-templates/SKILL.md +35 -0
- package/templates/skills/knowledge/frontend/3d-web-experience/SKILL.md +10 -5
- package/templates/skills/knowledge/frontend/accessibility-compliance-accessibility-audit/SKILL.md +10 -5
- package/templates/skills/knowledge/frontend/design-md/SKILL.md +35 -0
- package/templates/skills/knowledge/frontend/figma-automation/SKILL.md +10 -5
- package/templates/skills/knowledge/frontend/frontend-design/SKILL.md +35 -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/frontend/nextjs-best-practices/SKILL.md +35 -0
- package/templates/skills/knowledge/frontend/react-components/SKILL.md +35 -0
- package/templates/skills/knowledge/frontend/react-patterns/SKILL.md +35 -0
- package/templates/skills/knowledge/frontend/scroll-experience/SKILL.md +10 -5
- package/templates/skills/knowledge/frontend/stitch-loop/SKILL.md +35 -0
- package/templates/skills/knowledge/frontend/tailwind-patterns/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/2d-games/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/3d-games/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/game-art/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/game-audio/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/game-design/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/mobile-games/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/multiplayer/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/pc-games/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/vr-ar/SKILL.md +35 -0
- package/templates/skills/knowledge/gaming/game-development/web-games/SKILL.md +35 -0
- package/templates/skills/knowledge/i18n/i18n-localization/SKILL.md +35 -0
- package/templates/skills/knowledge/i18n/i18n-localization/scripts/__pycache__/i18n_checker.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/mobile/mobile-design/SKILL.md +35 -0
- package/templates/skills/knowledge/mobile/mobile-design/scripts/__pycache__/mobile_audit.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/security/red-team-tactics/SKILL.md +35 -0
- package/templates/skills/knowledge/security/vulnerability-scanner/SKILL.md +35 -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/SKILL.md +34 -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/playwright-skill/SKILL.md +10 -5
- package/templates/skills/knowledge/testing/tdd-workflow/SKILL.md +35 -0
- package/templates/skills/knowledge/testing/test-driven-development/SKILL.md +10 -7
- package/templates/skills/knowledge/testing/testing-patterns/SKILL.md +10 -7
- package/templates/skills/knowledge/testing/testing-patterns/scripts/__pycache__/test_runner.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/testing/webapp-testing/SKILL.md +35 -0
- package/templates/skills/knowledge/testing/webapp-testing/scripts/__pycache__/playwright_runner.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/workflow/app-builder/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/app-builder/templates/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/behavioral-modes/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/changelog-automation/SKILL.md +10 -5
- package/templates/skills/knowledge/workflow/clean-code/SKILL.md +34 -0
- package/templates/skills/knowledge/workflow/code-review-checklist/SKILL.md +10 -7
- package/templates/skills/knowledge/workflow/deployment-procedures/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/intelligent-routing/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/plugin-discovery/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/plugin-discovery/scripts/__pycache__/platform_setup.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/workflow/self-update/SKILL.md +35 -0
- package/templates/skills/knowledge/workflow/self-update/scripts/__pycache__/update_kit.cpython-312.pyc +0 -0
- package/templates/skills/knowledge/workflow/verification-before-completion/SKILL.md +35 -0
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/LICENSE.txt +0 -202
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/SKILL.md +0 -68
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/3p-updates.md +0 -47
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/company-newsletter.md +0 -65
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/faq-answers.md +0 -30
- package/templates/skills/extended/ai-agents/internal-comms-anthropic/examples/general-comms.md +0 -16
- package/templates/skills/extended/ai-agents/skill-creator-ms/SKILL.md +0 -649
- package/templates/skills/extended/devops/loki-mode/examples/todo-app-generated/backend/package-lock.json +0 -2698
- package/templates/skills/extended/documentation/docx-official/LICENSE.txt +0 -30
- package/templates/skills/extended/documentation/docx-official/SKILL.md +0 -233
- package/templates/skills/extended/documentation/docx-official/docx-js.md +0 -350
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/mce/mc.xsd +0 -75
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
- package/templates/skills/extended/documentation/docx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/pack.py +0 -159
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/unpack.py +0 -29
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validate.py +0 -69
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/__init__.py +0 -15
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/base.py +0 -951
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/docx.py +0 -274
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/pptx.py +0 -315
- package/templates/skills/extended/documentation/docx-official/ooxml/scripts/validation/redlining.py +0 -279
- package/templates/skills/extended/documentation/docx-official/ooxml.md +0 -610
- package/templates/skills/extended/documentation/docx-official/scripts/__init__.py +0 -1
- package/templates/skills/extended/documentation/docx-official/scripts/document.py +0 -1276
- package/templates/skills/extended/documentation/docx-official/scripts/templates/comments.xml +0 -3
- package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtended.xml +0 -3
- package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsExtensible.xml +0 -3
- package/templates/skills/extended/documentation/docx-official/scripts/templates/commentsIds.xml +0 -3
- package/templates/skills/extended/documentation/docx-official/scripts/templates/people.xml +0 -3
- package/templates/skills/extended/documentation/docx-official/scripts/utilities.py +0 -374
- package/templates/skills/extended/frontend/active-directory-attacks/SKILL.md +0 -419
- package/templates/skills/extended/frontend/active-directory-attacks/references/advanced-attacks.md +0 -382
- package/templates/skills/extended/frontend/brand-guidelines-anthropic/LICENSE.txt +0 -202
- package/templates/skills/extended/frontend/brand-guidelines-anthropic/SKILL.md +0 -109
- package/templates/skills/extended/frontend/brand-guidelines-community/LICENSE.txt +0 -202
- package/templates/skills/extended/frontend/brand-guidelines-community/SKILL.md +0 -109
- package/templates/skills/extended/frontend/burp-suite-testing/SKILL.md +0 -416
- package/templates/skills/extended/frontend/discord-bot-architect/SKILL.md +0 -313
- package/templates/skills/extended/frontend/event-sourcing-architect/SKILL.md +0 -94
- package/templates/skills/extended/frontend/event-store-design/SKILL.md +0 -485
- package/templates/skills/extended/frontend/html-injection-testing/SKILL.md +0 -534
- package/templates/skills/extended/frontend/hybrid-search-implementation/SKILL.md +0 -68
- package/templates/skills/extended/frontend/hybrid-search-implementation/resources/implementation-playbook.md +0 -567
- package/templates/skills/extended/frontend/istio-traffic-management/SKILL.md +0 -373
- package/templates/skills/extended/frontend/linux-privilege-escalation/SKILL.md +0 -540
- package/templates/skills/extended/frontend/mcp-builder-ms/SKILL.md +0 -339
- package/templates/skills/extended/frontend/memory-forensics/SKILL.md +0 -527
- package/templates/skills/extended/frontend/metasploit-framework/SKILL.md +0 -514
- package/templates/skills/extended/frontend/ml-engineer/SKILL.md +0 -204
- package/templates/skills/extended/frontend/mlops-engineer/SKILL.md +0 -255
- package/templates/skills/extended/frontend/monorepo-architect/SKILL.md +0 -97
- package/templates/skills/extended/frontend/monorepo-management/SKILL.md +0 -71
- package/templates/skills/extended/frontend/monorepo-management/resources/implementation-playbook.md +0 -621
- package/templates/skills/extended/frontend/pptx-official/LICENSE.txt +0 -30
- package/templates/skills/extended/frontend/pptx-official/SKILL.md +0 -520
- package/templates/skills/extended/frontend/pptx-official/html2pptx.md +0 -625
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chart.xsd +0 -1499
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd +0 -146
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd +0 -1085
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd +0 -11
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-main.xsd +0 -3081
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-picture.xsd +0 -23
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd +0 -185
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd +0 -287
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/pml.xsd +0 -1676
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd +0 -28
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd +0 -144
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd +0 -174
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd +0 -25
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd +0 -18
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd +0 -59
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd +0 -56
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd +0 -195
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-math.xsd +0 -582
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd +0 -25
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/sml.xsd +0 -4439
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-main.xsd +0 -570
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd +0 -509
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd +0 -12
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd +0 -108
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd +0 -96
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/wml.xsd +0 -3646
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ISO-IEC29500-4_2016/xml.xsd +0 -116
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-contentTypes.xsd +0 -42
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-coreProperties.xsd +0 -50
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-digSig.xsd +0 -49
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/ecma/fouth-edition/opc-relationships.xsd +0 -33
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/mce/mc.xsd +0 -75
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2010.xsd +0 -560
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2012.xsd +0 -67
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-2018.xsd +0 -14
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cex-2018.xsd +0 -20
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-cid-2016.xsd +0 -13
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-sdtdatahash-2020.xsd +0 -4
- package/templates/skills/extended/frontend/pptx-official/ooxml/schemas/microsoft/wml-symex-2015.xsd +0 -8
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/pack.py +0 -159
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/unpack.py +0 -29
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validate.py +0 -69
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/__init__.py +0 -15
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/base.py +0 -951
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/docx.py +0 -274
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/pptx.py +0 -315
- package/templates/skills/extended/frontend/pptx-official/ooxml/scripts/validation/redlining.py +0 -279
- package/templates/skills/extended/frontend/pptx-official/ooxml.md +0 -427
- package/templates/skills/extended/frontend/pptx-official/scripts/html2pptx.js +0 -979
- package/templates/skills/extended/frontend/pptx-official/scripts/inventory.py +0 -1020
- package/templates/skills/extended/frontend/pptx-official/scripts/rearrange.py +0 -231
- package/templates/skills/extended/frontend/pptx-official/scripts/replace.py +0 -385
- package/templates/skills/extended/frontend/pptx-official/scripts/thumbnail.py +0 -450
- package/templates/skills/extended/frontend/quant-analyst/SKILL.md +0 -89
- package/templates/skills/extended/frontend/risk-metrics-calculation/SKILL.md +0 -69
- package/templates/skills/extended/frontend/risk-metrics-calculation/resources/implementation-playbook.md +0 -554
- package/templates/skills/extended/frontend/security-bluebook-builder/SKILL.md +0 -58
- package/templates/skills/extended/frontend/skill-creator/LICENSE.txt +0 -202
- package/templates/skills/extended/frontend/skill-creator/README.md +0 -270
- package/templates/skills/extended/frontend/skill-creator/SKILL.md +0 -629
- package/templates/skills/extended/frontend/skill-creator/references/output-patterns.md +0 -82
- package/templates/skills/extended/frontend/skill-creator/references/workflows.md +0 -28
- package/templates/skills/extended/frontend/skill-creator/scripts/init_skill.py +0 -303
- package/templates/skills/extended/frontend/skill-creator/scripts/package_skill.py +0 -110
- package/templates/skills/extended/frontend/skill-creator/scripts/quick_validate.py +0 -95
- package/templates/skills/extended/frontend/telegram-bot-builder/SKILL.md +0 -290
- package/templates/skills/extended/frontend/using-superpowers/SKILL.md +0 -123
- package/templates/skills/extended/gaming/audio-transcriber/CHANGELOG.md +0 -137
- package/templates/skills/extended/gaming/audio-transcriber/README.md +0 -340
- package/templates/skills/extended/gaming/audio-transcriber/SKILL.md +0 -594
- package/templates/skills/extended/gaming/audio-transcriber/examples/basic-transcription.sh +0 -250
- package/templates/skills/extended/gaming/audio-transcriber/references/tools-comparison.md +0 -352
- package/templates/skills/extended/gaming/audio-transcriber/scripts/install-requirements.sh +0 -190
- package/templates/skills/extended/gaming/audio-transcriber/scripts/transcribe.py +0 -486
- package/templates/skills/extended/gaming/internal-comms-community/LICENSE.txt +0 -202
- package/templates/skills/extended/gaming/internal-comms-community/SKILL.md +0 -68
- package/templates/skills/extended/gaming/startup-business-analyst-market-opportunity/SKILL.md +0 -276
- package/templates/skills/knowledge/frontend/design-md/design-md/README.md +0 -34
- package/templates/skills/knowledge/frontend/design-md/design-md/SKILL.md +0 -193
- package/templates/skills/knowledge/frontend/design-md/design-md/examples/DESIGN.md +0 -154
- package/templates/skills/knowledge/frontend/react-components/react-components/README.md +0 -36
- package/templates/skills/knowledge/frontend/react-components/react-components/SKILL.md +0 -53
- package/templates/skills/knowledge/frontend/react-components/react-components/examples/gold-standard-card.tsx +0 -80
- package/templates/skills/knowledge/frontend/react-components/react-components/package-lock.json +0 -231
- package/templates/skills/knowledge/frontend/react-components/react-components/package.json +0 -16
- package/templates/skills/knowledge/frontend/react-components/react-components/resources/architecture-checklist.md +0 -15
- package/templates/skills/knowledge/frontend/react-components/react-components/resources/component-template.tsx +0 -37
- package/templates/skills/knowledge/frontend/react-components/react-components/resources/stitch-api-reference.md +0 -14
- package/templates/skills/knowledge/frontend/react-components/react-components/resources/style-guide.json +0 -27
- package/templates/skills/knowledge/frontend/react-components/react-components/scripts/fetch-stitch.sh +0 -30
- package/templates/skills/knowledge/frontend/react-components/react-components/scripts/validate.js +0 -68
- package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/README.md +0 -54
- package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/SKILL.md +0 -235
- package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/examples/SITE.md +0 -73
- package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/examples/next-prompt.md +0 -25
- package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/resources/baton-schema.md +0 -61
- package/templates/skills/knowledge/frontend/stitch-loop/stitch-loop/resources/site-template.md +0 -104
|
@@ -1,1085 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
3
|
-
xmlns="http://schemas.openxmlformats.org/drawingml/2006/diagram"
|
|
4
|
-
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
|
|
5
|
-
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
|
6
|
-
xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
|
|
7
|
-
targetNamespace="http://schemas.openxmlformats.org/drawingml/2006/diagram"
|
|
8
|
-
elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
9
|
-
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
|
|
10
|
-
schemaLocation="shared-relationshipReference.xsd"/>
|
|
11
|
-
<xsd:import namespace="http://schemas.openxmlformats.org/drawingml/2006/main"
|
|
12
|
-
schemaLocation="dml-main.xsd"/>
|
|
13
|
-
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
|
|
14
|
-
schemaLocation="shared-commonSimpleTypes.xsd"/>
|
|
15
|
-
<xsd:complexType name="CT_CTName">
|
|
16
|
-
<xsd:attribute name="lang" type="xsd:string" use="optional" default=""/>
|
|
17
|
-
<xsd:attribute name="val" type="xsd:string" use="required"/>
|
|
18
|
-
</xsd:complexType>
|
|
19
|
-
<xsd:complexType name="CT_CTDescription">
|
|
20
|
-
<xsd:attribute name="lang" type="xsd:string" use="optional" default=""/>
|
|
21
|
-
<xsd:attribute name="val" type="xsd:string" use="required"/>
|
|
22
|
-
</xsd:complexType>
|
|
23
|
-
<xsd:complexType name="CT_CTCategory">
|
|
24
|
-
<xsd:attribute name="type" type="xsd:anyURI" use="required"/>
|
|
25
|
-
<xsd:attribute name="pri" type="xsd:unsignedInt" use="required"/>
|
|
26
|
-
</xsd:complexType>
|
|
27
|
-
<xsd:complexType name="CT_CTCategories">
|
|
28
|
-
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
|
|
29
|
-
<xsd:element name="cat" type="CT_CTCategory" minOccurs="0" maxOccurs="unbounded"/>
|
|
30
|
-
</xsd:sequence>
|
|
31
|
-
</xsd:complexType>
|
|
32
|
-
<xsd:simpleType name="ST_ClrAppMethod">
|
|
33
|
-
<xsd:restriction base="xsd:token">
|
|
34
|
-
<xsd:enumeration value="span"/>
|
|
35
|
-
<xsd:enumeration value="cycle"/>
|
|
36
|
-
<xsd:enumeration value="repeat"/>
|
|
37
|
-
</xsd:restriction>
|
|
38
|
-
</xsd:simpleType>
|
|
39
|
-
<xsd:simpleType name="ST_HueDir">
|
|
40
|
-
<xsd:restriction base="xsd:token">
|
|
41
|
-
<xsd:enumeration value="cw"/>
|
|
42
|
-
<xsd:enumeration value="ccw"/>
|
|
43
|
-
</xsd:restriction>
|
|
44
|
-
</xsd:simpleType>
|
|
45
|
-
<xsd:complexType name="CT_Colors">
|
|
46
|
-
<xsd:sequence>
|
|
47
|
-
<xsd:group ref="a:EG_ColorChoice" minOccurs="0" maxOccurs="unbounded"/>
|
|
48
|
-
</xsd:sequence>
|
|
49
|
-
<xsd:attribute name="meth" type="ST_ClrAppMethod" use="optional" default="span"/>
|
|
50
|
-
<xsd:attribute name="hueDir" type="ST_HueDir" use="optional" default="cw"/>
|
|
51
|
-
</xsd:complexType>
|
|
52
|
-
<xsd:complexType name="CT_CTStyleLabel">
|
|
53
|
-
<xsd:sequence>
|
|
54
|
-
<xsd:element name="fillClrLst" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
|
|
55
|
-
<xsd:element name="linClrLst" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
|
|
56
|
-
<xsd:element name="effectClrLst" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
|
|
57
|
-
<xsd:element name="txLinClrLst" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
|
|
58
|
-
<xsd:element name="txFillClrLst" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
|
|
59
|
-
<xsd:element name="txEffectClrLst" type="CT_Colors" minOccurs="0" maxOccurs="1"/>
|
|
60
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
61
|
-
</xsd:sequence>
|
|
62
|
-
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
63
|
-
</xsd:complexType>
|
|
64
|
-
<xsd:complexType name="CT_ColorTransform">
|
|
65
|
-
<xsd:sequence>
|
|
66
|
-
<xsd:element name="title" type="CT_CTName" minOccurs="0" maxOccurs="unbounded"/>
|
|
67
|
-
<xsd:element name="desc" type="CT_CTDescription" minOccurs="0" maxOccurs="unbounded"/>
|
|
68
|
-
<xsd:element name="catLst" type="CT_CTCategories" minOccurs="0"/>
|
|
69
|
-
<xsd:element name="styleLbl" type="CT_CTStyleLabel" minOccurs="0" maxOccurs="unbounded"/>
|
|
70
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
71
|
-
</xsd:sequence>
|
|
72
|
-
<xsd:attribute name="uniqueId" type="xsd:string" use="optional" default=""/>
|
|
73
|
-
<xsd:attribute name="minVer" type="xsd:string" use="optional"/>
|
|
74
|
-
</xsd:complexType>
|
|
75
|
-
<xsd:element name="colorsDef" type="CT_ColorTransform"/>
|
|
76
|
-
<xsd:complexType name="CT_ColorTransformHeader">
|
|
77
|
-
<xsd:sequence>
|
|
78
|
-
<xsd:element name="title" type="CT_CTName" minOccurs="1" maxOccurs="unbounded"/>
|
|
79
|
-
<xsd:element name="desc" type="CT_CTDescription" minOccurs="1" maxOccurs="unbounded"/>
|
|
80
|
-
<xsd:element name="catLst" type="CT_CTCategories" minOccurs="0"/>
|
|
81
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
82
|
-
</xsd:sequence>
|
|
83
|
-
<xsd:attribute name="uniqueId" type="xsd:string" use="required"/>
|
|
84
|
-
<xsd:attribute name="minVer" type="xsd:string" use="optional"/>
|
|
85
|
-
<xsd:attribute name="resId" type="xsd:int" use="optional" default="0"/>
|
|
86
|
-
</xsd:complexType>
|
|
87
|
-
<xsd:element name="colorsDefHdr" type="CT_ColorTransformHeader"/>
|
|
88
|
-
<xsd:complexType name="CT_ColorTransformHeaderLst">
|
|
89
|
-
<xsd:sequence>
|
|
90
|
-
<xsd:element name="colorsDefHdr" type="CT_ColorTransformHeader" minOccurs="0"
|
|
91
|
-
maxOccurs="unbounded"/>
|
|
92
|
-
</xsd:sequence>
|
|
93
|
-
</xsd:complexType>
|
|
94
|
-
<xsd:element name="colorsDefHdrLst" type="CT_ColorTransformHeaderLst"/>
|
|
95
|
-
<xsd:simpleType name="ST_PtType">
|
|
96
|
-
<xsd:restriction base="xsd:token">
|
|
97
|
-
<xsd:enumeration value="node"/>
|
|
98
|
-
<xsd:enumeration value="asst"/>
|
|
99
|
-
<xsd:enumeration value="doc"/>
|
|
100
|
-
<xsd:enumeration value="pres"/>
|
|
101
|
-
<xsd:enumeration value="parTrans"/>
|
|
102
|
-
<xsd:enumeration value="sibTrans"/>
|
|
103
|
-
</xsd:restriction>
|
|
104
|
-
</xsd:simpleType>
|
|
105
|
-
<xsd:complexType name="CT_Pt">
|
|
106
|
-
<xsd:sequence>
|
|
107
|
-
<xsd:element name="prSet" type="CT_ElemPropSet" minOccurs="0" maxOccurs="1"/>
|
|
108
|
-
<xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
|
|
109
|
-
<xsd:element name="t" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
|
|
110
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
111
|
-
</xsd:sequence>
|
|
112
|
-
<xsd:attribute name="modelId" type="ST_ModelId" use="required"/>
|
|
113
|
-
<xsd:attribute name="type" type="ST_PtType" use="optional" default="node"/>
|
|
114
|
-
<xsd:attribute name="cxnId" type="ST_ModelId" use="optional" default="0"/>
|
|
115
|
-
</xsd:complexType>
|
|
116
|
-
<xsd:complexType name="CT_PtList">
|
|
117
|
-
<xsd:sequence>
|
|
118
|
-
<xsd:element name="pt" type="CT_Pt" minOccurs="0" maxOccurs="unbounded"/>
|
|
119
|
-
</xsd:sequence>
|
|
120
|
-
</xsd:complexType>
|
|
121
|
-
<xsd:simpleType name="ST_CxnType">
|
|
122
|
-
<xsd:restriction base="xsd:token">
|
|
123
|
-
<xsd:enumeration value="parOf"/>
|
|
124
|
-
<xsd:enumeration value="presOf"/>
|
|
125
|
-
<xsd:enumeration value="presParOf"/>
|
|
126
|
-
<xsd:enumeration value="unknownRelationship"/>
|
|
127
|
-
</xsd:restriction>
|
|
128
|
-
</xsd:simpleType>
|
|
129
|
-
<xsd:complexType name="CT_Cxn">
|
|
130
|
-
<xsd:sequence>
|
|
131
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
132
|
-
</xsd:sequence>
|
|
133
|
-
<xsd:attribute name="modelId" type="ST_ModelId" use="required"/>
|
|
134
|
-
<xsd:attribute name="type" type="ST_CxnType" use="optional" default="parOf"/>
|
|
135
|
-
<xsd:attribute name="srcId" type="ST_ModelId" use="required"/>
|
|
136
|
-
<xsd:attribute name="destId" type="ST_ModelId" use="required"/>
|
|
137
|
-
<xsd:attribute name="srcOrd" type="xsd:unsignedInt" use="required"/>
|
|
138
|
-
<xsd:attribute name="destOrd" type="xsd:unsignedInt" use="required"/>
|
|
139
|
-
<xsd:attribute name="parTransId" type="ST_ModelId" use="optional" default="0"/>
|
|
140
|
-
<xsd:attribute name="sibTransId" type="ST_ModelId" use="optional" default="0"/>
|
|
141
|
-
<xsd:attribute name="presId" type="xsd:string" use="optional" default=""/>
|
|
142
|
-
</xsd:complexType>
|
|
143
|
-
<xsd:complexType name="CT_CxnList">
|
|
144
|
-
<xsd:sequence>
|
|
145
|
-
<xsd:element name="cxn" type="CT_Cxn" minOccurs="0" maxOccurs="unbounded"/>
|
|
146
|
-
</xsd:sequence>
|
|
147
|
-
</xsd:complexType>
|
|
148
|
-
<xsd:complexType name="CT_DataModel">
|
|
149
|
-
<xsd:sequence>
|
|
150
|
-
<xsd:element name="ptLst" type="CT_PtList"/>
|
|
151
|
-
<xsd:element name="cxnLst" type="CT_CxnList" minOccurs="0" maxOccurs="1"/>
|
|
152
|
-
<xsd:element name="bg" type="a:CT_BackgroundFormatting" minOccurs="0"/>
|
|
153
|
-
<xsd:element name="whole" type="a:CT_WholeE2oFormatting" minOccurs="0"/>
|
|
154
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
155
|
-
</xsd:sequence>
|
|
156
|
-
</xsd:complexType>
|
|
157
|
-
<xsd:element name="dataModel" type="CT_DataModel"/>
|
|
158
|
-
<xsd:attributeGroup name="AG_IteratorAttributes">
|
|
159
|
-
<xsd:attribute name="axis" type="ST_AxisTypes" use="optional" default="none"/>
|
|
160
|
-
<xsd:attribute name="ptType" type="ST_ElementTypes" use="optional" default="all"/>
|
|
161
|
-
<xsd:attribute name="hideLastTrans" type="ST_Booleans" use="optional" default="true"/>
|
|
162
|
-
<xsd:attribute name="st" type="ST_Ints" use="optional" default="1"/>
|
|
163
|
-
<xsd:attribute name="cnt" type="ST_UnsignedInts" use="optional" default="0"/>
|
|
164
|
-
<xsd:attribute name="step" type="ST_Ints" use="optional" default="1"/>
|
|
165
|
-
</xsd:attributeGroup>
|
|
166
|
-
<xsd:attributeGroup name="AG_ConstraintAttributes">
|
|
167
|
-
<xsd:attribute name="type" type="ST_ConstraintType" use="required"/>
|
|
168
|
-
<xsd:attribute name="for" type="ST_ConstraintRelationship" use="optional" default="self"/>
|
|
169
|
-
<xsd:attribute name="forName" type="xsd:string" use="optional" default=""/>
|
|
170
|
-
<xsd:attribute name="ptType" type="ST_ElementType" use="optional" default="all"/>
|
|
171
|
-
</xsd:attributeGroup>
|
|
172
|
-
<xsd:attributeGroup name="AG_ConstraintRefAttributes">
|
|
173
|
-
<xsd:attribute name="refType" type="ST_ConstraintType" use="optional" default="none"/>
|
|
174
|
-
<xsd:attribute name="refFor" type="ST_ConstraintRelationship" use="optional" default="self"/>
|
|
175
|
-
<xsd:attribute name="refForName" type="xsd:string" use="optional" default=""/>
|
|
176
|
-
<xsd:attribute name="refPtType" type="ST_ElementType" use="optional" default="all"/>
|
|
177
|
-
</xsd:attributeGroup>
|
|
178
|
-
<xsd:complexType name="CT_Constraint">
|
|
179
|
-
<xsd:sequence>
|
|
180
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
181
|
-
</xsd:sequence>
|
|
182
|
-
<xsd:attributeGroup ref="AG_ConstraintAttributes"/>
|
|
183
|
-
<xsd:attributeGroup ref="AG_ConstraintRefAttributes"/>
|
|
184
|
-
<xsd:attribute name="op" type="ST_BoolOperator" use="optional" default="none"/>
|
|
185
|
-
<xsd:attribute name="val" type="xsd:double" use="optional" default="0"/>
|
|
186
|
-
<xsd:attribute name="fact" type="xsd:double" use="optional" default="1"/>
|
|
187
|
-
</xsd:complexType>
|
|
188
|
-
<xsd:complexType name="CT_Constraints">
|
|
189
|
-
<xsd:sequence>
|
|
190
|
-
<xsd:element name="constr" type="CT_Constraint" minOccurs="0" maxOccurs="unbounded"/>
|
|
191
|
-
</xsd:sequence>
|
|
192
|
-
</xsd:complexType>
|
|
193
|
-
<xsd:complexType name="CT_NumericRule">
|
|
194
|
-
<xsd:sequence>
|
|
195
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
196
|
-
</xsd:sequence>
|
|
197
|
-
<xsd:attributeGroup ref="AG_ConstraintAttributes"/>
|
|
198
|
-
<xsd:attribute name="val" type="xsd:double" use="optional" default="NaN"/>
|
|
199
|
-
<xsd:attribute name="fact" type="xsd:double" use="optional" default="NaN"/>
|
|
200
|
-
<xsd:attribute name="max" type="xsd:double" use="optional" default="NaN"/>
|
|
201
|
-
</xsd:complexType>
|
|
202
|
-
<xsd:complexType name="CT_Rules">
|
|
203
|
-
<xsd:sequence>
|
|
204
|
-
<xsd:element name="rule" type="CT_NumericRule" minOccurs="0" maxOccurs="unbounded"/>
|
|
205
|
-
</xsd:sequence>
|
|
206
|
-
</xsd:complexType>
|
|
207
|
-
<xsd:complexType name="CT_PresentationOf">
|
|
208
|
-
<xsd:sequence>
|
|
209
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
210
|
-
</xsd:sequence>
|
|
211
|
-
<xsd:attributeGroup ref="AG_IteratorAttributes"/>
|
|
212
|
-
</xsd:complexType>
|
|
213
|
-
<xsd:simpleType name="ST_LayoutShapeType" final="restriction">
|
|
214
|
-
<xsd:union memberTypes="a:ST_ShapeType ST_OutputShapeType"/>
|
|
215
|
-
</xsd:simpleType>
|
|
216
|
-
<xsd:simpleType name="ST_Index1">
|
|
217
|
-
<xsd:restriction base="xsd:unsignedInt">
|
|
218
|
-
<xsd:minInclusive value="1"/>
|
|
219
|
-
</xsd:restriction>
|
|
220
|
-
</xsd:simpleType>
|
|
221
|
-
<xsd:complexType name="CT_Adj">
|
|
222
|
-
<xsd:attribute name="idx" type="ST_Index1" use="required"/>
|
|
223
|
-
<xsd:attribute name="val" type="xsd:double" use="required"/>
|
|
224
|
-
</xsd:complexType>
|
|
225
|
-
<xsd:complexType name="CT_AdjLst">
|
|
226
|
-
<xsd:sequence>
|
|
227
|
-
<xsd:element name="adj" type="CT_Adj" minOccurs="0" maxOccurs="unbounded"/>
|
|
228
|
-
</xsd:sequence>
|
|
229
|
-
</xsd:complexType>
|
|
230
|
-
<xsd:complexType name="CT_Shape">
|
|
231
|
-
<xsd:sequence>
|
|
232
|
-
<xsd:element name="adjLst" type="CT_AdjLst" minOccurs="0" maxOccurs="1"/>
|
|
233
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
234
|
-
</xsd:sequence>
|
|
235
|
-
<xsd:attribute name="rot" type="xsd:double" use="optional" default="0"/>
|
|
236
|
-
<xsd:attribute name="type" type="ST_LayoutShapeType" use="optional" default="none"/>
|
|
237
|
-
<xsd:attribute ref="r:blip" use="optional"/>
|
|
238
|
-
<xsd:attribute name="zOrderOff" type="xsd:int" use="optional" default="0"/>
|
|
239
|
-
<xsd:attribute name="hideGeom" type="xsd:boolean" use="optional" default="false"/>
|
|
240
|
-
<xsd:attribute name="lkTxEntry" type="xsd:boolean" use="optional" default="false"/>
|
|
241
|
-
<xsd:attribute name="blipPhldr" type="xsd:boolean" use="optional" default="false"/>
|
|
242
|
-
</xsd:complexType>
|
|
243
|
-
<xsd:complexType name="CT_Parameter">
|
|
244
|
-
<xsd:attribute name="type" type="ST_ParameterId" use="required"/>
|
|
245
|
-
<xsd:attribute name="val" type="ST_ParameterVal" use="required"/>
|
|
246
|
-
</xsd:complexType>
|
|
247
|
-
<xsd:complexType name="CT_Algorithm">
|
|
248
|
-
<xsd:sequence>
|
|
249
|
-
<xsd:element name="param" type="CT_Parameter" minOccurs="0" maxOccurs="unbounded"/>
|
|
250
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
251
|
-
</xsd:sequence>
|
|
252
|
-
<xsd:attribute name="type" type="ST_AlgorithmType" use="required"/>
|
|
253
|
-
<xsd:attribute name="rev" type="xsd:unsignedInt" use="optional" default="0"/>
|
|
254
|
-
</xsd:complexType>
|
|
255
|
-
<xsd:complexType name="CT_LayoutNode">
|
|
256
|
-
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
257
|
-
<xsd:element name="alg" type="CT_Algorithm" minOccurs="0" maxOccurs="1"/>
|
|
258
|
-
<xsd:element name="shape" type="CT_Shape" minOccurs="0" maxOccurs="1"/>
|
|
259
|
-
<xsd:element name="presOf" type="CT_PresentationOf" minOccurs="0" maxOccurs="1"/>
|
|
260
|
-
<xsd:element name="constrLst" type="CT_Constraints" minOccurs="0" maxOccurs="1"/>
|
|
261
|
-
<xsd:element name="ruleLst" type="CT_Rules" minOccurs="0" maxOccurs="1"/>
|
|
262
|
-
<xsd:element name="varLst" type="CT_LayoutVariablePropertySet" minOccurs="0" maxOccurs="1"/>
|
|
263
|
-
<xsd:element name="forEach" type="CT_ForEach"/>
|
|
264
|
-
<xsd:element name="layoutNode" type="CT_LayoutNode"/>
|
|
265
|
-
<xsd:element name="choose" type="CT_Choose"/>
|
|
266
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
267
|
-
</xsd:choice>
|
|
268
|
-
<xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
|
|
269
|
-
<xsd:attribute name="styleLbl" type="xsd:string" use="optional" default=""/>
|
|
270
|
-
<xsd:attribute name="chOrder" type="ST_ChildOrderType" use="optional" default="b"/>
|
|
271
|
-
<xsd:attribute name="moveWith" type="xsd:string" use="optional" default=""/>
|
|
272
|
-
</xsd:complexType>
|
|
273
|
-
<xsd:complexType name="CT_ForEach">
|
|
274
|
-
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
275
|
-
<xsd:element name="alg" type="CT_Algorithm" minOccurs="0" maxOccurs="1"/>
|
|
276
|
-
<xsd:element name="shape" type="CT_Shape" minOccurs="0" maxOccurs="1"/>
|
|
277
|
-
<xsd:element name="presOf" type="CT_PresentationOf" minOccurs="0" maxOccurs="1"/>
|
|
278
|
-
<xsd:element name="constrLst" type="CT_Constraints" minOccurs="0" maxOccurs="1"/>
|
|
279
|
-
<xsd:element name="ruleLst" type="CT_Rules" minOccurs="0" maxOccurs="1"/>
|
|
280
|
-
<xsd:element name="forEach" type="CT_ForEach"/>
|
|
281
|
-
<xsd:element name="layoutNode" type="CT_LayoutNode"/>
|
|
282
|
-
<xsd:element name="choose" type="CT_Choose"/>
|
|
283
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
284
|
-
</xsd:choice>
|
|
285
|
-
<xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
|
|
286
|
-
<xsd:attribute name="ref" type="xsd:string" use="optional" default=""/>
|
|
287
|
-
<xsd:attributeGroup ref="AG_IteratorAttributes"/>
|
|
288
|
-
</xsd:complexType>
|
|
289
|
-
<xsd:complexType name="CT_When">
|
|
290
|
-
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
291
|
-
<xsd:element name="alg" type="CT_Algorithm" minOccurs="0" maxOccurs="1"/>
|
|
292
|
-
<xsd:element name="shape" type="CT_Shape" minOccurs="0" maxOccurs="1"/>
|
|
293
|
-
<xsd:element name="presOf" type="CT_PresentationOf" minOccurs="0" maxOccurs="1"/>
|
|
294
|
-
<xsd:element name="constrLst" type="CT_Constraints" minOccurs="0" maxOccurs="1"/>
|
|
295
|
-
<xsd:element name="ruleLst" type="CT_Rules" minOccurs="0" maxOccurs="1"/>
|
|
296
|
-
<xsd:element name="forEach" type="CT_ForEach"/>
|
|
297
|
-
<xsd:element name="layoutNode" type="CT_LayoutNode"/>
|
|
298
|
-
<xsd:element name="choose" type="CT_Choose"/>
|
|
299
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
300
|
-
</xsd:choice>
|
|
301
|
-
<xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
|
|
302
|
-
<xsd:attributeGroup ref="AG_IteratorAttributes"/>
|
|
303
|
-
<xsd:attribute name="func" type="ST_FunctionType" use="required"/>
|
|
304
|
-
<xsd:attribute name="arg" type="ST_FunctionArgument" use="optional" default="none"/>
|
|
305
|
-
<xsd:attribute name="op" type="ST_FunctionOperator" use="required"/>
|
|
306
|
-
<xsd:attribute name="val" type="ST_FunctionValue" use="required"/>
|
|
307
|
-
</xsd:complexType>
|
|
308
|
-
<xsd:complexType name="CT_Otherwise">
|
|
309
|
-
<xsd:choice minOccurs="0" maxOccurs="unbounded">
|
|
310
|
-
<xsd:element name="alg" type="CT_Algorithm" minOccurs="0" maxOccurs="1"/>
|
|
311
|
-
<xsd:element name="shape" type="CT_Shape" minOccurs="0" maxOccurs="1"/>
|
|
312
|
-
<xsd:element name="presOf" type="CT_PresentationOf" minOccurs="0" maxOccurs="1"/>
|
|
313
|
-
<xsd:element name="constrLst" type="CT_Constraints" minOccurs="0" maxOccurs="1"/>
|
|
314
|
-
<xsd:element name="ruleLst" type="CT_Rules" minOccurs="0" maxOccurs="1"/>
|
|
315
|
-
<xsd:element name="forEach" type="CT_ForEach"/>
|
|
316
|
-
<xsd:element name="layoutNode" type="CT_LayoutNode"/>
|
|
317
|
-
<xsd:element name="choose" type="CT_Choose"/>
|
|
318
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
319
|
-
</xsd:choice>
|
|
320
|
-
<xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
|
|
321
|
-
</xsd:complexType>
|
|
322
|
-
<xsd:complexType name="CT_Choose">
|
|
323
|
-
<xsd:sequence>
|
|
324
|
-
<xsd:element name="if" type="CT_When" maxOccurs="unbounded"/>
|
|
325
|
-
<xsd:element name="else" type="CT_Otherwise" minOccurs="0"/>
|
|
326
|
-
</xsd:sequence>
|
|
327
|
-
<xsd:attribute name="name" type="xsd:string" use="optional" default=""/>
|
|
328
|
-
</xsd:complexType>
|
|
329
|
-
<xsd:complexType name="CT_SampleData">
|
|
330
|
-
<xsd:sequence>
|
|
331
|
-
<xsd:element name="dataModel" type="CT_DataModel" minOccurs="0"/>
|
|
332
|
-
</xsd:sequence>
|
|
333
|
-
<xsd:attribute name="useDef" type="xsd:boolean" use="optional" default="false"/>
|
|
334
|
-
</xsd:complexType>
|
|
335
|
-
<xsd:complexType name="CT_Category">
|
|
336
|
-
<xsd:attribute name="type" type="xsd:anyURI" use="required"/>
|
|
337
|
-
<xsd:attribute name="pri" type="xsd:unsignedInt" use="required"/>
|
|
338
|
-
</xsd:complexType>
|
|
339
|
-
<xsd:complexType name="CT_Categories">
|
|
340
|
-
<xsd:sequence>
|
|
341
|
-
<xsd:element name="cat" type="CT_Category" minOccurs="0" maxOccurs="unbounded"/>
|
|
342
|
-
</xsd:sequence>
|
|
343
|
-
</xsd:complexType>
|
|
344
|
-
<xsd:complexType name="CT_Name">
|
|
345
|
-
<xsd:attribute name="lang" type="xsd:string" use="optional" default=""/>
|
|
346
|
-
<xsd:attribute name="val" type="xsd:string" use="required"/>
|
|
347
|
-
</xsd:complexType>
|
|
348
|
-
<xsd:complexType name="CT_Description">
|
|
349
|
-
<xsd:attribute name="lang" type="xsd:string" use="optional" default=""/>
|
|
350
|
-
<xsd:attribute name="val" type="xsd:string" use="required"/>
|
|
351
|
-
</xsd:complexType>
|
|
352
|
-
<xsd:complexType name="CT_DiagramDefinition">
|
|
353
|
-
<xsd:sequence>
|
|
354
|
-
<xsd:element name="title" type="CT_Name" minOccurs="0" maxOccurs="unbounded"/>
|
|
355
|
-
<xsd:element name="desc" type="CT_Description" minOccurs="0" maxOccurs="unbounded"/>
|
|
356
|
-
<xsd:element name="catLst" type="CT_Categories" minOccurs="0"/>
|
|
357
|
-
<xsd:element name="sampData" type="CT_SampleData" minOccurs="0"/>
|
|
358
|
-
<xsd:element name="styleData" type="CT_SampleData" minOccurs="0"/>
|
|
359
|
-
<xsd:element name="clrData" type="CT_SampleData" minOccurs="0"/>
|
|
360
|
-
<xsd:element name="layoutNode" type="CT_LayoutNode"/>
|
|
361
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
362
|
-
</xsd:sequence>
|
|
363
|
-
<xsd:attribute name="uniqueId" type="xsd:string" use="optional" default=""/>
|
|
364
|
-
<xsd:attribute name="minVer" type="xsd:string" use="optional"/>
|
|
365
|
-
<xsd:attribute name="defStyle" type="xsd:string" use="optional" default=""/>
|
|
366
|
-
</xsd:complexType>
|
|
367
|
-
<xsd:element name="layoutDef" type="CT_DiagramDefinition"/>
|
|
368
|
-
<xsd:complexType name="CT_DiagramDefinitionHeader">
|
|
369
|
-
<xsd:sequence>
|
|
370
|
-
<xsd:element name="title" type="CT_Name" minOccurs="1" maxOccurs="unbounded"/>
|
|
371
|
-
<xsd:element name="desc" type="CT_Description" minOccurs="1" maxOccurs="unbounded"/>
|
|
372
|
-
<xsd:element name="catLst" type="CT_Categories" minOccurs="0"/>
|
|
373
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
374
|
-
</xsd:sequence>
|
|
375
|
-
<xsd:attribute name="uniqueId" type="xsd:string" use="required"/>
|
|
376
|
-
<xsd:attribute name="minVer" type="xsd:string" use="optional"/>
|
|
377
|
-
<xsd:attribute name="defStyle" type="xsd:string" use="optional" default=""/>
|
|
378
|
-
<xsd:attribute name="resId" type="xsd:int" use="optional" default="0"/>
|
|
379
|
-
</xsd:complexType>
|
|
380
|
-
<xsd:element name="layoutDefHdr" type="CT_DiagramDefinitionHeader"/>
|
|
381
|
-
<xsd:complexType name="CT_DiagramDefinitionHeaderLst">
|
|
382
|
-
<xsd:sequence>
|
|
383
|
-
<xsd:element name="layoutDefHdr" type="CT_DiagramDefinitionHeader" minOccurs="0"
|
|
384
|
-
maxOccurs="unbounded"/>
|
|
385
|
-
</xsd:sequence>
|
|
386
|
-
</xsd:complexType>
|
|
387
|
-
<xsd:element name="layoutDefHdrLst" type="CT_DiagramDefinitionHeaderLst"/>
|
|
388
|
-
<xsd:complexType name="CT_RelIds">
|
|
389
|
-
<xsd:attribute ref="r:dm" use="required"/>
|
|
390
|
-
<xsd:attribute ref="r:lo" use="required"/>
|
|
391
|
-
<xsd:attribute ref="r:qs" use="required"/>
|
|
392
|
-
<xsd:attribute ref="r:cs" use="required"/>
|
|
393
|
-
</xsd:complexType>
|
|
394
|
-
<xsd:element name="relIds" type="CT_RelIds"/>
|
|
395
|
-
<xsd:simpleType name="ST_ParameterVal">
|
|
396
|
-
<xsd:union
|
|
397
|
-
memberTypes="ST_DiagramHorizontalAlignment ST_VerticalAlignment ST_ChildDirection ST_ChildAlignment ST_SecondaryChildAlignment ST_LinearDirection ST_SecondaryLinearDirection ST_StartingElement ST_BendPoint ST_ConnectorRouting ST_ArrowheadStyle ST_ConnectorDimension ST_RotationPath ST_CenterShapeMapping ST_NodeHorizontalAlignment ST_NodeVerticalAlignment ST_FallbackDimension ST_TextDirection ST_PyramidAccentPosition ST_PyramidAccentTextMargin ST_TextBlockDirection ST_TextAnchorHorizontal ST_TextAnchorVertical ST_DiagramTextAlignment ST_AutoTextRotation ST_GrowDirection ST_FlowDirection ST_ContinueDirection ST_Breakpoint ST_Offset ST_HierarchyAlignment xsd:int xsd:double xsd:boolean xsd:string ST_ConnectorPoint"
|
|
398
|
-
/>
|
|
399
|
-
</xsd:simpleType>
|
|
400
|
-
<xsd:simpleType name="ST_ModelId">
|
|
401
|
-
<xsd:union memberTypes="xsd:int s:ST_Guid"/>
|
|
402
|
-
</xsd:simpleType>
|
|
403
|
-
<xsd:simpleType name="ST_PrSetCustVal">
|
|
404
|
-
<xsd:union memberTypes="s:ST_Percentage xsd:int"/>
|
|
405
|
-
</xsd:simpleType>
|
|
406
|
-
<xsd:complexType name="CT_ElemPropSet">
|
|
407
|
-
<xsd:sequence>
|
|
408
|
-
<xsd:element name="presLayoutVars" type="CT_LayoutVariablePropertySet" minOccurs="0"
|
|
409
|
-
maxOccurs="1"/>
|
|
410
|
-
<xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
|
|
411
|
-
</xsd:sequence>
|
|
412
|
-
<xsd:attribute name="presAssocID" type="ST_ModelId" use="optional"/>
|
|
413
|
-
<xsd:attribute name="presName" type="xsd:string" use="optional"/>
|
|
414
|
-
<xsd:attribute name="presStyleLbl" type="xsd:string" use="optional"/>
|
|
415
|
-
<xsd:attribute name="presStyleIdx" type="xsd:int" use="optional"/>
|
|
416
|
-
<xsd:attribute name="presStyleCnt" type="xsd:int" use="optional"/>
|
|
417
|
-
<xsd:attribute name="loTypeId" type="xsd:string" use="optional"/>
|
|
418
|
-
<xsd:attribute name="loCatId" type="xsd:string" use="optional"/>
|
|
419
|
-
<xsd:attribute name="qsTypeId" type="xsd:string" use="optional"/>
|
|
420
|
-
<xsd:attribute name="qsCatId" type="xsd:string" use="optional"/>
|
|
421
|
-
<xsd:attribute name="csTypeId" type="xsd:string" use="optional"/>
|
|
422
|
-
<xsd:attribute name="csCatId" type="xsd:string" use="optional"/>
|
|
423
|
-
<xsd:attribute name="coherent3DOff" type="xsd:boolean" use="optional"/>
|
|
424
|
-
<xsd:attribute name="phldrT" type="xsd:string" use="optional"/>
|
|
425
|
-
<xsd:attribute name="phldr" type="xsd:boolean" use="optional"/>
|
|
426
|
-
<xsd:attribute name="custAng" type="xsd:int" use="optional"/>
|
|
427
|
-
<xsd:attribute name="custFlipVert" type="xsd:boolean" use="optional"/>
|
|
428
|
-
<xsd:attribute name="custFlipHor" type="xsd:boolean" use="optional"/>
|
|
429
|
-
<xsd:attribute name="custSzX" type="xsd:int" use="optional"/>
|
|
430
|
-
<xsd:attribute name="custSzY" type="xsd:int" use="optional"/>
|
|
431
|
-
<xsd:attribute name="custScaleX" type="ST_PrSetCustVal" use="optional"/>
|
|
432
|
-
<xsd:attribute name="custScaleY" type="ST_PrSetCustVal" use="optional"/>
|
|
433
|
-
<xsd:attribute name="custT" type="xsd:boolean" use="optional"/>
|
|
434
|
-
<xsd:attribute name="custLinFactX" type="ST_PrSetCustVal" use="optional"/>
|
|
435
|
-
<xsd:attribute name="custLinFactY" type="ST_PrSetCustVal" use="optional"/>
|
|
436
|
-
<xsd:attribute name="custLinFactNeighborX" type="ST_PrSetCustVal" use="optional"/>
|
|
437
|
-
<xsd:attribute name="custLinFactNeighborY" type="ST_PrSetCustVal" use="optional"/>
|
|
438
|
-
<xsd:attribute name="custRadScaleRad" type="ST_PrSetCustVal" use="optional"/>
|
|
439
|
-
<xsd:attribute name="custRadScaleInc" type="ST_PrSetCustVal" use="optional"/>
|
|
440
|
-
</xsd:complexType>
|
|
441
|
-
<xsd:simpleType name="ST_Direction" final="restriction">
|
|
442
|
-
<xsd:restriction base="xsd:token">
|
|
443
|
-
<xsd:enumeration value="norm"/>
|
|
444
|
-
<xsd:enumeration value="rev"/>
|
|
445
|
-
</xsd:restriction>
|
|
446
|
-
</xsd:simpleType>
|
|
447
|
-
<xsd:simpleType name="ST_HierBranchStyle" final="restriction">
|
|
448
|
-
<xsd:restriction base="xsd:token">
|
|
449
|
-
<xsd:enumeration value="l"/>
|
|
450
|
-
<xsd:enumeration value="r"/>
|
|
451
|
-
<xsd:enumeration value="hang"/>
|
|
452
|
-
<xsd:enumeration value="std"/>
|
|
453
|
-
<xsd:enumeration value="init"/>
|
|
454
|
-
</xsd:restriction>
|
|
455
|
-
</xsd:simpleType>
|
|
456
|
-
<xsd:simpleType name="ST_AnimOneStr" final="restriction">
|
|
457
|
-
<xsd:restriction base="xsd:token">
|
|
458
|
-
<xsd:enumeration value="none"/>
|
|
459
|
-
<xsd:enumeration value="one"/>
|
|
460
|
-
<xsd:enumeration value="branch"/>
|
|
461
|
-
</xsd:restriction>
|
|
462
|
-
</xsd:simpleType>
|
|
463
|
-
<xsd:simpleType name="ST_AnimLvlStr" final="restriction">
|
|
464
|
-
<xsd:restriction base="xsd:token">
|
|
465
|
-
<xsd:enumeration value="none"/>
|
|
466
|
-
<xsd:enumeration value="lvl"/>
|
|
467
|
-
<xsd:enumeration value="ctr"/>
|
|
468
|
-
</xsd:restriction>
|
|
469
|
-
</xsd:simpleType>
|
|
470
|
-
<xsd:complexType name="CT_OrgChart">
|
|
471
|
-
<xsd:attribute name="val" type="xsd:boolean" default="false" use="optional"/>
|
|
472
|
-
</xsd:complexType>
|
|
473
|
-
<xsd:simpleType name="ST_NodeCount">
|
|
474
|
-
<xsd:restriction base="xsd:int">
|
|
475
|
-
<xsd:minInclusive value="-1"/>
|
|
476
|
-
</xsd:restriction>
|
|
477
|
-
</xsd:simpleType>
|
|
478
|
-
<xsd:complexType name="CT_ChildMax">
|
|
479
|
-
<xsd:attribute name="val" type="ST_NodeCount" default="-1" use="optional"/>
|
|
480
|
-
</xsd:complexType>
|
|
481
|
-
<xsd:complexType name="CT_ChildPref">
|
|
482
|
-
<xsd:attribute name="val" type="ST_NodeCount" default="-1" use="optional"/>
|
|
483
|
-
</xsd:complexType>
|
|
484
|
-
<xsd:complexType name="CT_BulletEnabled">
|
|
485
|
-
<xsd:attribute name="val" type="xsd:boolean" default="false" use="optional"/>
|
|
486
|
-
</xsd:complexType>
|
|
487
|
-
<xsd:complexType name="CT_Direction">
|
|
488
|
-
<xsd:attribute name="val" type="ST_Direction" default="norm" use="optional"/>
|
|
489
|
-
</xsd:complexType>
|
|
490
|
-
<xsd:complexType name="CT_HierBranchStyle">
|
|
491
|
-
<xsd:attribute name="val" type="ST_HierBranchStyle" default="std" use="optional"/>
|
|
492
|
-
</xsd:complexType>
|
|
493
|
-
<xsd:complexType name="CT_AnimOne">
|
|
494
|
-
<xsd:attribute name="val" type="ST_AnimOneStr" default="one" use="optional"/>
|
|
495
|
-
</xsd:complexType>
|
|
496
|
-
<xsd:complexType name="CT_AnimLvl">
|
|
497
|
-
<xsd:attribute name="val" type="ST_AnimLvlStr" default="none" use="optional"/>
|
|
498
|
-
</xsd:complexType>
|
|
499
|
-
<xsd:simpleType name="ST_ResizeHandlesStr" final="restriction">
|
|
500
|
-
<xsd:restriction base="xsd:token">
|
|
501
|
-
<xsd:enumeration value="exact"/>
|
|
502
|
-
<xsd:enumeration value="rel"/>
|
|
503
|
-
</xsd:restriction>
|
|
504
|
-
</xsd:simpleType>
|
|
505
|
-
<xsd:complexType name="CT_ResizeHandles">
|
|
506
|
-
<xsd:attribute name="val" type="ST_ResizeHandlesStr" default="rel" use="optional"/>
|
|
507
|
-
</xsd:complexType>
|
|
508
|
-
<xsd:complexType name="CT_LayoutVariablePropertySet">
|
|
509
|
-
<xsd:sequence>
|
|
510
|
-
<xsd:element name="orgChart" type="CT_OrgChart" minOccurs="0" maxOccurs="1"/>
|
|
511
|
-
<xsd:element name="chMax" type="CT_ChildMax" minOccurs="0" maxOccurs="1"/>
|
|
512
|
-
<xsd:element name="chPref" type="CT_ChildPref" minOccurs="0" maxOccurs="1"/>
|
|
513
|
-
<xsd:element name="bulletEnabled" type="CT_BulletEnabled" minOccurs="0" maxOccurs="1"/>
|
|
514
|
-
<xsd:element name="dir" type="CT_Direction" minOccurs="0" maxOccurs="1"/>
|
|
515
|
-
<xsd:element name="hierBranch" type="CT_HierBranchStyle" minOccurs="0" maxOccurs="1"/>
|
|
516
|
-
<xsd:element name="animOne" type="CT_AnimOne" minOccurs="0" maxOccurs="1"/>
|
|
517
|
-
<xsd:element name="animLvl" type="CT_AnimLvl" minOccurs="0" maxOccurs="1"/>
|
|
518
|
-
<xsd:element name="resizeHandles" type="CT_ResizeHandles" minOccurs="0" maxOccurs="1"/>
|
|
519
|
-
</xsd:sequence>
|
|
520
|
-
</xsd:complexType>
|
|
521
|
-
<xsd:complexType name="CT_SDName">
|
|
522
|
-
<xsd:attribute name="lang" type="xsd:string" use="optional" default=""/>
|
|
523
|
-
<xsd:attribute name="val" type="xsd:string" use="required"/>
|
|
524
|
-
</xsd:complexType>
|
|
525
|
-
<xsd:complexType name="CT_SDDescription">
|
|
526
|
-
<xsd:attribute name="lang" type="xsd:string" use="optional" default=""/>
|
|
527
|
-
<xsd:attribute name="val" type="xsd:string" use="required"/>
|
|
528
|
-
</xsd:complexType>
|
|
529
|
-
<xsd:complexType name="CT_SDCategory">
|
|
530
|
-
<xsd:attribute name="type" type="xsd:anyURI" use="required"/>
|
|
531
|
-
<xsd:attribute name="pri" type="xsd:unsignedInt" use="required"/>
|
|
532
|
-
</xsd:complexType>
|
|
533
|
-
<xsd:complexType name="CT_SDCategories">
|
|
534
|
-
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
|
|
535
|
-
<xsd:element name="cat" type="CT_SDCategory" minOccurs="0" maxOccurs="unbounded"/>
|
|
536
|
-
</xsd:sequence>
|
|
537
|
-
</xsd:complexType>
|
|
538
|
-
<xsd:complexType name="CT_TextProps">
|
|
539
|
-
<xsd:sequence>
|
|
540
|
-
<xsd:group ref="a:EG_Text3D" minOccurs="0" maxOccurs="1"/>
|
|
541
|
-
</xsd:sequence>
|
|
542
|
-
</xsd:complexType>
|
|
543
|
-
<xsd:complexType name="CT_StyleLabel">
|
|
544
|
-
<xsd:sequence>
|
|
545
|
-
<xsd:element name="scene3d" type="a:CT_Scene3D" minOccurs="0" maxOccurs="1"/>
|
|
546
|
-
<xsd:element name="sp3d" type="a:CT_Shape3D" minOccurs="0" maxOccurs="1"/>
|
|
547
|
-
<xsd:element name="txPr" type="CT_TextProps" minOccurs="0" maxOccurs="1"/>
|
|
548
|
-
<xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1"/>
|
|
549
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
550
|
-
</xsd:sequence>
|
|
551
|
-
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
552
|
-
</xsd:complexType>
|
|
553
|
-
<xsd:complexType name="CT_StyleDefinition">
|
|
554
|
-
<xsd:sequence>
|
|
555
|
-
<xsd:element name="title" type="CT_SDName" minOccurs="0" maxOccurs="unbounded"/>
|
|
556
|
-
<xsd:element name="desc" type="CT_SDDescription" minOccurs="0" maxOccurs="unbounded"/>
|
|
557
|
-
<xsd:element name="catLst" type="CT_SDCategories" minOccurs="0"/>
|
|
558
|
-
<xsd:element name="scene3d" type="a:CT_Scene3D" minOccurs="0" maxOccurs="1"/>
|
|
559
|
-
<xsd:element name="styleLbl" type="CT_StyleLabel" minOccurs="1" maxOccurs="unbounded"/>
|
|
560
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
561
|
-
</xsd:sequence>
|
|
562
|
-
<xsd:attribute name="uniqueId" type="xsd:string" use="optional" default=""/>
|
|
563
|
-
<xsd:attribute name="minVer" type="xsd:string" use="optional"/>
|
|
564
|
-
</xsd:complexType>
|
|
565
|
-
<xsd:element name="styleDef" type="CT_StyleDefinition"/>
|
|
566
|
-
<xsd:complexType name="CT_StyleDefinitionHeader">
|
|
567
|
-
<xsd:sequence>
|
|
568
|
-
<xsd:element name="title" type="CT_SDName" minOccurs="1" maxOccurs="unbounded"/>
|
|
569
|
-
<xsd:element name="desc" type="CT_SDDescription" minOccurs="1" maxOccurs="unbounded"/>
|
|
570
|
-
<xsd:element name="catLst" type="CT_SDCategories" minOccurs="0"/>
|
|
571
|
-
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
|
|
572
|
-
</xsd:sequence>
|
|
573
|
-
<xsd:attribute name="uniqueId" type="xsd:string" use="required"/>
|
|
574
|
-
<xsd:attribute name="minVer" type="xsd:string" use="optional"/>
|
|
575
|
-
<xsd:attribute name="resId" type="xsd:int" use="optional" default="0"/>
|
|
576
|
-
</xsd:complexType>
|
|
577
|
-
<xsd:element name="styleDefHdr" type="CT_StyleDefinitionHeader"/>
|
|
578
|
-
<xsd:complexType name="CT_StyleDefinitionHeaderLst">
|
|
579
|
-
<xsd:sequence>
|
|
580
|
-
<xsd:element name="styleDefHdr" type="CT_StyleDefinitionHeader" minOccurs="0"
|
|
581
|
-
maxOccurs="unbounded"/>
|
|
582
|
-
</xsd:sequence>
|
|
583
|
-
</xsd:complexType>
|
|
584
|
-
<xsd:element name="styleDefHdrLst" type="CT_StyleDefinitionHeaderLst"/>
|
|
585
|
-
<xsd:simpleType name="ST_AlgorithmType" final="restriction">
|
|
586
|
-
<xsd:restriction base="xsd:token">
|
|
587
|
-
<xsd:enumeration value="composite"/>
|
|
588
|
-
<xsd:enumeration value="conn"/>
|
|
589
|
-
<xsd:enumeration value="cycle"/>
|
|
590
|
-
<xsd:enumeration value="hierChild"/>
|
|
591
|
-
<xsd:enumeration value="hierRoot"/>
|
|
592
|
-
<xsd:enumeration value="pyra"/>
|
|
593
|
-
<xsd:enumeration value="lin"/>
|
|
594
|
-
<xsd:enumeration value="sp"/>
|
|
595
|
-
<xsd:enumeration value="tx"/>
|
|
596
|
-
<xsd:enumeration value="snake"/>
|
|
597
|
-
</xsd:restriction>
|
|
598
|
-
</xsd:simpleType>
|
|
599
|
-
<xsd:simpleType name="ST_AxisType" final="restriction">
|
|
600
|
-
<xsd:restriction base="xsd:token">
|
|
601
|
-
<xsd:enumeration value="self"/>
|
|
602
|
-
<xsd:enumeration value="ch"/>
|
|
603
|
-
<xsd:enumeration value="des"/>
|
|
604
|
-
<xsd:enumeration value="desOrSelf"/>
|
|
605
|
-
<xsd:enumeration value="par"/>
|
|
606
|
-
<xsd:enumeration value="ancst"/>
|
|
607
|
-
<xsd:enumeration value="ancstOrSelf"/>
|
|
608
|
-
<xsd:enumeration value="followSib"/>
|
|
609
|
-
<xsd:enumeration value="precedSib"/>
|
|
610
|
-
<xsd:enumeration value="follow"/>
|
|
611
|
-
<xsd:enumeration value="preced"/>
|
|
612
|
-
<xsd:enumeration value="root"/>
|
|
613
|
-
<xsd:enumeration value="none"/>
|
|
614
|
-
</xsd:restriction>
|
|
615
|
-
</xsd:simpleType>
|
|
616
|
-
<xsd:simpleType name="ST_AxisTypes">
|
|
617
|
-
<xsd:list itemType="ST_AxisType"/>
|
|
618
|
-
</xsd:simpleType>
|
|
619
|
-
<xsd:simpleType name="ST_BoolOperator" final="restriction">
|
|
620
|
-
<xsd:restriction base="xsd:token">
|
|
621
|
-
<xsd:enumeration value="none"/>
|
|
622
|
-
<xsd:enumeration value="equ"/>
|
|
623
|
-
<xsd:enumeration value="gte"/>
|
|
624
|
-
<xsd:enumeration value="lte"/>
|
|
625
|
-
</xsd:restriction>
|
|
626
|
-
</xsd:simpleType>
|
|
627
|
-
<xsd:simpleType name="ST_ChildOrderType" final="restriction">
|
|
628
|
-
<xsd:restriction base="xsd:token">
|
|
629
|
-
<xsd:enumeration value="b"/>
|
|
630
|
-
<xsd:enumeration value="t"/>
|
|
631
|
-
</xsd:restriction>
|
|
632
|
-
</xsd:simpleType>
|
|
633
|
-
<xsd:simpleType name="ST_ConstraintType" final="restriction">
|
|
634
|
-
<xsd:restriction base="xsd:token">
|
|
635
|
-
<xsd:enumeration value="none"/>
|
|
636
|
-
<xsd:enumeration value="alignOff"/>
|
|
637
|
-
<xsd:enumeration value="begMarg"/>
|
|
638
|
-
<xsd:enumeration value="bendDist"/>
|
|
639
|
-
<xsd:enumeration value="begPad"/>
|
|
640
|
-
<xsd:enumeration value="b"/>
|
|
641
|
-
<xsd:enumeration value="bMarg"/>
|
|
642
|
-
<xsd:enumeration value="bOff"/>
|
|
643
|
-
<xsd:enumeration value="ctrX"/>
|
|
644
|
-
<xsd:enumeration value="ctrXOff"/>
|
|
645
|
-
<xsd:enumeration value="ctrY"/>
|
|
646
|
-
<xsd:enumeration value="ctrYOff"/>
|
|
647
|
-
<xsd:enumeration value="connDist"/>
|
|
648
|
-
<xsd:enumeration value="diam"/>
|
|
649
|
-
<xsd:enumeration value="endMarg"/>
|
|
650
|
-
<xsd:enumeration value="endPad"/>
|
|
651
|
-
<xsd:enumeration value="h"/>
|
|
652
|
-
<xsd:enumeration value="hArH"/>
|
|
653
|
-
<xsd:enumeration value="hOff"/>
|
|
654
|
-
<xsd:enumeration value="l"/>
|
|
655
|
-
<xsd:enumeration value="lMarg"/>
|
|
656
|
-
<xsd:enumeration value="lOff"/>
|
|
657
|
-
<xsd:enumeration value="r"/>
|
|
658
|
-
<xsd:enumeration value="rMarg"/>
|
|
659
|
-
<xsd:enumeration value="rOff"/>
|
|
660
|
-
<xsd:enumeration value="primFontSz"/>
|
|
661
|
-
<xsd:enumeration value="pyraAcctRatio"/>
|
|
662
|
-
<xsd:enumeration value="secFontSz"/>
|
|
663
|
-
<xsd:enumeration value="sibSp"/>
|
|
664
|
-
<xsd:enumeration value="secSibSp"/>
|
|
665
|
-
<xsd:enumeration value="sp"/>
|
|
666
|
-
<xsd:enumeration value="stemThick"/>
|
|
667
|
-
<xsd:enumeration value="t"/>
|
|
668
|
-
<xsd:enumeration value="tMarg"/>
|
|
669
|
-
<xsd:enumeration value="tOff"/>
|
|
670
|
-
<xsd:enumeration value="userA"/>
|
|
671
|
-
<xsd:enumeration value="userB"/>
|
|
672
|
-
<xsd:enumeration value="userC"/>
|
|
673
|
-
<xsd:enumeration value="userD"/>
|
|
674
|
-
<xsd:enumeration value="userE"/>
|
|
675
|
-
<xsd:enumeration value="userF"/>
|
|
676
|
-
<xsd:enumeration value="userG"/>
|
|
677
|
-
<xsd:enumeration value="userH"/>
|
|
678
|
-
<xsd:enumeration value="userI"/>
|
|
679
|
-
<xsd:enumeration value="userJ"/>
|
|
680
|
-
<xsd:enumeration value="userK"/>
|
|
681
|
-
<xsd:enumeration value="userL"/>
|
|
682
|
-
<xsd:enumeration value="userM"/>
|
|
683
|
-
<xsd:enumeration value="userN"/>
|
|
684
|
-
<xsd:enumeration value="userO"/>
|
|
685
|
-
<xsd:enumeration value="userP"/>
|
|
686
|
-
<xsd:enumeration value="userQ"/>
|
|
687
|
-
<xsd:enumeration value="userR"/>
|
|
688
|
-
<xsd:enumeration value="userS"/>
|
|
689
|
-
<xsd:enumeration value="userT"/>
|
|
690
|
-
<xsd:enumeration value="userU"/>
|
|
691
|
-
<xsd:enumeration value="userV"/>
|
|
692
|
-
<xsd:enumeration value="userW"/>
|
|
693
|
-
<xsd:enumeration value="userX"/>
|
|
694
|
-
<xsd:enumeration value="userY"/>
|
|
695
|
-
<xsd:enumeration value="userZ"/>
|
|
696
|
-
<xsd:enumeration value="w"/>
|
|
697
|
-
<xsd:enumeration value="wArH"/>
|
|
698
|
-
<xsd:enumeration value="wOff"/>
|
|
699
|
-
</xsd:restriction>
|
|
700
|
-
</xsd:simpleType>
|
|
701
|
-
<xsd:simpleType name="ST_ConstraintRelationship" final="restriction">
|
|
702
|
-
<xsd:restriction base="xsd:token">
|
|
703
|
-
<xsd:enumeration value="self"/>
|
|
704
|
-
<xsd:enumeration value="ch"/>
|
|
705
|
-
<xsd:enumeration value="des"/>
|
|
706
|
-
</xsd:restriction>
|
|
707
|
-
</xsd:simpleType>
|
|
708
|
-
<xsd:simpleType name="ST_ElementType" final="restriction">
|
|
709
|
-
<xsd:restriction base="xsd:token">
|
|
710
|
-
<xsd:enumeration value="all"/>
|
|
711
|
-
<xsd:enumeration value="doc"/>
|
|
712
|
-
<xsd:enumeration value="node"/>
|
|
713
|
-
<xsd:enumeration value="norm"/>
|
|
714
|
-
<xsd:enumeration value="nonNorm"/>
|
|
715
|
-
<xsd:enumeration value="asst"/>
|
|
716
|
-
<xsd:enumeration value="nonAsst"/>
|
|
717
|
-
<xsd:enumeration value="parTrans"/>
|
|
718
|
-
<xsd:enumeration value="pres"/>
|
|
719
|
-
<xsd:enumeration value="sibTrans"/>
|
|
720
|
-
</xsd:restriction>
|
|
721
|
-
</xsd:simpleType>
|
|
722
|
-
<xsd:simpleType name="ST_ElementTypes">
|
|
723
|
-
<xsd:list itemType="ST_ElementType"/>
|
|
724
|
-
</xsd:simpleType>
|
|
725
|
-
<xsd:simpleType name="ST_ParameterId" final="restriction">
|
|
726
|
-
<xsd:restriction base="xsd:token">
|
|
727
|
-
<xsd:enumeration value="horzAlign"/>
|
|
728
|
-
<xsd:enumeration value="vertAlign"/>
|
|
729
|
-
<xsd:enumeration value="chDir"/>
|
|
730
|
-
<xsd:enumeration value="chAlign"/>
|
|
731
|
-
<xsd:enumeration value="secChAlign"/>
|
|
732
|
-
<xsd:enumeration value="linDir"/>
|
|
733
|
-
<xsd:enumeration value="secLinDir"/>
|
|
734
|
-
<xsd:enumeration value="stElem"/>
|
|
735
|
-
<xsd:enumeration value="bendPt"/>
|
|
736
|
-
<xsd:enumeration value="connRout"/>
|
|
737
|
-
<xsd:enumeration value="begSty"/>
|
|
738
|
-
<xsd:enumeration value="endSty"/>
|
|
739
|
-
<xsd:enumeration value="dim"/>
|
|
740
|
-
<xsd:enumeration value="rotPath"/>
|
|
741
|
-
<xsd:enumeration value="ctrShpMap"/>
|
|
742
|
-
<xsd:enumeration value="nodeHorzAlign"/>
|
|
743
|
-
<xsd:enumeration value="nodeVertAlign"/>
|
|
744
|
-
<xsd:enumeration value="fallback"/>
|
|
745
|
-
<xsd:enumeration value="txDir"/>
|
|
746
|
-
<xsd:enumeration value="pyraAcctPos"/>
|
|
747
|
-
<xsd:enumeration value="pyraAcctTxMar"/>
|
|
748
|
-
<xsd:enumeration value="txBlDir"/>
|
|
749
|
-
<xsd:enumeration value="txAnchorHorz"/>
|
|
750
|
-
<xsd:enumeration value="txAnchorVert"/>
|
|
751
|
-
<xsd:enumeration value="txAnchorHorzCh"/>
|
|
752
|
-
<xsd:enumeration value="txAnchorVertCh"/>
|
|
753
|
-
<xsd:enumeration value="parTxLTRAlign"/>
|
|
754
|
-
<xsd:enumeration value="parTxRTLAlign"/>
|
|
755
|
-
<xsd:enumeration value="shpTxLTRAlignCh"/>
|
|
756
|
-
<xsd:enumeration value="shpTxRTLAlignCh"/>
|
|
757
|
-
<xsd:enumeration value="autoTxRot"/>
|
|
758
|
-
<xsd:enumeration value="grDir"/>
|
|
759
|
-
<xsd:enumeration value="flowDir"/>
|
|
760
|
-
<xsd:enumeration value="contDir"/>
|
|
761
|
-
<xsd:enumeration value="bkpt"/>
|
|
762
|
-
<xsd:enumeration value="off"/>
|
|
763
|
-
<xsd:enumeration value="hierAlign"/>
|
|
764
|
-
<xsd:enumeration value="bkPtFixedVal"/>
|
|
765
|
-
<xsd:enumeration value="stBulletLvl"/>
|
|
766
|
-
<xsd:enumeration value="stAng"/>
|
|
767
|
-
<xsd:enumeration value="spanAng"/>
|
|
768
|
-
<xsd:enumeration value="ar"/>
|
|
769
|
-
<xsd:enumeration value="lnSpPar"/>
|
|
770
|
-
<xsd:enumeration value="lnSpAfParP"/>
|
|
771
|
-
<xsd:enumeration value="lnSpCh"/>
|
|
772
|
-
<xsd:enumeration value="lnSpAfChP"/>
|
|
773
|
-
<xsd:enumeration value="rtShortDist"/>
|
|
774
|
-
<xsd:enumeration value="alignTx"/>
|
|
775
|
-
<xsd:enumeration value="pyraLvlNode"/>
|
|
776
|
-
<xsd:enumeration value="pyraAcctBkgdNode"/>
|
|
777
|
-
<xsd:enumeration value="pyraAcctTxNode"/>
|
|
778
|
-
<xsd:enumeration value="srcNode"/>
|
|
779
|
-
<xsd:enumeration value="dstNode"/>
|
|
780
|
-
<xsd:enumeration value="begPts"/>
|
|
781
|
-
<xsd:enumeration value="endPts"/>
|
|
782
|
-
</xsd:restriction>
|
|
783
|
-
</xsd:simpleType>
|
|
784
|
-
<xsd:simpleType name="ST_Ints">
|
|
785
|
-
<xsd:list itemType="xsd:int"/>
|
|
786
|
-
</xsd:simpleType>
|
|
787
|
-
<xsd:simpleType name="ST_UnsignedInts">
|
|
788
|
-
<xsd:list itemType="xsd:unsignedInt"/>
|
|
789
|
-
</xsd:simpleType>
|
|
790
|
-
<xsd:simpleType name="ST_Booleans">
|
|
791
|
-
<xsd:list itemType="xsd:boolean"/>
|
|
792
|
-
</xsd:simpleType>
|
|
793
|
-
<xsd:simpleType name="ST_FunctionType" final="restriction">
|
|
794
|
-
<xsd:restriction base="xsd:token">
|
|
795
|
-
<xsd:enumeration value="cnt"/>
|
|
796
|
-
<xsd:enumeration value="pos"/>
|
|
797
|
-
<xsd:enumeration value="revPos"/>
|
|
798
|
-
<xsd:enumeration value="posEven"/>
|
|
799
|
-
<xsd:enumeration value="posOdd"/>
|
|
800
|
-
<xsd:enumeration value="var"/>
|
|
801
|
-
<xsd:enumeration value="depth"/>
|
|
802
|
-
<xsd:enumeration value="maxDepth"/>
|
|
803
|
-
</xsd:restriction>
|
|
804
|
-
</xsd:simpleType>
|
|
805
|
-
<xsd:simpleType name="ST_FunctionOperator" final="restriction">
|
|
806
|
-
<xsd:restriction base="xsd:token">
|
|
807
|
-
<xsd:enumeration value="equ"/>
|
|
808
|
-
<xsd:enumeration value="neq"/>
|
|
809
|
-
<xsd:enumeration value="gt"/>
|
|
810
|
-
<xsd:enumeration value="lt"/>
|
|
811
|
-
<xsd:enumeration value="gte"/>
|
|
812
|
-
<xsd:enumeration value="lte"/>
|
|
813
|
-
</xsd:restriction>
|
|
814
|
-
</xsd:simpleType>
|
|
815
|
-
<xsd:simpleType name="ST_DiagramHorizontalAlignment" final="restriction">
|
|
816
|
-
<xsd:restriction base="xsd:token">
|
|
817
|
-
<xsd:enumeration value="l"/>
|
|
818
|
-
<xsd:enumeration value="ctr"/>
|
|
819
|
-
<xsd:enumeration value="r"/>
|
|
820
|
-
<xsd:enumeration value="none"/>
|
|
821
|
-
</xsd:restriction>
|
|
822
|
-
</xsd:simpleType>
|
|
823
|
-
<xsd:simpleType name="ST_VerticalAlignment" final="restriction">
|
|
824
|
-
<xsd:restriction base="xsd:token">
|
|
825
|
-
<xsd:enumeration value="t"/>
|
|
826
|
-
<xsd:enumeration value="mid"/>
|
|
827
|
-
<xsd:enumeration value="b"/>
|
|
828
|
-
<xsd:enumeration value="none"/>
|
|
829
|
-
</xsd:restriction>
|
|
830
|
-
</xsd:simpleType>
|
|
831
|
-
<xsd:simpleType name="ST_ChildDirection" final="restriction">
|
|
832
|
-
<xsd:restriction base="xsd:token">
|
|
833
|
-
<xsd:enumeration value="horz"/>
|
|
834
|
-
<xsd:enumeration value="vert"/>
|
|
835
|
-
</xsd:restriction>
|
|
836
|
-
</xsd:simpleType>
|
|
837
|
-
<xsd:simpleType name="ST_ChildAlignment" final="restriction">
|
|
838
|
-
<xsd:restriction base="xsd:token">
|
|
839
|
-
<xsd:enumeration value="t"/>
|
|
840
|
-
<xsd:enumeration value="b"/>
|
|
841
|
-
<xsd:enumeration value="l"/>
|
|
842
|
-
<xsd:enumeration value="r"/>
|
|
843
|
-
</xsd:restriction>
|
|
844
|
-
</xsd:simpleType>
|
|
845
|
-
<xsd:simpleType name="ST_SecondaryChildAlignment" final="restriction">
|
|
846
|
-
<xsd:restriction base="xsd:token">
|
|
847
|
-
<xsd:enumeration value="none"/>
|
|
848
|
-
<xsd:enumeration value="t"/>
|
|
849
|
-
<xsd:enumeration value="b"/>
|
|
850
|
-
<xsd:enumeration value="l"/>
|
|
851
|
-
<xsd:enumeration value="r"/>
|
|
852
|
-
</xsd:restriction>
|
|
853
|
-
</xsd:simpleType>
|
|
854
|
-
<xsd:simpleType name="ST_LinearDirection" final="restriction">
|
|
855
|
-
<xsd:restriction base="xsd:token">
|
|
856
|
-
<xsd:enumeration value="fromL"/>
|
|
857
|
-
<xsd:enumeration value="fromR"/>
|
|
858
|
-
<xsd:enumeration value="fromT"/>
|
|
859
|
-
<xsd:enumeration value="fromB"/>
|
|
860
|
-
</xsd:restriction>
|
|
861
|
-
</xsd:simpleType>
|
|
862
|
-
<xsd:simpleType name="ST_SecondaryLinearDirection" final="restriction">
|
|
863
|
-
<xsd:restriction base="xsd:token">
|
|
864
|
-
<xsd:enumeration value="none"/>
|
|
865
|
-
<xsd:enumeration value="fromL"/>
|
|
866
|
-
<xsd:enumeration value="fromR"/>
|
|
867
|
-
<xsd:enumeration value="fromT"/>
|
|
868
|
-
<xsd:enumeration value="fromB"/>
|
|
869
|
-
</xsd:restriction>
|
|
870
|
-
</xsd:simpleType>
|
|
871
|
-
<xsd:simpleType name="ST_StartingElement" final="restriction">
|
|
872
|
-
<xsd:restriction base="xsd:token">
|
|
873
|
-
<xsd:enumeration value="node"/>
|
|
874
|
-
<xsd:enumeration value="trans"/>
|
|
875
|
-
</xsd:restriction>
|
|
876
|
-
</xsd:simpleType>
|
|
877
|
-
<xsd:simpleType name="ST_RotationPath" final="restriction">
|
|
878
|
-
<xsd:restriction base="xsd:token">
|
|
879
|
-
<xsd:enumeration value="none"/>
|
|
880
|
-
<xsd:enumeration value="alongPath"/>
|
|
881
|
-
</xsd:restriction>
|
|
882
|
-
</xsd:simpleType>
|
|
883
|
-
<xsd:simpleType name="ST_CenterShapeMapping" final="restriction">
|
|
884
|
-
<xsd:restriction base="xsd:token">
|
|
885
|
-
<xsd:enumeration value="none"/>
|
|
886
|
-
<xsd:enumeration value="fNode"/>
|
|
887
|
-
</xsd:restriction>
|
|
888
|
-
</xsd:simpleType>
|
|
889
|
-
<xsd:simpleType name="ST_BendPoint" final="restriction">
|
|
890
|
-
<xsd:restriction base="xsd:token">
|
|
891
|
-
<xsd:enumeration value="beg"/>
|
|
892
|
-
<xsd:enumeration value="def"/>
|
|
893
|
-
<xsd:enumeration value="end"/>
|
|
894
|
-
</xsd:restriction>
|
|
895
|
-
</xsd:simpleType>
|
|
896
|
-
<xsd:simpleType name="ST_ConnectorRouting" final="restriction">
|
|
897
|
-
<xsd:restriction base="xsd:token">
|
|
898
|
-
<xsd:enumeration value="stra"/>
|
|
899
|
-
<xsd:enumeration value="bend"/>
|
|
900
|
-
<xsd:enumeration value="curve"/>
|
|
901
|
-
<xsd:enumeration value="longCurve"/>
|
|
902
|
-
</xsd:restriction>
|
|
903
|
-
</xsd:simpleType>
|
|
904
|
-
<xsd:simpleType name="ST_ArrowheadStyle" final="restriction">
|
|
905
|
-
<xsd:restriction base="xsd:token">
|
|
906
|
-
<xsd:enumeration value="auto"/>
|
|
907
|
-
<xsd:enumeration value="arr"/>
|
|
908
|
-
<xsd:enumeration value="noArr"/>
|
|
909
|
-
</xsd:restriction>
|
|
910
|
-
</xsd:simpleType>
|
|
911
|
-
<xsd:simpleType name="ST_ConnectorDimension" final="restriction">
|
|
912
|
-
<xsd:restriction base="xsd:token">
|
|
913
|
-
<xsd:enumeration value="1D"/>
|
|
914
|
-
<xsd:enumeration value="2D"/>
|
|
915
|
-
<xsd:enumeration value="cust"/>
|
|
916
|
-
</xsd:restriction>
|
|
917
|
-
</xsd:simpleType>
|
|
918
|
-
<xsd:simpleType name="ST_ConnectorPoint" final="restriction">
|
|
919
|
-
<xsd:restriction base="xsd:token">
|
|
920
|
-
<xsd:enumeration value="auto"/>
|
|
921
|
-
<xsd:enumeration value="bCtr"/>
|
|
922
|
-
<xsd:enumeration value="ctr"/>
|
|
923
|
-
<xsd:enumeration value="midL"/>
|
|
924
|
-
<xsd:enumeration value="midR"/>
|
|
925
|
-
<xsd:enumeration value="tCtr"/>
|
|
926
|
-
<xsd:enumeration value="bL"/>
|
|
927
|
-
<xsd:enumeration value="bR"/>
|
|
928
|
-
<xsd:enumeration value="tL"/>
|
|
929
|
-
<xsd:enumeration value="tR"/>
|
|
930
|
-
<xsd:enumeration value="radial"/>
|
|
931
|
-
</xsd:restriction>
|
|
932
|
-
</xsd:simpleType>
|
|
933
|
-
<xsd:simpleType name="ST_NodeHorizontalAlignment" final="restriction">
|
|
934
|
-
<xsd:restriction base="xsd:token">
|
|
935
|
-
<xsd:enumeration value="l"/>
|
|
936
|
-
<xsd:enumeration value="ctr"/>
|
|
937
|
-
<xsd:enumeration value="r"/>
|
|
938
|
-
</xsd:restriction>
|
|
939
|
-
</xsd:simpleType>
|
|
940
|
-
<xsd:simpleType name="ST_NodeVerticalAlignment" final="restriction">
|
|
941
|
-
<xsd:restriction base="xsd:token">
|
|
942
|
-
<xsd:enumeration value="t"/>
|
|
943
|
-
<xsd:enumeration value="mid"/>
|
|
944
|
-
<xsd:enumeration value="b"/>
|
|
945
|
-
</xsd:restriction>
|
|
946
|
-
</xsd:simpleType>
|
|
947
|
-
<xsd:simpleType name="ST_FallbackDimension" final="restriction">
|
|
948
|
-
<xsd:restriction base="xsd:token">
|
|
949
|
-
<xsd:enumeration value="1D"/>
|
|
950
|
-
<xsd:enumeration value="2D"/>
|
|
951
|
-
</xsd:restriction>
|
|
952
|
-
</xsd:simpleType>
|
|
953
|
-
<xsd:simpleType name="ST_TextDirection" final="restriction">
|
|
954
|
-
<xsd:restriction base="xsd:token">
|
|
955
|
-
<xsd:enumeration value="fromT"/>
|
|
956
|
-
<xsd:enumeration value="fromB"/>
|
|
957
|
-
</xsd:restriction>
|
|
958
|
-
</xsd:simpleType>
|
|
959
|
-
<xsd:simpleType name="ST_PyramidAccentPosition" final="restriction">
|
|
960
|
-
<xsd:restriction base="xsd:token">
|
|
961
|
-
<xsd:enumeration value="bef"/>
|
|
962
|
-
<xsd:enumeration value="aft"/>
|
|
963
|
-
</xsd:restriction>
|
|
964
|
-
</xsd:simpleType>
|
|
965
|
-
<xsd:simpleType name="ST_PyramidAccentTextMargin" final="restriction">
|
|
966
|
-
<xsd:restriction base="xsd:token">
|
|
967
|
-
<xsd:enumeration value="step"/>
|
|
968
|
-
<xsd:enumeration value="stack"/>
|
|
969
|
-
</xsd:restriction>
|
|
970
|
-
</xsd:simpleType>
|
|
971
|
-
<xsd:simpleType name="ST_TextBlockDirection" final="restriction">
|
|
972
|
-
<xsd:restriction base="xsd:token">
|
|
973
|
-
<xsd:enumeration value="horz"/>
|
|
974
|
-
<xsd:enumeration value="vert"/>
|
|
975
|
-
</xsd:restriction>
|
|
976
|
-
</xsd:simpleType>
|
|
977
|
-
<xsd:simpleType name="ST_TextAnchorHorizontal" final="restriction">
|
|
978
|
-
<xsd:restriction base="xsd:token">
|
|
979
|
-
<xsd:enumeration value="none"/>
|
|
980
|
-
<xsd:enumeration value="ctr"/>
|
|
981
|
-
</xsd:restriction>
|
|
982
|
-
</xsd:simpleType>
|
|
983
|
-
<xsd:simpleType name="ST_TextAnchorVertical" final="restriction">
|
|
984
|
-
<xsd:restriction base="xsd:token">
|
|
985
|
-
<xsd:enumeration value="t"/>
|
|
986
|
-
<xsd:enumeration value="mid"/>
|
|
987
|
-
<xsd:enumeration value="b"/>
|
|
988
|
-
</xsd:restriction>
|
|
989
|
-
</xsd:simpleType>
|
|
990
|
-
<xsd:simpleType name="ST_DiagramTextAlignment" final="restriction">
|
|
991
|
-
<xsd:restriction base="xsd:token">
|
|
992
|
-
<xsd:enumeration value="l"/>
|
|
993
|
-
<xsd:enumeration value="ctr"/>
|
|
994
|
-
<xsd:enumeration value="r"/>
|
|
995
|
-
</xsd:restriction>
|
|
996
|
-
</xsd:simpleType>
|
|
997
|
-
<xsd:simpleType name="ST_AutoTextRotation" final="restriction">
|
|
998
|
-
<xsd:restriction base="xsd:token">
|
|
999
|
-
<xsd:enumeration value="none"/>
|
|
1000
|
-
<xsd:enumeration value="upr"/>
|
|
1001
|
-
<xsd:enumeration value="grav"/>
|
|
1002
|
-
</xsd:restriction>
|
|
1003
|
-
</xsd:simpleType>
|
|
1004
|
-
<xsd:simpleType name="ST_GrowDirection" final="restriction">
|
|
1005
|
-
<xsd:restriction base="xsd:token">
|
|
1006
|
-
<xsd:enumeration value="tL"/>
|
|
1007
|
-
<xsd:enumeration value="tR"/>
|
|
1008
|
-
<xsd:enumeration value="bL"/>
|
|
1009
|
-
<xsd:enumeration value="bR"/>
|
|
1010
|
-
</xsd:restriction>
|
|
1011
|
-
</xsd:simpleType>
|
|
1012
|
-
<xsd:simpleType name="ST_FlowDirection" final="restriction">
|
|
1013
|
-
<xsd:restriction base="xsd:token">
|
|
1014
|
-
<xsd:enumeration value="row"/>
|
|
1015
|
-
<xsd:enumeration value="col"/>
|
|
1016
|
-
</xsd:restriction>
|
|
1017
|
-
</xsd:simpleType>
|
|
1018
|
-
<xsd:simpleType name="ST_ContinueDirection" final="restriction">
|
|
1019
|
-
<xsd:restriction base="xsd:token">
|
|
1020
|
-
<xsd:enumeration value="revDir"/>
|
|
1021
|
-
<xsd:enumeration value="sameDir"/>
|
|
1022
|
-
</xsd:restriction>
|
|
1023
|
-
</xsd:simpleType>
|
|
1024
|
-
<xsd:simpleType name="ST_Breakpoint" final="restriction">
|
|
1025
|
-
<xsd:restriction base="xsd:token">
|
|
1026
|
-
<xsd:enumeration value="endCnv"/>
|
|
1027
|
-
<xsd:enumeration value="bal"/>
|
|
1028
|
-
<xsd:enumeration value="fixed"/>
|
|
1029
|
-
</xsd:restriction>
|
|
1030
|
-
</xsd:simpleType>
|
|
1031
|
-
<xsd:simpleType name="ST_Offset" final="restriction">
|
|
1032
|
-
<xsd:restriction base="xsd:token">
|
|
1033
|
-
<xsd:enumeration value="ctr"/>
|
|
1034
|
-
<xsd:enumeration value="off"/>
|
|
1035
|
-
</xsd:restriction>
|
|
1036
|
-
</xsd:simpleType>
|
|
1037
|
-
<xsd:simpleType name="ST_HierarchyAlignment" final="restriction">
|
|
1038
|
-
<xsd:restriction base="xsd:token">
|
|
1039
|
-
<xsd:enumeration value="tL"/>
|
|
1040
|
-
<xsd:enumeration value="tR"/>
|
|
1041
|
-
<xsd:enumeration value="tCtrCh"/>
|
|
1042
|
-
<xsd:enumeration value="tCtrDes"/>
|
|
1043
|
-
<xsd:enumeration value="bL"/>
|
|
1044
|
-
<xsd:enumeration value="bR"/>
|
|
1045
|
-
<xsd:enumeration value="bCtrCh"/>
|
|
1046
|
-
<xsd:enumeration value="bCtrDes"/>
|
|
1047
|
-
<xsd:enumeration value="lT"/>
|
|
1048
|
-
<xsd:enumeration value="lB"/>
|
|
1049
|
-
<xsd:enumeration value="lCtrCh"/>
|
|
1050
|
-
<xsd:enumeration value="lCtrDes"/>
|
|
1051
|
-
<xsd:enumeration value="rT"/>
|
|
1052
|
-
<xsd:enumeration value="rB"/>
|
|
1053
|
-
<xsd:enumeration value="rCtrCh"/>
|
|
1054
|
-
<xsd:enumeration value="rCtrDes"/>
|
|
1055
|
-
</xsd:restriction>
|
|
1056
|
-
</xsd:simpleType>
|
|
1057
|
-
<xsd:simpleType name="ST_FunctionValue" final="restriction">
|
|
1058
|
-
<xsd:union
|
|
1059
|
-
memberTypes="xsd:int xsd:boolean ST_Direction ST_HierBranchStyle ST_AnimOneStr ST_AnimLvlStr ST_ResizeHandlesStr"
|
|
1060
|
-
/>
|
|
1061
|
-
</xsd:simpleType>
|
|
1062
|
-
<xsd:simpleType name="ST_VariableType" final="restriction">
|
|
1063
|
-
<xsd:restriction base="xsd:token">
|
|
1064
|
-
<xsd:enumeration value="none"/>
|
|
1065
|
-
<xsd:enumeration value="orgChart"/>
|
|
1066
|
-
<xsd:enumeration value="chMax"/>
|
|
1067
|
-
<xsd:enumeration value="chPref"/>
|
|
1068
|
-
<xsd:enumeration value="bulEnabled"/>
|
|
1069
|
-
<xsd:enumeration value="dir"/>
|
|
1070
|
-
<xsd:enumeration value="hierBranch"/>
|
|
1071
|
-
<xsd:enumeration value="animOne"/>
|
|
1072
|
-
<xsd:enumeration value="animLvl"/>
|
|
1073
|
-
<xsd:enumeration value="resizeHandles"/>
|
|
1074
|
-
</xsd:restriction>
|
|
1075
|
-
</xsd:simpleType>
|
|
1076
|
-
<xsd:simpleType name="ST_FunctionArgument" final="restriction">
|
|
1077
|
-
<xsd:union memberTypes="ST_VariableType"/>
|
|
1078
|
-
</xsd:simpleType>
|
|
1079
|
-
<xsd:simpleType name="ST_OutputShapeType" final="restriction">
|
|
1080
|
-
<xsd:restriction base="xsd:token">
|
|
1081
|
-
<xsd:enumeration value="none"/>
|
|
1082
|
-
<xsd:enumeration value="conn"/>
|
|
1083
|
-
</xsd:restriction>
|
|
1084
|
-
</xsd:simpleType>
|
|
1085
|
-
</xsd:schema>
|