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

design-system

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

已收集 skills
20
Stars
4
更新
2026-07-09
Forks
8
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

component-scaffold
网页开发工程师

Scaffold a new ds-* component (files, barrel export, validation). Use when the user asks to create, scaffold, or add a new component.

2026-07-09
react-patterns
软件开发工程师

React patterns for design-system TSX including ds-* components, subcomponents, *.stories.tsx, and __tests__/*.browser.test.tsx. Use when editing hooks, useState, useEffect, ref prop, memoization, controlled state, or event handlers in @drivenets/design-system.

2026-07-09
storybook
网页开发工程师

Write and update Storybook stories for design-system components. Use when editing `*.stories.tsx`, adding story variants, decorators, or removing Storybook play functions.

2026-07-09
ark-ui
软件开发工程师

Check Ark UI primitives via MCP and integrate them in ds-* components without duplicating internal state. Use before building a custom component, wrapping Ark primitives, or when the user mentions Ark UI MCP.

2026-05-28
browser-tests
软件质量保证分析师与测试员

Write and extend Vitest browser tests for design-system components. Use when adding or editing `*.browser.test.tsx`, writing behavioral coverage, or moving assertions out of Storybook.

2026-05-28
code-review
软件开发工程师

Apply when preparing a PR, reviewing code changes, running git diff, or generating a changeset. Use when user says "review", "PR prep", "code review", or "changeset".

2026-05-28
component-api
软件开发工程师

Design public props for ds-* components in *.types.ts files. Use when editing ds-*.types.ts, Ds*Props interfaces, variant as const arrays, locale prop, onXChange callbacks, or changing component public API.

2026-05-28
deslop
软件开发工程师

Remove AI-generated code slop and clean up code style

2026-05-28
diagnose
软件开发工程师

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimize → hypothesize → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2026-05-28
figma-to-component
软件开发工程师

Orchestrate a Figma URL to a ds-* component. Trust-boundary pre-step, Figma MCP for design context, DS MCP for guidelines and inventory, then component-scaffold. Use when the user provides a Figma link and asks to implement it.

2026-05-28
grill-me
管理分析师

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-05-28
grill-with-docs
软件开发工程师

Like grill-me, but challenges against CONTEXT.md and ADRs and updates glossary/ADR files inline as decisions land. Use for cross-cutting domain language or irreversible architecture — not the default for design-system feature work (use grill-me → to-plan instead).

2026-05-28
handoff
项目管理专家

Compact the current conversation into a handoff document for another agent to pick up.

2026-05-28
improve-codebase-architecture
软件开发工程师

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-05-28
migrate-story-tests
软件质量保证分析师与测试员

Migrate Storybook play functions to Vitest browser tests. Use when the user says "migrate tests for ds-X", "move play to browser tests", or "convert story tests".

2026-05-28
pr-prep
软件开发工程师

Prepare a PR for submission by running all checks, validating stories, and generating a changeset. Use when the user asks to prepare, check, or finalize a PR.

2026-05-28
scss
软件开发工程师

SCSS and CSS modules for design-system components. Use when editing *.scss, *.module.scss, design tokens, data-focus-visible, data-disabled, or component styles under packages/design-system.

2026-05-28
tdd
软件质量保证分析师与测试员

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-05-28
to-plan
项目管理专家

After grill-me (or equivalent resolved decisions), produce a concise execution plan for the next agent session. No interviews, no issue tracker, no requirement expansion.

2026-05-28
ts-standards
软件开发工程师

TypeScript conventions across the monorepo. Use when editing .ts or .tsx in any package, prop JSDoc in *.types.ts, as const variant arrays, Object.freeze config exports, or shared utils.

2026-05-28