mambo-wang/ShowTime
Skill Claude CodeCodex
Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; for a top-level…
mambo-wang/ShowTime
Skill Claude CodeCodex
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
mambo-wang/ShowTime
Skill Claude CodeCodex
Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing…
mambo-wang/ShowTime
Skill Claude CodeCodex
Use at the start of any OpenCLI session — this is the top-level map of what opencli can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".
mambo-wang/ShowTime
Command
A command that displays and analyzes the current Git repository status. Git is a tool for tracking changes to code and other project files.
mambo-wang/ShowTime
Command
A command that displays and analyzes the current Git repository status. Git is a tool for tracking changes to code and other project files.
mambo-wang/ShowTime
Cursor rule
Java coding rules for database calls, collection loops, return values, and automatic task execution. Java is a programming language; these rules guide how its code should be written.
mambo-wang/ShowTime
Skill Claude CodeCodex
Skill "ShowTimeSKILL" from mambo-wang/ShowTime, covering showtime skill, 触发条件, 功能描述, mcp 服务配置 and 可用 mcp 工具.
mambo-wang/ShowTime
Skill Claude CodeCodex
A required planning aid for creative coding work, such as creating features or changing behaviour, that first explores the user’s goals, needs, and design.
mambo-wang/ShowTime
Skill Claude CodeCodex
A Chinese-language reference for communicating code-review feedback, with templates and labels for required fixes, suggested changes, and optional notes.
mambo-wang/ShowTime
Skill Claude CodeCodex
A Chinese-language reference for commit messages and changelogs using Conventional Commits, a structured format for describing code changes. It covers related commit-checking and commit-assistance configuration.
mambo-wang/ShowTime
Skill Claude CodeCodex
A set of Chinese document-formatting guidelines for spacing, punctuation, terminology, and links.
mambo-wang/ShowTime
Skill Claude CodeCodex
A set of guidelines for using Chinese Git hosting services such as Gitee, Coding.net, 极狐 GitLab, and CNB.
mambo-wang/ShowTime
Skill Claude CodeCodex
A workflow for splitting two or more independent tasks among multiple agents working at the same time.
mambo-wang/ShowTime
Skill Claude CodeCodex
A workflow for carrying out a written implementation plan in a separate session with review checkpoints.
mambo-wang/ShowTime
Skill Claude CodeCodex
A workflow for wrapping up a software development branch after its work is complete. It includes running the project's test suite before finishing.
mambo-wang/ShowTime
Skill Claude CodeCodex
Design and create AI-agent infrastructure for codebases: AGENTS.md, documentation architecture (docs/), linters with actionable errors (scripts/lint-), harness/ configs, and CI integration. Creates files directly — never writes business/application code.
mambo-wang/ShowTime
Agent
You are analyzing a codebase to understand its architecture for building agent harness infrastructure.
mambo-wang/ShowTime
Agent
You are auditing the existing harness infrastructure of a codebase to identify gaps and issues.
mambo-wang/ShowTime
Agent
You are creating or updating harness configuration and environment files.
mambo-wang/ShowTime
Agent
You are creating or updating harness documentation files for a codebase.
mambo-wang/ShowTime
Agent
You are creating or updating linter scripts for agent harness infrastructure.
mambo-wang/ShowTime
Skill Claude CodeCodex
A method for building MCP servers, which let AI assistants connect to outside tools and services.
mambo-wang/ShowTime
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.