A collection of AI workflow notes, configurations, and best practices for working with LLM-powered development tools. Contains reusable configurations, agent setups, prompt patterns, and project-specific instructions that can be adapted across different AI assistants and projects.
| Provider | Best For | Pricing |
|---|---|---|
| Claude — Anthropic | Deep reasoning, code analysis, long context, agentic workflows | Free tier + Pro ($20/mo) + Team/Enterprise |
| ChatGPT — OpenAI | General purpose, creative writing, coding, data analysis | Free tier + Plus ($20/mo) + Team/Enterprise |
| Gemini — Google | Google ecosystem integration, multimodal (images, video), large context | Free tier + Advanced ($20/mo) + Enterprise |
| Mistral — Mistral AI | Open-weight models, European data sovereignty, self-hosting | Free tier + Pay-per-use API + Enterprise |
| Qwen — Alibaba Cloud | Strong coding abilities, multilingual (especially CJK), open weights | Free tier + Pay-per-use API |
| DeepSeek — DeepSeek | Coding, math, reasoning — strong value for cost | Free tier + Pay-per-use API |
| Grok — xAI | Real-time X/Twitter data, uncensored responses | Free tier + Premium ($30/mo) |
| Copilot — Microsoft | Microsoft 365 integration, Office workflows, enterprise | Free tier + Pro ($20/mo) + Microsoft 365 |
| NotebookLM — Google | Document-based research, study notes, podcast generation from sources | Free |
| Perplexity — Perplexity AI | AI-powered search engine, real-time web research, sourced answers | Free tier + Pro ($20/mo) + Enterprise |
- OpenCode — Open-source AI coding assistant CLI
- Claude Code CLI — Anthropic's AI coding agent CLI
- skills.sh — Open agent skills ecosystem by Vercel. Reusable, installable capabilities for any agent (Claude Code, Gemini, Copilot, Cursor, Codex, Goose, and more). Install with
npx skills add <owner/repo>.