New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

agentic-orchestration

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentic-orchestration

CLI tool to scaffold agent orchestration workflows into your project

latest
npmnpm
Version
1.2.8
Version published
Maintainers
1
Created
Source

agentic-orchestration

CLI tool to scaffold agent orchestration workflows into your project.

Usage

npx agentic-orchestration

This will create a .orchestration/ directory with workflow templates:

.orchestration/
  orchestration.md
  workflows/
    react/
      feature.md
      bugfix.md
      refactor.md
      performance.md
      review.md
      pr.md
      docs.md

What it does

  • Copies workflow templates to .orchestration/ in your project
  • Appends orchestration reference to your ORCHESTRATION.md (if it exists)

Workflows

WorkflowUse When
feature.mdBuilding new functionality
bugfix.mdDiagnosing and fixing bugs
refactor.mdImproving code without behavior changes
performance.mdProfiling and optimizing performance
review.mdReviewing code for merge
pr.mdGenerating PR title and description
docs.mdWriting documentation

The tool auto-detects React projects and routes to React-specific workflows with React 18 best practices.

License

MIT

Keywords

agent

FAQs

Package last updated on 01 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts