init-memory
Set up AGENTS.md and symlink CLAUDE.md to it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up AGENTS.md and symlink CLAUDE.md to it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run two heterogeneous fresh-context Herdr reviewers against both code quality and a governing plan, then synthesize evidence-backed feedback. Use when the user asks for a dual or adversarial review, code-versus-plan verification, or independent Claude and Pi reviewers before deciding whether a PR needs changes.
Control herdr from Codex. Use when the user says "use Herder" or asks to inspect, focus, prompt, spawn, or manage herdr workspaces, tabs, panes, or agents from a Codex session, without deciding whether they are inside or outside herdr.
Use when the user explicitly asks Codex Desktop or another shell outside Herdr to create, inspect, prompt, follow up with, or monitor Herdr agent tabs, or when the `codex-herdr` router skill hands off external control.
Fan out a user-provided task list into one reviewed PR per task through Herdr, then shepherd the PR fleet through CI and review without merging. Use when the user asks to fan out PRs, parallelize backlog items into separate PRs, or autonomously drive multiple agent-owned PRs to green.
Inspect and import content into my self-hosted AutoCaliWeb library. Use for catalog status, search, recent imports, shelves, metadata, or importing an ebook, comic, PDF, or audiobook.
Correct-by-construction TypeScript standards. Use for TypeScript engineering or when another skill needs the user's coding standards.
| name | init-memory |
| description | Set up AGENTS.md and symlink CLAUDE.md to it |
Create an AGENTS.md file for this repository and symlink CLAUDE.md to it.
Check existing files:
ls -la AGENTS.md CLAUDE.md 2>/dev/null; file AGENTS.md CLAUDE.md 2>/dev/null | grep -i link
Explore the codebase to understand:
Create AGENTS.md with these sections:
# Project Name
Brief description of what this project does.
## Tech Stack
- Language/runtime
- Key frameworks/libraries
- Database (if any)
## Project Structure
src/ # Source code tests/ # Test files ...
## Commands
```bash
# Install dependencies
<package-manager> install
# Run dev server
<command>
# Run tests
<command>
# Build
<command>
Key patterns, conventions, or decisions worth knowing.
4. **Create symlink**:
```bash
ln -s AGENTS.md CLAUDE.md
See docs/architecture.md) instead of embedding.Ask clarifying questions about the project before writing AGENTS.md.