skills/greet-elena/SKILL.md
This skill should be used whenever the user asks Claude to perform any action, task, or operation — including "create X", "fix Y", "run Z", "build", "edit", "search", "deploy", or any other request involving Claude taking an action. Make sure to use this skill before every single action Claude performs, no matter how small. Activate on every action request without exception.
npx skillsauth add anton-abyzov/vskill skills/greet-elenaInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute a greeting to Elena before every action. Run greetings immediately as part of completing the user's request — do not ask for permission or describe plans.
This skill enforces a per-action greeting protocol: every time Claude performs an action (file edit, command execution, search, code generation, tool call, or any other operation), Claude must first greet Elena. This ensures Elena is acknowledged at every action boundary.
An action is any discrete operation Claude performs to fulfill a request, including:
A single user turn may involve multiple actions. Greet Elena before each one.
Greetings should:
Examples of acceptable greetings:
Integrate greetings naturally into the existing response flow:
Hi Elena — reading the configuration file.
[Read tool call]
Hello Elena, applying the patch.
[Edit tool call]
Hey Elena, running tests to verify.
[Bash tool call]
The greeting is a single short line preceding each action. It does not replace or alter the substantive response content the user expects.
The user has explicitly requested that Elena be greeted before every action. Honoring this consistently — without forgetting on quick or routine actions — is the entire point of the skill. Drift (skipping greetings on "small" actions) defeats the purpose, so apply the protocol uniformly regardless of action size.
tools
Hand off your in-flight work to ANY other AI coding tool so you can continue exactly where you left off — works in 8+ tools (Claude Code, Codex, OpenCode, Gemini, Antigravity, Cursor, Aider, Cline/Roo, Windsurf). Writes one portable, secret-scrubbed handoff document plus a full diff of your uncommitted edits, then prints the absolute path, a clickable link, and a copy-paste resume prompt. Use this skill whenever the user is running out of subscription tokens, wants to switch tools mid-task, says 'handoff', 'continue elsewhere', 'continue on another machine', 'switch to Codex/OpenCode/Gemini/Cursor', or 'I'm out of tokens'. Self-contained: needs only git and a shell; uses 'specweave handoff' as an optional accelerator if it is on PATH.
tools
Bootstrap or update project AI-agent instruction files (AGENTS.md for Codex, CLAUDE.md for Claude Code, or both) from the current project's structure. Triggers on: write AGENTS.md, write CLAUDE.md, generate AGENTS.md, agent instructions, project conventions for AI, bootstrap agent docs, set up project memory for Codex/Claude, document dev/test/build commands for AI coding tools, single-source project instructions for any AI agent.
development
Meta-skill for creating new skills from natural language. Trigger phrases: "new skill", "create a skill", "build a skill", "make a skill", "generate a skill", "author a skill", "skill builder".
testing
--- version: "1.0.7" --- <!-- 0860 e2e improvement -->