Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Skills for coding agents
| Date | Stars |
|---|---|
| 2026-07-31 | 3862 |
| 2026-08-01 | 3882 |
| 2026-08-03 | 3882 |
| 2026-08-06 | 3882 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Skills for coding agents Small, composable skills for coding agents. ### Quick install recommended skills ```sh npx @agent-native/skills@latest add ``` See the [full CLI docs below](#install). ## Skills At A Glance - [`/visual-plan`](#visual-plan) - Turn text plans into rich visual plans. - [`/visual-recap`](#visual-recap) - Turn diffs into interactive visual recaps. - [`/visual-edit`](#visual-edit) - Open a running local app for visual editing. - [`/rewind`](#rewind) - Recover recent local screen context through Clips Desktop. - [`/agent-watchdog`](#agent-watchdog) - Audit another agent's work. - [`/plan-arbiter`](#plan-arbiter) - Compare competing plans and choose a direction. - [`/plow-ahead`](#plow-ahead) - Keep working through ordinary ambiguity. - [`/efficient-fable`](#efficient-fable) - Orchestrate Fable with cheaper helper agents. - [`/efficient-frontier`](#efficient-frontier) - Preserve high-cost models for judgment. - [`/stay-within-limits`](#stay-within-limits) - Track usage limits before long-running work. - [`/quick-recap`](#quick-recap) - End work with a clear status signal. - [`/read-the-damn-docs`](#read-the-damn-docs) - Check authoritative docs before guessing. ## Skill Details ### [`/visual-edit`](skills/visual-edit/README.md) Open a running local app in Design as URL-backed iframe screens for visual inspection, route-state exploration, and source-backed editing. Unlike a static mockup, the canvas stays connected to the app's real routes and the local bridge. Use `/visual-edit` when a UI needs to be reviewed or changed in context, including responsive states and multi-screen flows. ### [`/rewind`](skills/rewind/README.md) Use local Clips Rewind screen memory to recover a recent moment: what was said, what appeared on screen, or what happened just before the current task. It searches bounded local chapters, transcripts, OCR, and frames first; it is not a hosted recording archive and does not upload raw local media by default. Rewind requires macOS, the signed [Clips Desktop app](https://clips.agent-native.com/download), and a compatible agent with the local `clips-screen-memory` MCP connection. If you invoke Rewind before installing Clips, the skill asks permission to open the official install flow instead of silently installing capture software. Follow the [Rewind setup and first-test guide](skills/rewind/README.md). ### [`/visual-plan`](skills/visual-plan/README.md) Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful. Solves for plans that are too important to bury in chat. The output is scannable, commentable, and intuitive enough for a human to approve before code changes start. <picture> <img alt="Visual plan review surface" src="media/visual-plan.png"> </picture> Visual plans are MDX, customizable with your own components, and are viewed with the [Agent-Native plans app](https://www.agent-native.com/docs/template-plan). In local-files mode, `/visual-plan` writes and serves MDX locally through a localhost bridge instead of uploading plan content to the hosted database. [Source here](https://github.com/BuilderIO/agent-native/) ### [`/visual-recap`](skills/visual-recap/README.md) Turn a branch, commit, or PR diff into an interactive visual recap with annotated diffs, diagrams, API/schema summaries, file maps, UI state summaries, and focused review notes. Solves for diffs that hide the shape of the change. Reviewers can understand contracts, architecture moves, schema changes, and UI impact before diving into raw line-by-line review. <picture> <img alt="Visual recap review surface animation" src="media/visual-recap.gif"> </picture> Visual recaps are MDX, customizable with your own components, and are viewed with the [Agent-Native plans app](https://www.agent-native.com/docs/template-plan). [Source here](https://github.com/BuilderIO/agent-native/) You can also install a GitHub ac
Excerpt of 10,905 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:512b838d16366e6c, llm:Repository description: 'Skills for coding agents'; topics: 'skills'. Purpose implies components enabling agent capabilities for coding agents.
matched fp:512b838d16366e6c, llm:Repository description: 'Skills for coding agents'; topics: 'skills'. Purpose implies components enabling agent capabilities for coding agents.
matched fp:512b838d16366e6c, llm:Repository description: 'Skills for coding agents'; topics: 'skills'. Purpose implies components enabling agent capabilities for coding agents.