Agent Plugins Marketplace
All plugins

sentinelx-prime

v1.0.0

Stage-aware security guidance for planning, risky implementation changes, review, and release checkpoints.

Claude Code5 Skills

By Alican KirazLicense: MIT37 GitHub starsUpdated 5 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Apr 5, 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 sentinelx-prime for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sentinelx-prime@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/alicankiraz1/SentinelXPrime

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

sentinelx-prime/
├── .claude-plugin/plugin.json
├── skills/sentinelx-plan-gap/SKILL.md
├── skills/sentinelx-prime/SKILL.md
├── skills/sentinelx-review-gate/SKILL.md
├── skills/sentinelx-test-rig/SKILL.md
└── skills/using-sentinelx/SKILL.md

Included Skills5

sentinelx-plan-gapskills/sentinelx-plan-gap/SKILL.md

Use when defining plans, specs, or task breakdowns for web application work that may be missing security requirements

sentinelx-primeskills/sentinelx-prime/SKILL.md

Use when a repository wants stage-aware cybersecurity guidance during planning, risky implementation changes across authentication, authorization, tokens, secrets, middleware, outbound requests, file handling, CI, deployment, and other trust boundaries, post-implementation review, or pre-release hardening; do not trigger for doc-only, naming-only, formatting-only, or UI-only changes that do not affect a trust boundary

sentinelx-review-gateskills/sentinelx-review-gate/SKILL.md

Use when implementation is complete or review is requested and the user may want a focused security review of the changed code

sentinelx-test-rigskills/sentinelx-test-rig/SKILL.md

Use when a feature or project is nearing handoff or release and the user may want a stack-aware security check plan without automatic setup

using-sentinelxskills/using-sentinelx/SKILL.md

Use when a session needs quick orientation to SentinelXPrime stages, checkpoints, guardrails, and the right SentinelXPrime skill to invoke

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "sentinelx-prime",
  "version": "1.0.0",
  "description": "Stage-aware security guidance for planning, risky implementation changes, review, and release checkpoints.",
  "author": {
    "name": "Alican Kiraz"
  },
  "homepage": "https://github.com/alicankiraz1/SentinelXPrime",
  "repository": "https://github.com/alicankiraz1/SentinelXPrime",
  "license": "MIT",
  "keywords": [
    "security",
    "skills",
    "codex",
    "claude-code",
    "opencode"
  ],
  "skills": "./skills/"
}

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

[sentinelx-prime on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sentinelx-prime)