Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ across Claude Code, Gemini CLI, Cursor, and Pi.
market analysis, strategy, content generation, PDF render, content/design review) and
`swiss-tech-resume-setup`. The two review skills (`resume-content-review`,
`resume-design-review`) declare `context: fork` so they review with fresh eyes.
- **Pi and Cursor read `.agents/skills/` natively** (no config — just open/run in a clone).
**Claude Code** uses the `.claude/skills/` symlink into `.agents/skills/` (plus the plugin
manifest). **Gemini CLI** needs a `.gemini/skills/` symlink into `.agents/skills/` (adapter
pending). Either way, edit skills only in `.agents/skills/` — never through a symlink.
- **Pi, Cursor, and Gemini CLI read `.agents/skills/` natively** (no config — just open/run in
a clone; Gemini treats `.agents/skills/` as a workspace-skills alias). **Claude Code** uses
the `.claude/skills/` symlink into `.agents/skills/` (plus the plugin manifest). Edit skills
only in `.agents/skills/` — never through a symlink.
- `.claude-plugin/` - Claude Code plugin + marketplace manifests (points `skills` at
`.agents/skills/`).
- `docs/PERSONAL_PROFILE.md` - **Primary data source** (private, gitignored). Built and
Expand Down
1 change: 1 addition & 0 deletions GEMINI.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ cd CV
|-------|-----------------|
| **Claude Code** | Install as a plugin (above), or run in a clone — skills resolve via `.claude/skills/` (symlink) and the plugin manifest. |
| **Pi** | Run `pi` inside the clone — skills under `.agents/skills/` are auto-discovered (no config). Or install remotely: `pi install git:github.com/datarian/CV` (the root `package.json` declares `pi.skills`). |
| **Gemini CLI** | Symlink `.gemini/skills → ../.agents/skills` and point Gemini at `AGENTS.md` via `.gemini/settings.json`. *(adapter pending)* |
| **Gemini CLI** | Run `gemini` inside the clone — `.agents/skills/` is read natively (workspace-skills alias), and `GEMINI.md` (a symlink to `AGENTS.md`) supplies the instructions. Enable skills with `/skills` if your Gemini build doesn't auto-enable them. |
| **Cursor** | Open the clone in Cursor — `.agents/skills/` and `AGENTS.md` are both read natively (no config). |

Then ask the same things you would in Claude Code (e.g. *"Build me a Swiss-market resume for
Expand Down
Loading