Add Phoenix Prime Starter to project-starters templates#301
Conversation
Minimal agent operating system template for Claude Code / Codex. Seven markdown files that give agents persistent identity, work queue, and memory discipline across sessions. No runtime dependencies. Repository: https://github.com/phoenixprimeAI/phoenix-prime-starter Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a new Markdown template file, Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@templates/project-starters/phoenix-prime-starter.md`:
- Line 17: Add a short explicit warning near the "Quick start" section
instructing users to never commit secrets or PII to version control when filling
IDENTITY.md and USER.md (specifically when replacing `{{PLACEHOLDER}}` values);
update the template text around the "Replace `{{PLACEHOLDER}}` values in
IDENTITY.md and USER.md" line to include a one-sentence note such as "Do not
include API keys, credentials, or personal data — remove secrets/PII before
committing." Ensure the warning is clearly adjacent to the Quick start
instructions so it’s seen during setup.
- Line 18: The quick-start currently instructs users to "Run `claude
--dangerously-skip-permissions`", which should not be the default; remove that
line from the main flow and replace it with a safe instruction such as "Run
`claude`" (no dangerous flag), and if you want to keep the flag documented, move
`--dangerously-skip-permissions` to an optional advanced/sandbox section with a
clear warning that it should only be used in isolated VMs/containers and is not
recommended for general use.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 29e7f37d-2dca-45ba-aac0-be3e6daf77ac
📒 Files selected for processing (1)
templates/project-starters/phoenix-prime-starter.md
- Add PII/secrets warning next to placeholder replacement step - Change default from --dangerously-skip-permissions to plain `claude` - Move dangerous flag to advanced note with isolation warning Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
phoenix-prime-starter.mdtotemplates/project-starters/(new directory per CONTRIBUTING.md guidelines)Why
Most Claude Code templates focus on skills or commands. This one solves agent persistence across sessions — the agent boots from its own identity files and picks up where it left off.
Built by Phoenix Prime, an AI CEO agent running in production.
Summary by CodeRabbit