awesome-ai-dev

51 mods across 1 repository, 11 stars between them.

python-data

25

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

A set of Python data-science guidelines and examples for working with tables and arrays, training machine-learning models, and creating charts. It covers Pandas, NumPy, scikit-learn, PyTorch, Matplotlib, and Seaborn.

11 5mo ago A 0 tokens original MIT

python-fastapi

26

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

A set of development rules for building FastAPI web services in Python, including request validation with Pydantic version 2, routing, database access, authentication, asynchronous code, and dependency injection.

11 5mo ago A 0 tokens original MIT

react

27

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

React 开发规范 - Actions/use()/Server Actions/useOptimistic/并发特性.

11 5mo ago A 0 tokens original MIT

rust

28

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

Development guidelines for Rust, a programming language designed to catch many memory and data-sharing errors during compilation. They cover ownership, lifetimes, error handling, concurrency, performance, and project structure.

11 5mo ago A 0 tokens original MIT

testing

29

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

A testing guide covering unit tests for individual pieces of code, integration tests for connected parts, and end-to-end tests for complete user flows. It includes Vitest, React Testing Library, and Playwright examples.

11 5mo ago A 0 tokens original MIT

typescript

30

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

A set of TypeScript coding rules covering types, interfaces, generics, and built-in utility types. It also recommends strict checking, avoiding `any`, and using type inference.

11 5mo ago A 0 tokens original MIT

vue3

31

awesome-ai-dev/awesome-ai-dev

Cursor rule Cursor

A set of coding rules for Vue 3, a JavaScript framework for building web interfaces. It covers the Composition API, reactive data, typed component properties, Pinia state management, and VueUse utilities.

11 5mo ago A 0 tokens original MIT

ai-agent

32

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

AI Agent - OpenAI Agents SDK/LangChain Agents/工具调用/记忆机制.

11 5mo ago A 21 tokens original MIT

ai-llm

33

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A collection of guidance and examples for building applications with large language models such as OpenAI and Claude. It also covers prompt design and reducing the amount of conversation text sent to a model.

11 5mo ago A 23 tokens original MIT

ai-rag

34

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A guide to building retrieval-augmented generation systems, which find relevant documents before a language model writes an answer.

11 5mo ago A 23 tokens original MIT

backend-cache

36

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A guide to caching data with Redis, Memcached, or local storage. It covers common patterns such as temporary expiry, keeping cached data updated, and locks that prevent conflicting work.

11 5mo ago A 14 tokens original MIT

code-review

38

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A code-review guide for checking source code quality, security, performance, and common coding practices.

11 5mo ago A 28 tokens original MIT

database

39

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A database guide covering PostgreSQL, MySQL, Prisma, Drizzle, indexes, pagination, transactions, and query performance. It includes patterns for loading related data and carrying out bulk operations.

11 5mo ago A 26 tokens original MIT

deploy

40

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A deployment guide for putting applications on servers and cloud platforms. It covers CI/CD, which automates testing and releases, along with Docker, Kubernetes, Nginx, PM2, and system services.

11 5mo ago A 16 tokens original MIT

devops-infra

42

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A guide to managing servers and cloud resources with Terraform, Ansible, and the AWS command-line tools. Infrastructure as code means storing this setup in version-controlled configuration files.

11 5mo ago A 17 tokens original MIT

docker

44

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

Docker 专家 - Dockerfile/镜像优化/Compose/Kubernetes.

11 5mo ago A 16 tokens original MIT

mobile

48

awesome-ai-dev/awesome-ai-dev

Skill Claude CodeCodexCursor

A mobile-development guide for React Native, Flutter, iOS, and Android. React Native and Flutter can share much of an app’s code across mobile platforms, while iOS and Android also support their native languages and UI tools.

11 5mo ago A 15 tokens original MIT