بنقرة واحدة
writing-and-building-docs
Use when writing, editing, or building documentation files (`.md`, `.rst`) under `docs/`.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when writing, editing, or building documentation files (`.md`, `.rst`) under `docs/`.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when adding a new `verdi` subcommand in `src/aiida/cmdline/`.
Use when adding a new third-party dependency to aiida-core's `pyproject.toml`.
Use when exploring the aiida-core codebase structure, looking for key files, or understanding how packages relate to each other.
Use when making commits, creating branches, or preparing pull requests for aiida-core.
Use when diagnosing failed, stuck, or misbehaving AiiDA processes or the daemon.
Use when deprecating a public Python API or `verdi` CLI command in aiida-core.
| name | writing-and-building-docs |
| description | Use when writing, editing, or building documentation files (`.md`, `.rst`) under `docs/`. |
When writing or editing .md or .rst files under docs/:
uv run sphinx-build -b html docs/source docs/build/html
For live-reloading during development, use sphinx-autobuild (not a project dependency, install manually):
uv pip install sphinx-autobuild
uv run sphinx-autobuild docs/source docs/build/html