← all publishers

amazingchow

@amazingchow source repo

6 published skills

  1. Handoff Your Work · amazingchow bundle
    Write a concrete AI-to-AI handoff brief when the current context is long, the user wants to continue in a fresh session, or Codex must summarize ongoing work for another agent. Use for requests such as "写交接文档", "交接给下一个 Agent", "resume this in a new chat", or "在 ./{yymmdd}-handoff.md 输出接手摘要". Preserve task goals, completed work, key decisions, file paths, commands, pending work, and next-step guidance.
    0
    installs
  2. Python Unix Philosophy · amazingchow bundle
    Apply Unix philosophy to Python architecture, refactoring, and code review. Use when Codex needs to design or review Python modules, services, scripts, dependency boundaries, error handling, configuration-driven logic, or API surfaces; especially when the goal is to reduce coupling, improve clarity, split oversized components, prefer simple mechanisms, or make future extension safer without over-engineering.
    0
    installs
  3. Browser Semantic Snapshot · amazingchow bundle
    Extract a webpage into a browser semantic snapshot derived from the accessibility tree instead of screenshots, then normalize it into a Claude Code or Codex-ready text format. Use when a user gives a URL and wants page structure, actionable elements, or browser state captured as compact text with stable refs; when Codex needs to reason about a page semantically; or when a page may require authentication and Codex must detect that a manual login is required before capture. Also use for requests like "给这个网页做语义快照", "把页面整理成 Claude/Codex 可用格式", or "先判断是否需要登录再抓页面结构".
    0
    installs
  4. Sync Self Explanatory Docs · amazingchow bundle
    Synchronize Python architecture documentation with code using a three-level self-explanatory system: repository root docs, package-level `.package.md` files, and module header docstrings. Use when Codex changes Python project structure, adds or removes modules, refactors boundaries, updates entrypoints/domain/usecases/infrastructure responsibilities, or needs to audit and repair drift between the codebase and its architectural documentation.
    0
    installs
  5. Python Project From Scratch · amazingchow bundle
    Scaffold a new uv-based Python project from the bundled starter template and a structured config file. Use when asked to initialize or bootstrap a Python project, create project files such as pyproject.toml, Makefile, README.md, and src/tests from metadata, or render Jinja2 placeholders from a TOML, JSON, or YAML config. Also use for requests like "初始化 Python 项目", "搭建 Python 项目骨架", or "用配置文件渲染模板".
    0
    installs
  6. UI Aesthetic Best Practices · amazingchow bundle
    Turn 3-5 reference websites or a Figma reference board into a reusable design system, AI guardrails, and more original high-aesthetic UI directions. Use when Codex needs to extract visual DNA, scaffold a design-system workspace, write CLAUDE/Cursor rules, generate tasteful pages without copying a source site, or review an existing UI that feels template-like, over-decorated, or too close to a reference. Also use for requests like "做更有审美的 UI", "先沉淀设计系统再出页面", "把参考站整理成 design system", or "用 Figma MCP 提炼风格".
    0
    installs