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

nixos-config

يحتوي nixos-config على 13 من skills المجمعة من ka2n، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
0
محدث
2026-07-09
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

organize-commits
مطوّرو البرمجيات

Reorganize messy git commit history on a feature branch into clean, reviewer-friendly commits. Use when: user says "コミットを整理", "organize commits", "squash commits", "clean up history", "rewrite commits", or wants to prepare a branch for PR review by removing trial-and-error noise. Handles soft reset, logical grouping, and recommitting with clear messages.

2026-07-09
rebase-main
مطوّرو البرمجيات

Safely rebase the current branch onto the latest origin/main. Stashes uncommitted work, fetches, rebases, and restores.

2026-07-09
simplify
مطوّرو البرمجيات

Reviews changed code for reuse, quality, and efficiency, then fixes issues found. Preserves all functionality.

2026-07-09
session-review-report
مطوّرو البرمجيات

Create an HTML report to review the current session's changes. Include screenshots when changes affect UI/visuals. Use when the user asks for a review report, session summary as HTML, or visual diff of changes.

2026-06-29
take-screenshot
مطوّرو البرمجيات

Capture screenshots of the current work-in-progress UI via agent-browser against a running local dev server, then open them with google-chrome-stable. For UI changes, capture before/after pairs (and Figma reference shots when a design URL is provided) so visual diffs can be reviewed at a glance.

2026-06-29
pr-comments
مطوّرو البرمجيات

Fetch and display comments from the current GitHub pull request. Use when asked to show PR comments, review comments, or check PR feedback.

2026-04-23
commit-push-pr
مطوّرو البرمجيات

Create a branch, commit changes, push to remote, and create a pull request. Use when asked to create a PR or pull request.

2026-03-27
commit-push
مطوّرو البرمجيات

Split current changes into meaningful Git commits, then push to remote. Use when asked to commit and push.

2026-03-27
commit
مطوّرو البرمجيات

Split current changes into meaningful Git commits. Use when asked to commit, make a commit, or split changes into commits.

2026-03-27
opsx-run
مطوّرو البرمجيات

Autonomous execution helper for OpenSpec tasks. Checks change readiness, then selects execution method based on task size: ralph-loop (small) or ralph-tui (large). Triggers: 'run tasks autonomously', 'ralph run', 'opsx:run', 'auto-execute', 'loop execute', 'run with ralph'

2026-03-10
save-url-to-doc
مطوّرو البرمجيات

Save web documentation and external resources as markdown files for reference. Use when researching libraries/APIs ("read the documentation of X", "check the docs for Y"), after web searches to preserve useful pages, or when planning tasks that need external references. Saves to external-docs/ directory in the git repository root.

2026-03-10
code-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Use this skill to review code changes for quality, best practices, potential bugs, security issues, and performance improvements. Triggers on requests like "review this code", "check for issues", "code review", or after completing large changes.

2026-02-26
codex
مطوّرو البرمجيات

Use this skill when the user asks to query Codex ("codexに聞いて", "codexで調べて", "codexにレビューを依頼", "ask codex", "consult codex", "codex review") for technical questions, code reviews, code analysis, architecture discussions, best practices, or implementation guidance. Handles interaction with the Codex CLI tool.

2026-02-03