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

weft

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

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

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

documentation-refresh
مطوّرو البرمجيات

Use this skill when refreshing Weft public documentation, AGENTS.md, CLAUDE.md, or mirrored skills from recent pull requests.

2026-07-17
coverage-harness-design
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when restoring or protecting Weft coverage with LCOV-backed branch targeting, structural test doubles, coverage allowlists, conformance fixtures, or tests for hard-to-reach protocol, schema, lifecycle, and CLI paths.

2026-07-16
async-lifecycle-races
مطوّرو البرمجيات

Use this skill when a Weft change touches ack-gated flows, pending promises, WebSocket workers, shutdown, disposal, cancellation, retries, reconnects, heartbeats, timers, or any lifecycle path where ordering can leave work hanging.

2026-07-15
contract-truth-writing
مطوّرو البرمجيات

Use this skill when writing or reviewing Weft comments, JSDoc, documentation, README examples, test prose, or operation descriptions that describe wire responses, server diagnostics, masked errors, public APIs, or runtime recovery.

2026-07-15
semantic-compatibility
مطوّرو البرمجيات

Use this skill when a Weft change renames, reshapes, normalizes, hashes, serializes, or replays persisted data such as effect-log records, checkpoints, tool calls, tool results, JSONValue content, storage payloads, or compatibility fixtures.

2026-07-15
verification-loop
مطوّرو البرمجيات

Run the full verification cycle before declaring work done: build, typecheck, lint, test, export review, diff review. Use when the user says "verify", "validate", "check everything passes", "run the full suite", "make sure it's ready", or before committing, opening a PR, or finishing a feature. Also use proactively after completing any non-trivial implementation work.

2026-07-06
security-review
محللو أمن المعلومات

Security review checklist for weft covering server routes, MCP authentication, workflow trust boundaries, storage, activity isolation, and credential handling. Use when the user says "security review", "check for vulnerabilities", "audit security", "review trust boundaries", or when changes touch server routes, authentication, storage, or any code that handles untrusted input. Also use proactively when implementing features that cross trust boundaries.

2026-06-29
security-review
محللو أمن المعلومات

Security review checklist for weft covering server routes, MCP authentication, workflow trust boundaries, storage, activity isolation, and credential handling. Use when the user says "security review", "check for vulnerabilities", "audit security", "review trust boundaries", or when changes touch server routes, authentication, storage, or any code that handles untrusted input. Also use proactively when implementing features that cross trust boundaries.

2026-06-29
refactor-invariant-preservation
مطوّرو البرمجيات

Use this skill before refactoring Weft engine, server, storage, worker, or agent internals where overload ergonomics, ordering, event sequences, return shapes, type-level behavior, or public examples must remain unchanged.

2026-06-28
release-publish
مطوّرو البرمجيات

Use this skill when cutting, preparing, validating, tagging, publishing, or troubleshooting a Weft npm release for @lostgradient/weft.

2026-06-25
tdd-workflow
مطوّرو البرمجيات

Test-driven development workflow for weft using Bun's test runner, TestEngine, TimeControl, and ActivityMockRegistry. Use when writing new features, fixing bugs, or implementing acceptance criteria. Trigger on: "write tests for", "TDD", "test-driven", "add tests", "implement with tests", "red green refactor", or any task that involves writing both tests and implementation code.

2026-06-19
component-standards
مطوّرو البرمجيات

Preserve Weft external-dashboard mount contracts and avoid reintroducing the removed bundled dashboard.

2026-06-05
feature
مطوّرو البرمجيات

Implement a new feature for the weft durable execution engine following a structured workflow. Use when the user asks to "implement", "add", "build", or "create" a feature, capability, or acceptance criterion. Trigger on: "implement X", "add support for X", "build the X feature", "work on X from the architecture doc".

2026-06-05
feature
مطوّرو البرمجيات

Implement a new feature for the weft durable execution engine following a structured workflow. Use when the user asks to "implement", "add", "build", or "create" a feature, capability, or acceptance criterion. Trigger on: "implement X", "add support for X", "build the X feature", "work on X from the architecture doc".

2026-06-05
tasks
مطوّرو البرمجيات

Use the `tasks` CLI when you need to inspect or update the local task graph for this project. The `tasks` CLI manages a local SQLite database of tasks, their relationships, and their lifecycle state. It also provides commands for synchronizing task state with Git branches and GitHub pull requests, recording incremental progress, and inspecting the current work in the context of the project.

2026-05-26
ship
مطوّرو البرمجيات

Autonomous development loop that reads the architecture doc, picks the next body of work, implements it with TDD, opens a PR, monitors for reviews and CI, merges, and repeats. Use when the user says "ship", "start the development loop", "work through the architecture", "implement the next feature from the roadmap", or "keep building".

2026-04-06