Wink banner
skishore23 skishore23

Wink

Development community

Description

--- name: wink description: Analyze session and suggest agents/skills argument-hint: "[--apply] [optional context]" --- # Wink - Session Analysis & Artifact Generation Analyzes session data and suggests specialized agents and skills based on editing patterns and command usage. ## Usage ``` /wink # Show metrics and suggestions /wink --apply # Generate agent files (Claude-assisted) /wink --apply "focus on tests" # Add context to generated agents ``` Run: bun ${

Installation

Installs to ~/.claude/skills/skishore23-wink-wink/SKILL.md

Terminal
mkdir -p ~/.claude/skills/skishore23-wink-wink && curl -fsSL https://raw.githubusercontent.com/skishore23/wink/HEAD/commands/wink.md -o ~/.claude/skills/skishore23-wink-wink/SKILL.md

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

Full documentation available on GitHub

View Source Repository