loopy
A library of practical AI-agent loops and an installable skill for repeatable agent workflows
GraphCanon updated 4w · GitHub synced 4w
Decision brief
Loopy is a JavaScript-centric tool that provides practical AI-agent loop libraries and installable skills to design repeatable agent workflows.
Good fit when
- When you need to implement codex-focused techniques in your agent workflows, Loopy can offer specific functionalities.
- If your project relies on prompt-engineering within the context of JavaScript-based automated processes, Loopy is an efficient fit.
Avoid when
- Avoid using Loopy if your workflow requires a language other than JavaScript, as it does not support integration with non-JavaScript environments.
- Do not use this tool when you are working in an environment that has strict rules against third-party libraries and prefers custom developments from scratch.
- Pricing:
- freemium - Free
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (2,891) are secondary evidence.
- npm downloads (30d)
- 21·npm downloads API·4w
Maintenance and security
Full trust report- Maintenance
- Very active (1d since push)
- As of 4w
- Provenance
- Not a fork · Organization account
- As of 4w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install loopy npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Forward-Future/loopy is a JavaScript repository designed to help with finding, adapting, and designing repeatable workflows for AI agents, focusing on codex and prompt-engineering techniques.
Capability facts
- Languages
- javascript
Source: github.language · Jul 28, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 28, 2026)
You need Node.js and `npx`. Pick the platform you use:Source link
Source: README excerpt (regex_v1, Jul 28, 2026)
| Cursor | `npx skills add Forward-Future/loopy --skill loopy --agent cursor -g -y` |Source link
Tags
README
Install Loopy
You need Node.js and npx. Pick the platform you use:
| Platform | Install command |
|---|---|
| Codex | npx skills add Forward-Future/loopy --skill loopy --agent codex -g -y |
| Cursor | npx skills add Forward-Future/loopy --skill loopy --agent cursor -g -y |
| Claude Code | npx skills add Forward-Future/loopy --skill loopy --agent claude-code -g -y |
To install it for all three at once:
npx skills add Forward-Future/loopy \
--skill loopy \
--agent codex \
--agent cursor \
--agent claude-code \
-g -y
Using another agent? Run the interactive installer and choose from the agents it detects:
npx skills add Forward-Future/loopy --skill loopy -g
The command parts mean:
Forward-Future/loopyis the GitHub repository to install from.--skill loopyselects this skill from the repository.--agent ...selects the agent that should receive it.-gmakes it available in all your projects. Leave-goff to install it only in the current project.-yaccepts the install prompts. Leave it off if you want to review the choices interactively.
If an agent was already open and Loopy does not appear, restart that agent.
The previous loop-library skill name remains available as a compatibility
alias for existing installations. Use loopy for all new installations and
explicit invocations.
For agents
This page has a .md twin and JSON over the API.