OpenClaude 是做什么的?
Open-source utilities, skills, and tools for Claude Code and Codex/OpenCode — statusline, skill-codexify, skill-builder, skill-upgrade
为 Claude Code 和 Codex/OpenCode 打造的开源实用工具、技能和插件合集,涵盖状态栏、技能转换、技能构建与升级等功能。
这是一个专为 Claude Code 和 Codex/OpenCode 等 AI 编码代理设计的开源工具与技能集合。该仓库以 `falconroid/OpenClaude` 为核心,包含多个实用组件:statusline(提供状态栏显示)、skill-codexify(用于将现有工作流或技能转换为兼容 Codex/OpenCode 的格式)、skill-builder(帮助用户快速构建新的 AI 代理技能)以及 skill-upgrade(用于升级和更新已有的技能定义)。它支持主流 AI 编码代理平台,通过模块化的方式简化了技能管理、迁移和版本升级流程。对于希望扩展或自定义 AI 代理行为(如 Claude Code)的开发者来说,这个工具集可以显著提高开发效率,减少重复配置工作,并确保技能在各个代理系统之间的兼容性。
npx skills add falconroid/OpenClaudeOpen-source utilities, skills, and tools for Claude Code and Codex/OpenCode — statusline, skill-codexify, skill-builder, skill-upgrade
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.