Skip to main content
مستودع GitHub

retikz

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

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

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

docs-doc-principle
مطوّرو البرمجيات

Use when changing any retikz apps/docs content, route data, i18n, demo, SourceLinks, or schema reference before loading the matching page-type skill.

2026-08-03
cross-review
مطوّرو البرمجيات

Use when retikz needs multiple independent LLMs to review the same fixed code, ADR, implementation plan, test contract, commit, or working-tree snapshot before a gate or delivery decision.

2026-08-03
develop-completeness
مطوّرو البرمجيات

Use when an Alpha ADR needs a pre-implementation capability gate, or a Beta milestone needs code-based completeness and package-boundary auditing.

2026-08-03
develop-design
مطوّرو البرمجيات

Use when planning a retikz architecture direction, version roadmap, or alpha feature that may need a long-lived ADR before implementation.

2026-08-03
develop-refactor
مطوّرو البرمجيات

Use when retikz work is primarily refactoring, reorganization, renaming cleanup, modularization, or internal simplification and should start from a reviewed implementation plan before code changes.

2026-08-03
develop-wrapup
مطوّرو البرمجيات

Use when retikz implementation, adversarial testing, and docs are complete, and an ADR or beta TODO needs changelog, contract consistency review, roadmap status updates, or final human acknowledgement.

2026-08-03
flow-alpha
مطوّرو البرمجيات

Use when retikz alpha-stage work needs to execute an ADR-backed feature through long-lived design, reviewed implementation planning, code, adversarial testing, documentation, and wrapup.

2026-08-03
flow-beta
مطوّرو البرمجيات

Use when retikz beta-stage roadmap TODO work needs refactoring, renaming, test hardening, error-message, performance, or documentation cleanup after alpha feature work.

2026-08-03
flow-long-task
مطوّرو البرمجيات

Use when retikz work is a large, long-running, batch, multi-commit, or context-compaction-prone task that needs a durable execution reference, staged commit review, and final whole-change review.

2026-08-03
package-publish
مطوّرو البرمجيات

Use when 发布或准备发布 retikz npm 包、核对发布版本与 git tag,或执行 alpha、beta、rc、stable 发版

2026-08-03
docs-blog-converter
مطوّرو الويب

Use when converting a finished retikz blog MDX article into external-platform Markdown plus captured SVG assets.

2026-08-01
develop-implement
مطوّرو البرمجيات

Use when implementing a retikz alpha ADR or beta TODO after design or roadmap scope is fixed, including schema, public API, compile, adapter, test, and docs-visible behavior changes.

2026-07-31
test-contract
محللو ضمان جودة البرمجيات والمختبرون

Use when a retikz ADR or beta TODO changes data structures, public interfaces, compile semantics, adapter behavior, renderer output, or docs-visible behavior and needs a traceable behavior-to-test contract before implementation or final acceptance.

2026-07-31
flow-rc
مطوّرو البرمجيات

Use when retikz release-candidate work needs API-freeze enforcement, bug convergence, docs completion, migration guidance, packaging validation, or rc/stable readiness checks.

2026-07-31
docs-figure-logic
مطوّرو البرمجيات

Use when explaining how a retikz feature, module, pipeline, runtime, adapter, registry, compiler, or interaction works with a concise implementation logic figure. Always read docs-figure-contract first.

2026-07-29
docs-doc-control
مطوّرو البرمجيات

Use when a retikz ComponentPreview has controls, a *.controls.ts contract, usePreviewControls, presets, or a playground that replaces repeated parameter-only demos.

2026-07-25
docs-doc-review
مطوّرو البرمجيات

Use when independently reviewing retikz docs pages or docs diffs for page-type structure, reader clarity, source-backed API claims, demo coverage, bilingual parity, and navigation integrity.

2026-07-23
docs-figure-contract
مطوّرو البرمجيات

Use when drawing or reviewing architecture, flow, concept, schema, API, or implementation-explanation figures in retikz apps/docs; covers dogfood, ComponentPreview hideCode, file shape, visual vocabulary, responsive layout, node/edge conventions, and validation. Specialized figure skills such as docs-figure-logic must read this first.

2026-07-23
docs-doc-standard-composite
مطوّرو البرمجيات

Use when writing, restructuring, translating, or reviewing an apps/docs component page for an @retikz/standard Tier 2 composite such as Grid, Axes, or Frame.

2026-07-22
docs-doc-component
مطوّرو الويب

Use when writing or editing component pages under a module's apps/docs component contents, excluding pages marked as extension guides.

2026-07-22
standard-schema
مطوّرو البرمجيات

