Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Linear-driven feature workflow: define tickets with project context, build via feature-dev agents, test via test-dev agents, ship with multi-angle PR review.

Install to Claude Code

/plugin install linear-forge@noogic

Run in Claude Code. Add the marketplace first with /plugin marketplace add Noogic/claude-plugins if you haven't already.

README.md

noogic — Claude Code Plugins

A collection of Claude Code plugins for automated development workflows.

Setup

Add this marketplace to Claude Code:

/plugin marketplace add Noogic/claude-plugins

Then install any plugin:

/plugin install <plugin-name>@noogic

Plugins

linear-forge

Linear-driven feature workflow: Define → Build → Ship.

Fetches vague Linear tickets, enriches them with a structured spec, implements the feature using feature-dev agents, writes tests using test-dev agents, and ships a PR with parallel multi-angle review (security, performance, correctness).

/plugin install linear-forge@noogic

Prerequisites: feature-dev@claude-plugins-official, test-dev@noogic, Linear MCP server, gh CLI.

| Command | Description | |---------|-------------| | /linear-forge [task-id] | Full workflow: define, build, and ship | | /linear-forge-define [task-id] | Define a ticket (fetch, enrich, write back to Linear) | | /linear-forge-build [task-id] | Build a defined ticket (explore, architect, implement, test, review) | | /linear-forge-ship [task-id] | Ship (create PR, multi-angle review, link to Linear) |

---

test-dev

Multi-stage test development workflow. Orchestrates specialized agents to explore the codebase, write tests, run them, review quality, and fix issues.

/plugin install test-dev@noogic

| Command | Description | |---------|-------------| | /test-dev [area or ticket] | Explore, implement, run, review, and fix tests |

Agents provided: test-explorer, test-implementer, test-reviewer, test-fixer

---

forge-dev

Ticket-driven feature implementation for projects using a spec → roadmap → ticket workflow. Generates roadmaps from specs, decomposes them into tickets, and implements milestones as vertical slices with testing, review, and verification gates.

/plugin install forge-dev@noogic

| Command | Description | |---------|-------------| | /forge-dev [milestone] | Implement a milestone from the roadmap | | /forge-roadmap | Generate a ROADMAP.md from project specs | | /forge-ticket [milestone] | Generate a detailed ticket for a milestone |

Agents provided: feature-explorer, feature-implementer, feature-reviewer, feature-fixer, ticket-writer

How plugins work together

  • linear-forge uses agents from both feature-dev (official) and test-dev (this marketplace). Install all three for the full workflow.
  • test-dev agents are available to any installed plugin. linear-forge and forge-dev both use them for testing.
  • forge-dev is a standalone workflow for projects that use a spec-driven roadmap approach. It does not require Linear.

Related plugins

Browse all →