← All creators

pcliangx

User

Production-ready AI Agent Team template for Claude Code — 14 specialists, Agile+Scrum+TDD enforced via skill/hook/DoD 3-layer (not wiki), PRD→UAT 6 stage gates, 4-layer hook defense, multi-LLM (DeepSeek/Doubao/Qwen/MiniMax), WeChat Mini Program, trilingual README (中文/EN/日本語). Ship a feature overnight.

39 indexed · 0 Featured · 9 stars · avg score 72
Prolific

Categories

Indexed Skills (39)

Data & Documents Listed

docx

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

9 Updated today
pcliangx
AI & Automation Listed

pptx

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

9 Updated today
pcliangx
AI & Automation Listed

agf-running-release-retro

Use when product-lead is about to run a release retrospective after a successful MAJOR or MINOR release push (PATCH skipped). Provides applicability gate, pre-conditions, 7-step execution sequence, anti-patterns, and the verification gate before commit. Pairs with template docs/reviews/retro-_TEMPLATE.md and slash /agf-release-retro.

9 Updated today
pcliangx
AI & Automation Listed

agf-running-sit-tests

Use when an execution-layer dev (frontend-dev / backend-dev / ai-agent-dev / ml-engineer / miniapp-dev) has finished feature code + Unit tests and is about to enter code-review. Provides the SIT scope, environment, AC-driven integration walk, and evidence sink (progress/<role>.md). SIT is now a dev-owned step, not a separate QA stage.

9 Updated today
pcliangx
AI & Automation Listed

agf-wiring-multi-llm-sdk

Use when wiring up or switching between China-domestic LLM providers (DeepSeek, Doubao/Volc Ark, Qwen/DashScope, MiniMax). Provides OpenAI-compatible adapter pattern, env-var contracts, fallback strategy, cost guardrails, and minimum verifications before declaring integration done.

9 Updated today
pcliangx
AI & Automation Listed

agf-writing-adr

Use when tech-lead is about to record an architecture decision (new tech stack member, deviation from baseline, deployment / observability / auth scheme choice). Provides ADR structure, version-audit appendix format, and "what NOT to ADR" guidance. Replaces ad-hoc copy from ADR-000.

9 Updated today
pcliangx
Data & Documents Listed

agf-writing-docx-reports

用 docx-js 写"阅读友好的中文 docx 报告"(决议书 / 评审报告 / 调研 / 分析 / 投标书等高密度报告型文档)。当用户要求把 markdown 内容转 docx 且抱怨"格式混乱 / 不专业 / 看不下去"时启用——pandoc 默认转换难以满足。提供:路径决策 / 设计 token / 可复用 helper 全套 / 11 个 pitfall / 生成-预览闭环。

9 Updated today
pcliangx
AI & Automation Listed

agf-writing-github-issue

Use whenever a user, product-lead, or qa-engineer wants to create a GitHub issue in the project repo — including phrases like "提一个 issue / 写一个 issue / 报 bug / 把这个开成 issue / gh issue / 上 GitHub / track 一下 / 立个 ticket". Provides the required-field skeleton, locked label set (type / area / epic / priority / severity / phase), gh CLI heredoc template, and the QA-auto-issue exception path. Replaces ad-hoc `gh issue create` calls with inconsistent titles / missing labels / freestyle bodies.

9 Updated today
pcliangx
Data & Documents Listed

agf-writing-pptx-reports

用 python-pptx 写"现代化中文制度 / 党政 / 企业宣贯 PPT"(含决议书提报、评审报告、管理办法、培训宣贯等 23 页量级 deck)。当用户要求程序化生成 PPT 且抱怨"老土 / 字体丑 / 表格乱 / 文字溢出 / 中文字体 fallback / 缺架构图"时启用——`python-pptx` 默认 API 一堆坑必须主动避开。提供:路径决策 / 设计 token / 12 个 helper 全套 / 7 个致丑反模式 / 12 个关键技巧 / LibreOffice 渲染验证闭环 / 跨平台中文字体生效 lxml 写法 / 配套 draw.io 画架构图选型(中文字体、配色、8 大坑、嵌入 PPT 链路)。

9 Updated today
pcliangx
AI & Automation Listed

agf-writing-prd

Use when product-lead is about to draft a PRD for a new feature. Provides the 10-section PRD structure, AC quality bar, must-have fields, and the verification gate before sign-off. Replaces ad-hoc Read of docs/prd/_TEMPLATE.md.

9 Updated today
pcliangx
AI & Automation Listed

agf-writing-qa-report

Use when qa-engineer (or miniapp-qa-engineer) is about to publish an E2E or UAT report. Provides the report skeleton, evidence-quality bar, verdict criteria, and hand-off rules. SIT is now dev-owned and lives in progress/<role>.md (see agf-running-sit-tests skill) — this skill does NOT cover SIT reports.

9 Updated today
pcliangx
AI & Automation Listed

agfrunning-release-retro

Use when product-lead is about to run a release retrospective after a successful MAJOR or MINOR release push (PATCH skipped). Provides applicability gate, pre-conditions, 7-step execution sequence, anti-patterns, and the verification gate before commit. Pairs with template docs/reviews/retro-_TEMPLATE.md and slash /agf-release-retro.

9 Updated today
pcliangx
AI & Automation Listed

agfrunning-sit-tests

