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 KirazMIT37updated 4 months ago

Source

git clone https://github.com/alicankiraz1/SentinelXPrime

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

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

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

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/"
}