Skill Claude CodeCodex
Svelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering.
Skill Claude CodeCodex
Svelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering.
Instructions file
Instructions for bobmatnyc/claude-mpm-skills, covering claude code instructions for claude-mpm-skills project, ⚠️ critical: this is a skills repository, skill creation workflow, step 1: initialize new skill and interactive mode.
Skill Claude CodeCodex
ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY).
Skill Claude CodeCodex
Example of a properly self-contained skill following all best practices.
Skill Claude CodeCodex
DSPy declarative framework for automatic prompt optimization treating prompts as code with systematic evaluation and compilers.
Skill Claude CodeCodex
LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications.
Skill Claude CodeCodex
LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.
Skill Claude CodeCodex
Local LLM operations with Ollama on Apple Silicon, including setup, model pulls, chat launchers, benchmarks, and diagnostics.
Skill Claude CodeCodex
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
Skill Claude CodeCodex
Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities.
Skill Claude CodeCodex
LinkedIn automation via the Linked API CLI - fetch profiles, search people and companies, send messages, manage connections, create posts, react, comment, and run Sales Navigator and custom workflows. Use when the user wants to interact with LinkedIn.
Skill Claude CodeCodex
OpenRouter unified AI API - Access 200+ LLMs through single interface with intelligent routing, streaming, cost optimization, and model fallbacks.
Skill Claude CodeCodex
Xquik X data automation API - Use REST or MCP for tweet search, user lookup, follower exports, media downloads, monitors, webhooks, giveaway draws, and confirmation-gated X actions.
Skill Claude CodeCodex
AI session compression techniques for managing multi-turn conversations efficiently through summarization, embedding-based retrieval, and intelligent context management.
Skill Claude CodeCodex
Vector search indexing and querying workflows using MCP Vector Search, including setup, reindexing, auto-index strategies, and MCP integration.
Skill Claude CodeCodex
MongoDB - NoSQL document database with flexible schema design, aggregation pipelines, indexing strategies, and Spring Data integration.
Skill Claude CodeCodex
Ecto patterns for Phoenix/Elixir apps. Covers schemas, changesets, migrations, queries, Ecto.Multi, transactions, constraints, associations, pagination, tenant partitioning, performance, and testing.
Skill Claude CodeCodex
Phoenix controllers, JSON APIs, Channels, and Presence on the BEAM.
Skill Claude CodeCodex
Phoenix Framework with LiveView on the BEAM.
Skill Claude CodeCodex
Phoenix operations and deployment: releases, runtime configuration, clustering, libcluster, telemetry/logging, secrets, assets, background jobs, and production hardening on the BEAM.
Skill Claude CodeCodex
Building production-quality CLI tools with Cobra command framework and Viper configuration management.
Skill Claude CodeCodex
Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls.
Skill Claude CodeCodex
Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate.
Skill Claude CodeCodex
Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn.