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

.dotfiles

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

skills مجمعة
17
Stars
82
محدث
2026-04-15
Forks
9
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

scrum-grooming
متخصصو إدارة المشاريع

Create a structured implementation plan for a feature request. Covers architecture, system design, module design, pattern selection, and milestone-based task planning with DoD. Use when the user describes a new feature, significant change, or multi-step implementation task.

2026-04-15
scrum-implement
متخصصو إدارة المشاريع

Execute an implementation plan milestone-by-milestone. Reads the plan, reviews lessons, then implements tasks using agents for parallelizable work. Invoke with /scrum-implement <plan-file-path> or triggered when the user asks to implement/execute a plan.

2026-04-15
scrum-lessons
متخصصو إدارة المشاريع

Extract lessons from a retrospective and review skills/agents for improvements. Creates lesson files in ~/Claude/lessons/ and suggests concrete changes to scrum skills. Invoke with /scrum-lessons <retrospective-path> or after running /scrum-retro.

2026-04-15
scrum-retro
متخصصو إدارة المشاريع

Generate a sprint retrospective from a plan file and tech lead feedback. Analyzes what was planned vs what was built, identifies root causes, and produces actionable takeaways. Invoke with /scrum-retro <plan-file-path> or triggered when the user asks to create a retrospective.

2026-04-15
temporal-python
مطوّرو البرمجيات

Temporal Python SDK (`temporalio`) patterns, determinism rules, error handling, and testing. Trigger: When writing Temporal workflows, activities, or workers in Python, or when the user mentions Temporal, durable workflows, or the Python SDK in the context of workflow orchestration. Activated when working on files importing `temporalio`, `@activity.defn`, `@workflow.defn`, in directories named `temporal_app/`, `workflows/`, `activities/`, or when user asks about Temporal concepts, determinism, replay, signals, or activity patterns.

2026-04-15
setup-python
مطوّرو البرمجيات

Set up a new Python/Django project with uv, ruff, basedpyright, pre-commit hooks, Justfile, Docker Compose, and CI. Invoke when starting a new Python project or when asked to set up project tooling.

2026-03-16
jira-tasks
متخصصو إدارة المشاريع

Create Jira tasks from a planning document with clear, actionable descriptions

2026-03-12
axum-guide
مطوّرو البرمجيات

Axum v0.8.x backend development guide. Handlers, routing, middleware, auth, error handling. Trigger: When writing Rust backend code using axum, tower, or tower-http. Activated when working on files importing `axum::*`.

2026-03-08
blogpost
الكتّاب التقنيون

End-to-end blog post creation for Hugo. Research, outline, draft, and polish technical posts about software engineering and AI/LLM topics. Invoke with /blogpost "topic" or triggered when the user asks to write a blog post.

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

Pre-commit code review for Python/Django, React/TypeScript, and Rust projects. Checks for bugs, security issues, performance problems, and code quality. Invoke manually with /code-review before committing.

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

Commit, push, and update PR with a clean workflow. Checks for out-of-scope files before committing.

2026-03-08
diesel-orm
مطوّرو البرمجيات

Type-safe Rust ORM with compile-time query validation.

2026-03-08
pytest-django-patterns
محللو ضمان جودة البرمجيات والمختبرون

pytest-django testing patterns, Factory Boy, fixtures, and TDD workflow. Use when writing tests, creating test factories, or following TDD red-green-refactor cycle.

2026-03-08
double-check
محللو أبحاث السوق ومتخصصو التسويق

Multi-model fact-checking. Opus checks independently, spawns a Sonnet sub-agent for a blind second review, then compares and reconciles both results into a consensus report.

2026-03-08
leptos-guide
مطوّرو البرمجيات

Leptos v0.8.x frontend development guide. Components, signals, resources, async, forms, and ownership patterns. Trigger: When writing Leptos frontend components, signals, or views. Activated when working on files importing `leptos::*`.

2026-03-08
solid
مطوّرو البرمجيات

Use this skill when writing code, implementing features, refactoring, planning architecture, designing systems, reviewing code, or debugging. This skill transforms junior-level code into senior-engineer quality software through SOLID principles, TDD, clean code practices, and professional software design.

2026-03-08
testing-principles
محللو ضمان جودة البرمجيات والمختبرون

Test design principles: what to test, what to skip, how to avoid fragile tests. Trigger: When designing tests, writing test files, or deciding test coverage strategy. Activated automatically when working on *_test.py, test_*.py, *.test.ts, *.spec.ts, or test files.

2026-03-08