xorio
01radumarias/xorio-claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: xorio.
radumarias/xorio-claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: xorio.
radumarias/xorio-claude-plugin
Plugin Claude Code
xorio development toolkit — dev workflows, testing, cleanup, polish, review, security.
radumarias/xorio-claude-plugin
Instructions file
Instructions for radumarias/xorio-claude-plugin, covering claude.md, what this is, plugin architecture, component relationships and agent design conventions.
radumarias/xorio-claude-plugin
Agent
Proactively scans for security vulnerabilities. Reviews code and infrastructure configurations against common security risks like the OWASP Top 10. Context: User wants a security review. user: "Audit the auth module for security issues" Context: User is concerned about vulnerabilities. user: "Check my API endpoints…
radumarias/xorio-claude-plugin
Agent
Internal agent for the /xorio:tests pipeline. Analyzes code to identify what needs testing, maps existing test patterns, and produces a prioritized gap list. Do NOT invoke directly — use /xorio:tests which provides the required standards content and scope. Output feeds into the test-generator agent.
radumarias/xorio-claude-plugin
Agent
Internal agent for the /xorio:tests pipeline. Reviews project documentation and suggests improvements that would help with test generation quality. Do NOT invoke directly — use /xorio:tests which launches this agent in parallel with the test-analyzer when --no-docs is not set.
radumarias/xorio-claude-plugin
Agent
Internal agent for the /xorio:tests pipeline. Generates idiomatic unit and integration tests following project conventions and language-specific standards. Do NOT invoke directly — use /xorio:tests which provides the required gap analysis, standards content, and key file paths from the test-analyzer agent.
radumarias/xorio-claude-plugin
Command
Check if required external plugins and MCP servers are installed.
radumarias/xorio-claude-plugin
Command
Based on the above changes, create a single git commit message. IMPORTANT! DON'T COMMIT OR STAGE ANYTHING, JUST CREATE THE MESSAGE Clear commit messages - Use conventional commits (feat:, fix:, etc.).
radumarias/xorio-claude-plugin
Command
Interactive guide — discover xorio workflows, get recommendations, and start flows.
radumarias/xorio-claude-plugin
Command
Scan folder recursively for malware, obfuscation, call-home, prompt injection, and Claude Code plugin threats.
radumarias/xorio-claude-plugin
Command
Polish local changes — simplify, clean up, review, and audit before PR.
radumarias/xorio-claude-plugin
Command
Mythos all-Fable multi-agent PR review — every agent on Fable with max thinking; multi-lens review, deterministic + adversarial validation, verified fixes, looped to convergence. Use ONLY when the user explicitly says "mythos" or asks for the all-Fable / max-thinking variant; for any other deep PR review use review-pr…
radumarias/xorio-claude-plugin
Command
Ultracode multi-agent PR review — multi-lens review, deterministic + adversarial validation, verified fixes, looped to convergence. This is the DEFAULT deep-review variant — prefer it unless the user explicitly says "mythos" or asks for the all-Fable variant (then use review-pr-mythos).
radumarias/xorio-claude-plugin
Command
Review local changes — multi-agent PR review, code review, and simplification.
radumarias/xorio-claude-plugin
Command
Identify the root cause of a problem using an evidence-grounded 5 Whys. --deep fans out parallel hypothesis branches with deterministic grounding and adversarial verification (multi-agent).
radumarias/xorio-claude-plugin
Command
Generate tests — analyzes gaps, detects anti-patterns, generates idiomatic tests.
radumarias/xorio-claude-plugin
Hook
Runs when a session starts, running an inline shell check. From radumarias/xorio-claude-plugin.
radumarias/xorio-claude-plugin
Hook
Runs before the agent uses a tool for Bash, Read and Grep tool calls, executing block-secret-file-reads.mjs via node. From radumarias/xorio-claude-plugin.
radumarias/xorio-claude-plugin
Skill Claude CodeCodex
Brainstorm-mythos [topic] [--target P] [--rounds N=2] [--lenses generic|optimization] [--out FILE] [+Nk]. All-Fable multi-agent fan-out (every agent on Fable with ultrathink max thinking): ideate across diverse lenses → adversarially refute → debate → synthesize a ranked report. Use ONLY when the user explicitly says…
radumarias/xorio-claude-plugin
Skill Claude CodeCodex
Brainstorm [topic] [--target P] [--rounds N=2] [--mid-pct P=20] [--lenses generic|optimization] [--cross-model] [--fable] [--out FILE] [+Nk]. Multi-agent fan-out: ideate across diverse lenses (mixed STRONG/MID model tiers, mixed effort) → adversarially refute → debate → synthesize a ranked report. Use when the user…
radumarias/xorio-claude-plugin
Skill Claude CodeCodex
Refactor and clean up code with structured review gates. Detects language, applies coding standards (Rust, TypeScript, Python), runs simplification and security audit. Primarily used as a sub-step of the polish workflow. Includes DRY analysis, Law of Demeter checks, and YAGNI violation detection.
radumarias/xorio-claude-plugin
Skill Claude CodeCodex
Scan the entire project for under-tested code and generate tests to fill coverage gaps. Prioritizes critical business logic.
radumarias/xorio-claude-plugin
Skill Claude CodeCodex
Generate unit and integration tests for a specific module, directory, or file. Analyzes existing code and creates idiomatic tests.