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

dotfiles

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

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

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

code-style-audit
مطوّرو البرمجيات

Audit Claude-authored commits across all repositories Claude has worked in against the code-style guide, reporting violations plus guide defects (missing, dead, or ambiguous rules) the violations reveal. Run on demand from the dotfiles (marketplace) repo.

2026-07-11
code-style
مطوّرو البرمجيات

riseshia's coding conventions. Use it always unless a project-specific convention (CLAUDE.md, style guides) exists.

2026-07-11
style-guide-lint
محللو ضمان جودة البرمجيات والمختبرون

Quality-check the code-style guide for contradictions, duplications, and ambiguous rules. Run after editing the code-style skill files.

2026-07-11
explain-with-html
مطوّرو الويب

Explain a topic as a single, readable, self-contained HTML file that the user opens in a browser. Use when the user runs /explain-with-html, or asks to have something explained "as HTML", "in a browser", or with a visual/diagram-heavy write-up. The topic is optional — infer it from the recent conversation and confirm before generating. Use mermaid.js for diagrams when they help.

2026-07-10
workflow
مطوّرو البرمجيات

Run a development task as an event-driven state machine (plan → plan-approve → implement → validate → minor-fix/recheck → open-pr → followup → retrospect → done). A thin orchestrator fires named transitions via a CLI that enforces the plan-approve human gate and bounded rework/continue loops, reads a per-state prompt for each node, delegates heavy work-states to fresh workers (Agent tool or claude -p) over a file-based handoff, and ships via a Draft PR. Use when the user wants to run a non-trivial task end-to-end with minimal supervision.

2026-07-08
ocr-review
محللو ضمان جودة البرمجيات والمختبرون

High-precision code review inspired by Alibaba Open Code Review. Script-driven pre-processing, per-file isolated review, three-layer false-positive reduction.

2026-07-08
workflow-retro
المهن الحاسوبية الأخرى

Run a session-level retrospective after a shia-guides:workflow run and propose concrete, composable improvements to the workflow's three surfaces — the `pipeline` transition table, `nodes/*.md` orchestrator routers, and `workers/*.txt` worker prompts. Grounds findings in the run's `.workflow/history.log` (timestamped transition/worker trace), state counters, and the shipped diff. Use when a run is finished (before `abort`) and you want to turn what happened into a better workflow.

2026-07-03
japanese-tech-writing
الكتّاب التقنيون

日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

2026-06-22
commit
مطوّرو البرمجيات

Create a git commit with auto-generated message

2026-05-29
draft-pr
مطوّرو البرمجيات

Commit changes in logical units and create a Draft PR assigned to riseshia. Creates a new branch if on the base branch.

2026-05-29
next-todo
مطوّرو البرمجيات

Read todo.md and recommend the next task to work on

2026-05-29