Skip to content

Instantly share code, notes, and snippets.

View ssk090's full-sized avatar
:electron:
Playing with VS Code

Shivananda Sai ssk090

:electron:
Playing with VS Code
View GitHub Profile
@ssk090
ssk090 / default.md
Created July 8, 2025 19:57 — forked from cablej/default.md
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.
@ssk090
ssk090 / admin.ts
Last active November 14, 2024 06:50
Kafka Implementation using Typescript
import { kafka } from "./client";
async function init() {
const admin = kafka.admin();
console.log("Admin connecting...");
await admin.connect();
console.log("Admin connected");
console.log("Creating topics...");
await admin.createTopics({