LangSmith tracing and debugging setup for LLM applications. Configure observability, capture traces, and enable debugging for LangChain/LangGraph agents.
Skills(SKILL.md)は、AIエージェント(Claude Code、Cursor、Codexなど)に特定の能力を追加するための設定ファイルです。
詳しく見る →LangSmith tracing and debugging setup for LLM applications. Configure observability, capture traces, and enable debugging for LangChain/LangGraph agents.
LlamaIndex agent and query engine setup for RAG-powered agents
Mem0 memory layer integration for AI agents. Implement persistent, semantic memory for long-term context retention and personalization.
Token-efficient prompt compression techniques for cost optimization
Structured prompt template creation with variables, formatting, and version control
Qdrant vector database with filtering, payloads, and quantization support
Document chunking with multiple strategies including semantic, recursive, and fixed-size chunking
Hybrid search combining semantic and keyword retrieval for RAG pipelines. Implement BM25 + dense vector search with fusion strategies.
Query expansion, HyDE, and multi-query generation for improved retrieval
spaCy NER model training and entity extraction for conversational AI
Automated Big-O complexity analysis of code and algorithms. Performs static analysis of loop structures, recursive call trees, space complexity estimation, and amortized analysis with detailed derivation documents.
Generate clear explanations of algorithm solutions
>
Generate argparse-based Python CLI applications with subparsers, type converters, and standard library patterns. Creates lightweight Python CLIs without external dependencies.
Create consistent chalk-based color and styling system for CLI output with themes, semantic colors, and formatting utilities.
Generate Click-based Python CLI applications with decorators, groups, context, and modern Python patterns. Creates complete scaffolded CLI with proper project structure.
Generate Cobra/Viper-based Go CLI applications with persistent flags, subcommands, and configuration management. Creates production-ready Go CLI with modern patterns.
Generate Commander.js CLI project structure with TypeScript, commands, options, and best practices. Creates a complete scaffolded CLI application ready for development.
Generate environment variable to CLI argument mapping with prefix support, type conversion, and fallback chains for configuration.
Generate getopts-based argument parsing for shell scripts with short/long options and validation.
Set up goreleaser for Go release automation with cross-compilation and publishing.
Generate interactive command-line prompts using Inquirer.js with validation, conditional logic, and custom renderers. Creates user-friendly input collection flows for CLI applications.
Generate MCP capability declarations from tool and resource inventory with proper versioning and feature flags.
Map application errors to MCP error codes with proper messages, error types, and recovery suggestions.
Design and implement MCP resource URI schemes and templates with proper naming, hierarchy, and documentation.
Bootstrap MCP server with Python SDK, transport configuration, tool/resource handlers, and proper project structure.
Bootstrap MCP (Model Context Protocol) servers with the official TypeScript SDK. Creates complete server implementations with transport layer, tools, resources, and proper error handling.
Generate JSON Schema definitions for MCP tool input parameters. Creates well-documented, AI-consumable schemas with proper types, descriptions, and validation rules.
Generate logic for handling mutually exclusive argument groups with clear error messages and validation in CLI applications.
Configure npm publishing with proper bin entry, files, and registry settings.
Generate oclif CLI framework projects with plugin support, topics, hooks, and TypeScript. Creates enterprise-grade CLI applications with extensibility.
Generate shell completion scripts for bash, zsh, and fish from CLI command definitions. Creates intelligent completions with argument suggestions, file completions, and dynamic values.
Generate .shellcheckrc configuration with appropriate rules, exclusions, and severity settings for shell script linting.
Generate Textual (Python) TUI application structure with widgets, screens, and CSS styling.
Generate trap handlers for cleanup, signal handling, and graceful shutdown in shell scripts.
Generate Yargs-based CLI applications with commands, positional args, middleware, and TypeScript support. Creates a complete scaffolded CLI application with modern patterns.
Analyze API changes for backward compatibility with breaking change detection and consumer impact assessment
Discover and document existing API endpoints from code, logs, and traffic analysis
Analyze and visualize software architecture patterns, dependencies, and module boundaries for migration planning
Migrate build systems to modern alternatives with build file conversion and CI/CD integration
Generate characterization tests to capture and verify existing behavior before migration
Estimate cloud costs for migration targets with resource sizing and optimization recommendations
Assess application readiness for cloud migration with 6Rs classification and cloud-native compliance checking
Execute automated AST-based code transformations for large-scale refactoring and migration
Validate compliance during migration with rule checking, audit trails, and security control validation
Migrate configuration files between formats and versions with environment variable extraction
Assist in containerizing applications with Dockerfile generation and optimization
Generate contract tests for API migrations with consumer-driven contracts and provider verification
Validate data integrity during and after migration with comprehensive verification checks
Identify and safely remove dead, unused, and unreachable code from codebases