Use when an execution-layer dev (frontend-dev / backend-dev / ai-agent-dev / ml-engineer / miniapp-dev) has finished feature code + Unit tests and is about to enter code-review. Provides the SIT scope, environment, AC-driven integration walk, and evidence sink (progress/<role>.md). SIT is now a dev-owned step, not a separate QA stage.

9 Updated today
pcliangx
AI & Automation Listed

agfwiring-multi-llm-sdk

Use when wiring up or switching between China-domestic LLM providers (DeepSeek, Doubao/Volc Ark, Qwen/DashScope, MiniMax). Provides OpenAI-compatible adapter pattern, env-var contracts, fallback strategy, cost guardrails, and minimum verifications before declaring integration done.

9 Updated today
pcliangx
AI & Automation Listed

agfwriting-adr

Use when tech-lead is about to record an architecture decision (new tech stack member, deviation from baseline, deployment / observability / auth scheme choice). Provides ADR structure, version-audit appendix format, and "what NOT to ADR" guidance. Replaces ad-hoc copy from ADR-000.

9 Updated today
pcliangx
Data & Documents Listed

agfwriting-docx-reports

用 docx-js 写"阅读友好的中文 docx 报告"(决议书 / 评审报告 / 调研 / 分析 / 投标书等高密度报告型文档)。当用户要求把 markdown 内容转 docx 且抱怨"格式混乱 / 不专业 / 看不下去"时启用——pandoc 默认转换难以满足。提供:路径决策 / 设计 token / 可复用 helper 全套 / 11 个 pitfall / 生成-预览闭环。

9 Updated today
pcliangx
AI & Automation Listed

agfwriting-github-issue

Use whenever a user, product-lead, or qa-engineer wants to create a GitHub issue in the project repo — including phrases like "提一个 issue / 写一个 issue / 报 bug / 把这个开成 issue / gh issue / 上 GitHub / track 一下 / 立个 ticket". Provides the required-field skeleton, locked label set (type / area / epic / priority / severity / phase), gh CLI heredoc template, and the QA-auto-issue exception path. Replaces ad-hoc `gh issue create` calls with inconsistent titles / missing labels / freestyle bodies.

9 Updated today
pcliangx
Data & Documents Listed

agfwriting-pptx-reports

用 python-pptx 写"现代化中文制度 / 党政 / 企业宣贯 PPT"(含决议书提报、评审报告、管理办法、培训宣贯等 23 页量级 deck)。当用户要求程序化生成 PPT 且抱怨"老土 / 字体丑 / 表格乱 / 文字溢出 / 中文字体 fallback / 缺架构图"时启用——`python-pptx` 默认 API 一堆坑必须主动避开。提供:路径决策 / 设计 token / 12 个 helper 全套 / 7 个致丑反模式 / 12 个关键技巧 / LibreOffice 渲染验证闭环 / ��平台中文字体生效 lxml 写法 / 配套 draw.io 画架构图选型(中文字体、配色、8 大坑、嵌入 PPT 链路)。

9 Updated today
pcliangx
AI & Automation Listed

agfwriting-prd

Use when product-lead is about to draft a PRD for a new feature. Provides the 10-section PRD structure, AC quality bar, must-have fields, and the verification gate before sign-off. Replaces ad-hoc Read of docs/prd/_TEMPLATE.md.

9 Updated today
pcliangx
AI & Automation Listed

agfwriting-qa-report

Use when qa-engineer (or miniapp-qa-engineer) is about to publish an E2E or UAT report. Provides the report skeleton, evidence-quality bar, verdict criteria, and hand-off rules. SIT is now dev-owned and lives in progress/<role>.md (see agf:running-sit-tests skill) — this skill does NOT cover SIT reports.

9 Updated today
pcliangx
AI & Automation Listed

ac-lifecycle

AC Lifecycle and Delivery Definition

9 Updated today
pcliangx
AI & Automation Listed

coding

Coding and AI Development Standards

9 Updated today
pcliangx
AI & Automation Listed

cost-budget

Cost & Token Budget Baseline

9 Updated today
pcliangx
AI & Automation Listed

deployment

Deployment Standards

9 Updated today
pcliangx
AI & Automation Listed

miniapp

MiniApp Standards(微信小程序专项规范)

9 Updated today
pcliangx
AI & Automation Listed

observability

Observability Baseline

9 Updated today
pcliangx
AI & Automation Listed

qa-close-verify

P0/P1 Issue Close Verify SOP

9 Updated today
pcliangx
AI & Automation Listed

repo-layout

Repository Layout

9 Updated today
pcliangx
AI & Automation Listed

review-checklist

Code Review Checklist

9 Updated today
pcliangx
AI & Automation Listed

security

Security Baseline

9 Updated today
pcliangx
AI & Automation Listed

superpowers

Superpowers Skills Policy

9 Updated today
pcliangx
AI & Automation Listed

team-mode

Team Mode 协议(多角色任务必须以 Agent Team 启动)

9 Updated today
pcliangx
AI & Automation Listed

team-roles

Team Roles and Capability Baseline

9 Updated today
pcliangx
Testing & QA Listed

testing

Testing Standards

9 Updated today
pcliangx
AI & Automation Listed

versioning

Versioning Standard

9 Updated today
pcliangx
AI & Automation Listed

workflow

Team Workflow

9 Updated today
pcliangx
AI & Automation Listed

communication

Communication Style

9 Updated today
pcliangx
AI & Automation Listed

document-rules

Document Output and Single Source Rules

9 Updated today
pcliangx
AI & Automation Listed

plans-format

Plans 轻量化格式规范

9 Updated today
pcliangx

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.