nalyk-skills
Personal Claude Code plugin marketplace. 10 plugins covering automation, orchestration, code review, debugging, multi-model debate, SEO analysis, Flutter development, OpenClaw infrastructure, and philosophical reasoning.
Installation
Add the marketplace:
/plugin marketplace add nalyk/nalyk-skills-demo
Install individual plugins:
/plugin install <plugin-name>@nalyk-skills-demo
Plugins
auto-ralph (v2.0.0)
Deterministic Ralph Loop activation. A UserPromptSubmit hook scores every incoming task (0-4) and auto-invokes the Ralph Loop when the score hits the threshold.
/plugin install auto-ralph@nalyk-skills-demo
Triggers: "ralph this", "auto ralph", "loop it" -- or auto-detects bug fixes, features, and refactoring tasks (score >= 3).
Configuration: ~/.claude/auto-ralph.local.md
| Parameter | Default | Description |
|---|
| max_iterations | 25 | Max Ralph Loop iterations |
| score_threshold | 3 | Min score for activation |
| skip_explore_for_score | 4 | Skip Explore phase at this score |
| default_language | ro | Output language (ro/en/ru) |
| auto_execute | false | Skip confirmation prompt |
| docker_analysis | true | Include Docker context |
Output: Romanian. Input: ro/en/ru/mixed.
orchestrator (v1.0.0)
Multi-agent task decomposition and parallel execution. Breaks complex tasks into workstreams, routes them to appropriate agents (Explore, Plan, general-purpose), and synthesizes results.
/plugin install orchestrator@nalyk-skills-demo
Commands:
| Command | Purpose |
|---|
/orchestrate <task> | Full decomposition + parallel execution + synthesis |
/parallel <tasks...> | Quick parallel launch without decomposition |
/plan-only <task> | Preview execution plan without running |
Auto-detects: "research and implement", "comprehensive review", multiple AND-connected tasks, migrations, multi-file refactoring.
Configuration: ~/.claude/orchestrator.local.md
audit-agent (v1.0.0)
Three audit frameworks: Steve Jobs (design simplification, 13 questions), George Carlin (BS detection, 13 questions), Vibe (engineering quality, 20 scored metrics).
/plugin install audit-agent@nalyk-skills-demo
Commands:
| Command | Purpose |
|---|
/jobs-audit <target> | Design thinking -- simplification, elegance, restraint |
/carlin-audit <target> | BS detection -- hidden agendas, euphemisms, contradictions |
/vibe-audit <target> | Engineering quality -- 20 metrics, 0-5 scale each |
/multi-audit <target> | Run multiple frameworks + cross-reference synthesis |
Auto-detects: "simplify", "too complex", "BS", "jargon", "code review", "production ready", "vibe check".
debate (v1.0.0)
Multi-model adversarial debate. Claude defends a position against external CLI models (Gemini, Codex, Qwen). Produces tradeoff documents when models disagree, exposing hidden assumptions.
Refuses to run with Claude-only. Requires at least 1 external CLI.
/plugin install debate@nalyk-skills-demo
Prerequisites -- at least one:
| CLI | Install | Free Tier |
|---|
| Gemini | npm i -g @google/gemini-cli | 1000 req/day |
| Codex | npm i -g @openai/codex | ChatGPT Plus |
| Qwen | npm i -g @qwen-code/qwen-code | 2000 req/day |
Commands:
| Command | Purpose |
|---|
/debate <topic> | Full adversarial debate |
/debate:doctor | Check CLI availability and auth |
/debate:adr <topic> | Debate with formal Architecture Decision Record output |
Configuration: ~/.claude/debate.local.md
diagnosticianul (v2026.1.0)
Elite Senior Principal Engineer persona. Four specialized diagnostic protocols for code review, system design, UI analysis, and algorithmic debugging. Romanian-flavored.
/plugin install diagnosticianul@nalyk-skills-demo
Protocols:
| Protocol | Trigger | Function |
|---|
| protocol-critic | Code snippets, PRs | Forensic code autopsy |
| protocol-architect | "Design a system" | Rigid system planning |
| protocol-visual | UI/CSS/frontend | UI quality enforcement |
| protocol-core | Algorithms, bugs | Surgical debugging |
Auto-detects: code snippets, PRs, system design, UI issues, algorithm problems, performance bugs.
organon (v1.0.0)
Philosophical reasoning engine. 62 principles from 20 philosophers applied as a decision engine and code review framework. Based on Organon by Lightcyphers SRL.
/plugin install organon@nalyk-skills-demo
Commands:
| Command | Purpose |
|---|
/organon | Auto-detect mode and depth from context |
/organon:decide <topic> | Explicit decision analysis |
/organon:review <path> | Philosophical code review |