Pipzzter

01 Input Intake — Development skill for Claude Code

Development community

Confirm all eight required input TYPES are present (directly or via the merged-template substitution), recognize the optional expansion inputs (9-11), then validate and normalize everything.

How to install 01 Input Intake

Installs to ~/.claude/skills/pipzzter-seo-ai-visibility-strategy-01-input-intake/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pipzzter-seo-ai-visibility-strategy-01-input-intake && curl -fsSL https://raw.githubusercontent.com/Pipzzter/seo-ai-visibility-strategy/HEAD/skills/01-input-intake.md -o ~/.claude/skills/pipzzter-seo-ai-visibility-strategy-01-input-intake/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What 01 Input Intake does


name: input-intake description: Confirm all eight required input TYPES are present (directly or via the merged-template substitution), recognize the optional expansion inputs (9-11), then validate and normalize everything. Inputs are recognized by content signature, never by filename. The run halts if any required type is missing.

Input Intake

Purpose

Before any analysis runs, confirm the client has supplied **all eight required input types**, then validate and normalize each one

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Worktree Cleanup — Remove worktrees and branches that have been merged: $ARGUMENTS 23.4k ★
  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★

Full documentation available on GitHub

View Source Repository