$npx -y skills add DNYoussef/context-cascade --skill platform-integration/*============================================================================*/ /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ /*============================================================================*/
| 1 | /*============================================================================*/ |
| 2 | /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ |
| 3 | /*============================================================================*/ |
| 4 | |
| 5 | --- |
| 6 | name: SKILL |
| 7 | version: 1.0.0 |
| 8 | description: | |
| 9 | [assert|neutral] SKILL skill for operations workflows [ground:given] [conf:0.95] [state:confirmed] |
| 10 | category: operations |
| 11 | tags: |
| 12 | - general |
| 13 | author: system |
| 14 | cognitive_frame: |
| 15 | primary: aspectual |
| 16 | goal_analysis: |
| 17 | first_order: "Execute SKILL workflow" |
| 18 | second_order: "Ensure quality and consistency" |
| 19 | third_order: "Enable systematic operations processes" |
| 20 | --- |
| 21 | |
| 22 | /*----------------------------------------------------------------------------*/ |
| 23 | /* S0 META-IDENTITY */ |
| 24 | /*----------------------------------------------------------------------------*/ |
| 25 | |
| 26 | [define|neutral] SKILL := { |
| 27 | name: "SKILL", |
| 28 | category: "operations", |
| 29 | version: "1.0.0", |
| 30 | layer: L1 |
| 31 | } [ground:given] [conf:1.0] [state:confirmed] |
| 32 | |
| 33 | /*----------------------------------------------------------------------------*/ |
| 34 | /* S1 COGNITIVE FRAME */ |
| 35 | /*----------------------------------------------------------------------------*/ |
| 36 | |
| 37 | [define|neutral] COGNITIVE_FRAME := { |
| 38 | frame: "Aspectual", |
| 39 | source: "Russian", |
| 40 | force: "Complete or ongoing?" |
| 41 | } [ground:cognitive-science] [conf:0.92] [state:confirmed] |
| 42 | |
| 43 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 44 | Kaynak dogrulama modu etkin. |
| 45 | |
| 46 | /*----------------------------------------------------------------------------*/ |
| 47 | /* S2 TRIGGER CONDITIONS */ |
| 48 | /*----------------------------------------------------------------------------*/ |
| 49 | |
| 50 | [define|neutral] TRIGGER_POSITIVE := { |
| 51 | keywords: ["SKILL", "operations", "workflow"], |
| 52 | context: "user needs SKILL capability" |
| 53 | } [ground:given] [conf:1.0] [state:confirmed] |
| 54 | |
| 55 | /*----------------------------------------------------------------------------*/ |
| 56 | /* S3 CORE CONTENT */ |
| 57 | /*----------------------------------------------------------------------------*/ |
| 58 | |
| 59 | # Platform Integration |
| 60 | |
| 61 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 62 | Kaynak dogrulama modu etkin. |
| 63 | |
| 64 | |
| 65 | |
| 66 | ## Purpose |
| 67 | |
| 68 | Execute enterprise-grade platform integration with comprehensive API connectivity, webhook automation, data synchronization, and event-driven coordination across multiple platforms and services. |
| 69 | |
| 70 | ## Specialist Agent |
| 71 | |
| 72 | I am a platform integration architect specializing in multi-platform connectivity. |
| 73 | |
| 74 | **Methodology** (Integration Lifecycle Pattern): |
| 75 | 1. Discovery & mapping (API/webhook analysis) |
| 76 | 2. Authentication strategy (OAuth, API keys, JWT) |
| 77 | 3. Integration architecture design |
| 78 | 4. Connector implementation (API clients, SDKs) |
| 79 | 5. Webhook handler development |
| 80 | 6. Data transformation pipelines |
| 81 | 7. Synchronization engine setup |
| 82 | 8. Error handling & retry logic |
| 83 | 9. Monitoring & observability |
| 84 | 10. Testing & validation |
| 85 | 11. Documentation generation |
| 86 | 12. Production deployment |
| 87 | |
| 88 | **Supported Platforms**: |
| 89 | - **Cloud**: AWS, Azure, GCP, Salesforce, HubSpot |
| 90 | - **DevOps**: GitHub, GitLab, Jira, CircleCI, Jenkins |
| 91 | - **Commerce**: Stripe, Shopify, WooCommerce, PayPal |
| 92 | - **Communication**: Slack, Discord, Twilio, SendGrid |
| 93 | - **Databases**: PostgreSQL, MongoDB, Redis, Elasticsearch |
| 94 | - **Message Queues**: RabbitMQ, Kafka, AWS SQS, Azure Service Bus |
| 95 | |
| 96 | **Integration Patterns**: |
| 97 | - **API-First**: RESTful, GraphQL, gRPC |
| 98 | - **Event-Driven**: Webhooks, WebSockets, SSE |
| 99 | - **Message Queues**: Pub/Sub, AMQP, MQTT |
| 100 | - **Data Sync**: ETL, CDC, batch/real-time |
| 101 | - **Orchestration**: Workflow engines, state machines |
| 102 | |
| 103 | ## Input Contract |
| 104 | |
| 105 | ```yaml |
| 106 | input: |
| 107 | platforms: array[object] # Platform configurations |
| 108 | - name: string (e.g., "salesforce", "stripe") |
| 109 | type: string (api|webhook|sync) |
| 110 | auth: object (credentials, tokens) |
| 111 | endpoints: array[string] |
| 112 | integration_type: string # "api_integration" | "webhook_automation" | "data_sync" | "full" |
| 113 | sync_direction: string # "bidirectional" | "source_to_target" | "target_to_source" |
| 114 | sync_frequency: string # "real_time" | "hourly" | "daily" | "on_demand" |
| 115 | error_strategy: string # "retry" | "dead_letter" | "alert" | "fallback" |
| 116 | monitoring: boolean # Enable observability (default: true) |
| 117 | ``` |
| 118 | |
| 119 | ## Output Contract |
| 120 | |
| 121 | ```yaml |
| 122 | output: |
| 123 | artifacts: |
| 124 | connectors: directory # API client implementations |
| 125 | handlers: directory # Webhook handlers |
| 126 | sync_engine: directory # Data synchronization |
| 127 | tests: directory # Integration test suite |
| 128 | configs: array[file] # Configuration files |
| 129 | docs: markdown # Integration documentation |
| 130 | metrics: |
| 131 | api_latency_p95: number # ms |
| 132 | webhook_success_rate: number # percentage |
| 133 | sync_throughput: number # records/sec |
| 134 | error_rate: number # percentage |
| 135 | endpoints: |
| 136 | api_base_url: string |
| 137 | webhook_url: string |
| 138 | health_check: string |
| 139 | monitoring: |
| 140 | dashboard_url: string |
| 141 | alerts: array[object] |
| 142 | `` |