AgentSkillsCN

portfolio

针对作品集的定制化实施任务。当您为专业软件工程师的作品集(博客、资源、项目、联系方式)进行个性化定制时,可选用此方法。

SKILL.md
--- frontmatter
name: portfolio
description: Portfolio-specific implementation tasks. Use when customising for professional software engineer portfolio (blog, resources, projects, contact).
disable-model-invocation: false

Implement or refine portfolio website features following the project constitution.

Portfolio fork goals (from constitution): blog, resources, contact.

Common tasks:

  1. Projects section: Add route, ListController/grid of projects, project detail modal or page
  2. Blog: Add route, post list, post detail (slug-based)
  3. Resources: Links, downloads, or cards; reuse design primitives
  4. Contact: ContactForm already exists; ensure it's wired and styled
  5. SiteContext: Update site name, meta, navigation for portfolio branding

Design: Use BaseTemplate, PageContainer, Card, Button, Link from @core/design. Keep SEO and Core Web Vitals in mind (see docs/core-web-vital-decision-flow.md).

Task: $ARGUMENTS