agents-md-kit 是做什么的?
A practical AGENTS.md and agent_memory starter kit for Codex-style coding agents.
一个为 Codex 风格编码代理设计的实用 AGENTS.md 和 agent_memory 入门工具包。
这是一个为 Codex 风格的编码代理提供的实用入门工具包,主要包含 AGENTS.md 和 agent_memory 文件结构。该工具包旨在帮助开发者快速为 AI 代理(如 Claude Code、Cursor、Codex 等)设置项目上下文和记忆系统,从而提升编码效率。通过提供标准化的初始化文件,它使得代理能够更好地理解项目结构、规则和历史交互。该工具包适用于任何希望集成 AI 编码辅助的软件项目,并简化了代理配置的流程。
npx skills add TateZhouSiu/agents-md-kitA practical AGENTS.md and agent_memory starter kit for Codex-style coding agents.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.