Use when changing retikz Zod/IR schema code, schema-derived public types, schema field ordering, schema validation/refinement, schema JSDoc/describe text, schema registry docs, or tests that assert schema behavior in core, plot, adapters, docs, or tests.

2026-07-22
standard-shared
مطوّرو البرمجيات

Use when changing retikz shared layer code, dependency-free vocabulary, anchor/side helpers, pure shared utilities, mapping tables, shared ValueOf/AssertEqual-style types, or imports that should route through shared.

2026-07-22
standard-structure
مطوّرو البرمجيات

Use when changing retikz package file layout, dependency direction, layer placement, common constants/types/utils/index file organization, or deciding which standard layer skill to load.

2026-07-22
cross-test
محللو ضمان جودة البرمجيات والمختبرون

retikz 交叉测试 / 缺陷挖掘技能。用于基于 packages 下现有实现和已有测试补充边缘场景测试,以找出现有实现缺陷为目标,不能凭空编造需求;同时从真实使用者角度评估 API、错误信息、文档契约、可诊断性与可改进点。适用于 alpha/beta 任意阶段的独立质量审计、回归测试补强、adversarial 测试、用户视角体验评估,以及把发现沉淀为测试、问题报告或 _notes/decisions TODO。

2026-07-21
develop-document
مطوّرو البرمجيات

Use when a retikz feature or user-visible behavior needs apps/docs updates, demos, API tables, sidebar or i18n changes after implementation, or when the change itself is documentation-first.

2026-07-21
develop-review
مطوّرو البرمجيات

Use when auditing a retikz module or subsystem read-only to find beta cleanup, refactor, correctness, schema, test, or docs consistency findings before deciding which items become roadmap TODOs.

2026-07-21
develop-test
محللو ضمان جودة البرمجيات والمختبرون

Use when retikz alpha implementation tests have passed but red or yellow changes still need adversarial validation against edge cases, JSON IR stability, and contract robustness before documentation.

2026-07-21
test-review
محللو ضمان جودة البرمجيات والمختبرون

Use when auditing an existing retikz test suite, module test directory, or docs tests for stale, duplicate, implementation-coupled, migration-only, or temporary cases; classify which tests remain durable contract or regression coverage and produce evidence-backed cleanup recommendations before refactoring tests.

2026-07-21
docs-doc-blog
الكتّاب التقنيون

Use when planning, writing, translating, or reviewing a programmer-facing retikz blog article under apps/docs/src/modules/docs/contents/blog.

2026-07-20
docs-doc-concept
الكتّاب التقنيون

Use when writing or editing a leaf apps/docs concept page to explain a module-specific mental model, boundary, or architecture.

2026-07-20
docs-doc-example
الكتّاب التقنيون

Use when writing or editing step-by-step showcase pages under a module's apps/docs examples contents.

2026-07-20
docs-doc-extension
الكتّاب التقنيون

Use when documenting a retikz Definition/defineXxx extension path, registry injection, lookup, validation, or built-in/custom shared consumption, either as a standalone guide or an owner-page section.

2026-07-20
docs-doc-group
الكتّاب التقنيون

Use when writing a landing page for a docs data node with children, such as a component family or reference family navigation hub.

2026-07-20
standard-contract
مطوّرو البرمجيات

Use when changing retikz contract layer code, XxxDefinition types, defineXxx helpers, DefinitionInput/AnyDefinition types, registry discriminators, extension contracts, author-facing capability APIs, or definition context naming.

2026-07-07
standard-providers
مطوّرو البرمجيات

Use when changing retikz providers layer code, builtin definitions, registry resolvers, BUILTIN_* collections, reserved or removed keys, custom definition merging, provider diagnostics, or implementation of contract capabilities.

2026-07-07
standard-pipeline-compile
مطوّرو البرمجيات

Use when changing retikz pipeline or compile code, lowering, registry consumption, compile options, plot expand stages, core compileToScene behavior, ResolvedXxx types, warnings, or IR-to-primitive/Kernel-IR orchestration.

2026-07-06
develop-docs
مطوّرو الويب

Use when editing apps/docs React components, shared components, layout components, docs UI code, or shadcn-based interface code; covers component shape, props typing, UI library usage, placement, imports, and validation.

2026-07-04
docs-standard-contract
مطوّرو البرمجيات

retikz docs 站代码与文件结构基础规范。Use when changing apps/docs source organization, module/component folder layout, docs-specific utils/types/constants placement, React context/store/hooks naming, or when deciding whether code belongs in modules/docs, layout, components/shared, store, or lib.

2026-07-04