AgentStack
Harmeet10000 avatar

Harmeet10000

38 listings · 0 installs

Open-source publisher. Listings imported from github.com/Harmeet10000 — credited to the original author with their license.

↗ github.com/Harmeet10000
38 results
Self-run
SKILL

Dotnet Pinvoke

>

0
10
Free
Self-run
SKILL

Dotnet Design Pattern Review

Review the C#/.NET code for design pattern implementation and suggest improvements.

0
18
Free
Self-run
MCP

AgentNexus LangChain FastAPI

Langchain FastAPI server

0
9
Free
Self-run
SKILL

Microservices Patterns

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

0
16
Free
Self-run
SKILL

Deep Agents Core

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

0
14
Free
Self-run
SKILL

Msbuild Antipatterns

Catalog of MSBuild anti-patterns with detection rules and fix recipes. Only activate in MSBuild/.NET build context. USE FOR: reviewing, auditing, or cleaning up .csproj, .vbproj, .fsproj, .props, .targets, or .proj files. Each anti-pattern has a symptom, explanation, and concrete BAD→GOOD transformation. Covers Exec-instead-of-built-in-task, unquoted conditions, hardcoded paths, restating SDK def…

0
11
Free
Self-run
SKILL

Cqrs Implementation

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

0
16
Free
Self-run
SKILL

Dotnet Backend Patterns

Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.

0
18
Free
Self-run
SKILL

Run Tests

>

0
10
Free
Self-run
SKILL

Dotnet Timezone

.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code.

0
8
Free
Self-run
SKILL

Dotnet 10 Csharp 14

Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax

0
15
Free
Self-run
SKILL

New Modular Project

Creates a new Mojo or MAX project. Use when wanting to start a new Mojo or MAX project, initializing the Pixi or UV environment to use Mojo or MAX, or when the user wants to begin a new Mojo or MAX project from scratch.

0
14
Free
Self-run
SKILL

Csharp Docs

Ensure that C# types are documented with XML comments and follow best practices for documentation.

0
13
Free
Self-run
SKILL

Async Python Patterns

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.

0
16
Free
Self-run
SKILL

Dotnet Aot Compat

>

0
7
Free
Self-run
SKILL

Csharp Xunit

Get best practices for XUnit unit testing, including data-driven tests

0
12
Free
Self-run
SKILL

Crawl4ai

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 efficient, LLM-free extraction.

0
17
Free
Self-run
SKILL

Memory Safety Patterns

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.

0
14
Free
Self-run
SKILL

Ai Music Generation

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 content, game soundtracks, podcasts, royalty-free music. Triggers: music generat…

0
16
Free
Self-run
SKILL

Deep Agents Orchestration

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

0
15
Free
Self-run
SKILL

Csharp Mstest

Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests

0
11
Free
Self-run
SKILL

Speech To Text

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

0
9
Free
Self-run
SKILL

Langchain Fundamentals

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

0
20
Free
Self-run
SKILL

Langchain Dependencies

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 Python and TypeScript.

0
9
Free
Self-run
SKILL

Framework Selection

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.

0
16
Free
Self-run
SKILL

Fastapi

FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the latest features and patterns, updated with new versions. Write new code or refactor and update old code.

0
13
Free
Self-run
SKILL

Dotnet Best Practices

Ensure .NET/C# code meets best practices for the solution/project.

0
14
Free
Self-run
SKILL

Mojo Python Interop

Aids in writing Mojo code that interoperates with Python using current syntax and conventions. Use this skill in addition to mojo-syntax when writing Mojo code that interacts with Python, calls Python libraries from Mojo, or exposes Mojo types/functions to Python. Also use when the user wants to build Python extension modules in Mojo, wrap Mojo structs for Python consumption, or convert between P…

0
12
Free
Self-run
SKILL

Deep Agents Memory

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

0
13
Free
Self-run
SKILL

Langchain Middleware

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.

0
16
Free
Self-run
SKILL

Langsmith Dataset

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

0
17
Free
Self-run
SKILL

Msbuild Modernization

Guide for modernizing and migrating MSBuild project files to SDK-style format. Only activate in MSBuild/.NET build context. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.config to PackageReference, removing Properties/AssemblyInfo.cs in favor of auto-generation, eliminating explicit <Compile Include> lists via implicit globbing, consolidating shared…

0
10
Free
Self-run
SKILL

Csharp Async

Get best practices for C# async programming

0
13
Free
Self-run
SKILL

Mojo Gpu Fundamentals

The basics of how to program GPUs using Mojo. Use this skill in addition to mojo-syntax when writing Mojo code that targets GPUs or other accelerators. Use targeting code to NVIDIA, AMD, Apple silicon GPUs, or others. Use this skill to overcome misconceptions about how Mojo GPU code is written.

0
14
Free
Self-run
SKILL

Csharp Nunit

Get best practices for NUnit unit testing, including data-driven tests

0
16
Free
Self-run
SKILL

Mojo Syntax

Help to write Mojo code using current syntax and conventions. Always use this skill when writing any Mojo code, including when other Mojo-specific skills (e.g., mojo-gpu-fundamentals) also apply. Use when writing Mojo code, translating projects to Mojo, or otherwise generating Mojo. Use this skill to overcome misconceptions with how Mojo is written.

0
14
Free
Self-run
SKILL

Langsmith Evaluator

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 the langsmith CLI tool.

0
16
Free
Self-run
SKILL

Langsmith Trace

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.

0
19
Free
You've reached the end · 38 loaded