fix(llm-application-dev): add command frontmatter for slash command registration v2.0.1

This commit is contained in:
Seth Hobson
2026-01-19 16:26:41 -05:00
parent 1e54d186fe
commit 16f8e8c66e
6 changed files with 18 additions and 3 deletions

View File

@@ -342,7 +342,7 @@
"name": "llm-application-dev", "name": "llm-application-dev",
"source": "./plugins/llm-application-dev", "source": "./plugins/llm-application-dev",
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.5 and GPT-5.2", "description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.5 and GPT-5.2",
"version": "2.0.0", "version": "2.0.1",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",
"url": "https://github.com/wshobson" "url": "https://github.com/wshobson"

View File

@@ -144,7 +144,7 @@ Specialized knowledge packages following Anthropic's progressive disclosure arch
**Development & Architecture:** **Development & Architecture:**
- **Backend** (3 skills): API design, architecture patterns, microservices - **Backend** (3 skills): API design, architecture patterns, microservices
- **LLM Applications** (4 skills): LangChain, prompt engineering, RAG, evaluation - **LLM Applications** (8 skills): LangGraph, prompt engineering, RAG, evaluation, embeddings, similarity search, vector tuning, hybrid search
**Blockchain & Web3** (4 skills): DeFi protocols, NFT standards, Solidity security, Web3 testing **Blockchain & Web3** (4 skills): DeFi protocols, NFT standards, Solidity security, Web3 testing

View File

@@ -1,6 +1,6 @@
{ {
"name": "llm-application-dev", "name": "llm-application-dev",
"version": "2.0.0", "version": "2.0.1",
"description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures. Updated for LangChain 1.x, Claude 4.5, and GPT-5.2.", "description": "LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures. Updated for LangChain 1.x, Claude 4.5, and GPT-5.2.",
"author": { "author": {
"name": "Seth Hobson", "name": "Seth Hobson",

View File

@@ -1,3 +1,8 @@
---
description: "Build AI assistant application with NLU, dialog management, and integrations"
argument-hint: "<assistant-type> [options]"
---
# AI Assistant Development # AI Assistant Development
You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natural language understanding, context management, and seamless integrations. You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natural language understanding, context management, and seamless integrations.

View File

@@ -1,3 +1,8 @@
---
description: "Create LangGraph-based agent with modern patterns"
argument-hint: "<agent-type> [options]"
---
# LangChain/LangGraph Agent Development Expert # LangChain/LangGraph Agent Development Expert
You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph. You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph.

View File

@@ -1,3 +1,8 @@
---
description: "Optimize prompts for production with CoT, few-shot, and constitutional AI patterns"
argument-hint: "<prompt-text-or-file>"
---
# Prompt Optimization # Prompt Optimization
You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimization. You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimization.