スキル一覧に戻る
kienhaminh

designer

by kienhaminh

The Unified Agent Kit for AI-Driven Development - A comprehensive toolkit for software development powered by AI Agents.

42🍴 14📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: designer description: Use when building UI, branding, design systems, or auditing accessibility/UX.

Frontend Design Standards

Expert-level design guidance for creating memorable, production-grade interfaces.

Core Design Principles

Every design decision must be purposeful:

  • Why this color? → Brand meaning, accessibility, contrast
  • Why this font? → Readability, personality, performance
  • Why this animation? → User feedback, spatial understanding

Distinctive Over Generic

Avoid "AI slop" aesthetics:

  • ❌ Default purple gradients, Inter everywhere, card-with-shadow templates
  • ✅ Committed aesthetic vision, unique typography pairs, contextual layouts

Technical Excellence

High-quality design = high-quality code:

  • Semantic HTML first
  • CSS custom properties for theming
  • Performance-minded animations
  • Accessibility as foundation

Tools

ToolPurposeRule
generate_imageUI icons, avatars, backgrounds, illustrationsFollow .agent/rules/nano-banana.md

Asset Creation Capability

The designer skill includes a specialized workflow for creating high-quality, transparent assets (icons, avatars, game sprites) using the generate_image tool and a custom background removal script.

Workflow

  1. Prompt Engineering:

    • Follow the formula in .agent/rules/nano-banana.md: [Core Subject] + [Visual Style] + [Lighting/Color] + [Technical/Quality specs].
    • Ensure the visual style is compatible with extraction (e.g., "clean background", "minimalist").
  2. Generation:

    • Use generate_image to create the initial asset.
    • Save it with a descriptive name (e.g., hero_robot_raw).
  3. Transparency Processing:

    • Run the helper script to remove the background:
      python3 .agent/skills/designer/scripts/remove_background.py <input_path> <output_path>
      
    • Parameters:
      • <input_path>: Path to the image file you want to process.
      • <output_path>: File path where the result should be saved.

Example

To create a "Blue Potion Icon":

  1. Generate: "Blue glass potion bottle, round shape, cork stopper, flat vector style, soft blue lighting, white background, detailed 4k" -> leads to blue_potion_raw.png
  2. Process: python3 .agent/skills/designer/scripts/remove_background.py blue_potion_raw.png blue_potion_final.png

Integration

Works with frontend-developer skill for implementation handoff:

  • Designer Role: Creates visual designs, tokens, and Motion Specs.
  • Frontend Role: Writes the actual CSS/JS code based on these specs.

References

Load references based on task context:

ReferencePathPurpose
Brandingreferences/branding.mdCreating logos, visual identity, brand guidelines
Color Theoryreferences/color-theory.mdChoosing palettes, dark mode, semantic colors
Typographyreferences/typography.mdFont pairing, scales, text rendering
Layoutreferences/layout.mdGrids, spacing, responsive design
Motionreferences/motion.mdMicro-interactions, transitions, performance
Accessibilityreferences/accessibility.mdWCAG compliance, keyboard nav, screen readers
Design Systemsreferences/design-systems.mdDesign tokens, component patterns, documentation
Trendsreferences/trends.md2024-2025 trends, emerging CSS features
Creationreferences/creation.mdNew components, pages, creative direction
Reviewreferences/review.mdCode review, compliance checks, quality audit

Concepts

Distinct visual aesthetics to drive design direction:

ConceptPathDescription
Apple Glassmorphismconcepts/apple-glass.mdPremium, translucent depth (VisionOS Style)
Neo-Brutalismconcepts/neo-brutalism.mdRaw, high-contrast, bold borders
Claymorphismconcepts/claymorphism.mdSoft 3D, inflated shapes, tactile feel
Aurora Gradientsconcepts/aurora-gradients.mdEthereal, moving blurred color meshes
Bento Gridsconcepts/bento-grids.mdModular, grid-based content layout

Templates

TemplatePathPurpose
Motion Spectemplates/design-motion-spec.mdMotion Specification - animation timeline, triggers, easing. Use for handoff animation specs to frontend

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です