Skip to main content

pcliangx/AppGenesisForge

SkillsMP ha recopilado 17 skills de pcliangx/AppGenesisForge. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
17
Estrellas en GitHub
412
Forks en GitHub
14

Mostrando 17 de 17 skills recopiladas.

ocupación
Especialistas en gestión de proyectos
descripción

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…

Idioma del texto original: Varios idiomas

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Use when PL / tech-lead audits the content quality of AGF's own skills (`.claude/skills/agf-*/SKILL.md`). Provides the 5-dimension checklist (Actionability / Scope fit / Uniqueness vs CLAUDE.md+standards / Currency of pointers / Gate-binding validity),…

Idioma del texto original: chino

actualizado
ocupación
Diseñadores gráficos
descripción

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

Idioma del texto original: chino

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: Varios idiomas

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Use when apple-dev has finished feature code + Unit tests (Swift Testing) and is about to enter code-review. Provides the Apple SIT scope (xcodebuild test + simulator per declared target), the AC-driven integration walk, APIProtocol-mock discipline, and…

Idioma del texto original: Varios idiomas

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

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…

Idioma del texto original: Varios idiomas

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

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…

Idioma del texto original: Varios idiomas

actualizado
ocupación
Desarrolladores de software
descripción

Deeply Understand (codemap) — 持久化代码图谱 + 变更影响分析 + 理解地图。接手遗留项目 Day-1 / PR 影响分析 / 解释陌生代码 / PRD·ADR 前现状理解时用。编排 tools/codemap/ 的 codemap CLI

Idioma del texto original: chino

actualizado
ocupación
Diseñadores de interfaces web y digitales
descripción

Use when uiux-designer is about to produce a design spec (spec.md) or static HTML prototype, or frontend-dev is about to build UI from a design. Provides the anti-AI-slop design discipline layer — Brief Inference (Design Read), three aesthetic dials tuned for…

Idioma del texto original: chino

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

Use when product-lead is about to formalize a feature into a change folder (the OpenSpec-style intake that replaces PRD as of v6.9.0). Provides the four-artifact structure (proposal / delta specs / design / tasks), the Requirement+Scenario delta format…

Idioma del texto original: chino

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

[DEPRECATED since v6.9.0 → removed in v7.0.0; use agf-writing-change instead] Legacy PRD intake. 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…

Idioma del texto original: Varios idiomas

actualizado
ocupación
Desarrolladores de software
descripción

Use when apple-release-engineer is about to build the signed distributable (TestFlight build / notarized DMG / internal package) from merged-to-main code (after apple code review + SIT Audit pass and merge, before apple-qa-engineer runs E2E/UAT). Provides the…

Idioma del texto original: chino

actualizado
ocupación
Desarrolladores de software
descripción

Use when wiring LLM features into the Apple client (macOS / iOS) — streaming chat via the FastAPI multi-LLM gateway, or on-device inference (Apple Foundation Models / Core ML). Provides the route decision (gateway vs on-device), streaming transport pattern,…

Idioma del texto original: chino

actualizado
ocupación
Editores de escritorio
descripción

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

Idioma del texto original: chino

actualizado
ocupación
Especialistas en gestión de proyectos
descripción

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,…

Idioma del texto original: chino

actualizado
ocupación
Administradores de redes y sistemas informáticos
descripción

Use when deploy-engineer is about to deploy the merged-to-main code to the isolated local UAT stack (after code review + SIT Audit pass and merge, before qa-engineer runs E2E/UAT). Provides the applicability gate, pre-flight checks, isolated compose bring-up…

Idioma del texto original: chino

actualizado
Mostrando 17 de 17 skills recopiladas.