Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.82 KB

File metadata and controls

59 lines (41 loc) · 1.82 KB

Cursor adapter

Copy-paste install for Cursor.

Quick path (local plugin)

  1. Clone the repo:
git clone https://github.com/edenbuilds/agentloop.git
  1. In Cursor: Customize → Plugins → Add and select the agentloop directory (needs .cursor-plugin/plugin.json).
  2. Confirm agents, skills, and commands appear in chat.
  3. Try /agentloop or /warroom.

Project bootstrap (skills + rules into a repo)

./scripts/install.sh /path/to/your/project

What install.sh copies:

  • All skills/*.cursor/skills, .claude/skills, .agents/skills
  • rules/*.mdc.cursor/rules
  • AGENTS.md / CLAUDE.md if missing
  • Creates .agentloop/ for runtime artifacts

What it does not copy (use the plugin for these): agents, slash commands, hooks, plugin manifests.

Paste this into Cursor chat

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.

Verify

  • Plugin or skills visible in Cursor
  • /agentloop or skill agentloop-core responds
  • A small mission reaches an external verify step

Links