ai-ml
Original:🇺🇸 English
Translated
AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features.
5installs
Added on
NPX Install
npx skill4agent add sickn33/antigravity-awesome-skills ai-mlTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →AI/ML Workflow Bundle
Overview
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.
When to Use This Workflow
Use this workflow when:
- Building LLM-powered applications
- Implementing RAG (Retrieval-Augmented Generation)
- Creating AI agents
- Developing ML pipelines
- Adding AI features to applications
- Setting up AI observability
Workflow Phases
Phase 1: AI Application Design
Skills to Invoke
- - AI product development
ai-product - - AI engineering
ai-engineer - - Agent architecture
ai-agents-architect - - LLM patterns
llm-app-patterns
Actions
- Define AI use cases
- Choose appropriate models
- Design system architecture
- Plan data flows
- Define success metrics
Copy-Paste Prompts
Use @ai-product to design AI-powered featuresUse @ai-agents-architect to design multi-agent systemPhase 2: LLM Integration
Skills to Invoke
- - AI assistant development
llm-application-dev-ai-assistant - - LangChain agents
llm-application-dev-langchain-agent - - Prompt engineering
llm-application-dev-prompt-optimize - - Gemini API
gemini-api-dev
Actions
- Select LLM provider
- Set up API access
- Implement prompt templates
- Configure model parameters
- Add streaming support
- Implement error handling
Copy-Paste Prompts
Use @llm-application-dev-ai-assistant to build conversational AIUse @llm-application-dev-langchain-agent to create LangChain agentsUse @llm-application-dev-prompt-optimize to optimize promptsPhase 3: RAG Implementation
Skills to Invoke
- - RAG engineering
rag-engineer - - RAG implementation
rag-implementation - - Embedding selection
embedding-strategies - - Vector databases
vector-database-engineer - - Similarity search
similarity-search-patterns - - Hybrid search
hybrid-search-implementation
Actions
- Design data pipeline
- Choose embedding model
- Set up vector database
- Implement chunking strategy
- Configure retrieval
- Add reranking
- Implement caching
Copy-Paste Prompts
Use @rag-engineer to design RAG pipelineUse @vector-database-engineer to set up vector searchUse @embedding-strategies to select optimal embeddingsPhase 4: AI Agent Development
Skills to Invoke
- - Autonomous agent patterns
autonomous-agents - - Agent patterns
autonomous-agent-patterns - - CrewAI framework
crewai - - LangGraph
langgraph - - Multi-agent systems
multi-agent-patterns - - Computer use agents
computer-use-agents
Actions
- Design agent architecture
- Define agent roles
- Implement tool integration
- Set up memory systems
- Configure orchestration
- Add human-in-the-loop
Copy-Paste Prompts
Use @crewai to build role-based multi-agent systemUse @langgraph to create stateful AI workflowsUse @autonomous-agents to design autonomous agentPhase 5: ML Pipeline Development
Skills to Invoke
- - ML engineering
ml-engineer - - MLOps
mlops-engineer - - ML pipelines
machine-learning-ops-ml-pipeline - - ML workflows
ml-pipeline-workflow - - Data engineering
data-engineer
Actions
- Design ML pipeline
- Set up data processing
- Implement model training
- Configure evaluation
- Set up model registry
- Deploy models
Copy-Paste Prompts
Use @ml-engineer to build machine learning pipelineUse @mlops-engineer to set up MLOps infrastructurePhase 6: AI Observability
Skills to Invoke
- - Langfuse observability
langfuse - - Manifest telemetry
manifest - - AI evaluation
evaluation - - LLM evaluation
llm-evaluation
Actions
- Set up tracing
- Configure logging
- Implement evaluation
- Monitor performance
- Track costs
- Set up alerts
Copy-Paste Prompts
Use @langfuse to set up LLM observabilityUse @evaluation to create evaluation frameworkPhase 7: AI Security
Skills to Invoke
- - Prompt security
prompt-engineering - - Security scanning
security-scanning-security-sast
Actions
- Implement input validation
- Add output filtering
- Configure rate limiting
- Set up access controls
- Monitor for abuse
- Implement audit logging
AI Development Checklist
LLM Integration
- API keys secured
- Rate limiting configured
- Error handling implemented
- Streaming enabled
- Token usage tracked
RAG System
- Data pipeline working
- Embeddings generated
- Vector search optimized
- Retrieval accuracy tested
- Caching implemented
AI Agents
- Agent roles defined
- Tools integrated
- Memory working
- Orchestration tested
- Error handling robust
Observability
- Tracing enabled
- Metrics collected
- Evaluation running
- Alerts configured
- Dashboards created
Quality Gates
- All AI features tested
- Performance benchmarks met
- Security measures in place
- Observability configured
- Documentation complete
Related Workflow Bundles
- - Application development
development - - Data management
database - - Infrastructure
cloud-devops - - AI testing
testing-qa