automate-me

Generates a personal working-style skill from project transcripts and user preferences.

Updated Aug 30, 2026
One-click install
npx skills add https://github.com/ryanportfolio/threejs-interview-test --skill automate-me-ryanportfolio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: automate-me
Source: https://github.com/ryanportfolio/threejs-interview-test/tree/main/.agents/skills/automate-me
Command: npx skills add https://github.com/ryanportfolio/threejs-interview-test --skill automate-me-ryanportfolio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It captures how you actually work by mining your project's AI session transcripts and asking direct questions, then turns those observed preferences into a reusable personal skill so future sessions follow your style automatically. ## Core Features & Use Cases - Transcript Mining: Analyzes the current project's AI conversation transcripts to detect recurring preferences, conventions, and working patterns. - Interactive Questioning: Asks direct questions to fill gaps that transcripts alone cannot reveal about your workflow. - Skill Drafting: Produces a personal <handle>-mode skill encoding your style, usable across Claude Code and Codex environments. - Use Case: After several weeks of working with an AI assistant on a codebase, invoke this to distill your commit conventions, review habits, and tooling choices into a reusable skill file. ## Quick Start Ask the assistant to automate me by turning my preferences and working style from this project into a personal mode skill.

Frequently Asked Questions about automate-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn my AI working style into a reusable skill?▼

Invoke the automate-me skill, which mines your current project's session transcripts and asks direct questions about your preferences. It then drafts a personal <handle>-mode skill file capturing your conventions for reuse in future sessions.

What triggers the automate-me skill?▼

It activates on phrases like "automate me", "$automate-me", "create or update my -mode skill", or requests to turn your preferences and working style into a skill.

Does automate-me work with Codex as well as Claude Code?▼

Yes. The skill directory contains a Codex adapter that reads the canonical Claude skill workflow and translates Claude Code tool names to Codex equivalents, following the repository's compatibility notes.

Can automate-me commit or push changes on its own?▼

No. Skill invocation alone does not authorize commits, pushes, pull requests, dependency installs, or other outward actions. Those only happen when explicitly requested by the user.

Where does automate-me store the generated skill?▼

It drafts a personal <handle>-mode skill based on the canonical workflow defined in the .claude/skills/automate-me directory, with all relative script and reference paths resolved from that canonical location.