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

flow-code

يحتوي flow-code على 67 من skills المجمعة من z23cc، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

flow-code-run
مطوّرو البرمجيات

Internal pipeline engine. Manages the entire pipeline (brainstorm, plan, plan-review, work, impl-review, close) via flowctl phase commands. Invoked by /flow-code:go.

2026-04-09
flow-code-brainstorm
مطوّرو البرمجيات

Use when exploring requirements before planning. Pressure-tests ideas, generates approaches, and outputs a requirements doc for /flow-code:plan. Supports --auto mode for AI self-interview (no human input needed).

2026-04-09
flow-code-brainstorm
متخصصو إدارة المشاريع

Use when exploring requirements before planning. Pressure-tests ideas, generates approaches, and outputs a requirements doc for /flow-code:plan.

2026-04-09
flow-code-plan
مطوّرو البرمجيات

Use when planning features or designing implementation. Triggers on /flow-code:plan with text descriptions or Flow IDs.

2026-04-09
flow-code-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when reviewing code changes — self-review in Worker Phase 6, impl-review, or PR review. Applies five-axis scoring with severity labels.

2026-04-09
flow-code-work
مطوّرو البرمجيات

Use when implementing a plan or working through a spec. Triggers on /flow-code:work with Flow IDs.

2026-04-09
flow-code-auth
مطوّرو البرمجيات

Use when implementing authentication, authorization, OAuth, JWT, RBAC, or session management. Covers token lifecycle, permission models, and secure session handling.

2026-04-08
flow-code-caching
مطوّرو البرمجيات

Use when adding caching layers — HTTP cache, CDN, Redis, in-memory, or application-level. Covers cache invalidation, TTL strategy, and cache-aside patterns.

2026-04-08
flow-code-containerization
مطوّرو البرمجيات

Use when writing Dockerfiles, docker-compose configs, or Kubernetes manifests. Covers image optimization, multi-stage builds, health checks, and security hardening.

2026-04-08
flow-code-database
مصممو قواعد البيانات

Use when designing schemas, writing migrations, optimizing queries, or working with ORMs. Covers migration safety, indexing strategy, and query optimization.

2026-04-08
flow-code-documentation
مطوّرو البرمجيات

Use when writing ADRs, API docs, READMEs, changelogs, or any technical documentation. Covers the 'document the why' principle, ADR templates, and doc-as-code workflow.

2026-04-08
flow-code-error-handling
مطوّرو البرمجيات

Use when designing error handling strategy, implementing retry logic, circuit breakers, or graceful degradation. Covers error classification, recovery patterns, and user-facing error UX.

2026-04-08
flow-code-guide
أساتذة علوم الحاسوب في التعليم العالي

Skill discovery guide. Use at session start or when unsure which skill to apply. Shows the flowchart for selecting the right flow-code skill.

2026-04-08
flow-code-i18n
مطوّرو البرمجيات

Use when adding multi-language support, locale formatting, RTL layouts, or any internationalization/localization work.

2026-04-08
flow-code-microservices
مطوّرو البرمجيات

Use when designing service boundaries, inter-service communication, data ownership, or distributed system patterns. Covers service mesh, saga, event-driven, and decomposition strategies.

2026-04-08
flow-code-monitoring
مديرو الشبكات وأنظمة الحاسوب

Use when setting up dashboards, SLOs/SLIs, alerting rules, or on-call runbooks. Covers the monitoring hierarchy from health checks to incident response.

2026-04-08
flow-code-observability
مديرو الشبكات وأنظمة الحاسوب

Use when adding logging, tracing, metrics, or health endpoints. Covers structured logging, distributed tracing, metric collection, and alerting integration.

2026-04-08
flow-code-realtime
مطوّرو البرمجيات

Use when implementing WebSocket, SSE, long-polling, or any real-time communication. Covers protocol selection, connection management, reconnection, and scaling.

2026-04-08
flow-code-state-management
مطوّرو البرمجيات

