# Opt In Tool Registration

> opt-in-tool-registration

- Skill: `zaxbysauce/opt-in-tool-registration` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zaxbysauce/opt-in-tool-registration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbysauce/opt-in-tool-registration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zaxbysauce (https://skillmd.com/u/zaxbysauce)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbysauce/opt-in-tool-registration

---


<!-- generated by opencode-swarm skill-generator. Do not edit by hand; edits will be preserved on regeneration only with controlled update mode. -->

# opt-in-tool-registration

## Trigger

- opt-in tool map
- feature flag gating
- tool registration

## Required Procedure

- mirror existing opt-in pattern: separate tool map constant, conditional merge in agents/index.ts, gating tests verifying disabled and enabled states

## Forbidden Shortcuts

- maintain independent verdict allowlists in individual evidence-writer modules
- invent new tool-gating mechanisms for opt-in feature flags

## Delegation Template

When delegating a task affected by this skill, include:

```
SKILLS: file:.opencode/skills/generated/opt-in-tool-registration/SKILL.md
```

## Reviewer Checks

- (none recorded beyond the required procedure above)

## Test Engineer Checks

- Add or update tests covering the trigger condition and the forbidden shortcut.

