Copy-paste install for Cursor.
- Clone the repo:
git clone https://github.com/edenbuilds/agentloop.git- In Cursor: Customize → Plugins → Add and select the
agentloopdirectory (needs.cursor-plugin/plugin.json). - Confirm agents, skills, and commands appear in chat.
- Try
/agentloopor/warroom.
./scripts/install.sh /path/to/your/projectWhat install.sh copies:
- All
skills/*→.cursor/skills,.claude/skills,.agents/skills rules/*.mdc→.cursor/rulesAGENTS.md/CLAUDE.mdif missing- Creates
.agentloop/for runtime artifacts
What it does not copy (use the plugin for these): agents, slash commands, hooks, plugin manifests.
Install agentloop as my coding harness.
1. Clone https://github.com/edenbuilds/agentloop if it is not already local.
2. In Cursor: Customize → Plugins → add this directory as a local plugin
(it ships `.cursor-plugin/plugin.json`).
3. Alternatively run from the clone:
./scripts/install.sh /path/to/this/project
4. Confirm skills and commands load. Then run `/agentloop` on my current task:
scope the mission, plan the smallest path, execute, verify with tests/lint/types,
and stop at the ship gate. Prefer quality over swarm. Council only on consequential calls.
Follow AGENTS.md and the agentloop doctrine. Method lenses only — never celebrity cosplay.- Plugin or skills visible in Cursor
-
/agentloopor skillagentloop-coreresponds - A small mission reaches an external verify step
- Plugin:
.cursor-plugin/plugin.json - Doctrine:
docs/doctrine.md - Landing install: https://agentloop-ten.vercel.app/#install