Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dust

dust 收录了来自 dust-tt 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
1.4k
更新
2026-06-16
Forks
288
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dust-llm-class-tdd
软件开发工程师

Implement a new LLM endpoint class (provider/api/region/model) in the `model_constructors` router with the integration test harness, test-first. Use when adding a stream (or batch) endpoint class for a model on a specific provider API + region during the LLM router refactoring.

2026-06-16
dust-mcp-server
软件开发工程师

Step-by-step guide for creating new internal MCP server integrations in Dust that connect to remote platforms (Jira, HubSpot, Salesforce, etc.). Use when adding a new MCP server, implementing a platform integration, or connecting Dust to a new external service.

2026-06-11
dust-llm
软件开发工程师

Step-by-step guide for adding support for a new LLM in Dust. Use when adding a new model, or updating a previous one.

2026-06-09
dust-audit-log-event
软件开发工程师

Add a new audit log event in `front`. Use when instrumenting a new user or system action for WorkOS audit logging, including schema creation, `AuditAction` updates, and the correct emit call after the mutation path.

2026-06-04
dust-db-migration
软件开发工程师

Step-by-step guide for creating and running SQL schema migrations in `front` or `connectors` using the `npm run migration:*` tooling (pg-schema-diff + Umzug). Use when adding or removing columns, tables, or indexes that require a coordinated deploy.

2026-06-03
dust-webhook-source
软件开发工程师

Implement a new built-in webhook source provider in `front`. Use when adding a webhook provider such as Linear, GitHub, or Fathom, including provider research, OAuth prerequisites, provider-specific types and client code, preset registration, UI components, and end-to-end testing.

2026-04-21
dust-react-hook-form-writer
网页开发工程师

Write and refactor React forms using react-hook-form with Zod validation. Use when creating new form components, converting existing forms to react-hook-form, or implementing form validation patterns.

2026-04-19
dust-writing-react-effects
网页开发工程师

Writes React components without unnecessary useEffect. Use when creating/reviewing React components, refactoring effects, or when code uses useEffect to transform data or handle events.

2026-04-19
dust-elasticsearch
数据库架构师

Create, migrate, or query Elasticsearch indices in `front`. Use when adding a new front Elasticsearch index, changing mappings or settings, wiring indexing logic, or exposing Elasticsearch-backed analytics/search endpoints.

2026-04-17
dust-test
软件质量保证分析师与测试员

Step-by-step guide for writing focused, practical tests for Dust codebases following the 80/20 principle.

2026-04-08
dust-call-agent
软件开发工程师客户服务代表

Call a Dust agent to get information (read a slack thread, a notion URL, a google drive document...), perform an action (post a message to slack, create a calendar event, ...), provide context on any topic regarding Dust (the company, current discussions, customers...) or in general have the Dust agent perform a given task.

2026-04-04
dust-swagger
软件开发工程师

MANDATORY guideline - Always keep Swagger documentation in sync when modifying API endpoints or schemas.

2026-03-17
dust-breaking-changes
软件开发工程师

CRITICAL guideline - Never introduce breaking changes to the private API without explicit user approval. Always warn and ask for validation first.

2026-02-24
dust-hive
网络与计算机系统管理员

Information about dust-hive, a CLI tool for running multiple isolated Dust development environments. ALWAYS enable this skill when the working directory is under ~/dust-hive/. Use for understanding port allocation, running tests, and working with the environment.

2026-01-19
dust-temporal
软件开发工程师

Step-by-step guide for creating Temporal workflows in Dust. Use when adding background jobs, async processing, durable workflows, or task queues.

2026-01-15