Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

post-development后期开发

Agent Skill

post-development 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

29

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mwguerra/claude-code-plugins --skill post-development

简介

用于查找、检索和筛选相关信息以支持开发决策。

  • 适合在关键词搜索、任务场景匹配或来源线索梳理时使用。
  • 可帮助定位技术方案、代码片段或依赖项的最佳实践参考。
  • 安装前建议核对仓库维护状态及是否触发文件读写或命令执行。
  • 注意确认权限范围以避免越权访问敏感数据。post-development 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Post-Development Skill

This skill enables comprehensive post-development preparation for app launches, including marketing materials, SEO, and content generation.

When to Use

Use this skill when:

  • Preparing an application for launch
  • Creating marketing materials for an app
  • Generating SEO data for public pages
  • Creating personas and marketing strategies
  • Generating social media ads
  • Writing showcase articles
  • Designing landing pages

Capabilities

1. Project Analysis

  • Detect project type and tech stack
  • Discover public routes
  • Extract product information from docs

2. SEO Analysis (/post-development:seo)

  • Generate meta tags for all pages
  • Create keyword strategies
  • Produce Open Graph specifications
  • Generate sitemap

3. Screenshot Capture (/post-development:screenshots)

  • Capture all public pages
  • Multiple viewports (desktop, tablet, mobile)
  • Light and dark mode
  • Focus on key sections

4. Persona Creation (/post-development:personas)

  • Create detailed buyer personas
  • Develop marketing strategies
  • Generate CTAs for all channels

5. Ad Generation (/post-development:ads)

  • Instagram, Facebook, LinkedIn, Twitter
  • Multiple ad formats per platform
  • A/B variations

6. Article Writing (/post-development:articles)

  • 3 showcase articles
  • Different angles (story, tutorial, case study)
  • SEO optimized

7. Landing Pages (/post-development:landing)

  • Persona-specific designs
  • All sections specified
  • Copy and image recommendations

Usage

Initialize

/post-development:run init --base-url http://localhost:3000

Run All Tasks

/post-development:run run

Run Specific Task

/post-development:run run --task seo

Check Status

/post-development:run status

Output Directory Structure

.post-development/
├── post-development.json     # Master plan
├── seo/
│   ├── pages/               # SEO data per page
│   └── assets/              # Favicon, OG image specs
├── screenshots/
│   ├── desktop/
│   ├── tablet/
│   └── mobile/
├── personas/
│   ├── personas/            # Individual persona files
│   ├── strategies/          # Marketing strategies
│   └── cta/                 # CTA collections
├── ads/
│   ├── instagram/
│   ├── facebook/
│   ├── linkedin/
│   └── twitter/
├── articles/
│   ├── article-1/
│   ├── article-2/
│   └── article-3/
└── landing-pages/
    └── [persona-name]/

Task Dependencies

Tasks run in dependency order:

  1. seo → no dependencies
  2. screenshots → no dependencies
  3. personas → depends on seo
  4. ads → depends on personas, screenshots
  5. articles → depends on personas, screenshots
  6. landing → depends on personas, screenshots, articles

Requirements

  • For screenshots: Playwright installed (npm install -D playwright)
  • For screenshots: App running at baseUrl
  • For articles: Screenshots completed first
  • For landing pages: All prior tasks completed

Example Workflow

# 1. Initialize project
/post-development:run init --base-url http://localhost:3000

# 2. Run everything
/post-development:run run

# 3. Or run tasks individually
/post-development:run seo
/post-development:run screenshots
/post-development:run personas
/post-development:run ads
/post-development:run articles
/post-development:run landing

# 4. Check progress anytime
/post-development:run status

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

36.05%
按下载量换算59

Claude

27.45%
按下载量换算45

Cursor

19.45%
按下载量换算32

Gemini CLI

9.53%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills