Skip to main content
Run any Skill in Manus
with one click
aziontech
GitHub creator profile

aziontech

Repository-level view of 29 collected skills across 2 GitHub repositories.

skills collected
29
repositories
2
updated
2026-07-23
repository explorer

Repositories and representative skills

figma-discover
web-and-digital-interface-designers

Pull design tokens, regions, and states from a Figma frame via the Figma MCP. Pure read; emits a structured JSON blob the rest of the pipeline consumes.

2026-07-23
spec-create
web-and-digital-interface-designers

Interactively draft `.specs/<name>.md` for a new webkit component. Owns the questions, the cross-reference with DESIGN.md and Figma, and the initial `status: draft` write. Never writes component code.

2026-07-23
webkit-motion-polish
web-and-digital-interface-designers

Make motion smooth using only @aziontech/theme animate tokens โ€” animate-* utilities, duration-*/ease-*/curve tokens, compositor-props-only, โ‰ค150ms interaction feedback, and a mandatory motion-reduce escape on every motion class. No external animation library, no inline cubic-bezier, no hardcoded ms.

2026-07-22
webkit-usage
software-developers

Consume the @aziontech/webkit design system correctly. Use when adding or reviewing UI in a project that depends on @aziontech/webkit โ€” how to find the right component, import it with the flat path, style with @aziontech/theme tokens, and keep bundles small.

2026-07-22
add-animation
web-developers

Scaffold a new webkit animation into the semantic catalog (semantic/animations.js) + record the Theme gap. Used when a component needs an animation the catalog lacks, instead of a component-local @keyframes or an off-catalog animate-[โ€ฆ].

2026-07-22
audit-fix
software-developers

Fix `pnpm audit --audit-level=high` failures by bumping the offending dependency to its patched version, with a semver-aware guardrail (patch = auto, minor = validate carefully, major = ALERT and ask). Identifies the owning monorepo project and emits a status report.

2026-07-22
code-connect-write
web-and-digital-interface-designers

Generate the `<name>.figma.ts` Code Connect mapping. Skipped automatically when `@figma/code-connect` is not installed.

2026-07-22
component-scaffold
web-developers

Write the `.vue` file(s) for a component, plus the entry in `packages/webkit/package.json#exports`. Strictly spec-bound โ€” every prop/event/slot must come from the spec. For composition pattern, each sub-component lives in its own folder.

2026-07-22
Showing top 8 of 27 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded