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

blackwell-systems

عرض على مستوى المستودعات لـ 33 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
33
مستودعات
6
محدث
2026-07-14
مستكشف المستودعات

المستودعات و skills الممثلة

lsp-rename
مطوّرو البرمجيات

Two-phase safe rename across the entire workspace. Use when renaming any symbol, function, method, variable, type, or identifier — shows all affected sites before executing atomically via LSP. Never renames without confirmation.

2026-07-14
lsp-architecture
مطوّرو البرمجيات

Generate a structural architecture overview of a codebase: languages, package map, entry points, dependency graph, and hotspots. One call for the big picture.

2026-05-11
lsp-concurrency-audit
مطوّرو البرمجيات

Concurrency safety audit for a type or file. Maps all fields, traces which are accessed from concurrent contexts (goroutines, threads, async tasks), and flags fields that lack synchronization. Produces a field-level safety report. Language-agnostic across 4 concurrency families.

2026-05-11
lsp-impact
مطوّرو البرمجيات

Blast-radius analysis for a symbol or file — shows all callers, type supertypes/subtypes, and reference count before you change it. Use when refactoring, deleting, or changing the signature of any function, type, or method. Also accepts a file path to surface all exported-symbol impact in one shot.

2026-05-11
lsp-inspect
مطوّرو البرمجيات

Full code quality audit for a file, package, or directory. Supports batch mode (directory walk with --top ranking), comparison mode (--diff for branch-only issues), severity calibration by blast radius, fix suggestions, and confidence tiers. Applies a check taxonomy (dead symbols, silent failures, error wrapping, coverage gaps, test coverage, doc drift, unrecovered panics, context propagation, concurrency safety) using LSP-first strategies. Concurrency checks cover 25 languages across 4 families (goroutine, thread, async, actor). Produces a severity-tiered findings report. Language-agnostic.

2026-05-11
lsp-onboard
مطوّرو البرمجيات

First-session project onboarding. Explores the project structure, detects build system, test runner, entry points, and key architecture patterns. Produces a structured project profile the agent can reference throughout the session.

2026-05-11
lsp-refactor
مطوّرو البرمجيات

End-to-end safe refactor workflow — blast-radius analysis, speculative preview, apply to disk, verify build, run affected tests. Inlines lsp-impact + lsp-safe-edit + lsp-verify + lsp-test-correlation into one coordinated sequence.

2026-05-11
lsp-safe-edit
مطوّرو البرمجيات

Wrap any code edit with before/after diagnostic comparison. Speculatively previews the change first (preview_edit), then applies to disk only if the error delta is acceptable. If post-edit errors appear, surfaces code actions for quick fixes. Handles single and multi-file edits.

2026-05-11
عرض أهم 8 من أصل 24 skills مجمعة في هذا المستودع.
lint-rule-development
مطوّرو البرمجيات

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references, or adding configurable options to rules.

2026-04-23
formatter-development
مطوّرو البرمجيات

Guide for implementing formatting rules using Biome's IR-based formatter infrastructure. Use when implementing formatting for new syntax nodes, handling comments in formatted output, writing or debugging formatter snapshot tests, diagnosing idempotency failures, or comparing Biome's formatting against Prettier for JavaScript, CSS, JSON, HTML, Markdown, or other languages.

2026-04-16
eslint-migrate-options
مطوّرو البرمجيات

Guide for implementing ESLint-to-Biome rule option migrators inside `biome migrate eslint`. Use whenever you add or update a Biome lint rule that has an ESLint source rule with configurable options, need to deserialize plugin-specific ESLint options, or need custom migration logic beyond the auto-generated severity mapping.

2026-04-07
diagnostics-development
مطوّرو البرمجيات

Guide for creating high-quality, user-friendly diagnostics in Biome. Use when creating diagnostics for lint rules, adding helpful advice to error messages, implementing code frame displays, or improving diagnostic quality.

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

Guide for testing workflows and code generation commands in Biome. Use when running snapshot tests for lint rules, managing insta snapshots, or regenerating analyzer/parser/formatter code after changes.

2026-03-24
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات