# Skill file

A ready procedure for coding agents (Claude Code, Codex, Cursor): when to use Tapmy, the steps, the guardrails.

The skill lives at [https://tapmy.link/skill.md](https://tapmy.link/skill.md) in the Agent Skills format: YAML front matter with a name and description, then the procedure. Save it as `SKILL.md` in your agent's skills directory, or point the agent at the URL.

```bash
mkdir -p ~/.claude/skills/tapmy-link && curl -s https://tapmy.link/skill.md -o ~/.claude/skills/tapmy-link/SKILL.md
```

It tells the agent to read this documentation, ask the person for what only they know (name, bio, links), validate, create, verify with `page.md`, and hand over the two links. Nothing in it assumes an MCP client.

---
Part of the [Tapmy.link agent documentation](https://tapmy.link/documentation/agents.md). Canonical: https://tapmy.link/documentation/agents/skill.md
