Qalxry

20 mods across 1 repository, 0 stars between them.

create-proposals

01

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…

0 22d ago A 103 tokens

distill-experience

02

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…

0 22d ago A 172 tokens

ideate

03

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…

0 22d ago A 158 tokens

implement-proposals

04

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…

0 22d ago A 88 tokens

index-ref-repos

05

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…

0 22d ago A 135 tokens

markdown-outline

06

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…

0 22d ago A 78 tokens

migrate-proposals

07

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…

0 22d ago A 148 tokens

prd-spec-authoring

08

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…

0 22d ago A 103 tokens

quick-build

09

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…

0 22d ago A 141 tokens

refactoring-planner

10

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…

0 22d ago A 82 tokens

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…

0 22d ago A 119 tokens

skillgen-auto

12

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…

0 22d ago A 90 tokens

skillgen-go-package

13

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…

0 22d ago A 81 tokens

skillgen-llms-txt

14

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.

0 22d ago A 64 tokens

skillgen-repo

15

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…

0 22d ago A 95 tokens

skillgen-website

16

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…

0 22d ago A 98 tokens

system-design

17

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…

0 22d ago A 113 tokens

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…

0 22d ago A 101 tokens

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.

0 22d ago A 2,118 tokens

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.

0 22d ago A 5 tokens