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

dx-toolkit

يحتوي dx-toolkit على 36 من skills المجمعة من dreamingechoes، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

accessibility-audit
مصممو واجهات الويب والرقمية

Full WCAG 2.2 AA accessibility audit procedure. Goes beyond the reference checklist with step-by-step testing methodology, tooling, and remediation guidance.

2026-04-13
api-design
مطوّرو البرمجيات

Design a RESTful API from requirements. Use when creating a new API, adding endpoints, or restructuring an existing API. Produces endpoint specifications, schemas, and implementation guidance.

2026-04-13
architecture-review
مطوّرو البرمجيات

Assess system architecture, identify risks and bottlenecks, document decisions with ADRs. Covers modular monolith, microservices, event-driven, and serverless patterns.

2026-04-13
ci-cd-and-automation
مطوّرو البرمجيات

Shift Left quality gates, feature flag pipelines, and deployment automation. Use when setting up or modifying build and deploy pipelines, or when establishing quality gates for a project.

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

Perform a thorough code review with structured feedback. Use when reviewing pull requests, code submissions, or when you want a quality check on your code. Covers correctness, security, performance, readability, and maintainability.

2026-04-13
code-simplification
مطوّرو البرمجيات

Reduce complexity while preserving exact behavior. Use when code works but is harder to read or maintain than it should be. Applies Chesterton's Fence — understand the code before simplifying it.

2026-04-13
codebase-onboarding
مطوّرو البرمجيات

Generates a codebase overview for onboarding. Use when you need to understand a new project's architecture, conventions, and key files. Produces a structured summary.

2026-04-13
context-engineering
مطوّرو البرمجيات

Feed agents the right information at the right time — rules files, context packing, MCP integrations. Use when starting a session, switching tasks, or when agent output quality drops due to missing context.

2026-04-13
database-schema
مصممو قواعد البيانات

Design a database schema from requirements. Use when creating new tables, planning schema changes, or reviewing database design. Produces table definitions, indexes, constraints, and migration plans.

2026-04-13
debugging-and-error-recovery
محللو ضمان جودة البرمجيات والمختبرون

Five-step triage for failing tests, broken builds, and unexpected behavior: reproduce, localize, reduce, fix, guard. Use when tests fail, builds break, or behavior is unexpected.

2026-04-13
dependency-audit
محللو أمن المعلومات

Audit dependency health: outdated versions, unmaintained packages, known vulnerabilities, license issues, and bundle size impact.

2026-04-13
deployment-checklist
مطوّرو البرمجيات

Pre-deployment verification checklist. Use before deploying to staging or production. Covers code quality, security, performance, database migrations, feature flags, and rollback plans.

2026-04-13
documentation-and-adrs
مطوّرو البرمجيات

Architecture Decision Records, API docs, inline documentation standards — document the why, not just the what. Use when making architectural decisions, changing APIs, or shipping features that others need to understand.

2026-04-13
error-monitoring-setup
مديرو الشبكات وأنظمة الحاسوب

Set up error monitoring and alerting with structured logging. Covers Sentry, Datadog, and custom solutions. Language-agnostic setup procedure.

2026-04-13
estimation-and-sizing
متخصصو إدارة المشاريعمديرو أنظمة الحاسوب والمعلومات

Techniques for estimating development effort. Covers T-shirt sizing, story points, reference stories, and capacity planning. Helps teams estimate consistently.

2026-04-13
feature-flag-management
مطوّرو البرمجيات

Manage feature flag lifecycle: creation, rollout, monitoring, and cleanup. Covers percentage rollouts, user targeting, kill switches, and dead flag removal.

2026-04-13
git-workflow-and-versioning
مطوّرو البرمجيات

Trunk-based development with atomic commits, Conventional Commits, and semantic versioning. Use when making any code change — this skill applies to every commit, branch, and merge.

2026-04-13
humanize-writing
مطوّرو البرمجيات

Rewrite AI-generated text to sound natural, specific, and human. Use when documentation, PR descriptions, commit messages, or issue comments read like they were written by a language model.

2026-04-13
idea-refine
متخصصو إدارة المشاريع

