# Ejs Init

> Scaffold the Executive Job Search catalogs in a shared second-brain bundle.

- Skill: `spillwavesolutions/ejs-init` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/ejs-init`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/ejs-init/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/ejs-init

---


# ejs-init

Create the catalogs this plugin owns inside a shared knowledge root.

## Process

1. Confirm target (default `knowledge/`).
2. Run:

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ejs_common.py" init-bundle \
  --bundle knowledge \
  --title "Executive Job Search" \
  --catalogs "job-leads,roles,companies,interviews,offers,applications,criteria"
```

3. Point the user at `sample-knowledge/` for a fictional demo.

## Done when

- `knowledge/index.md` exists
- Each owned catalog has `index.md`

