wenjunduan
- 517 skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌ Verification 8 · wenjunduanT 阶段验收标准逐条确认 + 技术验证。superpowers verification-before-completion 做功能完整性后, 本 skill 做验收标准对标。
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Eval Harness · wenjunduanEvaluation framework for measuring code agent effectiveness. v8.0: Added Agent Teams collaboration quality metrics.
- ▌ Model Router · wenjunduanIntelligent task-to-model routing based on benchmark data. Routes tasks to Claude Code or Codex CLI based on task type and model strengths. New in v8.0.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Strategic Compact · wenjunduanIntelligent context window management with strategic compaction suggestions. Monitors context usage and suggests /compact at logical boundaries. Saves state before compaction to enable recovery.
- ▌ Verification Loop · wenjunduanCheckpoint-based verification for code quality assurance. Use for: running verification loops, saving checkpoints, evaluating implementations against acceptance criteria. Commands: /verify, /checkpoint.
- ▌ Continuous Learning · wenjunduanAuto-extract reusable patterns from coding sessions. Activates on session end or when /learn command is invoked. Identifies successful patterns, debugging solutions, and architectural decisions worth preserving for future sessions.
- ▌ Iterative Retrieval · wenjunduanLarge context iterative retrieval. For tasks requiring information from many files, retrieves in batches to avoid overwhelming the context window.
- ▌ Continuous Learning V2 · wenjunduanv2 Instinct-based learning system. Builds confidence through repeated observations and evolves high-confidence patterns into skills.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Augment Context Engine · wenjunduanaugment-context-engine MCP 工具的调度说明. PACE plan / design 阶段做项目代码语义检索, 找"是否已经实现过"或"相关代码在哪里". 避免重复造轮子.
- ▌ Athena Dev · wenjunduan bundleAthena 自然语言任务入口。一句话/一段话的检查、诊断、修复、修改、构建自动分诊;已有 sprint 先区分续做与新任务,无需用户报级别。
- ▌
- ▌
- ▌
- ▌ Athena Vm · wenjunduanVM 运行时接入 (v9.9.0 新). 把用户的虚拟机注册为 runtime-verify 的真实环境矩阵一员. 子命令: setup (引导注册 + 写 ~/.athena/vm.json + SSH 别名) / doctor (连通性自检) / 用法速查. 安全底线: 明文密码永不落盘 — key 认证优先, 密码只存环境变量名引用.
- ▌
- ▌
- ▌ Deps Check · wenjunduan检查项目依赖 (库 / 包 / jar) 是否有可升级版本, 适配多生态: Maven / npm·pnpm·yarn·bun / PyPI / Cargo / Go / RubyGems / Composer / NuGet. 铁律: 版本号必须从官方 registry 在线查询, 不靠记忆/编造, 且区分 "声明的版本是否存在" 与 "是否最新". 用户要求"看有没有要更新的依赖"时使用.
- ▌ Playwright · wenjunduan bundlePlaywright browser/E2E testing workflow for runtime verification. Use when Codex needs to add, run, debug, or document frontend/browser tests, smoke-test a dev server, verify UI flows during athena-runtime-verify, capture traces/screenshots, or turn manual browser checks into repeatable tests.
- ▌
- ▌ Athena Review · wenjunduan bundlePACE 实现后一次原生多维 review。进入 review stage 时触发。不要跑 critic/evaluator/spec-compliance。
- ▌
- ▌
- ▌ Antigravity · wenjunduan通过 `agy -p "..."` 命令调度 Google Antigravity CLI (subagent / 并行任务). Athena 在 CX 端可用此 skill 把"重的、可并行的、不需要 CC 自己跑"的任务外包给 Antigravity. Antigravity 由用户的 Google 账号驱动, 默认使用 Gemini 3.5 Flash, 适合大批量、可独立切片的任务. 注: 用户不直接用 Antigravity, 调度由 Athena 负责.
- ▌
- ▌
- ▌ Athena Setup · wenjunduanAthena 全局首次配置 (Codex 端, 跨项目一次性). 部署 config.toml / hooks / agents / standards / skills 到 ~/.codex/. 和 athena-init 区别: setup 全局一次性, init 每项目一次. v9.7.0: 文件名修正为 SKILL.md (config.toml 指向 SKILL.md); 修 stale 计数 (CC hooks 14 / agents 5); CX hooks 增至 10 个 .py.
- ▌ Quantum Data · wenjunduan bundleUse when you need to read live data or business-process state from a running project — users, departments, dictionaries, workflow/approval status, reports — through that project's MCP capability server. Connects over standard MCP (Streamable HTTP/SSE or stdio), pulls the Capability Manifest, and calls read-only tools. The caller's identity (JWT) is passed through and the target system enforces authentication, role/permission and row-level data-permission on every call. This is a runtime read skill — it does NOT generate or modify source code (use quantum-codegen (mode=module) for that).
- ▌
- ▌
- ▌ DB Schema Gen · wenjunduan bundleUse when a business feature needs database design artifacts in an existing scaffold. Reads the project's Convention Pack for naming, audit fields, tenancy, data-permission, migration, and validation rules, then produces two linked artifacts: a semantic table-design document and executable DDL SQL. It does not guess database engines, schemas, or migration commands.
- ▌ Security Test · wenjunduan bundleUse when a business feature needs scoped security verification before delivery. Reads the project's Convention Pack, security checklist, dependency policy, and runtime-env, then performs static checks plus declared dynamic auth, authorization, data-scope, and input-validation cases. It is not an automated penetration test and does not expand scope without approval.
- ▌ Unit Test Gen · wenjunduan bundleUse when generated or changed frontend/backend code needs focused unit tests, component tests, or service tests plus a debug loop. Reads the Convention Pack for test framework, fixtures, coverage targets, and commands, runs the declared tests, repairs real failures, and emits a test report for PACE runtime-verify and delivery reporting.
- ▌
- ▌ Athena Migrate · wenjunduanAthena 版本迁移工具. 含 v9.6.2 → v9.6.4 破坏式重构 (sprints/ + compound/ + lessons.md 三选项交互). v9.7.0: 由 deprecated prompts/ 迁为 skill; 修 Step 7 跨端命令残留 (node ~/.claude/… → python3 ~/.codex/hooks/…).
- ▌ Playwright E2e · wenjunduan bundleUse when a full-stack business delivery needs repeatable browser E2E evidence. This wrapper reuses the existing playwright skill for browser mechanics, but adds PACE delivery rules: start FE/BE/DB only from runtime-env, write rerunnable tests from requirements and contracts, capture evidence, and feed results into runtime-verify and delivery reports.
- ▌
- ▌ Quantum Codegen · wenjunduan bundle全栈代码快速生成 (quantum 适配层). 按 mode 生成: 前端页面/组件 (page) · 后端模块脚手架 (module) · 数据库表结构与 DDL (db) · 后端单元测试 (unit) · 安全测试 (security) · 端到端 E2E 测试 (e2e). 当用户说"生成页面/建模块/建表/写单测/安全测试/E2E", 或 biz-delivery-loop 编排到对应 stage 时触发. 系统无关: 只读 Convention Pack + runtime-env, 证据写 PACE runtime-verify.
- ▌
- ▌ Vibecoding Init · wenjunduanVibeCoding 项目初始化。在项目根目录创建 .ai_state/ 状态管理目录和模板文件。当用户说'初始化 VibeCoding''init''创建状态目录''设置开发环境'时触发。
- ▌ Vibecoding Plan · wenjunduanVibeCoding 规划三阶段:需求精炼(R0)、技术调研(R)、方案定稿(D)。由 vibecoding-workflow 编排调度进入。也可在用户明确要求'分析需求''调研方案''设计架构'时独立触发。仅在 workflow 指示进入 R0、R 或 D 阶段时使用。
- ▌ Lesson Curator · wenjunduan整理 ~/.claude/lessons/ 全局工具链经验。审阅 draft, 改名落档, 维护 INDEX.md, 7 天 archive 自动归档。
- ▌
- ▌ Athena Checkpoint · wenjunduan会话记忆固化 skill (v9.8.0 新, Codex). 会话结束/中途, 主 thread 自己总结本会话增量写进 .ai_state (_index.md 当前状态 + sprints/{slug}/session-log.md), 免去用户每次手动描述一堆让它存. 手动 /checkpoint 触发. 与 compact-snapshot.py hook (0.129+) 互补.
- ▌ Biz Delivery Loop · wenjunduan bundleUse when a business requirement must be delivered through the full-stack PACE loop: requirements, roadmap, design checkpoints, frontend demo, database schema, backend module, tests, integration, review, E2E, security, delivery report, and human confirmation. It orchestrates existing skills and evidence; it does not implement code or create a second state machine.
- ▌ Scaffold Page Gen · wenjunduan bundleUse when the user wants to generate a frontend business page, route, API client, view model, mock data, or local demo inside an existing frontend scaffold. Reads the target frontend Convention Pack and runtime-env declaration, follows its routing/component/data-access conventions, runs the declared validation and demo commands, and records evidence for PACE runtime-verify. It does not invent framework rules or read live business data.
- ▌ LLM As A Verifier · wenjunduan bundle可选 LLM-as-a-Verifier。测试已绿且有多个合格 diff 时做 best-of-N 排序;不是 ship 门禁,不替代 test/review/VM。
- ▌ Vibecoding Review · wenjunduanVibeCoding 审查与质量评估。由 vibecoding-workflow 编排调度到测试验证(T)阶段时使用。也可在用户直接要求'审查代码''review''检查质量'时独立触发。包含测试验证、Quality Gate 四维评估。
- ▌ Athena Preferences · wenjunduan项目级 Athena 偏好设置 (e.g. skip_polish, default_path, 优先工具). v9.7.0: 由 deprecated prompts/ 迁为 skill (可隐式调用).
- ▌
- ▌
- ▌
- ▌ Vibecoding Execute · wenjunduanVibeCoding 执行阶段:计划排期(P)和执行实现(E)。由 vibecoding-workflow 编排调度,不直接触发。包含 Sprint Contract 协商、任务拆分、编码执行、Reflexion 自查。仅在 workflow 指示进入 P 或 E 阶段时使用。
- ▌
- ▌ Openai Docs · wenjunduan bundleUse when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains.
- ▌ Athena Requirements · wenjunduan维护 .ai_state/requirements/ 长效需求档 (软件要素: 为什么要这个能力), Codex. 原始用户故事 + 当时权衡, 独立于会演化的 design.md —— 代码烂掉时弃码重生的逃生通道. 借 CodeStable requirements 实体, 适配 agent-in-loop: 需求落盘可召回, 隐知识不丢.
- ▌ Project Data Reader · wenjunduan bundleUse when you need to read live data or business-process state from a running project — users, departments, dictionaries, workflow/approval status, reports — through that project's MCP capability server. Connects over standard MCP (Streamable HTTP/SSE or stdio), pulls the Capability Manifest, and calls read-only tools. The caller's identity (JWT) is passed through and the target system enforces authentication, role/permission and row-level data-permission on every call. This is a runtime read skill — it does NOT generate or modify source code (use scaffold-module-gen for that).
- ▌ Scaffold Module Gen · wenjunduanUse when the user wants to generate a new business module, page, or CRUD feature in an existing enterprise scaffold (backend or frontend) from a requirement description. Reads the target scaffold's Convention Pack (conventions + templates + validate command), generates code that matches the scaffold's layering/naming/permission conventions, then closes the loop by running the scaffold's compile/build command and self-repairing on failure. This is a dev-time codegen skill — it writes source files, it does NOT read runtime data (use project-data-reader for that).
- ▌ Vibecoding Recovery · wenjunduanVibeCoding 断点恢复。从 .ai_state/ 状态文件读取上次进度并恢复执行。当用户说'继续''恢复''接着做''resume''上次做到哪了''继续上次的工作'时触发。
- ▌ Vibecoding Workflow · wenjunduanVibeCoding 核心工作流引擎。当用户给出开发任务、功能需求、bug 修复、重构请求时使用。根据已选定的 PACE 路径,编排 RIPER-7 各阶段并调度子 skill 执行。触发词:开发、实现、添加、修改、修复、重构、优化。
- ▌