- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Create new AI chat interface components for the ai-elements library following established composable patterns, shadcn/ui integration, and Vercel AI SDK conventions. Use when creating new components in packages/elements/src or when the user asks to add a new component to ai-elements.
- 📁 .github/
- 📁 agents/
- 📁 assets/
- 📄 .gitignore
- 📄 README.md
- 📄 SKILL.md
Build or adapt static front-end apps and mini-games so they match the Nima Tech Space upload format, optionally wire the platform LLM API, package a compliant zip, and upload it to the site. Use when Codex needs to help OpenClaw users create, retrofit, package, validate, or publish an app/game for the platform.
- Exploring the runpod-flash framework codebase
Full Sentry SDK setup for Android. Use when asked to "add Sentry to Android", "install sentry-android", "setup Sentry in Android", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin and Java codebases.
- 📁 .claude-plugin/
- 📁 .cursor-plugin/
- 📁 .github/
- 📄 .DS_Store
- 📄 .gitignore
- 📄 .markdownlint-cli2.jsonc
Use when working with OpenTelemetry - configuring collectors, designing pipelines, instrumenting applications, implementing sampling strategies, managing cardinality, securing telemetry data, troubleshooting observability issues, writing OTTL transformations, making production observability architecture decisions, or setting up observability for AI coding agents (Claude Code, Codex, Gemini CLI, GitHub Copilot, and others)
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
审查代码中的错误、风格问题和最佳实践
- 📁 api/
- 📁 examples/
- 📁 templates/
- 📄 LICENSE.txt
- 📄 SKILL.md
Provides comprehensive guidance for Electron framework including main process, renderer process, IPC communication, window management, and desktop app development. Use when the user asks about Electron, needs to create desktop applications, implement Electron features, or build cross-platform desktop apps.
Interact with third-party or self-hosted services (Slack, Google Workspace, Dropbox, GitHub, Linear, Coolify...) using their HTTP APIs on the user's behalf.
- 📄 codegraph-lookup.sh
- 📄 SKILL.md
Query code graph database for function callers, callees, dependencies, and dead code in CubeOS and MeshSat repos.
- 📁 assets/
- 📁 references/
- 📄 AGENTS.md
- 📄 metadata.json
- 📄 README.md
Comprehensive debugging methodology for finding and fixing bugs (formerly debugging). This skill should be used when debugging code, investigating errors, troubleshooting issues, performing root cause analysis, or responding to incidents. Covers systematic reproduction, hypothesis-driven investigation, and root cause analysis techniques. Use when encountering exceptions, stack traces, crashes, segfaults, undefined behavior, or when bug reports need investigation.
Evaluate code quality and suggest refactoring opportunities before committing. Ensure Cooper's codebase stays clean and maintainable.