# Automate Me

> Create a personal mode skill from recurring workflow patterns in available history. Use when the user wants their own agent style encoded.

- Skill: `theonlyfusioncube/automate-me` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theonlyfusioncube/automate-me`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theonlyfusioncube/automate-me/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: TheOnlyFusionCube (https://skillmd.com/u/theonlyfusioncube)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theonlyfusioncube/automate-me

---

# Automate Me

1. Gather a representative sample of the user's actual completed workflows from available, authorized history. Do not infer private history you cannot access.
2. Extract repeated triggers, decisions, quality gates, preferred artifacts, and successful repair loops. Ignore one-off stylistic quirks unless explicitly requested.
3. Separate universal engineering principles from user-specific routing preferences.
4. Draft a `<name>-mode` Agent Skill that routes through existing skills rather than duplicating them.
5. Validate triggers against positive and negative examples, then present the generated skill and evidence behind each rule.

