بنقرة واحدة
install-skills
Install skills from skills.sh, rename to short names, and track originals for updates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Install skills from skills.sh, rename to short names, and track originals for updates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Prepare and execute high-quality Conventional Commits from working tree changes with repository-aware commit scoping (root repo and submodules) and atomic commit planning. Use when asked to commit, split commits, draft commit messages, or organize staged/unstaged changes into safe commit units.
Design and implement code changes end-to-end, from requirements clarification through implementation, validation, and documentation updates. Use when writing new code, extending features, fixing bugs, or making structured code changes where correctness, maintainability, and clear tradeoffs matter.
Add or improve code and repository documentation so behavior, constraints, and usage are clear and current. Use when asked to write/update docs, docstrings, inline rationale comments, architecture notes, or change-related documentation for code updates.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Run repository linting and formatting checks, fix lint failures, and verify a clean result. Use when asked to lint code, resolve style/tooling violations, or make CI lint checks pass across changed files or whole repositories.
Evaluate and improve performance by identifying hot paths, reducing unnecessary allocations/work, and optimizing data flow and I/O behavior without changing required functionality. Use when addressing latency, throughput, CPU/memory overhead, startup cost, or scaling bottlenecks.
| name | install-skills |
| description | Install skills from skills.sh, rename to short names, and track originals for updates. |
| disable-model-invocation | true |
Install skills from skills.sh into .agents/skills/, rename to short names, and track origins for future updates.
npx skills add <owner/repo> -y
.agents/skills/ to .agents/skills/:
cp -R .agents/skills/* .agents/skills/ && rm -rf .agents/
name field in SKILL.md to match.metadata:
original-name: <original-folder-name>
source: <owner/repo>
npx skills add <source-repo> -y to re-download..agents/skills/<original-name>/..agents/skills/:
cp -R .agents/skills/<original-name>/* .agents/skills/<short-name>/ && rm -rf .agents/
name field rename and source metadata in the SKILL.md frontmatter..agents/skills/.react-perf not vercel-react-best-practices).