skills/sickn33/ai-ml/SKILL.md
AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features.
npx skillsauth add aiskillstore/marketplace ai-mlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive AI/ML workflow for building LLM applications, implementing RAG systems, creating AI agents, and developing machine learning pipelines. This bundle orchestrates skills for production AI development.
Use this workflow when:
ai-product - AI product developmentai-engineer - AI engineeringai-agents-architect - Agent architecturellm-app-patterns - LLM patternsUse @ai-product to design AI-powered features
Use @ai-agents-architect to design multi-agent system
llm-application-dev-ai-assistant - AI assistant developmentllm-application-dev-langchain-agent - LangChain agentsllm-application-dev-prompt-optimize - Prompt engineeringgemini-api-dev - Gemini APIUse @llm-application-dev-ai-assistant to build conversational AI
Use @llm-application-dev-langchain-agent to create LangChain agents
Use @llm-application-dev-prompt-optimize to optimize prompts
rag-engineer - RAG engineeringrag-implementation - RAG implementationembedding-strategies - Embedding selectionvector-database-engineer - Vector databasessimilarity-search-patterns - Similarity searchhybrid-search-implementation - Hybrid searchUse @rag-engineer to design RAG pipeline
Use @vector-database-engineer to set up vector search
Use @embedding-strategies to select optimal embeddings
autonomous-agents - Autonomous agent patternsautonomous-agent-patterns - Agent patternscrewai - CrewAI frameworklanggraph - LangGraphmulti-agent-patterns - Multi-agent systemscomputer-use-agents - Computer use agentsUse @crewai to build role-based multi-agent system
Use @langgraph to create stateful AI workflows
Use @autonomous-agents to design autonomous agent
ml-engineer - ML engineeringmlops-engineer - MLOpsmachine-learning-ops-ml-pipeline - ML pipelinesml-pipeline-workflow - ML workflowsdata-engineer - Data engineeringUse @ml-engineer to build machine learning pipeline
Use @mlops-engineer to set up MLOps infrastructure
langfuse - Langfuse observabilitymanifest - Manifest telemetryevaluation - AI evaluationllm-evaluation - LLM evaluationUse @langfuse to set up LLM observability
Use @evaluation to create evaluation framework
prompt-engineering - Prompt securitysecurity-scanning-security-sast - Security scanningdevelopment - Application developmentdatabase - Data managementcloud-devops - Infrastructuretesting-qa - AI testingdevelopment
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.