ワンクリックで
docs
Writes and maintains project documentation based on code changes and implementations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Writes and maintains project documentation based on code changes and implementations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create and modify NixOS and Home-Manager modules
Hardens systemd services against security issues using sandboxing, capability restriction, and syscall filtering. Use when creating or modifying systemd services, writing NixOS modules with systemd.services, reviewing service security, or whenever a serviceConfig block is involved. Ensures services follow defense-in-depth principles with minimal privilege.
Write Nix code using repo conventions
Write and review Conventional Commits commit messages (v1.0.0) for semantic versioning and changelogs. Use when drafting git commit messages, PR titles, release notes, or enforcing conventional commit format like `type(scope): subject`, `BREAKING CHANGE`, footers, and `revert`.
Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes.
Manage background jobs, capture command output, and handle session multiplexing. Use when running long commands, capturing output from detached processes, or managing concurrent tasks in headless environments.
| name | docs |
| description | Writes and maintains project documentation based on code changes and implementations |
Keep docs clear, accurate, and synced with repo. Goal: make system configs, user environments, and shared modules easier to understand and maintain.
docs/src need create or updatedocs/srcmy_new_feature.md{{#include}} from docs/src/generated/*.md instead of hand-maintained option tables or client-side widgetsdocs/src/SUMMARY.md so book structure stays correct.docs/src.{{#include}}; use prose only for special explanation, caveats, or examples.home/racci/features/cli/). Focus on shared modules and system-wide configurations._) instead of hyphens (-) for documentation filenames.Create docs/src/modules/my_service.md:
Generate option fragment at build time from module's options.json, include it in page with {{#include}}, for example docs/src/generated/my-service-options.md.
Update docs/src/SUMMARY.md:
Prefer this pattern for future module docs:
If host config changes significantly:
docs/src/hosts/