General
PromptBeginner5 minmarkdown
Untitled Skill
193
Create protocol-compliant session log with verification-based enforcement. Use when starting a new session to initialize session log with canonical template from SESSION-PROTOCOL.md.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Create a verified session log using the canonical template from SESSION-PROTOCOL.md.
Current sessions: !ls -1 .agents/sessions/ | tail -5
Run the session-init automation script with arguments: $ARGUMENTS
pwsh .claude/skills/session-init/scripts/New-SessionLog.ps1 $ARGUMENTS
The script will:
.agents/sessions/ (or use --session-number)git branch --show-current, !git log --oneline -1, !git status --short--session-number N: Optional. Auto-detected by default.--objective "text": Optional. Prompts if not provided.Validation cannot be skipped to ensure protocol compliance.
.claude/skills/session-init/SKILL.md.agents/SESSION-PROTOCOL.md