# codex-skills **Repository Path**: Echo348183437/codex-skills ## Basic Information - **Project Name**: codex-skills - **Description**: 常用的一些skills - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-08 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Codex Skills This repository backs up user-maintained Codex skills, shareable Codex configuration, automations, and memory files from: `C:\Users\34818\.codex\skills` `C:\Users\34818\.codex\config.toml` `C:\Users\34818\.codex\rules` `C:\Users\34818\.codex\automations` `C:\Users\34818\.codex\memories` Included skills: - `chen-dian` - `daily-settlement` - `gitee-pr-helper` - `local-settlement` - `local-split-commits` - `project-context-updater` - `project-work-tracker` - `table-structure-maintainer` - `weekly-requirement-outline` - `weekly-submit` - `weekly-work-plan` For what each skill does and when to use it, see [docs/skills-guide.md](docs/skills-guide.md). Included config: - `config/config.toml` - `config/AGENTS.md` - `rules/default.rules` (sensitive values redacted) Included automations and memory: - `automations/chatside/automation.toml` - `automations/chatside/memory.md` - `memories/.gitkeep` (the local memories directory is currently empty) ## Local Project Layout Current local project root: ```text D:\code ├─ codex\ │ └─ skills\ # codex-skills └─ kaka\ ├─ asked\ # kaka-asked ├─ weekly\ # weekly planning and review tracker ├─ ui\ # ruoyi-plus-vben5 ├─ api\ # RuoYi-Vue-Plus └─ chatpilot\ ├─ mind\ # chat-mind └─ side\ # chat-side ``` For the full project map and overall context, see [docs/local-project-overview.md](docs/local-project-overview.md). Excluded local directories: - `.system`: Codex bundled system skills. - `codex-primary-runtime`: bundled runtime skills and assets. - `auth.json`, logs, sqlite databases, sessions, caches, and other machine-local state. - `.run-jitter-salt`: local automation jitter state. ## One-command restore On a new Windows machine, clone this repository and run: ```powershell powershell -ExecutionPolicy Bypass -File .\install.ps1 ``` The script installs skills, config, rules, automations, and memories into `$HOME\.codex`. Existing target files are backed up under `$HOME\.codex\.restore-backups\` before being overwritten. Optional restore switches: ```powershell powershell -ExecutionPolicy Bypass -File .\install.ps1 -SkipConfig powershell -ExecutionPolicy Bypass -File .\install.ps1 -SkipAutomations powershell -ExecutionPolicy Bypass -File .\install.ps1 -SkipMemories ```