plugins marketplace
← All plugins

sugar

v0.1.0

Autonomous AI Development Platform

Claude Code1 skill

by Steven LeggettMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/sugar/ inside the repository.

Layout

plugins/devops/sugar/
├── .claude-plugin/plugin.json
└── skills/managing-autonomous-development/SKILL.md

Skills1

managing-autonomous-developmentskills/managing-autonomous-development/SKILL.md

Execute enables AI assistant to manage sugar's autonomous development workflows. it allows AI assistant to create tasks, view the status of the system, review pending tasks, and start autonomous execution mode. use this skill when the user asks to create a new develo... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/devops/sugar/.claude-plugin/plugin.json
{
  "name": "sugar",
  "version": "0.1.0",
  "description": "Autonomous AI Development Platform",
  "author": {
    "name": "Steven Leggett",
    "url": "https://github.com/cdnsteve",
    "email": "contact@roboticforce.io"
  },
  "license": "MIT",
  "repository": "https://github.com/roboticforce/sugar"
}