sqlalchemy-2-async
π―Skillfrom yonatangross/orchestkit
Converts SQLAlchemy 2.0 database interactions to asynchronous implementations, enabling non-blocking database operations with modern Python async patterns.
Installation
npx skills add https://github.com/yonatangross/orchestkit --skill sqlalchemy-2-asyncSkill Details
Overview
# OrchestKit Claude Plugin 179 skills Β· 35 agents Β· 150 hooks Β· 33 modular plugins [](https://claude.ai/claude-code) [](./skills) [](./agents) [](./hooks) [](./LICENSE) [](https://github.com/yonatangross/orchestkit) [Why OrchestKit?](#why-orchestkit) Β· [Quick Start](#quick-start) Β· [Commands](#commands) Β· [Skills](#skills) Β· [Agents](#agents) Β· [FAQ](#faq)Stop explaining your stack. Start shipping.
---
Quick Start
```bash
# Install in 30 seconds
/plugin marketplace add yonatangross/orchestkit
/plugin install ork
# Verify installation
/ork:doctor
```
That's it. Skills auto-activate based on your prompts. Hooks protect your code automatically.
---
Why OrchestKit?
The Problem: Every Claude Code session starts from zero. You explain your stack, your patterns, your preferencesβagain and again.
The Solution: OrchestKit gives Claude persistent knowledge of 163 production patterns, 34 specialized agents, and 147 security/quality hooks that work automatically.
Without OrchestKit ``` π© "Use FastAPI with async SQLAlchemy 2.0..." π© "Remember cursor pagination, not offset..." π© "Don't commit to main branch..." π© "Run tests before committing..." ``` With OrchestKit ``` β¨ "Create an API endpoint" β Done right β¨ Agents know your patterns already β¨ Hooks block bad commits automatically β¨ /ork:commit runs tests for you ```
---
How It Works
```
YOUR PROMPT
β
βββββββββββββββββββββββΌββββββββββββββββββββββ
β β β
βΌ βΌ βΌ
βββββββββββββββββ βββββββββββββββββ βββββββββββββββββ
β π‘οΈ HOOKS β β π SKILLS β β π€ AGENTS β
β β β β β β
β Security gate β β Pattern libs β β Specialists β
β Git protect β β Best practice β β Auto-activate β
β Quality check β β Code templatesβ β Domain expert β
β β β β β β
β 150 hooks β β 179 skills β β 35 agents β
βββββββββ¬ββββββββ βββββββββ¬ββββββββ βββββββββ¬ββββββββ
β β β
β βββββββββββββββββ΄ββββββββββββββββ β
β β β β
βΌ βΌ βΌ βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β β PRODUCTION-READY CODE β
β β
β β’ Follows your stack's patterns β
β β’ Security validated β
β β’ Tests included β
β β’ Ready to commit β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
Lifecyc
More from this repository10
Provides a comprehensive Claude Code plugin ecosystem with pre-configured production patterns, specialized agents, and automated hooks to streamline development workflows and reduce repetitive setu...
Automatically scans codebases for security vulnerabilities, misconfigurations, and potential exploits across multiple programming languages and frameworks
Identifies and recommends safety patterns and best practices for implementing large language model (LLM) interactions to mitigate potential risks, security vulnerabilities, and ethical concerns in ...
Implements the Outbox Pattern for reliable message publishing, ensuring transactional message delivery by storing messages in a local database before sending them to external message queues or syst...
Enhances security by automatically implementing multiple layers of protective measures and validation checks across different stages of code development and deployment.
Enhances prompt engineering workflows by providing advanced techniques, templates, and evaluation tools for crafting, refining, and optimizing AI prompts across different contexts and use cases.
Provisions and configures Minecraft server infrastructure automatically, handling server setup, configuration, and deployment tasks with predefined templates and best practices.
Manages concurrent access to shared resources across distributed systems by providing atomic locking mechanisms to prevent race conditions and ensure data consistency.
Based on the context of the OrchestKit repository and the skill being named "temporal-io", the skill likely: Manages and orchestrates distributed workflow execution and state management using Temp...
Reviews pull requests, checks code quality, validates changes, and provides automated feedback on potential issues and improvements