بنقرة واحدة
shell-scripts
Shell script development workflow. Use when modifying files in scripts/ directory or any *.sh files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Shell script development workflow. Use when modifying files in scripts/ directory or any *.sh files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Set up docs-ssot SSOT documentation structure — migrate existing docs, build, and validate
Documentation update workflow. Use when modifying files in docs/ directory or any markdown files (*.md).
Maps GitHub labels to Skills and Context documents. Use when creating issues (github-issue-creation) or working on issues (fix-issue command).
How to run watch, keygen, and sign wallet CLI commands. Use when executing wallet commands or testing wallet functionality.
Git branch management, commit conventions, and PR creation workflow. Use for all tasks that require code changes, regardless of language or scope.
Solidity smart contract development workflow. Use when modifying smart contracts in apps/eth-contracts/contracts/.
| name | shell-scripts |
| description | Shell script development workflow. Use when modifying files in scripts/ directory or any *.sh files. |
Workflow for shell script changes.
git-workflow Skill for branch, commit, and PR workflow..claude/rules/shell-script.md for detailed best practices (SSOT).| Path | Description |
|---|---|
scripts/ | All shell scripts |
*.sh | Shell scripts anywhere |
Edit shell scripts following the rules in .claude/rules/shell-script.md.
make shfmt
shellcheck scripts/{script}.sh # if installed
chmod +x)#!/usr/bin/env bash)set -euo pipefail).claude/rules/shell-script.md - Shell rules (SSOT)git-workflow - Branch, commit, PR workflow