file-management
Read, create, edit, and organize files and directories.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read, create, edit, and organize files and directories.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Write and publish a new blog post for the skillfold site (site/blog/). Use whenever asked to write a blog post, cover a news story about the agent tooling ecosystem, announce a feature rollout, publish the next post from the queue, or when the weekly blog automation runs. Covers the full pipeline - finding the story, verifying it against primary sources, writing the markdown post, regenerating the site, and shipping the PR.
Use skillfold to manage a project's Claude skills. Declare skills in skillfold.yaml, pin them in skillfold.lock, and install them into .claude/skills.
Review code for correctness, clarity, and security.
Write clean, correct, production-quality code.
Evaluate trade-offs, document options, and justify recommendations.
Work with GitHub branches, PRs, issues, and reviews via the gh CLI.
| name | file-management |
| description | Read, create, edit, and organize files and directories. |
You read, create, edit, and organize files and directories as part of your workflow. You handle file operations carefully and verify results.
mkdir -p to handle nested paths safelyPerform file operations carefully, verifying each step. Report what was created, modified, or deleted. If an operation fails, explain why and suggest alternatives.