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

codemation

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

skills مجمعة
19
Stars
2
محدث
2026-06-01
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

codemation-document-scanner
مطوّرو البرمجيات

CodemationDocumentScanner node — managed document/invoice/image extraction via the Codemation doc-scanner service. No Azure credentials required. Read before writing any workflow that scans documents, invoices, or images.

2026-06-01
codemation-workspace-files
مطوّرو البرمجيات

ListWorkspaceFiles + ReadWorkspaceFile nodes — read files from the shared workspace pool. Covers read-by-filename (latest-wins), pinned fileId, binary slot handoff, and the raw-upload → concierge-digests → workflow-reads-derived-file pattern. Read before building any workflow that reads workspace files.

2026-06-01
codemation-ai-agent-node
مطوّرو البرمجيات

AIAgent constructor, message shape, managed and BYOK chatModel configs, outputSchema, mcpServers. Read before writing any workflow step that calls an LLM.

2026-05-31
codemation-cli
مطوّرو البرمجيات

Guides Codemation CLI work for consumer apps and framework-author development. Use when the user asks about `codemation dev`, `build`, `serve web`, `serve worker`, `user create`, `user list`, `--consumer-root`, `.codemation/output`, or consumer versus framework-author mode.

2026-05-31
codemation-credential-development
مطوّرو البرمجيات

Guides Codemation custom credential development with `defineCredential(...)`, typed sessions, credential testing, and node credential slots. Use when creating or updating custom credentials, credential registrations, or credential-aware custom nodes.

2026-05-31
codemation-custom-node-development
مطوّرو البرمجيات

Guides Codemation custom node development with `defineNode(...)` (`execute` per item), `defineBatchNode(...)` (batch `run`), reusable node modules, credential-aware nodes, and the class-based node fallback for advanced cases. Use when creating or updating custom nodes for apps or plugin packages.

2026-05-31
codemation-framework-concepts
مطوّرو البرمجيات

Explains Codemation package boundaries, runtime concepts, observability shape, and the normal consumer mental model. Use when the user asks where code belongs across `@codemation/core`, `@codemation/host`, `@codemation/next-host`, `@codemation/cli`, workflows, plugins, credentials, activation, telemetry, or runtime modes. Read this first when starting any Codemation task — it points at the right skill for the work.

2026-05-31
codemation-mcp-capabilities
مطوّرو البرمجيات

Discover MCP servers registered on the Codemation control plane. Use before authoring agent workflows that reference mcpServers to find available server ids and their credential requirements.

2026-05-31
codemation-plugin-development
مطوّرو البرمجيات

Guides Codemation plugin package development, including `definePlugin(...)`, plugin sandboxes, custom nodes, custom credentials, and publishable plugin package structure. Use when building or updating a Codemation plugin package or the plugin starter template.

2026-05-31
codemation-workflow-dsl
مطوّرو البرمجيات

Guides Codemation workflow authoring. Use when creating or updating workflow definitions in `src/workflows` — manual-trigger flows via `workflow("...").manualTrigger(...)`, or cron/webhook/other triggers via `createWorkflowBuilder({id, name}).trigger(...)`.

2026-05-31
codemation-workflow-dsl
مطوّرو البرمجيات

Guides Codemation workflow authoring with the fluent Workflow DSL. Use when creating or updating `workflow("...")` definitions, triggers, `.map(...)`, `.node(...)`, branch flow, item handling, or `.build()` chains in `src/workflows`.

2026-05-05
codemation-cli
مطوّرو البرمجيات

Guides Codemation CLI work for consumer apps and framework-author development. Use when the user asks about `codemation dev`, `build`, `serve web`, `serve worker`, `user create`, `user list`, `--consumer-root`, `.codemation/output`, or consumer versus framework-author mode.

2026-05-05
codemation-credential-development
مطوّرو البرمجيات

Guides Codemation custom credential development with `defineCredential(...)`, typed sessions, credential testing, and node credential slots. Use when creating or updating custom credentials, credential registrations, or credential-aware custom nodes.

2026-05-05
codemation-custom-node-development
مطوّرو البرمجيات

Guides Codemation custom node development with `defineNode(...)` (`execute` per item), `defineBatchNode(...)` (batch `run`), reusable node modules, credential-aware nodes, and the class-based node fallback for advanced cases. Use when creating or updating custom nodes for apps or plugin packages.

2026-05-05
codemation-framework-concepts
مطوّرو البرمجيات

Explains Codemation package boundaries, runtime concepts, observability shape, and the normal consumer mental model. Use when the user asks where code belongs across `@codemation/core`, `@codemation/host`, `@codemation/next-host`, `@codemation/cli`, workflows, plugins, credentials, activation, telemetry, or runtime modes.

2026-05-05
codemation-workflow-dsl
مطوّرو البرمجيات

Guides Codemation workflow authoring with the fluent Workflow DSL. Use when creating or updating `workflow("...")` definitions, triggers, `.map(...)`, `.node(...)`, branch flow, item handling, or `.build()` chains in `src/workflows`.

2026-05-05
strict-oop-di
مطوّرو البرمجيات

Codemation coding standards for this repo—apply on ANY code change: strict OOP TypeScript, DI, TDD, ≥80% coverage target, minimal mocking (real code and in-memory fakes preferred), outcome-based assertions (e.g. read-after-write), factories/testkits/harnesses for shared test setup (avoid brittle duplication), Clean Architecture for packages/core (engine), DDD/CQRS for packages/next-host, and SOLID/GoF patterns. Use when writing, refactoring, fixing bugs, adding tests, or reviewing changes in this codebase.

2026-05-01
codemation-plugin-development
مطوّرو البرمجيات

Guides Codemation plugin package development, including `definePlugin(...)`, plugin sandboxes, custom nodes, custom credentials, and publishable plugin package structure. Use when building or updating a Codemation plugin package or the plugin starter template.

2026-04-16
ui-design-system
مطوّرو البرمجيات

React UI component systems with TailwindCSS + Radix + shadcn/ui. Stack: TailwindCSS (styling), Radix UI (primitives), shadcn/ui (components), React/Next.js. Capabilities: design system architecture, accessible components, responsive layouts, theming, dark mode, component composition. Actions: review, design, build, improve, refactor UI components. Keywords: TailwindCSS, Radix UI, shadcn/ui, design system, component library, accessibility, ARIA, responsive, dark mode, theming, CSS variables, component architecture, atomic design, design tokens, variant, slot, composition. Use when: building component libraries, implementing shadcn/ui, creating accessible UIs, setting up design systems, adding dark mode/theming, reviewing UI component architecture.

2026-03-25