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

CodeMachine0121

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

skills مجمعة
31
مستودعات
7
محدث
2026-07-21
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

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

convert-changelog
مطوّرو البرمجيات

Convert an existing Figma changelog into structured JSON format. Use when the user mentions "convert changelog", "import changelog", "migrate changelog", or provides a Figma link to an existing changelog they want converted to the standard JSON format.

2026-03-15
create-changelog
مطوّرو البرمجيات

Generate a new changelog for a component or design system file. Creates the changelog template and populates it with the first entry. Use when the user mentions "create changelog", "new changelog", "start changelog", or wants to begin tracking changes for a component.

2026-03-15
update-changelog
مطوّرو البرمجيات

Add new entries directly to an existing changelog in Figma using MCP tools. No JSON copy-paste needed. Use when the user mentions "update changelog", "add to changelog", "changelog entry", "log this change", or wants to add a new entry to an existing changelog.

2026-03-15
create-property
مصممو واجهات الويب والرقمية

Generate a visual property annotation in Figma showing each configurable property axis with component instance previews. Use when the user mentions "property", "properties", "property annotation", "create property", or wants to document a component's configurable properties visually.

2026-03-15
uspec-anatomy
مصممو واجهات الويب والرقمية

Generate component anatomy spec in Figma — numbered markers and attribute table for UI components. Use when user asks for anatomy, component anatomy, or create anatomy.

2026-03-15
uspec-api
مطوّرو البرمجيات

Generate API overview specification in Figma — component properties, values, defaults, and configuration examples. Use when user asks for api, props, properties, or component api.

2026-03-15
uspec-color
مصممو واجهات الويب والرقمية

Generate color annotation specification in Figma — design token mapping for every element and state. Use when user asks for color, color annotation, or tokens.

2026-03-15
uspec-motion
مصممو واجهات الويب والرقمية

Generate motion specification in Figma from After Effects export data. Use when user asks for motion, motion spec, animation spec, or timeline.

2026-03-15
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
contract
محللو ضمان جودة البرمجيات والمختبرون

Verify an implementation conforms to its contract — the feature's PRD.md (preferred; its Gherkin acceptance-criteria scenarios) or BRIEF.md — using the Acceptance Criteria as the oracle. For each clause, first derive the expected outcome from the spec alone, then judge independently whether the test asserts that outcome and whether the production code produces it. Emits a Traceability Matrix with a per-clause conformance verdict; flags gaps, mis-asserted/shallow tests, behavior violations, and orphans. Never edits source code. Triggered by: "contract", "trace contract", "verify contract", "/contract".

2026-07-17
prd
مطوّرو البرمجيات

Two modes: (1) FEATURE — conduct a requirements interview and generate a business-language PRD under .sdd/, turning the brief's requirement examples into Gherkin acceptance criteria; (2) PROJECT — analyze UL-MAP.md and project architecture to produce or update .sdd/PROJECT.md (vision, tech stack, conventions). Triggered by: "prd", "write a PRD", "feature spec", "product requirement", "/prd", "/prd project", "project overview", "project map".

2026-07-17
visionize
مطوّرو الويب

Turn a feature's BRIEF.md and/or PRD.md into a single self-contained HTML page that visualizes the plan — goal, scope, personas, user stories, business flow, acceptance criteria (as Gherkin scenarios), and risks — using diagrams and charts so developers can see what is being built at a glance. Never edits source code. Triggered by: "visionize", "visualize the plan", "/visionize".

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

Drive implementation via TDD against a feature's PRD.md (acceptance criteria) and ARCH.md (the technical design). Extracts test cases from the PRD scenarios, runs red-green-refactor per case, and commits every cycle. Tests verify behavior only. Triggered by: "tdd", "implement with tdd", "/tdd".

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

Phase between PRD and TDD. Reads a feature's PRD.md and designs the technical approach — the change scope and the new classes/modules with their responsibilities — from the perspective of the next engineer who has to extend it, so future requirements land with minimal load. Outputs ARCH.md. Never edits source code. Triggered by: "architecture", "arch", "design architecture", "/architecture", "/arch".

2026-07-17
clarify
متخصصو إدارة المشاريع

Reach 100% intent consensus with the user, pin the intent down with concrete examples that cover boundaries and exceptions, then compile a requirements brief written purely in business language for handoff to PRD. Never edits source code. Triggered by: "clarify", "/clarify".

2026-07-17
improve-codebase
مطوّرو البرمجيات

Improve the design quality of an existing codebase by identifying fragmented logic and consolidating it into deep modules — simple interfaces hiding complex internals. Triggered by: "improve codebase", "deep module", "/improve-codebase".

2026-04-27
ubiquitous-language-mapping
مصممو قواعد البيانات

