Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/sunpar/agentic_coding_tools --skill deslopコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Commit and publish local GitHub work with review requests. Use when the user wants Codex to commit staged changes, stage all changes only when nothing is staged, push the current branch, and open a GitHub pull request that tags @codex and @copilot for review.
Analyze staged and unstaged git changes and refactor for readability, maintainability, and conciseness while preserving behavior. Use when the user asks to refactor recent changes, clean up work in progress, improve code quality, or review a diff for safe structural improvements.
Generate implementation TASKS.md plans from one design document or from all feature documents in a directory.
SKILL.md を表示中
SOC 職業分類に基づく
| name | deslop |
| description | Remove AI code slop |
| disable-model-invocation | true |
Check the diff against main, and remove all AI generated slop introduced in this branch.
This includes:
# -------- or // ========)any (and similar type escape hatches) added to bypass type safetyPreserve meaningful documentation (non-obvious rationale, constraints, API behavior, caveats).
Report at the end with only a 1-3 sentence summary of what you changed