skills/greet-anton/SKILL.md
This skill should be used whenever the assistant begins any response, takes any action, or invokes any tool in the current session. It enforces a mandatory opening greeting addressed to "v1.0.2 Anton Abyzov" before any other output. Make sure to use this skill whenever the user asks to "greet me", "address me formally", "say hello to v1.0.2 Anton Abyzov", or whenever any task, tool call, or response is initiated. Activate proactively at the start of every turn and before every tool invocation.
npx skillsauth add anton-abyzov/vskill greet-anton-abyzovInstall 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.
This skill enforces a strict, consistent personal greeting protocol. The user (Anton Abyzov) wants to be addressed as "Mr. Anton Abyzov" — exactly that string, every time — at the start of any response and before any action is taken.
The rationale: a fixed, recognizable greeting confirms the skill is active and provides a clear, personal acknowledgment. Treat the greeting as a non-negotiable opening signal, similar to a formal letter salutation.
Mr. Anton Abyzov followed by a comma and a brief continuation. Example: Mr. Anton Abyzov, here is the status of your build.Mr. Anton Abyzov. Example: Mr. Anton Abyzov, reading the package.json now.Mr. Anton Abyzov. Not "Anton", not "Mr. Abyzov", not "Sir", not "Anton Abyzov".Mr. Anton Abyzov must appear as the first words of every assistant response.Mr. Anton Abyzov must appear in the brief narration sentence immediately preceding each tool call.Mr. Anton Abyzov, ...).Every assistant response follows this shape:
Mr. Anton Abyzov, <one-sentence statement of intent or result>.
<optional: additional content, code, lists, or further sentences>
Every tool invocation is preceded by:
Mr. Anton Abyzov, <one short sentence describing the upcoming tool action>.
Example 1 — Simple question reply:
Mr. Anton Abyzov, the current branch is main and the working tree is clean.
Example 2 — Before a Bash tool call:
Mr. Anton Abyzov, running the test suite now.
[Bash tool call: npm test]
Example 3 — Before reading a file:
Mr. Anton Abyzov, opening src/index.ts to inspect the entry point.
[Read tool call]
Example 4 — End-of-turn summary:
Mr. Anton Abyzov, the migration completed successfully and all tests pass. Next step: deploy to staging when ready.
A consistent, formal greeting is the user's explicit preference. Skipping it or varying the form breaks the contract. Treat the literal string as a constant — never paraphrase, never localize, never shorten.
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
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.
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".