Instructions file GitHub Copilot
Instructions for YosefHayim/ebay-mcp, covering github copilot instructions, core expectations, schema and api patterns, documentation and tests and validation.
Instructions file GitHub Copilot
Instructions for YosefHayim/ebay-mcp, covering github copilot instructions, core expectations, schema and api patterns, documentation and tests and validation.
Instructions file CodexOpenCode
Instructions for YosefHayim/ebay-mcp, covering agents.md, what this is, instruction sources, validation commands and module map (src/).
Instructions file
Instructions for YosefHayim/ebay-mcp, covering claude.md and claude-specific notes.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues in YosefHayim/ebay-mcp. Use the gh CLI for issue-tracker operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Skill Claude CodeCodex
Use when adding a new top-level launch command or subcommand - wire it as thin commander code and regenerate the docs the CLI surface drives.
Skill Claude CodeCodex
Use when adding teaching text for a concept or step in launch-store - add it to the single glossary source that feeds both launch explain and the --explain step expansions.
Skill Claude CodeCodex
Use when adding or changing a build, storage, credentials, submit, or compute backend in launch-store - implement one of the five provider interfaces and register it, without touching the pipeline.
Skill Claude CodeCodex
Use when finishing or verifying a change to launch-store - run the full typecheck, lint, test, build, and docs gate that must be green before a change is done or a PR merges.
Cursor rule Cursor
Editing the domain shapes or provider interfaces.
Cursor rule Cursor
Running child processes or handling credentials / secrets.
Cursor rule Cursor
Always-on contributing context for the launch-store codebase.
Cursor rule Cursor
Adding or changing a provider backend (build / storage / credentials / submit / compute).
Instructions file CodexOpenCode
Instructions for YosefHayim/launch-store, covering agents.md, branching and prs, repo layout - who owns what, conventions a linter can't infer and source of truth files.
Instructions file
Instructions for YosefHayim/launch-store, covering claude.md, claude-specific notes, agent skills, issue tracker and triage labels.
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase. launch-store is single-context: one CONTEXT.md + docs/adr/ at the repo root.
Agent
Issues and PRDs for launch-store live as GitHub issues on YosefHayim/launch-store. Use the gh CLI for all operations - it infers the repo from git remote -v automatically inside a clone.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker. launch-store uses the canonical names as-is.
Instructions file CodexOpenCode
Instructions for YosefHayim/planpage, covering agents.md, what this is, repo layout, conventions and commands.
Instructions file
Instructions for YosefHayim/planpage, a project described as: TypeScript CLI and Preact render kit for turning agent plans and review gates into local HTML with optional approvals.
Instructions file Gemini CLI
Instructions for YosefHayim/planpage: See AGENTS.md — the single source of truth for working in this repo.
Skill Claude CodeCodex
Render a skill's plan, review gate, quiz, poll, or report as a beautiful, self-contained INTERACTIVE HTML page via the open-source planpage package (Preact → static HTML + local post-back). The user edits and annotates the plan in the browser, attaches screenshots, stages everything in a fixed sidebar, then hits Send…