sileo-oss/agentflow-community

Community collections for AgentFlow - AI prompts and workflows

This repository also configures its own agents. See what agentflow-community tells them →

2Stars on the repository
181Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
ODbL-1.0Licence, which decides whether bodies are shown

sileo-oss/agentflow-community

Skill Claude CodeCodex

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

not rated 2 5mo ago A 37 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

not rated 2 5mo ago A 35 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

not rated 2 5mo ago A 45 tokens ODbL-1.0

llm-evaluation

52

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.

not rated 2 5mo ago A 40 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.

not rated 2 5mo ago A 48 tokens ODbL-1.0

rag-implementation

54

sileo-oss/agentflow-community

Skill Claude CodeCodex

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

not rated 2 5mo ago A 49 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

not rated 2 5mo ago A 30 tokens ODbL-1.0

vector-index-tuning

56

sileo-oss/agentflow-community

Skill Claude CodeCodex

Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.

not rated 2 5mo ago A 36 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

not rated 2 5mo ago A 47 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.

not rated 2 5mo ago A 50 tokens ODbL-1.0

mtls-configuration

59

sileo-oss/agentflow-community

Skill Claude CodeCodex

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

not rated 2 5mo ago A 38 tokens ODbL-1.0

secrets-management

60

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

not rated 2 5mo ago A 39 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

not rated 2 5mo ago A 41 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

not rated 2 5mo ago A 40 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

not rated 2 5mo ago A 46 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

not rated 2 5mo ago C 36 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

not rated 2 5mo ago A 43 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.

not rated 2 5mo ago A 40 tokens ODbL-1.0

cqrs-implementation

67

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

not rated 2 5mo ago A 35 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

not rated 2 5mo ago A 43 tokens ODbL-1.0

dependency-upgrade

69

sileo-oss/agentflow-community

Skill Claude CodeCodex

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

not rated 2 5mo ago A 37 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

not rated 2 5mo ago A 43 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

not rated 2 5mo ago A 38 tokens ODbL-1.0

parallel-debugging

72

sileo-oss/agentflow-community

Skill Claude CodeCodex

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.

not rated 2 5mo ago A 44 tokens ODbL-1.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: