PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From NoesisVision/nasde-toolkit.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From NoesisVision/nasde-toolkit.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Skill Claude CodeCodex
Calibrate assessment rubrics by reviewing agent work in GitHub/GitLab PRs and feeding human comments back into the rubric. Use this skill when the user wants to: Calibrate, tune, or sanity-check assessment criteria / dimensions of a benchmark Review trial diffs alongside the LLM-as-a-Judge scores in a PR/MR…
Skill Claude CodeCodex
Create coding agent benchmarks for evaluation with nasde. Use this skill when the user wants to: Create a new benchmark project (set of tasks for evaluating coding agents) Add tasks to an existing benchmark Create or modify agent variants (configurations that control agent behavior) Set up assessment dimensions and…
Skill Claude CodeCodex
Generate benchmark tasks from git history of the current or specified repository. Use this skill when the user wants to: Create benchmark tasks based on real problems their team already solved (closed PRs, past commits, resolved issues) Mine git history for good evaluation candidates Turn a commit range or set of PRs…
Skill Claude CodeCodex
Build diverse benchmark task suites from public GitHub repositories for testing universal skills. Use this skill when the user wants to: Create a benchmark that spans multiple public repositories and languages Test a universal skill (refactoring, test writing, code review, etc.) across diverse codebases Curate a…
Skill Claude CodeCodex
Run coding agent benchmarks and verify results with nasde. Use this skill when the user wants to: Run a benchmark (all tasks, single task, specific variant) Re-run assessment evaluation on existing trial results Check or verify results in Opik (traces, feedback scores, experiments) Troubleshoot a failed benchmark run…
Skill Claude CodeCodex
Internal skill for developing and maintaining nasde-toolkit itself. Use this skill when: Making changes to nasde-toolkit source code (CLI, runner, evaluator, config, agents) Refactoring or adding features to the toolkit Fixing bugs in the evaluation pipeline Updating dependencies or integration points (Harbor, Opik…
Instructions file
Instructions for NoesisVision/nasde-toolkit, covering nasde-toolkit, package structure, how to run, testing and development workflow.
Skill Claude CodeCodex
Use when reviewing AI-generated code for architectural quality, design patterns, and engineering practices.
Skill Claude CodeCodex
Design, refactor, analyze, and review code by applying the principles and patterns of tactical domain-driven design. Triggers on: domain modeling, aggregate design, 'entity', 'value object', 'repository', 'bounded context', 'domain event', 'domain service', code touching domain/ directories, rich domain model…
Skill Claude CodeCodex
Provides Python patterns for type-first development with dataclasses, discriminated unions, NewType, and Protocol. Must use when reading or writing Python files.
Skill Claude CodeCodex
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
Skill Claude CodeCodex
Skill "refactor" from NoesisVision/nasde-toolkit, covering refactor, when to use, refactoring principles, the golden rules and when not to refactor.