russosalv

48 mods across 1 repository, 5 stars between them.

PreToolUse

01

russosalv/NONoise

Hook Claude Code

Runs before the agent uses a tool for Glob and Grep tool calls, running an inline shell check. From russosalv/NONoise.

5 2mo ago A tokens not measured

NONoise

02

russosalv/NONoise

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse).

5 2mo ago A tokens not measured

codex-delegate

03

russosalv/NONoise

Skill Claude CodeCodex

Use ONLY when the user explicitly asks Claude to delegate, hand over, pass, or send work to Codex CLI - phrases like "delega a codex", "usa codex", "handover a codex", "passa a codex", "ask codex", "@codex", "/codex", "via codex", or "with codex". Runs codex exec non-interactively and returns Codex's final answer…

5 2mo ago A 119 tokens

copilot-delegate

04

russosalv/NONoise

Skill Claude CodeCodex

Use ONLY when the user explicitly asks to delegate a task to GitHub Copilot CLI — phrases like "delega a copilot", "usa copilot", "ask copilot", "passa a copilot", "fai con copilot", "@copilot", "/copilot", "via copilot", "with copilot". Runs copilot -p non-interactively, defaulting to Claude Opus 4.7, so the token…

5 2mo ago A 214 tokens

gemini-delegate

05

russosalv/NONoise

Skill Claude CodeCodex

Use ONLY when the user explicitly asks Claude to delegate, hand over, pass, or send work to Gemini CLI — phrases like "delega a gemini", "usa gemini", "passa a gemini", "fai con gemini", "ask gemini", "@gemini", "/gemini", "via gemini", "with gemini". Runs gemini -p non-interactively and returns Gemini's answer…

5 2mo ago A 150 tokens

publish-nonoise

06

russosalv/NONoise

Skill Claude CodeCodex

End-to-end release flow for the create-nonoise CLI — creates a changeset, runs pnpm run version to bump packages/create-nonoise/package.json + CHANGELOG, updates the GitHub Release tarball URL in both READMEs, commits + pushes to main (which triggers auto-tag.yml → release.yml → npm publish with provenance), builds…

5 2mo ago A 217 tokens

russosalv/NONoise

Skill Claude CodeCodex

Dev tool for the NONoise maintainer — audits the default .nonoise/sdlc-flow.md template against the actually-bundled skills and reports drift. Use when you add or remove a skill in packages/skills/ or change MVPSKILLBUNDLE in packages/create-nonoise/src/scaffold.ts, to decide if the flow template needs a new phase, a…

5 2mo ago A 171 tokens

NONoise CLAUDE.md

08

russosalv/NONoise

Instructions file

Claude Code instructions for russosalv/NONoise, covering claude.md, what this repo is, commands, release checklist (when bumping create-nonoise) and architecture — the big picture.

5 2mo ago A 1,664 tokens

arch-brainstorm

09

russosalv/NONoise

Skill Claude CodeCodex

Dialogic architectural brainstorming skill. Helps an architect study how to implement something starting from just an area name, exploring the existing codebase, reading the project's source of truth at docs/architecture/ plus docs/requirements/ and docs/calls/, and producing a narrative PRD (story of the decision…

5 2mo ago A 198 tokens

arch-decision

10

russosalv/NONoise

Skill Claude CodeCodex

Step 2 of the NONoise architectural workflow — validates a draft PRD (from arch-brainstorm) using Quint FPF via the quint-fpf sub-skill. Extracts hypotheses, computes Reff, writes a per-phase audit folder at docs/prd/ /audit/NN- -fpf/, presents a mandatory Phase 5.5 human review/approve gate (with override), then…

5 2mo ago B 224 tokens

arch-sync

11

russosalv/NONoise

Skill Claude CodeCodex

Generic projector of a validated PRD's "Impact on docs/architecture/" checklist into the actual files. Reads the validated PRD plus its arch-decision audit folder (specifically 05-decision.md), parses the strict [file: NN.md] format from the appended ## Impact on docs/architecture/ section, proposes a unified diff per…

5 2mo ago A 201 tokens

atr

12

russosalv/NONoise

Skill Claude CodeCodex

Acceptance Test Runner — reads acceptance criteria from a sprint manifest and/or requirements files, generates a machine-readable testbook, executes it via Playwright against the running app, produces markdown reports with screenshots, and maintains a backlog of failures. Optionally pushes failures to an external…

