원클릭으로
document-scripts
Ensure the local-bin scripts are documented in README
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ensure the local-bin scripts are documented in README
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
Help the user pin down a clear and actionable plan for a single feature/change.
Quickly learn the core aspects of a project
Delegate a task to a subagent so you can focus on coordination
Use this skill to build a call-dependency graph from source files, grouped by declarations (file/interface/class/object) with visibility-aware styling and a legend
Use this skill when you need to research a topic and it's likely too large for a quick answer
| name | document-scripts |
| description | Ensure the local-bin scripts are documented in README |
Use this skill whenever the local-bin scripts have changed, or just to check the docs are correct.
Ensure that every main executable script under configuration/local-bin/.local/bin/ is documented in configuration/local-bin/README.md.
Check for any missing headings in the README (but use judgement to ignore any libraries). Use the scripts to avoid reinventing the logic:
scripts/find-missing-headingsNote:
scripts/find-missing-headings — Lists any missing headings (no output means no missing headings)## {GROUP NAME}
### {SCRIPT NAME}
{SCRIPT DESCRIPTION}.
Example: `{SCRIPT INVOCATION WITH ARGUMENTS}`