[1-2 sentences explaining the core principle. What is the fundamental insight of this skill?]
[other-skill-name] instead.[Explain the mental model. Use a before/after code block or a small dot flowchart if the decision process is non-obvious.]
// ❌ Anti-pattern / Baseline failure
[Show the common mistake or naive approach]
// ✅ Best practice / Correct implementation
[Show the correct pattern]
[Clear, numbered steps for the agent to follow. Use imperative verbs.]
[A table for fast lookup of commands, syntax, or common operations.]
| Operation / Scenario | Syntax / Command | Notes |
|---|---|---|
| [Operation] | [Command] | [Note] |
[How to prove the implementation is correct (The GREEN phase). Agent must run these checks.]
[List specific rationalizations, shortcuts, or misunderstandings the agent might have. Address the "RED" phase baseline failures here.]
| Red Flag (Excuse / Mistake) | Reality / Fix (What to do instead) |
|---|---|
| "I'll just skip testing this time." | STOP. You must verify the behavior first. |
| [Mistake or excuse] | STOP. [Correct action] |
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).