Structured divergent/convergent thinking to turn vague ideas into concrete proposals. Use when you have a rough concept that needs exploration, when starting a greenfield project, or when evaluating multiple approaches to a problem.

2026-04-13
incident-response
مديرو الشبكات وأنظمة الحاسوب

Incident management runbook: detection, communication, mitigation, resolution, and post-mortem. Covers severity levels, escalation, and blameless retrospectives.

2026-04-13
incremental-implementation
مطوّرو البرمجيات

Build in thin vertical slices — implement, test, verify, commit. Use when implementing any feature or change that touches more than one file, or when a task feels too big to land in one step.

2026-04-13
infrastructure-as-code
مديرو الشبكات وأنظمة الحاسوب

Terraform and Pulumi patterns for managing cloud infrastructure. Covers module design, state management, environment promotion, and drift detection.

2026-04-13
issue-to-plan
متخصصو إدارة المشاريع

Converts a GitHub issue into a structured implementation plan. Use when starting work on a feature request, bug fix, or refactoring task. Produces a step-by-step plan with files to modify, tests to write, and acceptance criteria.

2026-04-13
logging-and-observability
مطوّرو البرمجيات

Set up structured logging, distributed tracing, and metrics dashboards. Covers the three pillars of observability for any tech stack.

2026-04-13
mobile-release
مطوّرو البرمجيات

App Store and Play Store submission process. Covers versioning, build configuration, metadata, screenshots, review guidelines, and OTA updates.

2026-04-13
mobile-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing strategy for mobile apps. Covers unit, integration, E2E with Detox/Maestro, screenshot testing, and device farm testing.

2026-04-13
monorepo-setup
مطوّرو البرمجيات

Configure a monorepo workspace from scratch or migrate an existing project. Covers tool selection (Turborepo, Nx, pnpm workspaces, Lerna), package structure, dependency boundaries, build caching, and CI change detection.

2026-04-13
performance-optimization
مطوّرو البرمجيات

Measure-first approach to finding and fixing performance problems. Use when performance requirements exist, users report slowness, or you suspect regressions. Covers profiling, Core Web Vitals, bundle analysis, and database query optimization.

2026-04-13
planning-and-task-breakdown
مطوّرو البرمجيات

Decompose specs into small, verifiable tasks with acceptance criteria and dependency ordering. Use when you have a spec or feature description and need implementable units of work.

2026-04-13
pr-description
مطوّرو البرمجيات

Generates a well-structured PR description from the current changes. Use after implementing changes and before creating a pull request. Analyzes the diff and creates a comprehensive description.

2026-04-13
refactoring-catalog
مطوّرو البرمجيات

Catalog of safe refactoring patterns with before/after examples. Use when code works but structure needs improvement. Each pattern includes safety checklist and test requirements.

2026-04-13
security-audit
محللو أمن المعلومات

Perform a comprehensive security audit of a codebase. Use when conducting security reviews, before major releases, or after security incidents. Covers OWASP Top 10, dependency scanning, configuration review, and remediation guidance.

2026-04-13
shipping-and-launch
مطوّرو البرمجيات

Pre-launch checklists, feature flag lifecycle, staged rollouts, rollback procedures, and monitoring setup. Use when preparing to deploy to production, especially for major releases or user-facing changes.

2026-04-13
spec-driven-development
مطوّرو البرمجيات

Write a specification covering objectives, structure, code style, testing, and boundaries before writing any code. Use when starting a new project, feature, or significant change. The spec becomes the source of truth for all implementation decisions.

2026-04-13
testing-strategy
محللو ضمان جودة البرمجيات والمختبرون

Design a testing strategy from requirements. Covers test pyramid, framework selection, coverage targets, fixture management, and CI integration. Language-agnostic.

2026-04-13
token-optimization
مطوّرو البرمجيات

Manage context window size and optimize token usage. Use when sessions get slow, responses degrade, or costs are too high. Covers when to compact, what to preserve, and how to structure context efficiently.

2026-04-13
dx-toolkit Agent Skills على GitHub | SkillsMP