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

FlowDeck

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

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

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

context-budget
المهن الحاسوبية الأخرى

Optimize token usage and context window discipline. Reduce costs and improve response quality through smart context management.

2026-07-22
context-steward
المهن الحاسوبية الأخرى

Unified context lifecycle for FlowDeck sessions — ingest, filter, prune, protect, summarize, and persist with telemetry.

2026-07-22
change-impact-radar
مطوّرو البرمجيات

Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review.

2026-07-22
codebase-mapping
مطوّرو البرمجيات

Map architecture, conventions, and file structure into `.codebase/`. Use when onboarding or before deep feature work.

2026-07-22
confidence-aware-planning
مطوّرو البرمجيات

Plan differently when the agent has low certainty — ask for clarification or narrow scope instead of pretending full understanding.

2026-07-22
context-guard
مطوّرو البرمجيات

Protect critical context from pruning during compaction. Preserve active plans, safety files, pending operations, and user intent anchors.

2026-07-22
context-load
مطوّرو البرمجيات

Load full project context at session start. Read STATE.md, PLAN.md, PROJECT.md, CONVENTIONS.md, and ARCHITECTURE.md to brief any agent on where work stands.

2026-07-22
repo-memory-graph
مطوّرو البرمجيات

Build and maintain a persistent graph of architecture, conventions, bug history, ownership patterns, and module relationships for this specific codebase.

2026-07-22
session-persistence
مطوّرو البرمجيات

Maintain continuity across FlowDeck sessions by loading previous context, checkpointing mid-session state, and writing structured summaries at session end.

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

Review code for security vulnerabilities, logic errors, and quality issues. Returns findings ranked by severity with remediation steps.

2026-06-19
codebase-onboarding
مطوّرو البرمجيات

Explore and document an unfamiliar codebase. Use when joining a new project or generating project documentation.

2026-06-19
django-patterns
مطوّرو البرمجيات

Django patterns — models, ORM, class-based views, middleware, URL routing, forms, project layout. Activate when writing or reviewing Django code.

2026-06-19
human-review-routing
مطوّرو البرمجيات

Route risky patches to the right reviewer — security, backend, infra, or domain owner — by change type.

2026-06-19
java-patterns
مطوّرو البرمجيات

Modern Java 17+ patterns — records, sealed classes, Stream API, CompletableFuture, Spring Boot, JPA. Activate when writing or reviewing Java.

2026-06-19
plan-task
مطوّرو البرمجيات

Break complex features into a phased plan with parallel tasks, dependency graph, and verifiable success criteria. Use before multi-file work.

2026-06-19
python-patterns
مطوّرو البرمجيات

Python idioms — type hints, dataclasses, async/await, generators, pytest, common pitfalls. Activate when writing or reviewing Python code.

2026-06-19
refactor-guide
مطوّرو البرمجيات

Refactor safely — keep tests green, change structure without behavior change, no public API breakage. Use for code maintenance.

2026-06-19
research-first
مطوّرو البرمجيات

Strict research hierarchy before writing code — search codebase, docs, web, and registries in order.

2026-06-19
rust-patterns
مطوّرو البرمجيات

Rust patterns covering ownership, lifetimes, error handling, traits, async with Tokio, and smart pointers. Activate when writing or reviewing Rust.

2026-06-19
test-coverage
محللو ضمان جودة البرمجيات والمختبرون

Enforce test-first development and measure coverage gaps. Drives write-test → implement → verify. Use for new features and bug fixes.

2026-06-19
telemetry-steward
مطوّرو البرمجيات

Lightweight append-only telemetry layer for tracking session health, agent performance, and decision quality across FlowDeck operations.

2026-06-11
decision-trace
مطوّرو البرمجيات

Record why the agent changed something, what evidence was used, and what assumptions were made — so code reviews become much faster.

2026-06-10
agent-harness-construction
مطوّرو البرمجيات

Build autonomous agent pipelines — construct agent loops, wire multi-agent orchestration, implement self-healing retry logic, and measure agent effectiveness

2026-06-02
patch-trust-score
محللو ضمان جودة البرمجيات والمختبرون

Assign a confidence and risk rating to every AI-generated change. Returns safe, review-required, or high-risk verdict with specific signals.

2026-05-30
blast-radius-preview
مطوّرو البرمجيات

Show the likely downstream consequences of a proposed change — hidden dependencies, fragile integration points, and predicted breakage categories.

2026-05-13
regression-prediction
محللو ضمان جودة البرمجيات والمختبرون

Estimate the most likely regression categories for a proposed change — performance, auth, schema, UI states, async flows — before merging.

2026-05-13
test-gap-detector
محللو ضمان جودة البرمجيات والمختبرون

Identify which areas of a proposed change are weakly covered by tests and suggest the minimum high-value tests to add first.

2026-05-13
git-release
مطوّرو البرمجيات

Create consistent releases and changelogs from merged PRs. Proposes semantic version bump, drafts release notes, and provides a copy-pasteable release command.

2026-05-11
app-shell-design
مصممو واجهات الويب والرقمية

Define app shell structure, navigation model, and reusable surface patterns for web/mobile apps

2026-05-08
responsive-review
مصممو واجهات الويب والرقمية

Review responsive behavior and breakpoint fidelity against design intent

2026-05-08
backend-patterns
مطوّرو البرمجيات

Backend architecture patterns for services, APIs, data access, and middleware design.

2026-05-07
clean-architecture
مطوّرو البرمجيات

Apply Clean Architecture boundaries to keep domain logic isolated from frameworks and infrastructure.

2026-05-07
cqrs
مطوّرو البرمجيات

Command Query Responsibility Segregation patterns for separating write and read models.

2026-05-07
ddd-architecture
مطوّرو البرمجيات

Domain-Driven Design patterns for bounded contexts, aggregates, and ubiquitous language.

2026-05-07
event-driven-architecture
مطوّرو البرمجيات

Event-driven architecture patterns for asynchronous workflows and decoupled services.

2026-05-07
hexagonal-architecture
مطوّرو البرمجيات

Ports-and-adapters architecture patterns for testable, framework-independent domain logic.

2026-05-07
layered-architecture
مطوّرو البرمجيات

Layered architecture patterns for separating presentation, application, domain, and data layers.

2026-05-07
postgres-patterns
مصممو قواعد البيانات

PostgreSQL schema, query, indexing, and performance patterns.

2026-05-07
saga-architecture
مطوّرو البرمجيات

Saga coordination patterns for distributed transactions with compensating actions.

2026-05-07
api-design
مطوّرو البرمجيات

REST API design patterns for resource naming, status codes, pagination, filtering, versioning, and error responses. Activate when designing or reviewing API endpoints.

2026-05-05
عرض أهم 40 من أصل 53 skills مجمعة في هذا المستودع.