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

wellcrafted

يحتوي wellcrafted على 25 من skills المجمعة من wellcrafted-dev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
25
Stars
35
محدث
2026-07-08
Forks
4
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

query-factories
مطوّرو البرمجيات

TanStack Query integration with wellcrafted's createQueryFactories, defineQuery, and defineMutation. Use when setting up queries/mutations that return Result types or using reactive options and imperative helpers.

2026-07-08
result-types
مطوّرو البرمجيات

Working with Result types, Ok, Err, trySync, tryAsync, and utility functions from wellcrafted. Use when wrapping unsafe code, handling errors with Results, or destructuring { data, error } responses.

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

Architectural patterns for code that uses wellcrafted. Covers control flow with trySync/tryAsync, factory function composition, service layers with Result types, error composition across boundaries, and the single-or-array pattern.

2026-06-21
branded-types
مطوّرو البرمجيات

Type-safe distinct primitives with Brand from wellcrafted. Use when creating nominal types for IDs, tokens, or any primitive that shouldn't be interchangeable.

2026-03-11
define-errors
مطوّرو البرمجيات

Define typed, serializable error variants with defineErrors from wellcrafted. Use when creating error types, handling domain errors, or reviewing error definitions.

2026-03-11
control-flow
مطوّرو البرمجيات

Human-readable control flow patterns for early returns, guard clauses, and linearizing nested logic. Use when refactoring nested conditionals, replacing try-catch with linear flow, or restructuring decision logic.

2026-03-11
define-errors
مطوّرو البرمجيات

How to define and use defineErrors from wellcrafted. Use when creating new error types, updating error definitions, or reviewing error patterns. Covers variant factories, extractErrorMessage for cause, InferErrors/InferError for types, and call site patterns.

2026-03-11
documentation
مطوّرو البرمجيات

In-code documentation, folder READMEs, and code comments. Use when writing README.md files, JSDoc comments, or explaining code organization.

2026-03-11
error-handling
مطوّرو البرمجيات

Error handling patterns using wellcrafted trySync and tryAsync. Use when writing or reviewing try-catch blocks, refactoring try-catch to linear control flow, working with Result types, or returning HTTP error responses from route handlers.

2026-03-11
factory-function-composition
مطوّرو البرمجيات

Apply factory function patterns to compose clients and services with proper separation of concerns. Use when creating functions that depend on external clients, wrapping resources with domain-specific methods, or refactoring code that mixes client/service/method options together.

2026-03-11
git
عمال معالجة النصوص والطباعة

Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit messages, creating PRs, or reviewing PR descriptions.

2026-03-11
honesty
محللو الإدارةمديرو الموارد البشرية

Behavioral guideline for providing brutally honest feedback. Use always - this skill defines core interaction expectations for code review and technical discussions.

2026-03-11
incremental-commits
مطوّرو البرمجيات

Break multi-file changes into atomic commits ordered by dependency. Use for refactors, breaking API changes, or features touching 3+ files.

2026-03-11
method-shorthand-jsdoc
مطوّرو البرمجيات

Move helper functions into return objects using method shorthand for proper JSDoc preservation. Use when factory functions have internal helpers that should expose documentation to consumers, or when hovering over returned methods shows no JSDoc.

2026-03-11
progress-summary
موظفو المكاتب العامون

This skill should be used when the user asks questions like "can you summarize", "what happened", "what did we do", "what's the situation", "where are we at", "explain what's going on", "give me an overview", "what's been done", "tell me about this", "walk me through what happened", or any question asking to understand the current state of work or changes. Provides conversational, PR-style summaries with visual diagrams.

2026-03-11
query-layer
مطوّرو البرمجيات

Query layer patterns for consuming services with TanStack Query, error transformation, and runtime dependency injection. Use when implementing queries/mutations, transforming service errors for UI, or adding reactive data management.

2026-03-11
services-layer
مطوّرو البرمجيات

Service layer patterns with defineErrors, namespace exports, and Result types. Use when creating new services, defining domain-specific errors, or understanding the service architecture.

2026-03-11
single-or-array-pattern
مطوّرو البرمجيات

Pattern for functions that accept either a single item or an array. Use when creating CRUD operations, batch processing APIs, or factory functions that should flexibly handle one or many inputs.

2026-03-11
spec-execution
مطوّرو البرمجيات

Execute a specification document through planned waves of parallel and sequential changes, updating the spec and committing after each wave. Use when given a spec to implement, executing a planning document, or told to "execute this spec".

2026-03-11
specification-writing
محللو أنظمة الحاسوب

Write technical specifications that give agents enough context to implement features while leaving room for autonomous research and decision-making. Use when planning features, documenting architecture decisions, or creating implementation guides.

2026-03-11
technical-articles
الكتّاب التقنيونالكتّاب والمؤلفون

Writing technical articles and blog posts. Use when creating articles in docs/articles/ or blog content explaining patterns, techniques, or lessons learned.

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

Test file conventions for setup functions, factory patterns, test organization, type testing, and naming. Use when writing or modifying *.test.ts files, creating test setup functions, or reviewing test structure.

2026-03-11
typescript
مطوّرو البرمجيات

TypeScript code style, type co-location, naming conventions (including acronym casing), test organization, and arktype patterns. Use when writing TypeScript code, defining types, naming variables/functions, organizing tests, or working with arktype schemas.

2026-03-11
workflow
مطوّرو البرمجيات

Standard workflow for implementing features with specs and planning documents. Use when starting a new feature, planning implementation, or working on any non-trivial task.

2026-03-11
writing-voice
الكتّاب والمؤلفون

Voice and tone rules for all written content—prose, UI text, tooltips, error messages. Use when writing any user-facing text.

2026-03-11