{"id":50933123,"url":"https://github.com/interaction-dynamics/awesome-prompts-ai","last_synced_at":"2026-06-17T06:30:30.909Z","repository":{"id":359597298,"uuid":"1137496931","full_name":"interaction-dynamics/awesome-prompts-ai","owner":"interaction-dynamics","description":"A curated list of documentation for prompts and ai","archived":false,"fork":false,"pushed_at":"2026-05-22T14:53:07.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-22T19:54:27.057Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interaction-dynamics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-19T12:53:47.000Z","updated_at":"2026-05-05T11:37:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/interaction-dynamics/awesome-prompts-ai","commit_stats":null,"previous_names":["interaction-dynamics/awesome-prompts-ai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/interaction-dynamics/awesome-prompts-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interaction-dynamics%2Fawesome-prompts-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interaction-dynamics%2Fawesome-prompts-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interaction-dynamics%2Fawesome-prompts-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interaction-dynamics%2Fawesome-prompts-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interaction-dynamics","download_url":"https://codeload.github.com/interaction-dynamics/awesome-prompts-ai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interaction-dynamics%2Fawesome-prompts-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34437448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-17T06:30:28.783Z","updated_at":"2026-06-17T06:30:30.903Z","avatar_url":"https://github.com/interaction-dynamics.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awesome Prompts AI\n\nCurated list of prompts and AI documentation\n\n- [AI gateway](https://vercel.com/ai-gateway)\n- [AI Agents orchestrator](https://botpress.com/)\n- [article about ai agents orchestration](https://botpress.com/blog/ai-agent-orchestration)\n- [Remoto](https://www.remoto.sh/): to control your terminal from your mobile phone\n- [Claude code write/edit](https://ai-sdk.dev/providers/community-providers/claude-code)\n- [Github mcp server](https://github.com/github/github-mcp-server)\n- [Python atomic agents framework](https://github.com/BrainBlend-AI/atomic-agents)\n- [Reddit about AI Agent framework](https://www.reddit.com/r/AI_Agents/comments/1kjowzp/whats_the_best_framework_for_productiongrade_ai)\n- [Praison AI Agents framework](https://docs.praison.ai/)\n- [KaibanJS AI Agents framework](https://docs.kaibanjs.com/)\n- [MastraAI](https://mastra.ai)\n- [Claude Code Skills](https://code.claude.com/docs/en/skills)\n\n## Claude Code Skills\n\nPrompts, plugins, and skills to extend Claude Code's capabilities.\n\n1. **[Superpowers](https://github.com/obra/superpowers)** — An agentic skills framework \u0026 software development methodology shipped as a folder of markdown files; 14 skills covering brainstorming, TDD, planning, and more. 150K+ GitHub stars.\n\n2. **[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.\n\n3. **[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.\n\n4. **[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.\n\n5. **[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/`.\n\n6. **[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.\n\n7. **[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.\n\n## Token Optimization\n\nTools and techniques to reduce token usage and context size.\n\n1. **[Caveman Claude](https://lnkd.in/egZNirCW)** — Makes Claude talk like a caveman; slashes 75% of output tokens with zero loss in accuracy.\n\n2. **[RTK (Rust Token Killer)](https://lnkd.in/eMYtBZYZ)** — A blazing fast proxy that filters terminal output; 60-90% reduction and completely dependency-free.\n\n3. **[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.\n\n4. **[Context Mode](https://lnkd.in/eYKNAtss)** — Sandboxes raw output into SQLite instead of your context; a staggering 98% context reduction on logs \u0026 GitHub.\n\n5. **[Claude Token Optimizer](https://lnkd.in/enUerETF)** — Brilliant setup prompts that optimize any project; 90% token savings, taking docs from 11K to 1.3K.\n\n6. **[Token Optimizer](https://lnkd.in/eCgcwWMS)** — Hunts down the invisible ghost tokens eating your context; fully restores and protects your context quality.\n\n7. **[Token Optimizer MCP](https://lnkd.in/eTieqZzR)** — Adds aggressive caching and compression to your MCP tools; 95%+ token reduction through pure intelligence.\n\n8. **[Claude Context](https://lnkd.in/ewTqDbYh)** — Zilliz's hybrid vector search MCP; makes your entire codebase the context for 40% less cost.\n\n9. **[Claude Token Efficient](https://lnkd.in/e6vCHuES)** — Just drop one CLAUDE.md file into your repo; enforces strict terseness with zero code changes.\n\n10. **[Token Savior](https://lnkd.in/ed63xR3F)** — Navigates your code by symbols, not giant files; 97% reduction on code navigation with persistent memory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteraction-dynamics%2Fawesome-prompts-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteraction-dynamics%2Fawesome-prompts-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteraction-dynamics%2Fawesome-prompts-ai/lists"}