Manage a Ubiquitous Language Map — bridges business terms, code names, and UI labels within a Bounded Context. Use when: initializing a new UL map, or updating/reconciling an existing one. Triggered by: "ubiquitous language", "UL map", "domain glossary", "/ul-init", "/ul-update".

2026-04-27
dotnet-architecture
مطوّرو البرمجيات

Use when designing or reviewing .NET Core project architecture, layer responsibilities, dependency direction, type boundaries, error handling strategy, or placement of cross-cutting concerns such as middleware and action filters.

2026-03-29
dotnet-efcore
مصممو قواعد البيانات

Use when implementing or reviewing EF Core usage in .NET Core projects. Covers DbContext setup, Repository implementation, Unit of Work pattern, query optimization, migration management, and common pitfalls.

2026-03-29
dotnet-refactor
مطوّرو البرمجيات

Use when refactoring .NET Core code, reviewing architecture, or checking if code follows James's style in C# projects. Triggers on: private methods, God Class, DI lifetime issues, impure service layer, mutable variables, scattered model conversions, if/switch branch implementations.

2026-03-29
dotnet-unit-test
محللو ضمان جودة البرمجيات والمختبرون

Use when writing or reviewing unit tests in .NET Core C# projects. Applies to test structure, naming, mocking, assertions, and framework setup using TUnit, NSubstitute, and FluentAssertions.

2026-03-29
tidy
مطوّرو البرمجيات

Apply Kent Beck's "Tidy First?" methodology before implementing features or fixes. Use when: (1) about to change code and the structure feels messy, (2) asked to refactor or clean up code, (3) a PR mixes structural and behavioral changes, (4) code is hard to read or understand. Guides developer through separating structural tidyings from behavioral changes, and sequencing them correctly.

2026-03-29
design-build
مصممو واجهات الويب والرقمية

Turn a confirmed Design Brief + UI Spec into an actual design. Implementation stage: reads the feature's UI-SPEC.md (the UI design and whatever visual values it committed to, resolved from the design guideline) and DESIGN-BRIEF.md (the acceptance-criteria scenarios), plus UL-MAP.md / DESIGN-FOUNDATIONS.md, then builds real screens and interactions via one of two targets: Figma (through the connected Figma MCP) or self-contained HTML+CSS files. Honors every value the spec fixed; for visual details the spec deliberately left open, commits sensible choices at build time (consistent with the guideline / foundations) and lists them — without re-asking for a design guideline. Verifies every acceptance-criteria scenario in the brief is realized. Triggered by: "design-build", "build the design", "生成設計", "實作設計", "/design-build".

2026-07-21
ubiquitous-language-mapping
مصممو واجهات الويب والرقمية

Manage a Ubiquitous Language Map for design — the single shared vocabulary that bridges the user's/domain term, the component or pattern name, the user-facing UI label, and the design token, within one product area. Optional and best run *after* ui-spec has settled the screens, components, labels, and visual values — to capture the vocabulary the design actually landed on — then kept in sync as later features and design-build introduce new components, labels, and states. Recommended when the vocabulary will be reused across features; skippable for a one-off. Use when: initializing a new map, or updating/reconciling an existing one. Triggered by: "ubiquitous language", "UL map", "設計語言", "共用語言", "design glossary", "/ul-init", "/ul-update".

2026-07-21
ui-spec
مصممو واجهات الويب والرقمية

Two modes: (1) FEATURE — take a confirmed Design Brief and work out the full UI design with the user: for each screen, which elements exist (buttons, inputs, lists, content blocks), their positions and hierarchy, the states (default/empty/loading/error/success), the interactions, and the visual/UI details that matter for the feature — resolved against the user's design guideline where one exists. This is where the UI is actually decided, so it is free to commit to concrete visual values (color usage, sizing, spacing, radius, type, borders) whenever they are what the discussion is about; it asks the UI questions the feature calls for rather than a fixed checklist. Generates a UI-SPEC.md focused purely on UI concerns. It contains NO scenarios and NO Given/When/Then — acceptance criteria live solely in the Design Brief; ui-spec only references them for coverage. (2) FOUNDATIONS — analyze UL-MAP.md and existing design to produce or update .sdd/DESIGN-FOUNDATIONS.md (layout system, component inventory, interaction

2026-07-21
ux-spec
مصممو واجهات الويب والرقمية

Reach 100% intent consensus with the user on a design problem — the user's intent, the underlying need, the target UX experience, and the end-to-end user flow — then pin it down with concrete flow scenarios that cover the happy path, boundaries, and exceptions. These scenarios double as the feature's acceptance criteria — this brief is the single home for all requirement examples and AC; downstream skills consume them, never restate them. Compile a Design Brief written purely in user/experience language for handoff to ui-spec. Produces no design artifacts and edits no files other than the brief. Triggered by: "ux-spec", "探討需求", "設計探索", "UX 探索", "/ux-spec".

2026-07-21
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات