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
6mo 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

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.

not rated 2 6mo ago A 31 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.

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

nft-standards

150

sileo-oss/agentflow-community

Skill Claude CodeCodex

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

not rated 2 6mo ago A 31 tokens ODbL-1.0

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.

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

rust-async-patterns

154

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

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

track-management

155

sileo-oss/agentflow-community

Skill Claude CodeCodex

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

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

uv-package-manager

156

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.

not rated 2 6mo ago C 42 tokens ODbL-1.0

backend-development

157

sileo-oss/agentflow-community

Skill Claude CodeCodex

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability…

not rated 2 6mo ago A 135 tokens ODbL-1.0

react-modernization

158

sileo-oss/agentflow-community

Skill Claude CodeCodex

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

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

react-native-design

160

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.

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

async-python-patterns

162

sileo-oss/agentflow-community

Skill Claude CodeCodex

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

not rated 2 6mo ago A 42 tokens ODbL-1.0

python-anti-patterns

163

sileo-oss/agentflow-community

Skill Claude CodeCodex

Common Python anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.

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

python-code-style

165

sileo-oss/agentflow-community

Skill Claude CodeCodex

Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.

not rated 2 6mo ago A 42 tokens ODbL-1.0

python-configuration

166

sileo-oss/agentflow-community

Skill Claude CodeCodex

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.

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

sileo-oss/agentflow-community

Skill Claude CodeCodex

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.

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

python-error-handling

168

sileo-oss/agentflow-community

Skill Claude CodeCodex

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

not rated 2 6mo ago B 43 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: