Harmeet10000

60 mods across 1 repository, 7 stars between them.

ai-music-generation

01

Harmeet10000/skills

Skill Claude CodeCodex

Generate AI music and songs with Diffrythm, Tencent Song Generation via inference.sh CLI. Models: Diffrythm (fast song generation), Tencent Song Generation (full songs with vocals). Capabilities: text-to-music, song generation, instrumental, lyrics to song, soundtrack creation. Use for: background music, social media…

7 3mo ago C 137 tokens original MIT

crawl4ai

02

Harmeet10000/skills

Skill Claude CodeCodex

Complete toolkit for web crawling and data extraction using Crawl4AI. This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for…

7 3mo ago A 65 tokens original MIT

deep-agents-core

03

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when building ANY Deep Agents application. Covers createdeepagent(), harness architecture, SKILL.md format, and configuration options.

7 3mo ago A 36 tokens copy · 100% MIT

deep-agents-memory

04

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

7 3mo ago A 46 tokens copy · 100% MIT

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

7 3mo ago A 43 tokens copy · 95% MIT

Harmeet10000/skills

Skill Claude CodeCodex

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

7 3mo ago A 45 tokens original MIT

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both…

7 3mo ago A 70 tokens copy · 95% MIT

Harmeet10000/skills

Skill Claude CodeCodex

Create LangChain agents with createagent, define tools, and use middleware for human-in-the-loop and error handling.

7 3mo ago A 30 tokens copy · 100% MIT

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

7 3mo ago A 61 tokens copy · 100% MIT

langchain-rag

10

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

7 3mo ago A 52 tokens copy · 100% MIT

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

7 3mo ago A 43 tokens copy · 100% MIT

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

7 3mo ago A 55 tokens copy · 100% MIT

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, threadid, time travel, Store, and subgraph persistence modes.

7 3mo ago A 55 tokens copy · 100% MIT

langsmith-dataset

14

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when creating evaluation datasets, uploading datasets to LangSmith, or managing existing datasets. Covers dataset types (finalresponse, singlestep, trajectory, RAG), CLI management commands, SDK-based creation, and example management. Uses the langsmith CLI tool.

7 3mo ago C 61 tokens copy · 97% MIT

langsmith-evaluator

15

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses…

7 3mo ago C 83 tokens copy · 89% MIT

langsmith-trace

16

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

7 3mo ago C 40 tokens copy · 86% MIT

speech-to-text

17

Harmeet10000/skills

Skill Claude CodeCodex

Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.

7 3mo ago A 37 tokens original MIT

text-to-speech

18

Harmeet10000/skills

Skill Claude CodeCodex

Convert text to speech using ElevenLabs voice AI. Use when generating audio from text, creating voiceovers, building voice apps, or synthesizing speech in 70+ languages.

7 3mo ago A 40 tokens copy · 86% MIT

Harmeet10000/skills

Skill Claude CodeCodex

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

7 3mo ago A 40 tokens copy · 100% MIT

Harmeet10000/skills

Skill Claude CodeCodex

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

7 3mo ago A 42 tokens copy · 100% MIT

cqrs-implementation

21

Harmeet10000/skills

Skill Claude CodeCodex

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

7 3mo ago A 35 tokens copy · 100% MIT

framework-selection

22

Harmeet10000/skills

Skill Claude CodeCodex

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

7 3mo ago A 61 tokens copy · 92% MIT

Harmeet10000/skills

Skill Claude CodeCodex

Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.

7 3mo ago A 64 tokens copy · 97% MIT

Harmeet10000/skills

Skill Claude CodeCodex

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.

7 3mo ago A 45 tokens original MIT