loopy logo

loopy

Forward-Future/loopy

A library of practical AI-agent loops and an installable skill for repeatable agent workflows

GraphCanon updated 4w · GitHub synced 4w

2.9k stars262 forksLast push 1mo JavaScript MIT

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
npm

Similar 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.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 28, 2026)

You need Node.js and `npx`. Pick the platform you use:
Source link
Works with CursorCursor

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:

PlatformInstall command
Codexnpx skills add Forward-Future/loopy --skill loopy --agent codex -g -y
Cursornpx skills add Forward-Future/loopy --skill loopy --agent cursor -g -y
Claude Codenpx 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/loopy is the GitHub repository to install from.
  • --skill loopy selects this skill from the repository.
  • --agent ... selects the agent that should receive it.
  • -g makes it available in all your projects. Leave -g off to install it only in the current project.
  • -y accepts 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.

Was this helpful?

Anonymous feedback helps us improve pages and translations.