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

agentic-acss-plugins

agentic-acss-plugins 收录了来自 shawn-sandy 的 40 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
40
Stars
0
更新
2026-06-18
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

component-alert
软件开发工程师

Use when the user asks to generate, create, or scaffold an Alert — accessible status/error/info/warning notification with ARIA live regions and icon support.

2026-06-18
component-card
软件开发工程师

Use when the user asks to generate, create, or scaffold a Card — accessible content container with header/body/footer slots and interactive variant support.

2026-06-18
component-checkbox
软件开发工程师

Use when the user asks to generate, create, or scaffold a Checkbox — accessible checkbox with indeterminate state, aria-checked, custom indicator, and Input dependency.

2026-06-18
component-dialog
软件开发工程师

Use when the user asks to generate, create, or scaffold a Dialog — accessible modal dialog with focus trap, aria-modal, return-focus on close, and Button dependency.

2026-06-18
component-field
软件开发工程师

Use when the user asks to generate, create, or scaffold a Field — accessible form field wrapper with label, hint, and error message association via aria-describedby.

2026-06-18
component-input
软件开发工程师

Use when the user asks to generate, create, or scaffold an Input — accessible text/number/email input with aria-invalid, error state, and controlled/uncontrolled patterns.

2026-06-18
component-nav
软件开发工程师

Use when the user asks to generate, create, or scaffold a Nav — accessible navigation landmark with aria-label, current-page link marking, and horizontal/vertical layout.

2026-06-18
component-popover
软件开发工程师

Use when the user asks to generate, create, or scaffold a Popover — accessible tooltip/popover using the Popover API with focus trap, aria-expanded, and light-dismiss.

2026-06-18
component-table
软件开发工程师

Use when the user asks to generate, create, or scaffold a Table — accessible data table with caption, scope headers, responsive scroll wrapper, and sortable column support.

2026-06-18
component-button
软件开发工程师

Use when the user asks to generate, create, or scaffold a Button — accessible TSX or HTML+JS, with primary/secondary/destructive variants and a11y.

2026-06-15
component-icon-button
软件开发工程师

Use when the user asks to generate, create, or scaffold an IconButton — accessible icon-only button with required aria-label, tooltip fallback, and Button dependency.

2026-06-15
component-icon
软件开发工程师

Use when the user asks to generate, create, or scaffold an Icon — accessible SVG icon wrapper with aria-hidden/aria-label toggle, size variants, and decorative/semantic modes.

2026-06-15
component-img
软件开发工程师

Use when the user asks to generate, create, or scaffold an Img — accessible image component with required alt, lazy-loading, aspect-ratio containment, and decorative mode.

2026-06-15
component-link
软件开发工程师

Use when the user asks to generate, create, or scaffold a Link — accessible anchor with external/new-tab detection, aria-label injection, and current-page indication.

2026-06-15
component-list
软件开发工程师

Use when the user asks to generate, create, or scaffold a List — accessible ordered/unordered list with role="list" reset, item slots, and inline/stacked layout variants.

2026-06-15
kit-core
软件开发工程师

Internal orchestrator for /kit-create, /kit-list, /kit-sync, /kit-update and Form/HTML/Style-Tune modes. Per-component generation lives in component-<name> skills; do not auto-trigger for component requests.

2026-06-15
utilities
软件开发工程师

Use when the developer wants Tailwind-style atomic CSS utility classes for fpkit/acss — add, list, tune spacing/breakpoints, or regenerate the token-bridge.

2026-06-15
styles
软件开发工程师

Generate and update CSS themes for fpkit/acss projects — OKLCH light/dark palettes, brand presets, theme role edits, and token extraction from images or Figma.

2026-06-14
inline-style-to-class
软件开发工程师

Use when the developer wants to convert an inline style attribute, JSX style object, or <style> block into a named CSS class appended to the project stylesheet. Replaces hard-coded colors, units, and values with CSS variables — reusing an existing variable when one matches and creating a new one when none does.

