Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Create tracked proposal entries for software repositories. Use when the user asks Codex to turn ideas, bugs, review notes, TODOs, errors, feature requests, implementation/documentation drift, or product discussions into proposals.p0.md, proposals.p1.md, proposals.p2.md, proposals.feat.md, docs.updates.md, or similar…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Distill reusable experience (pitfalls, optimal task trajectories, dead-ends, emergent preferences) from the current conversation into the project memory store at .agents/memory/. Use when the user asks to 总结经验 / 记下这次的经验 / distill / capture lessons learned / 把刚才的踩坑或方法记下来 / 提炼经验沉淀; after finishing a task that involved…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Route open-ended product, workflow, UX, architecture, research, feature, or 0-to-1 ideas through either exploration-and-selection or enrichment-and-shaping, using an explicit or inferred creative posture (faithful, exploratory, or inventive). Use when the user asks to brainstorm, invent, ideate, compare directions…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Plan and implement tracked proposal items in software repositories. Use when the user asks Codex to fix or implement items from proposals.p0.md, proposals.p1.md, proposals.p2.md, proposals.feat.md, docs.updates.md, or similar proposal and documentation-update documents; decide implementation scope, clarify ambiguous…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Index and maintain local reference repository collections such as refrepos/, references/repos/, thirdpartyrepos/, or similar directories. Use when Codex needs to create or update INDEX.md, INDEX.REPO.{repo-slug}.md, and INDEX.TOPIC.{topic-slug}.md files that explain what each reference repository contains, how its…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
READING SKILL — Generate a hierarchical outline index (with line-number ranges) for a long Markdown file, then use it to navigate precisely to sections of interest. USE FOR: reading/understanding large .md documents; answering questions about specific sections without loading the entire file; exploring document…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Audit and migrate versioned proposal files during major version transitions (V0→V1, V1→V2, etc.). Use when the user has completed prd-spec-authoring and refactoring-planner for a new version and needs to reconcile old proposals (proposals.p0.md, proposals.p1.md, proposals.p2.md, proposals.feat.md…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Plan, write, and iterate PRD and SPEC documents for software projects. Use when the user asks to create/rewrite/refactor PRD documents, SPEC documents, technical specifications, product requirements, architecture documentation, or design documents. Handles versioned document migration (e.g., V0→V1), multi-file…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Create a lightweight, repository-grounded Build Brief and, when the user has authorized implementation, immediately build a direction-locked, medium-sized, high-cohesion feature without requiring PRD, SPEC, PLAN, or tracked proposal artifacts. Use after ideate's Ready Gate or when the user already provides clear…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Plan and stage large-scale codebase refactoring and architecture migrations. Use when the user asks to create a refactoring plan, migration roadmap, version upgrade plan (V0→V1), or when multiple feature proposals need consolidation into phased implementation. Produces PLAN.v{N}.md with quantitative code analysis…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Facilitate a patient conversation to review, clarify, and align AI-generated proposal files with the user's real intent before editing them. Use when the user wants to review or revise proposals.p0.md, proposals.p1.md, proposals.p2.md, proposals.feat.md, docs.updates.md, or similar tracked proposal documents; when…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Automatically explore unknown documentation targets and route docs skill generation. Use when a user provides a project or library name, GitHub URL, local repo path, docs site URL, llms.txt URL, Go import path, or pkg.go.dev URL and wants Codex to decide whether to use skillgen-llms-txt, skillgen-website…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Generate or refresh documentation-style Codex skills from Go modules, import paths, pkg.go.dev package pages, GitHub Go repository URLs, or local Go repos. Use when a user wants an offline docs skill for a Go library/package with pkg.go.dev API docs, exported symbols, examples, README, versions, dependencies…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Generate or refresh Codex skills from llms.txt documentation indexes. Use when a user provides an llms.txt URL or local llms.txt file and wants an offline documentation skill with mirrored Markdown references, an index, manifest, optional llms-full fallback, and an updater script.
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Generate or refresh documentation-style Codex skills from GitHub repositories or local Git clones. Use when a user wants to turn a repository into an offline docs skill by mirroring existing docs, extracting MD/MDX docs sites, indexing examples and source evidence, or writing clearly marked source-grounded inferred…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Scrape documentation websites (HTML) and package them as local skills with structured references/. Use when you need to turn external docs — ConnectRPC, Protobuf, NATS, sqlc, Temporal, Kubernetes, database docs, web framework docs, or any technical documentation — into a self-contained skill with indexed Markdown…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Design, review, or refine software and networked system architectures before implementation. Use when Codex is asked to architect a web service, API, distributed system, cloud platform, event-driven workflow, data or AI/LLM system, agentic system, enterprise integration, network/service topology, major technical…
Qalxry/image-viewer-mcp
Skill Claude CodeCodex
Systematic review and proposal workflow for software repositories. Use when the user asks Codex to review code against PRD/spec/docs, audit a newly written codebase, find logic errors, implementation drift, security or reliability risks, fake/simple/lazy implementations, coordinate parallel subagents, write findings…
Qalxry/image-viewer-mcp
Instructions file CodexOpenCode
A set of AGENTS.md instructions for the Qalxry/image-viewer-mcp project. AGENTS.md is a file that tells coding agents how to work in a repository.
Qalxry/image-viewer-mcp
Instructions file
Instructions for an image-recognition MCP server. It accepts an image path or web address and sends the image to a vision-language model, which returns a structured description.