Skip to content

Niko96-dotcom/goal-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goal-agents

One install for /goal on Cursor, OpenCode, Pi, and Command Code.

Install everything

Works on a fresh machine or an old folder (clone, pull, then install):

curl -fsSL https://raw.githubusercontent.com/Niko96-dotcom/goal-agents/master/scripts/bootstrap.sh | bash

Installs to ~/goal-agents (override with GOAL_AGENTS_DIR=/path).

Or manually:

git clone https://github.com/Niko96-dotcom/goal-agents.git goal-agents 2>/dev/null \
  || git -C goal-agents pull origin master
cd goal-agents
npm run install

npm run install pulls latest goal-agents first, then installs CLI + skills.

That runs:

  1. git pull (when this folder is a clone)
  2. install:cligoal + cursor-goal from npm (with fallbacks)
  3. install:all — skills/extensions for Cursor, Pi, Command Code

OpenCode plugin: opencode-goaldocs/opencode.md

CLI only

npm run install:cli

Or manually:

npm install -g @nikomohr/goal-cli

Legacy alias package (also works):

npm install -g cursor-goal

Per agent

Agent Command after install
Cursor /goal
OpenCode /goal (plugin)
Pi /goal or /skill:goal
Command Code /goal

Usage

goal "my objective" --verify "npm test"
goal status
goal checkpoint --tool-calls 2

Details: docs/INSTALL.md

Related repos

About

Codex-style /goal for Cursor, OpenCode, Pi, and Command Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors