원클릭으로
rsi-scripting
Update systematize with new natural language script conventions from this session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update systematize with new natural language script conventions from this session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | rsi-scripting |
| description | Update systematize with new natural language script conventions from this session. |
Update /systematize to incorporate new conventions or patterns for natural language scripts established during this session.
$ARGUMENTS
Review the conversation to identify what new patterns or conventions were established for command files in .agents/skills/. Then update /systematize to teach future agents these conventions.
Common updates:
Show full templates with placeholders. Explain when to use new patterns vs. existing ones. Preserve all existing content.
/systematize, add new conventions alongside existing ones. Never remove content that's still valid.When the update involves structure types or templates (e.g., adding a branching pattern to /systematize):
User request: "improve @.agents/skills/systematize/SKILL.md so that new natural language scripts will follow the conventions set here in this session"
What happened in session: Created if-else branching structure in /extract-pr with Path A/Path B, A-prefixed and B-prefixed step numbers, convergence point markers
Update to /systematize: Added a new template option in step 7 showing the branching structure format, with guidance on when to use it ("For workflows with major decision branches") vs. the linear format ("For linear workflows"), including the full template with placeholders like [Path Name] and [Decision Point Name].