Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问clear审计未展示

writing-descriptions撰写描述

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

364

周安装

15

GitHub Stars

6

下载量

119
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:writing-descriptions(撰写描述)
来源仓库:https://github.com/mgd34msu/goodvibes-plugin
仓库路径:skills/writing-descriptions
安装命令:
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill writing-descriptions
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill writing-descriptions

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码。
  • 需要结合项目现有设计系统、路由和构建方式使用。
  • 涉及页面改动时应配合本地预览和构建检查确认效果。
  • 安装方式:通过 GitHub 仓库添加技能。writing-descriptions 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Writing Effective Descriptions

The description field is THE routing key. Claude reads descriptions to decide whether to invoke an agent or skill. Poor descriptions = artifacts that never trigger.

The Formula

{Role/expertise}. Use [PROACTIVELY] when {specific trigger conditions}.
  • Role/expertise: What the agent/skill does (third person for skills)
  • PROACTIVELY: Include if Claude should invoke without being asked
  • Trigger conditions: Specific situations that warrant invocation

Agent Description Examples

By Category

CategoryDescription
Debugging"Docker troubleshooter. Use PROACTIVELY when containers fail to start, crash, or behave unexpectedly."
Code Review"Security-focused code reviewer. Use PROACTIVELY when reviewing authentication, authorization, or data handling code."
Testing"Test generation specialist. Use when asked to add tests or improve test coverage for existing code."
Infrastructure"Kubernetes deployment expert. Use PROACTIVELY when working with k8s manifests, helm charts, or cluster issues."
API Design"REST API designer. Use when creating new endpoints, designing request/response schemas, or documenting APIs."
Performance"Performance optimization specialist. Use when profiling, optimizing queries, or reducing latency."
Database"PostgreSQL query optimizer. Use PROACTIVELY when queries are slow or EXPLAIN shows sequential scans."
Frontend"React component architect. Use when building complex UI components or refactoring component hierarchies."

Good vs Bad

BadWhy It FailsBetter
"Helps with Docker"Too vague, no triggers"Docker troubleshooter for container failures"
"General coding assistant"No specificity"Python async specialist for concurrent code"
"Does database stuff"Unclear scope"PostgreSQL query optimizer for slow queries"
"Useful for many things"No routing signal"Git workflow automator for branching and merging"
"I help you with tests"Wrong person (first)"Test generator for untested functions"

Skill Description Examples

By Category

CategoryExample Description
Document Processing"Comprehensive document creation, editing, and analysis with tracked changes support. Use when working with.docx files for creating, modifying, or extracting content."
Data Analysis"Analyzes Excel spreadsheets, creates pivot tables, generates charts. Use when analyzing.xlsx files, spreadsheets, or tabular data."
API Integration"Creates MCP servers for external API integration using TypeScript or Python. Use when building Model Context Protocol servers or LLM tool integrations."
Creative/Design"Creates distinctive production-grade frontend interfaces. Use when building web components, landing pages, dashboards, or styling any web UI."
Workflow Automation"Guides users through structured document co-authoring. Use when writing documentation, proposals, technical specs, or decision docs."
Testing"Tests local web applications using Playwright. Use when verifying frontend functionality, debugging UI, or capturing browser screenshots."
PDF Processing"Extracts text and tables from PDFs, fills forms, merges documents. Use when working with PDF files or when user mentions PDFs, forms, or document extraction."
Presentations"Creates and modifies PowerPoint presentations with consistent styling. Use when building slide decks, adding charts, or formatting presentations."

Skills: Third Person Requirement

Skills must use third person voice:

# Good (third person)
description: Extracts text from PDFs and fills form fields.

# Bad (first person)
description: I help you process PDFs.

# Bad (second person)
description: Helps you extract PDF text.

Proactive vs On-Demand

Use PROACTIVELY when:

  • The situation is detectable from context (error messages, file types)
  • Waiting for explicit request would delay the user
  • The agent/skill is highly specialized
# Proactive - Claude should invoke without being asked
"Docker troubleshooter. Use PROACTIVELY when containers fail to start..."
"Security reviewer. Use PROACTIVELY when reviewing auth code..."

On-demand (no PROACTIVELY) when:

  • User should explicitly request the capability
  • Multiple valid approaches exist
  • The action has significant side effects
# On-demand - wait for user request
"Test generator. Use when asked to add tests..."
"Database migrator. Use when user requests schema changes..."

Trigger Specificity

More specific triggers = more reliable invocation:

Vague TriggerSpecific Trigger
"when needed""when containers fail to start or exit unexpectedly"
"for code review""when reviewing authentication, authorization, or session code"
"for testing""when test coverage is below 80% or user asks for tests"
"for performance""when queries exceed 100ms or EXPLAIN shows sequential scans"

Combining Multiple Triggers

Use "or" to list multiple valid triggers:

"PDF processor. Use when working with PDF files, filling forms,
extracting tables, or merging documents."

Use commas for related triggers:

"Kubernetes expert. Use PROACTIVELY when working with pods,
deployments, services, or ingress configurations."

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.93%
按下载量换算32

Codex

23.45%
按下载量换算28

Cursor

17.23%
按下载量换算21

Antigravity

10.88%
按下载量换算13

windsurf

7.52%
按下载量换算9

github-copilot

3.65%
按下载量换算4

安全审计

暂无安全审计结果可展示。

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills