- 📁 agents/
- 📁 assets/
- 📁 references/
- 📄 LICENSE.txt
- 📄 SKILL.md
Use 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 explicit GPT-5.4 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.
Search, recover, and analyze AI session histories across Claude Code, AI Studio, and Gemini CLI. Use when user asks to "find that file from last week", "search sessions", "recover context after compaction", "what did the AI do", "export session to markdown", "find corrections", "analyze session quality", "improve CLAUDE.md from past mistakes", or "turn AI mistakes into rules". Contains session search, file recovery, correction detection, self-improvement workflow.
Reference guide covering decision heuristics for building agents on the Claude API, including tool surface design, context management, caching strategies, and composing tool calls
- 📁 agents/
- 📁 resources/
- 📁 scripts/
- 📄 SKILL.md
初始化专用技能。仅在用户显式输入 `$bingo-spec-coding-max-skill` 时使用。将项目初始化为 Spec 驱动结构,创建 AGENTS.md、spec 目录及模板,并把 doc 目录下的提示词与示例注入到 spec/prompts 与 spec/usage。支持中文或英文 spec 环境,默认中文。支持 Windows 与 macOS,默认 dry-run,使用 --apply 才落地。
Set up Morph compaction — adds compact instructions to CLAUDE.md and configures API key
- 📁 agents/
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Run a pre-wrap external review gate using GitHub Copilot CLI with Claude Opus 4.6 before finalizing substantial implementation work. Use when Codex has produced or updated plans and code and needs an independent pass for blockers, regressions, edge cases, and test gaps. Skip for trivial or purely conversational responses.
- 📁 src/
- 📄 .env.example
- 📄 pyproject.toml
- 📄 README.md
System prompt for an AI agent with Browser Use browser automation and Inkbox email. Drop this into your agent loop to get browser automation and email tools out of the box.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.
Run a multi-turn debate with Codex from Claude Code. Use when Claude should hold a structured point-by-point discussion with Codex over multiple rounds and then synthesize the outcome for the user.
Generate AI images locally using the mold CLI. Use when asked to generate, create, or produce images from text prompts, transform existing images (img2img), or manage local AI models.
- 📁 .github/
- 📁 config/
- 📁 docs/
- 📄 .gitignore
- 📄 AUTHORS.md
- 📄 CHANGELOG.md
Enforces Universal Prompt Security Standard (UPSS) for every prompt interaction — detects and blocks prompt injection, jailbreaks, role confusion, privilege escalation, encoding exploits, and supply-chain tampering before any LLM execution.
Converts a plan, idea, or app spec into a complete autonomous multi-session build setup that Claude Code can execute end-to-end without human intervention. Generates a structured PROMPT.md (the build spec) and build.sh (the loop runner) in the target project directory, ready to run overnight.