Instructions file CodexOpenCode
Instructions for doggy8088/spec-kit, covering agents.md, 關於 spec kit 與 specify, 一般實務, 新增 ai agent 支援 and 概覽.
Instructions file CodexOpenCode
Instructions for doggy8088/spec-kit, covering agents.md, 關於 spec kit 與 specify, 一般實務, 新增 ai agent 支援 and 概覽.
Command
A read-only command for checking whether a project's specification, plan, and task documents agree with each other.
Command
A command that creates a custom checklist for reviewing the quality and completeness of a feature specification. It treats requirements like code and the checklist like tests for those requirements.
Command
A command that finds missing or unclear decisions in a feature specification by asking focused questions and recording the answers in the specification.
Command
A command that creates or updates a project constitution: a document stating the project's governing principles and rules. It also keeps related templates aligned with those decisions.
Command
A command that implements every task listed in a tasks.md file, following the project's implementation plan and checks.
Command
A command that creates a detailed implementation plan for a proposed feature, including research, design decisions, data structures, and interfaces.
Command
A command that creates or updates a feature specification from a natural-language description. A feature specification explains what a software change should do.
Command
A command that turns project specifications into a structured task list in `tasks.md`. It reads technical plans, user stories, and any available supporting documents.
Skill Claude CodeCodex
A set of instructions for controlling LiteLLM usage and spending. It covers virtual keys, which can identify users or applications, along with budgets, limits, and request labels.
Skill Claude CodeCodex
A set of instructions for configuring or reviewing LiteLLM safety controls. LiteLLM is a tool for sending requests to language models through code or a shared gateway.
Skill Claude CodeCodex
A set of instructions for using LiteLLM as a gateway for MCP tools and agent skills. MCP tools are actions an agent can call from external servers.
Skill Claude CodeCodex
A set of instructions for monitoring and diagnosing LiteLLM requests. It covers logs, callbacks, OpenTelemetry, and records of usage and spending.
Skill Claude CodeCodex
A set of instructions for setting up LiteLLM Proxy as a shared model gateway. The gateway gives applications an OpenAI-compatible way to reach models through one central entry point.
Skill Claude CodeCodex
A set of instructions for making LiteLLM model routing more reliable. Routing decides which model deployment or provider receives a request.
Skill Claude CodeCodex
A set of instructions for using the LiteLLM Python SDK directly in application code. LiteLLM provides one Python interface for calling language models and related features.