Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

dotfiles

يحتوي dotfiles على 15 من skills المجمعة من aiya000، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
18
محدث
2026-07-06
Forks
1
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

github-issue-create
مطوّرو البرمجيات

Create a GitHub issue with an auto-generated description. Use when the user asks to open an issue for a bug, feature request, or task.

2026-07-06
github-pr-create
مطوّرو البرمجيات

Create a pull request with an auto-generated description. Use when the user asks to open a PR for the current branch's changes.

2026-07-06
vrchat-force-purge-all-favorite-worlds
مطوّرو البرمجيات

Force-delete every favorited world on the authenticated VRChat account via VRChat's REST API. Use when the user asks to purge, clear, wipe, or delete all their VRChat favorite worlds.

2026-07-01
git-commit
مطوّرو البرمجيات

Create a new git commit for staged changes. Use when the user asks to commit staged changes with an auto-generated Conventional Commits message, or when Claude Code itself wants to run `git commit`.

2026-06-29
git-verify-identity
مطوّرو البرمجيات

Verify that git user.name and user.email are configured. Use automatically before any git operation that requires identity (commits, rebases, cherry-picks, etc.), and when the user asks to check or verify their git identity.

2026-06-18
suggest-alternative-commands
مطوّرو البرمجيات

Instruct to suggest alternative commands for `rm`, `find`, and `grep`. Use when Claude Code started, and you want to run `rm`, `find`, or `grep`, and the corresponding alternative is installed in the environment — `rm-dust` for `rm`, `fd` (or `fd-find`) for `find`, `rg` for `grep`.

2026-06-18
save-memory
متخصصو إدارة المشاريع

Export and distill the current conversation into a memory file. Use when the user asks to save, remember, or note the current session for future context.

2026-06-18
define-markdown-format
فنيو النشر المكتبي

Load and apply Markdown formatting rules for this project. Use when writing or editing Markdown files.

2026-06-11
on-instructions-loaded
المهن الحاسوبية الأخرى

Announce which instructions file was just loaded. Use immediately after reading any CLAUDE.md or AGENTS.md file (including AGENTS.global.md and subdirectory AGENTS.md files).

2026-06-11
verify-git-command-location
مديرو الشبكات وأنظمة الحاسوب

Verify that the correct git binary is in use, especially when running under WSL with a Windows filesystem. Use the first time a git command is executed in a session.

2026-06-11
git-add
مطوّرو البرمجيات

Stage files for commit after scanning for secrets. Use when the user asks to stage files with `git add`.

2026-06-11
git-push
مطوّرو البرمجيات

Push commits to remote after scanning for secrets. Use when the user asks to push commits with `git push`.

2026-06-11
inspect-malicious-code
محللو أمن المعلومات

Inspect a project for potentially malicious code (malware, spyware, etc.) using static analysis only. Use when the user asks to audit a project or dependency for malicious or suspicious code.

2026-06-10
open-weburl
مطوّرو البرمجيات

Open URLs from numbered references, repository names, or the context. Use when the user asks to open URLs or GitHub repositories mentioned in the conversation.

2026-06-10
read-agents-md
المهن الحاسوبية الأخرى

Read all AGENTS.md files from current directory to project root. Use when the user asks to load AGENTS.md instructions or refresh agent guidelines, or the first time you access a file in a directory whose files you have not read or written yet, to load that directory's AGENTS.md.

2026-06-10