Use when designing state architecture for frontend or full-stack apps. Covers state classification, tool selection, server state patterns, and common pitfalls.

2026-04-08
flow-code-frontend-ui
مطوّرو الويب

Use when building or modifying user-facing interfaces, creating components, implementing layouts, managing state, or when UI output needs to look production-quality rather than AI-generated

2026-04-08
flow-code-security
محللو أمن المعلومات

Use when writing code that handles user input, authentication, authorization, secrets, file uploads, or external data. Enforces OWASP Top 10 prevention and three-tier security boundaries.

2026-04-08
flow-code-tdd
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing with test-first methodology in Worker Phase 4, fixing bugs with Prove-It Pattern, or establishing test coverage strategy.

2026-04-08
flow-code-incremental
مطوّرو البرمجيات

Use when implementing features in Worker Phase 5. Enforces vertical slicing, incremental commits, scope discipline, and the Implement-Test-Verify-Commit cycle.

2026-04-08
flow-code-simplify
مطوّرو البرمجيات

Use when reducing code complexity, removing dead code, refactoring for clarity, or when auto-improve targets simplification. Preserves behavior exactly while improving readability.

2026-04-08
flow-code-autoplan
مطوّرو البرمجيات

Use when doing comprehensive plan review from multiple perspectives. Chains CEO/product, engineering, design, and DX reviews sequentially. Triggers on /flow-code:autoplan, 'full review', 'multi-perspective review'.

2026-04-08
flow-code-go
مطوّرو البرمجيات

Full autopilot pipeline: brainstorm → plan → plan-review → work → impl-review → close. Zero human input from idea to PR.

2026-04-08
flow-code-auto-improve
مطوّرو البرمجيات

Use when user wants to autonomously optimize code quality, performance, security, or test coverage. Triggers on /flow-code:auto-improve, 'auto improve', or 'run experiments on'.

2026-04-08
flow-code-debug
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-04-08
flow-code-deps
متخصصو إدارة المشاريع

Use when asking 'what's blocking what', 'execution order', 'dependency graph', 'what order should epics run', 'critical path', or 'which epics can run in parallel'.

2026-04-08
flow-code-django
مطوّرو البرمجيات

Use when working on Django projects — architecture, DRF APIs, ORM patterns, security, testing, and deployment verification. Triggers on Django-related tasks.

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

Use when all epic tasks are done and need a final review before closing. Triggers on /flow-code:epic-review.

2026-04-08
flow-code-export-context
مطوّرو البرمجيات

Use when you want to review code or plans with an external model (ChatGPT, Claude web, etc.). Triggers on /flow-code:export-context.

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

Use when reviewing code changes, PRs, or implementations. Triggers on /flow-code:impl-review.

2026-04-08
flow-code-interview
متخصصو إدارة المشاريع

Use when user wants to flesh out a spec, refine requirements, or clarify a feature before building. Triggers on /flow-code:interview with Flow IDs or file paths.

2026-04-08
flow-code-loop-status
مطوّرو البرمجيات

Use when user asks 'how is the run going', 'loop status', 'ralph status', 'what iteration', or /flow-code:loop-status.

2026-04-08
flow-code-map
مطوّرو البرمجيات

Use when user says 'map this codebase', 'document the architecture', 'create codebase map', or /flow-code:map.

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

Use when reviewing Flow epic specs or design docs. Triggers on /flow-code:plan-review.

2026-04-08
flow-code-prime
مطوّرو البرمجيات

Use when assessing codebase readiness for agents or production. Triggers on /flow-code:prime, 'assess this codebase', or 'is this repo ready'.

2026-04-08
flow-code-prompt-eng
مطوّرو البرمجيات

Internal guidance for composing Codex/GPT review and task prompts. Loaded automatically by worker agents and review skills when building prompts for cross-model review.

2026-04-08
flow-code-ralph-init
مطوّرو البرمجيات

Use when user wants to set up the Ralph autonomous loop. Triggers on /flow-code:ralph-init.

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