https://github.com/interaction-dynamics/awesome-prompts-ai
A curated list of documentation for prompts and ai
https://github.com/interaction-dynamics/awesome-prompts-ai
List: awesome-prompts-ai
Last synced: 13 days ago
JSON representation
A curated list of documentation for prompts and ai
- Host: GitHub
- URL: https://github.com/interaction-dynamics/awesome-prompts-ai
- Owner: interaction-dynamics
- Created: 2026-01-19T12:53:47.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-05-22T14:53:07.000Z (about 1 month ago)
- Last Synced: 2026-05-22T19:54:27.057Z (about 1 month ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Prompts AI
Curated list of prompts and AI documentation
- [AI gateway](https://vercel.com/ai-gateway)
- [AI Agents orchestrator](https://botpress.com/)
- [article about ai agents orchestration](https://botpress.com/blog/ai-agent-orchestration)
- [Remoto](https://www.remoto.sh/): to control your terminal from your mobile phone
- [Claude code write/edit](https://ai-sdk.dev/providers/community-providers/claude-code)
- [Github mcp server](https://github.com/github/github-mcp-server)
- [Python atomic agents framework](https://github.com/BrainBlend-AI/atomic-agents)
- [Reddit about AI Agent framework](https://www.reddit.com/r/AI_Agents/comments/1kjowzp/whats_the_best_framework_for_productiongrade_ai)
- [Praison AI Agents framework](https://docs.praison.ai/)
- [KaibanJS AI Agents framework](https://docs.kaibanjs.com/)
- [MastraAI](https://mastra.ai)
- [Claude Code Skills](https://code.claude.com/docs/en/skills)
## Claude Code Skills
Prompts, plugins, and skills to extend Claude Code's capabilities.
1. **[Superpowers](https://github.com/obra/superpowers)** — An agentic skills framework & software development methodology shipped as a folder of markdown files; 14 skills covering brainstorming, TDD, planning, and more. 150K+ GitHub stars.
2. **[Frontend Design](https://claude.com/plugins/frontend-design)** *(by Anthropic)* — Official Anthropic skill that pushes Claude to make deliberate aesthetic choices before writing any code; bans overused fonts and enforces bold typography, purposeful color, and intentional animation. 277K+ installs.
3. **[Code Review](https://claude.com/plugins/code-review)** *(by Anthropic)* — Official Anthropic code review plugin; multiple agents analyze diffs in parallel, each looking for a different class of issue, then post inline PR comments ranked by severity.
4. **[Security Review](https://github.com/anthropics/claude-code-security-review)** *(by Anthropic)* — AI-powered GitHub Action that runs on every PR to detect SQL injection, XSS, auth flaws, and other vulnerabilities; also available as a `/security-review` slash command in the terminal.
5. **[Claude Mem](https://github.com/thedotmack/claude-mem)** — Persistent memory MCP plugin that captures session context (architecture decisions, conventions, bug fixes) and injects relevant memories at the start of future sessions. Everything stored locally in `.claude-mem/`.
6. **[claude-stack-plugin](https://github.com/bdarbaz/claude-stack-plugin)** — Unified plugin that merges Superpowers, GSD, Compound, and more into one install; ships 27 skills, 12 agents, 6 hooks, and 8 rules under a single `/s:` namespace.
7. **[deepsec](https://www.npmjs.com/package/deepsec)** (`npx deepsec`) — Zero-config security scanner for Claude Code projects; runs via `npx deepsec` to audit your codebase for secrets, misconfigurations, and vulnerabilities without any install step.
## Token Optimization
Tools and techniques to reduce token usage and context size.
1. **[Caveman Claude](https://lnkd.in/egZNirCW)** — Makes Claude talk like a caveman; slashes 75% of output tokens with zero loss in accuracy.
2. **[RTK (Rust Token Killer)](https://lnkd.in/eMYtBZYZ)** — A blazing fast proxy that filters terminal output; 60-90% reduction and completely dependency-free.
3. **[Code Review Graph](https://lnkd.in/eERHS2Si)** — Claude reads only what matters using a Tree-sitter graph; an unbelievable 49x token reduction on huge monorepos.
4. **[Context Mode](https://lnkd.in/eYKNAtss)** — Sandboxes raw output into SQLite instead of your context; a staggering 98% context reduction on logs & GitHub.
5. **[Claude Token Optimizer](https://lnkd.in/enUerETF)** — Brilliant setup prompts that optimize any project; 90% token savings, taking docs from 11K to 1.3K.
6. **[Token Optimizer](https://lnkd.in/eCgcwWMS)** — Hunts down the invisible ghost tokens eating your context; fully restores and protects your context quality.
7. **[Token Optimizer MCP](https://lnkd.in/eTieqZzR)** — Adds aggressive caching and compression to your MCP tools; 95%+ token reduction through pure intelligence.
8. **[Claude Context](https://lnkd.in/ewTqDbYh)** — Zilliz's hybrid vector search MCP; makes your entire codebase the context for 40% less cost.
9. **[Claude Token Efficient](https://lnkd.in/e6vCHuES)** — Just drop one CLAUDE.md file into your repo; enforces strict terseness with zero code changes.
10. **[Token Savior](https://lnkd.in/ed63xR3F)** — Navigates your code by symbols, not giant files; 97% reduction on code navigation with persistent memory.