Skip to main content
Manusで任意のスキルを実行
ワンクリックで
DalgoT4D
GitHub クリエイタープロフィール

DalgoT4D

4 件の GitHub リポジトリにある 22 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
22
リポジトリ
4
更新
2026-07-01
リポジトリエクスプローラー

リポジトリと代表的な skills

documentation
ソフトウェア開発者

Generate, update, or review Dalgo user-facing documentation. Use when the user asks to document a feature, write a docs page, update existing docs, or after a PR ships to refresh affected docs.

2026-07-01
release-notes
ソフトウェア開発者

Draft a new Dalgo release notes entry on dalgo_docs from the latest release tags of DDP_backend and webapp_v2. Use when the user asks to write, publish, or update release notes after a release ships.

2026-06-29
executing-feature-plans
ソフトウェア開発者

Use when implementing a feature plan end-to-end across the Dalgo backend (DDP_backend, Django) and frontend (webapp_v2, Next.js). Triggers on "execute this plan", "implement this feature", "build this from the plan", working from a plan.md / tasks.md.

2026-06-25
linear-issue-from-plan
プロジェクト管理専門家

Use when the user wants to create a Linear issue from a feature plan document (plan.md) generated by /engineering/plan-feature or /engineering/ship-feature. Triggers on: "create linear issue from plan", "post this to linear", "make an issue for this plan", "communicate this plan on linear".

2026-06-17
prd-generator
プロジェクト管理専門家

Transform messy ideas into structured PRDs that get stakeholder alignment before engineering starts building. Use when: write prd, product requirements, requirements document, feature spec.

2026-06-17
plain-writing
ソフトウェア開発者

Writing rules for plans, specs, research notes, and any user-facing explanation in Dalgo. Use whenever producing a plan.md, research.md, spec.md, or explaining a feature/decision to the user — so the reader (a non-technical NGO program manager, a first-time engineer on the codebase, or a busy reviewer skimming on a phone) can follow without backfilling jargon. Triggered by the planning, spec-writing, and design-handoff commands; also invoke directly when the user says "explain in simple language", "give me an example", or asks you to rewrite something more plainly.

2026-06-16
tal-lens
ソフトウェア開発者

Apply Tal Raviv's technology philosophy when evaluating tools, building features, making product or architecture decisions, or explaining technical concepts. Use when the user asks to demystify, evaluate, prototype, or think critically about any technology decision.

2026-05-24
design-review
ウェブ・デジタルインターフェースデザイナー

Apply a combined UX design expert and NGO user evaluation lens to any UI component, screenshot, or interface description. Use when reviewing UI for usability, accessibility, and suitability for non-technical NGO users.

2026-04-20
dalgo-ingestion
ソフトウェア開発者

Work with Dalgo data ingestion — Airbyte sources, connections, stream catalogs, and sync history. Use when a user asks to sync a source, check whether a sync ran, or inspect what a connection syncs.

2026-06-12
dalgo-mcp
ソフトウェア開発者

Route Dalgo MCP tool workflows. Use when a request involves Dalgo data, pipelines, syncs, transforms, dashboards, charts, or reports, to pick the right domain skill and stay on MCP tools.

2026-06-12
dalgo-pipelines
ソフトウェア開発者

Run, monitor, create, and manage Dalgo orchestration pipelines (Prefect deployments), including the trigger-poll-verify loop. Use whenever a user asks to run a pipeline or check whether one succeeded.

2026-06-12
dalgo-transforms
ソフトウェア開発者

Build and run dbt transformations in Dalgo — the transform canvas, operations, model materialization, dbt runs, and publishing to git. Use when a user asks to run dbt, build or edit models, or modify the transform canvas.

2026-06-12
dalgo-troubleshooting
ソフトウェア開発者

Diagnose Dalgo failures — failed pipeline runs, sync errors, dbt errors — and handle notifications. Use when a user asks why something failed, what went wrong, or what their notifications say.

2026-06-12
dalgo-visualization
ソフトウェア開発者

Create and manage Dalgo charts, dashboards, and reports. Use when a user asks to visualize data, build or modify a dashboard, or snapshot data into a report.

2026-06-12
dalgo-warehouse
ソフトウェア開発者

Explore the Dalgo data warehouse — schemas, tables, columns, row counts, and sample data. Use for questions about what data exists or what values a table contains.

2026-06-12
service-delegation
ソフトウェア開発者

When computing a value, status, or derived property of a domain entity (KPI, metric, alert, chart, dashboard, etc.) from outside that entity's own service module, ask the owning service instead of rebuilding the logic. Use when writing a feature that touches another domain's data, fixing a bug whose root cause is parallel implementations drifting, or reviewing code that copies SQL/query-builder patterns from another module.

2026-06-15
typed-schemas
ソフトウェア開発者

Prefer typed Pydantic/Ninja schemas over generic dicts when passing structured data through Dalgo backend code. Use when writing or modifying functions whose parameters represent a known shape (configs, payloads, deserialized JSONField values, frontend payloads). Skip for genuinely free-form / variable-shape data.

2026-06-15
api-endpoint
ソフトウェア開発者

Scaffold and ship a new HTTP endpoint in the Django/Ninja backend using the API → Core → Schema → Exceptions layout. Use when adding a new route, creating a new module's routes, or extending an existing router with another verb.

2026-06-03
coding-standards
ソフトウェア開発者

Python coding standards for the DDP_backend covering service-layer function signatures (payload + orguser shape), exception chaining with `raise ... from err`, and import placement (top-of-file only). Use when writing or refactoring service-layer code, reviewing a diff or PR, asking "is this the right pattern", or finalizing code.

2026-06-03
testing
ソフトウェア品質保証アナリスト・テスター

Write and run pytest tests for the Django/Ninja backend — service-level tests, API endpoint tests with mocked requests, fixture conventions, and mocking external services (Airbyte, Prefect, warehouses, Redis). Use when writing tests, adding tests, debugging test failures, or asked to test an endpoint or service.

2026-06-03
warehouse-client
ソフトウェア開発者

Connect to a client's warehouse (Postgres or BigQuery) from service-layer code using `WarehouseFactory.get_warehouse_client(org_warehouse)`. Use when the code needs to read or write a client's data, execute SQL against their warehouse, inspect schema, or work with `OrgWarehouse`. Never use the legacy `old_client` namespace.

2026-06-03
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました