Agent Plugins Marketplace
All plugins

orion

v0.1.0

AI-native SDLC orchestrator. Drives an idea from intent to merged PR through a committed artifact chain, with deterministic guardrails against runaway loops, repeated failures and token burn.

Claude Code2 Skills

By Navjyot NishantLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install orion@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/NjAIAgents/orion

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

orion/
├── .claude-plugin/plugin.json
├── skills/forge/SKILL.md
└── skills/kalp/SKILL.md

Included Skills2

forgeskills/forge/SKILL.md

Implements an approved plan, writing the code and the tests that prove it. Use when a plan.md has been committed and the next step is writing the actual change. Triggers on "implement the plan", "build this", "write the code for", "make it work", or picking up an approved plan to execute it. Do not use before a plan exists; a hook will refuse the edit anyway.

kalpskills/kalp/SKILL.md

Turns a committed intent.md into a requirements-and-design spec and then an implementation plan, the second and third artifacts in the SDLC chain. Use when an intent has been accepted and the next step is designing the solution, or when an approved spec needs an implementation plan before any code is written. Triggers on "write the spec", "design this", "how should we build this", "produce an implementation plan", "plan this change", "what files change", or any request to work out an approach before implementing it. Do not use for capturing the original idea (that is the intent stage) or for writing the implementation itself.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "orion",
  "version": "0.1.0",
  "description": "AI-native SDLC orchestrator. Drives an idea from intent to merged PR through a committed artifact chain, with deterministic guardrails against runaway loops, repeated failures and token burn.",
  "author": {
    "name": "Navjyot Nishant"
  },
  "keywords": [
    "sdlc",
    "orchestrator",
    "guardrails",
    "code-review",
    "agents"
  ],
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[orion on Agent Plugins Marketplace](https://pluginsmp.com/plugins/orion)