aiko-save
25Skill Claude CodeCodex
現在の作業ステートを .claude/session-state/current.md に書き出す。Use when the user types "/aiko-save", or asks Aiko to save/snapshot/checkpoint the current work state.
Skill Claude CodeCodex
現在の作業ステートを .claude/session-state/current.md に書き出す。Use when the user types "/aiko-save", or asks Aiko to save/snapshot/checkpoint the current work state.
Skill Claude CodeCodex
Switch to a named persona (or back to origin/override default). Use when the user types "/aiko-select ".
Skill Claude CodeCodex
Instructions for keeping Aiko running in the background, either manually as a daemon or automatically as a Linux system service.
Skill Claude CodeCodex
A session command that starts the Aiko AI agent and loads a chosen personality from a shared folder in the user’s home directory. It keeps that personality active for the rest of the session.
Skill Claude CodeCodex
A skill for controlling text-to-speech playback of Claude Code responses. Text-to-speech means converting written responses into spoken audio.
Skill Claude CodeCodex
A command-line skill for asking another available coding agent a single question or task. It can list agents, show their status, and send them prompts.
Skill Claude CodeCodex
A command and living document for mapping agent-related directories across a computer and its repositories. It records where repositories, configuration stores, and related files are located.
Skill Claude CodeCodex
A command that sends a question to ChatGPT through the Codex app server, with options for setup and status checks. It is intended as a separate second opinion from another model.
Skill Claude CodeCodex
A guide for deciding when a question should be given to another specialized coding agent. It suggests a suitable agent, explains why, and asks the user for approval before delegating.
Skill Claude CodeCodex
A documentation skill that creates or updates an AI-facing INDEX.md and a human-facing README.md at a project directory’s entry point. The index focuses on structure and conventions; the README focuses on purpose, setup, and current status.
Skill Claude CodeCodex
A fill-in template for recording a project's programming languages, packages, services, APIs, and development tools. It organizes these choices by areas such as the front end, back end, and data storage, with their purposes and documentation links.
Skill Claude CodeCodex
A command-line tool that downloads a Google Slides presentation and extracts its slide text and speaker notes into Markdown. It accepts a presentation ID or a shared Google Drive URL.
Skill Claude CodeCodex
A skill for showing an HTML file or static project on a temporary live URL that can be opened from another device on the same private Tailscale network. Tailscale is a private network connecting approved devices.
Skill Claude CodeCodex
A command for recording an agent session in JSONL, a text format with one JSON object per line, and pushing the resulting logs to GitHub. It is intended for use when a work session has ended.
Skill Claude CodeCodex
A manually run command for checking and starting four named helper agents: reviewer, scout, lab, and janitor. It can show when each last ran and whether work is waiting.
Skill Claude CodeCodex
A command wrapper for sending and receiving messages between separate Claude Code sessions running in different terminals. It supports requests such as reviews, parallel tasks, completion notices, and ordinary messages.
Skill Claude CodeCodex
A workflow for handling a pull request, which is a proposed code change awaiting review before it is added to a project. It checks automated tests and reviewer comments, applies fixes, and can merge the change when it is ready.
Skill Claude CodeCodex
A short self-check for messages, files, calendar entries, and email drafts sent to the project owner. It checks whether the result can be opened, is the right size, and supports an immediate decision.
Skill Claude CodeCodex
A command for loading a named work role into the current agent session. A role is a set of purpose, skills, tools, principles, and decision rules for a type of work.
Skill Claude CodeCodex
A command for checking and manually running recurring tasks recorded in a repository. It can show task status, run maintenance agents, or start organization-specific jobs such as data collection and report generation.
Skill Claude CodeCodex
A skill that checks for pending review markers and starts the matching review agents. It then records completion and removes each processed marker.
Skill Claude CodeCodex
A session-start routine for an agent-based workspace. It loads recent logs, operating rules, available skills, and unfinished input so the agent can resume with the needed context.
Skill Claude CodeCodex
A nine-step planning skill for breaking a large project or initiative down from its purpose to concrete preparation. It separates goals, current conditions, approaches, measures, actions, and deliverables.
Skill Claude CodeCodex
A command for synchronizing a local agent-definition folder with GitHub. GitHub is a service for storing and sharing code and related files, while synchronization keeps local and remote copies aligned.