5 2mo ago A 199 tokens

russosalv/NONoise

Skill Claude CodeCodex

Push the LLM to reconsider, refine, and improve its recent output via structured elicitation methods (Socratic, first principles, pre-mortem, red team, SCAMPER, and 25+ others). Use when user asks for deeper critique, wants to stress-test a draft, or explicitly mentions one of the supported methods. Invoked by the…

5 2mo ago A 100 tokens

bmad-agent-analyst

14

russosalv/NONoise

Skill Claude CodeCodex

Strategic business analyst and requirements expert. Use when the user asks to talk to Isa or requests the business analyst. Drives requirements elicitation, market/domain/technical research, product brief drafting, and stakeholder PRFAQ exercises.

5 2mo ago A 51 tokens

russosalv/NONoise

Skill Claude CodeCodex

System architect and technical design leader. Use when the user asks to talk to Alex or requests the architect. Drives architecture brainstorming, formal validation (Quint FPF), source-of-truth documentation, implementation readiness checks, and LSP advice.

5 2mo ago A 54 tokens

russosalv/NONoise

Skill Claude CodeCodex

Technical documentation specialist and knowledge curator. Use when the user asks to talk to Daniel or requests the tech writer. Transforms complex concepts into accessible documentation — READMEs, user guides, API docs, Mermaid diagrams, plan documents, and brownfield project documentation.

5 2mo ago A 59 tokens

russosalv/NONoise

Skill Claude CodeCodex

UX designer and UI specialist. Use when the user asks to talk to Giulia or requests the UX designer. Drives UX planning, interaction design, design-system authoring (DESIGN.md), UI implementation handoff, critique, and polish.

5 2mo ago A 56 tokens

bmad-req-validator

18

russosalv/NONoise

Skill Claude CodeCodex

Formal validation of IT functional requirements via a curated suite of 10 methodologies (INVEST, SMART, EARS, MoSCoW, 5W1H, WOTIF, IEEE 830/29148, FMEA-Lite, SWOT, ATAM-Lite). Called by Isa (bmad-agent-analyst) as capability RV — NOT self-activating. Classifies the requirement, recommends a 2–5 methodology subset…

5 2mo ago A 128 tokens

c4-doc-writer

19

russosalv/NONoise

Skill Claude CodeCodex

Produces and maintains living C4 architecture diagrams (Context / Container / Component / Code) for a NONoise project via a single Structurizr DSL workspace at docs/architecture/c4/workspace.dsl, from which all views are regenerated. Source-controlled, diff-able — unlike static Mermaid. USE right after arch-decision…

5 2mo ago A 201 tokens

design-md-generator

20

russosalv/NONoise

Skill Claude CodeCodex

Generates a DESIGN.md design-system document for the current project following the Stitch DESIGN.md format popularized by getdesign.md (VoltAgent/awesome-design-md). Use when the user asks to "create a design.md", "generate design system docs", "write DESIGN.md", "bootstrap UI style guide", "document the design system…

5 2mo ago A 107 tokens

docs-md-generator

21

russosalv/NONoise

Skill Claude CodeCodex

Generate and keep in sync the three meta-docs of a NONoise project — AGENTS.md (root, cross-tool, source of truth), CLAUDE.md (root, Claude Code adapter), and .github/copilot-instructions.md (Copilot adapter). Treats AGENTS.md as the single source of truth and preserves skill-owned managed blocks verbatim. Use…

5 2mo ago A 210 tokens

frontend-design

22

russosalv/NONoise

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

5 2mo ago A 77 tokens

observability-debug

23

russosalv/NONoise

Skill Claude CodeCodex

Observability-driven debugging, triage, and performance analysis. Ingests traces, logs, and exceptions from any configured backend (App Insights, Datadog, Grafana+Loki, CloudWatch, OpenTelemetry collector, or a generic log file), correlates them by request/trace ID, walks the call chain, identifies the root cause in…

5 2mo ago A 209 tokens

ops-skill-builder

24

russosalv/NONoise

Skill Claude CodeCodex

Meta-skill that coaches the AI + user pair through any operational task (deploy, pipeline, provision, migrate, rollback, diagnose, debug-wiring) in any stack, then crystallizes the successful workflow into a project-local reusable skill. Asks WHAT the user wants to achieve, proposes an access menu (CLI > API > Web)…

5 2mo ago A 228 tokens