init-memory
Set up AGENTS.md and symlink CLAUDE.md to it
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Set up AGENTS.md and symlink CLAUDE.md to it
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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.