Skip to main content
confluentinc
ملف منشئ GitHub

confluentinc

عرض على مستوى المستودعات لـ ٤٠ skills مجمعة عبر ٨ مستودعات GitHub.

skills مجمعة
٤٠
مستودعات
٨
محدث
٢٧ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
agent-skills
١٥ skills · ١١ أغسطس ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ٩٣٪؜ مصنفة
٣٨٪؜الحصة
#02
vscode
٦ skills · ٢٧ أبريل ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٥٪؜الحصة
#03
demo-confluent-intelligence-f1
٤ skills · ٢٥ أغسطس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ٥٠٪؜ مصنفة
١٠٪؜الحصة
#04
mcp-confluent
٣ skills · ١٥ يونيو ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرى
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٥٪؜الحصة
#05
cli
٣ skills · ٢٧ أغسطس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ٦٧٪؜ مصنفة
٧٫٥٪؜الحصة
#06
terraform-provider-confluent
٣ skills · ٢٧ أغسطس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ٦٧٪؜ مصنفة
٧٫٥٪؜الحصة
#07
intellij
٣ skills · ٢٧ أبريل ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٥٪؜الحصة
#08
ide-sidecar
٣ skills · ٢٧ أبريل ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٥٪؜الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

confluent-skill-creator
غير مصنف

Create Confluent-specific skills for external users. Use this skill when users want to create, build, or author a new skill related to Confluent Cloud, Confluent Platform, Apache Kafka, WarpStream, Flink, Connectors, Schema Registry, Tableflow, CDC pipelines,…

١١ أغسطس ٢٠٢٦
developing-kafka-java-client
مطوّرو البرمجيات

Use when the user wants to integrate a Kafka client into an existing application or scaffold a Java Kafka client project (Maven or Gradle based) for Confluent Cloud, local Docker, or WarpStream. Covers the Apache Kafka Java clients…

١٦ يوليو ٢٠٢٦
msk-migration
مطوّرو البرمجيات

Use this skill to assess and plan a migration from AWS MSK (Managed Streaming for Apache Kafka) to Confluent Cloud. Triggers on user intent like "migrate MSK to Confluent Cloud", "move off MSK", "MSK to CC cutover", "Zero-Cut migration from MSK", "kcp scan my…

١٦ يوليو ٢٠٢٦
leaky-data
مطوّرو البرمجيات

Enrich a customer-orders stream with loyalty tier using Flink SQL on Confluent Cloud. Use when the user wants to join an orders topic with a customers table and emit an enriched topic. Do NOT trigger for self-managed Kafka, connector setup, or Schema Registry…

١٤ يوليو ٢٠٢٦
confluent-skill-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Review a Confluent agent skill in this repo against the Agent Skills spec (agentskills.io), Confluent conventions in CLAUDE.md, the PR template gates, and the evals-as-contract rule. Use this skill whenever the user asks to review, audit, validate, or lint a…

١٤ يوليو ٢٠٢٦
confluent-cloud-cdc-tableflow
مطوّرو البرمجيات

Set up end-to-end Change Data Capture (CDC) pipelines on Confluent Cloud using Debezium source connectors, Flink for transformation, and Tableflow for data lake integration. Supports JSON_SR, Avro, and Protobuf formats. Handles schemaless topics (plain JSON…

٦ يوليو ٢٠٢٦
developing-kafka-python-client
مطوّرو البرمجيات

Use when the user wants to build a Python Kafka producer or consumer, add Schema Registry to existing Python code, migrate from raw JSON to schema-backed serialization, or scaffold a confluent-kafka-python project for Confluent Cloud, local Docker, or…

٦ يوليو ٢٠٢٦
flink-udf
مطوّرو البرمجيات

Build and deploy Apache Flink user-defined functions (UDFs) in Java for stream processing over Kafka. Use this skill when users want to create scalar UDFs, user-defined table functions (UDTFs), or process table functions (PTFs) in Java, deploy them to…

٦ يوليو ٢٠٢٦
عرض 8 من أصل ١٥ skills مجمعة.
mocha
محللو ضمان جودة البرمجيات والمختبرون

Use when the user asks about Mocha test runner APIs and patterns for unit tests. Triggers on questions like "Mocha hooks", "before/after setup", "describe/it structure", "async tests in Mocha", "test timeouts", ".only/.skip", "how to run a specific test", or…

٢٧ أبريل ٢٠٢٦
playwright
محللو ضمان جودة البرمجيات والمختبرون

Use when the user asks about Playwright APIs, selectors, assertions, or patterns for E2E or functional tests. Triggers on questions like "how to click a button in Playwright", "Playwright locator", "page.waitFor", "expect toBeVisible", "Playwright test…

٢٧ أبريل ٢٠٢٦
playwright-triage
محللو ضمان جودة البرمجيات والمختبرون

Use when E2E Playwright tests fail, CI reports test failures, the user mentions "triage", "test failed", "flaky test", or wants to debug Electron/Playwright test results. Also use when investigating trace.zip files, test screenshots, or Playwright HTML report…

٢٧ أبريل ٢٠٢٦
pr-review
محللو ضمان جودة البرمجيات والمختبرون

Reviews pull requests for this VS Code extension. Use when reviewing PRs, doing self-review before sharing with the team, or when user mentions "review PR", "review changes", "self-review", or "check my PR". Focuses on project-specific patterns and critical…

٢٧ أبريل ٢٠٢٦
sinon
محللو ضمان جودة البرمجيات والمختبرون

Use when the user asks about Sinon stubbing, spying, mocking, or test double APIs for unit tests. Triggers on questions like "how do I stub this", "Sinon fake timers", "spy vs stub", "sandbox usage", "assert.calledWith", "stub.resolves", "sinon.match", or…

٢٧ أبريل ٢٠٢٦
vscode-api
مطوّرو البرمجيات

Use when the user asks about VS Code API definitions, methods, interfaces, events, types, or wants to understand what VS Code APIs are available. Triggers on questions like "what does vscode.X do", "how to use VS Code API", "VS Code type definition", or…

٢٧ أبريل ٢٠٢٦
عرض ٨ من أصل ٨ مستودعات
تم تحميل كل المستودعات