2026-06-05
acss-kit-component-author
软件开发工程师

[Maintainer] Use when the maintainer asks to add a component to acss-kit — scaffolds a reference doc under references/components in the canonical embedded-markdown shape.

2026-05-21
acss-kit-component-update
软件开发工程师

[Maintainer] Use when the maintainer asks to update or refresh a component reference doc — re-verifies against the fpkit ref and checks for upstream drift.

2026-05-21
acss-kit-test-component
软件开发工程师

[Maintainer] Render a quick visual preview of an acss-kit component in the default browser. Produces a self-contained HTML file with all variants from the component's Usage Examples.

2026-05-21
validate-plugins
软件质量保证分析师与测试员

Validate plugin structure and health. --scope=plugin (deep single-plugin check), --scope=all (fast repo-wide sweep), --scope=health (full health dashboard).

2026-05-21
kit-sync
软件开发工程师

Use when the user asks to bulk-install all acss-kit components and themes (/kit-sync) or re-copy unmodified components after a plugin update (/kit-update).

2026-05-21
prompt-book
技术写作员

Display the bundled prompt book — copy-paste prompts mapped to every slash command in acss-kit. Use when the user runs /prompt-book.

2026-05-21
create-utilities
软件开发工程师

Use when the developer wants to create utility classes from a plain-language visual description — turning intent like "centered flex row with padding" into a ready-to-use class string.

2026-05-14
style-tune
软件开发工程师

Use when the user wants to adjust the visual feel of a component or theme role — 'warmer button', 'softer card', 'bolder primary', 'calmer alert'.

2026-05-14
validate-plugins
软件开发工程师

Validate plugin structure and health. --scope=plugin (deep single-plugin check), --scope=all (fast repo-wide sweep), --scope=health (full health dashboard).

2026-05-14
acss-kit-style-author
软件开发工程师

[Maintainer] Use when the maintainer asks to scaffold a brand preset, palette role, or theme-schema field for acss-kit — or tweak the OKLCH palette algorithm.

2026-05-14
release-check
软件质量保证分析师与测试员

Audit release paperwork for a plugin before opening a PR. Merged into release-plugin --check.

2026-05-14
validate-plugin
软件质量保证分析师与测试员

Deep structural validation of a single plugin before publishing. Merged into validate-plugins --scope=plugin.

2026-05-14
verify-plugins
软件质量保证分析师与测试员

Repo-wide structural sweep across every plugin. Merged into validate-plugins --scope=all.

2026-05-14
acss-kit-changelog-entry
软件开发工程师

[Maintainer] Generate a Keep-a-Changelog entry for acss-kit from git log since last tag. Groups commits by conventional type and appends to plugins/acss-kit/CHANGELOG.md under the Unreleased section.

2026-05-14
acss-kit-style-update
网页开发工程师

[Maintainer] Use when the maintainer asks to update or re-validate theme assets after editing the role-catalogue, palette-algorithm, theme-schema, a brand preset, or the styles SKILL.

2026-05-14
release-plugin
软件开发工程师

Bump a plugin's version and check release paperwork. Use --check to audit CHANGELOG/README before opening a PR; omit --check to do the version bump.

2026-05-14
add-command
软件开发工程师

Use when the user asks to add or scaffold a new slash command for a plugin — creates the command .md with front-matter and a SKILL.md stub.

2026-05-13
setup
软件开发工程师

Use when the user runs /setup or asks to set up or bootstrap a project for acss-kit — installs sass, writes config, and optionally seeds a starter theme.

2026-05-13
css-to-class
软件开发工程师

Use when the developer wants to extract CSS utility classes from an HTML element into a single named class — collapsing utility soup into one semantic selector.

2026-05-13
add-command
软件开发工程师

Scaffold a new slash command for a plugin — creates the command .md with front-matter and adds a stub section to SKILL.md.

2026-04-26
release-plugin
软件开发工程师

Bump a plugin's version in plugin.json and update marketplace.json description if needed. Run before committing a publishable change.

2026-04-26