mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-12 19:50:23 +00:00
ca8e5b3c56
Every other top-level content folder is snake_case without a 'awesome_' prefix (starter_ai_agents, advanced_ai_agents, always_on_agents...); this one now matches. All internal references updated: main README, category README, both skill READMEs, CI workflow paths, evals tooling. Git tracked the moves as renames, so per-file history is preserved. Also: - Model name corrected: 'Gemini Flash' -> 'Gemini 3.5 Flash' (SKILL.md and README table) — it was already correct everywhere else in the skill, this was the one straggler - Main README skills blurb rephrased: 'Browse all skills' folded into the intro sentence as a link, agent-count claim softened to 'Claude Code, Codex, Cursor, and other coding agents' instead of a number All four CI-equivalent gates re-verified against the new path: lint strict (both skills), security scan, trigger & routing, deterministic evals — all pass. Known consequence: this changes the install path for project-graveyard, already merged to main and already installed by at least one user via the old awesome_agent_skills/ URL. The old npx skills add command stops resolving once this merges; anyone who has it installed keeps their local copy (skills CLI doesn't phone home), but the previously-shared install link needs reposting with the new agent_skills/ path. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>