PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Glob and Grep tool calls, running an inline shell check. From 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.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
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…
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…
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…
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…
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…
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.
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…
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…
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…
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…
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…
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.
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.
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.
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.
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…
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…
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…
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…
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).…
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…
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)…