Skill Claude CodeCodex
Run Lathe release validation and publishing workflows. Use when the user asks to prepare, validate, cut, tag, publish, or ship a Lathe versioned release; runs the captured pre-release regression gate before tagging.
20 tagged cobra, measured the same way as everything else here.
Skill Claude CodeCodex
Run Lathe release validation and publishing workflows. Use when the user asks to prepare, validate, cut, tag, publish, or ship a Lathe versioned release; runs the captured pre-release regression gate before tagging.
Instructions file CodexOpenCode
Instructions for lathe-cli/lathe, a project described as: Agentic-friendly CLI generator for APIs: turn Swagger, OpenAPI, and google.api.http protos into single-binary CLIs with catalogs and generated Skills.
Instructions file
Instructions for lathe-cli/lathe, covering claude.md, project intent, product positioning, source of truth and project structure.
Skill Claude CodeCodex
Initialize CLI-first applications and keep their OpenAPI contract, generated CLI, and Agent Skill synchronized. Use when creating an application with lathe init or changing a Lathe-generated application.
MCP server Claude CodeCodexCursor +2
MCP server "mache", hosted remotely at localhost, as configured in agentic-research/mache.
Instructions file CodexOpenCode
Instructions for agentic-research/mache, covering agent instructions, quick reference, non-interactive shell commands, force overwrite without prompting and for recursive operations.
Instructions file
Instructions for agentic-research/mache, covering claude.md, build & test commands, architecture, three presentation paths and core abstractions.
Plugin Claude Code
Structured code index — browse, search, and trace dependencies via MCP tools powered by mache.
Agent
Mount and explore structured data via mache FUSE filesystems. Use when: you need to survey, analyze, or answer questions about data exposed through mache schemas. Handles the full lifecycle: mount, explore, report, unmount. Example: 'Explore the NVD vulnerability database and summarize the top findings' or 'Mount the…
Skill Claude CodeCodex
Author a mache projection schema (Topology→Node→Leaf) that maps structured data or source code into a filesystem/graph. Use when creating or debugging a -schema.json for a new data source (SQLite/JSON) or a new source language. Covers both dialects — tree-sitter S-expression selectors for code, and JSONPath selectors…
Skill Claude CodeCodex
Add a findsmells rule to mache — a SQL query over the projected code graph that surfaces a code smell (duplication, complexity, dead code, drift). Use when adding or debugging a SmellRule in cmd/smellrules.go or an external $MACHESMELLRULESDIR rule. Covers the SmellRule struct, the standalone-vs-ast table capability…
Skill Claude CodeCodex
Mount a mache FUSE filesystem inside the project directory so agents can explore structured data without per-file permission prompts.
Plugin Claude Code
Plugin marketplace listing 1 plugin: clickup-cli.
Skill Claude CodeCodex
ClickUp CLI for managing tasks, sprints, comments, statuses, Docs, and archiving. Use when the user needs to interact with ClickUp — creating/editing/archiving tasks, checking sprint status, adding comments, linking PRs, managing Docs and pages, or searching tasks. Includes a generic clickup api passthrough covering…
Skill Claude CodeCodex
Release a new version of structcli. Use when asked to release, cut a release, bump the version, or prepare a new tag. Triggers on "release", "cut a release", "new version", "tag and release", "prepare release".
Skill Claude CodeCodex
A demonstration of the structcli library with beautiful CLI features. Use when you need to: display logs for a service, optionally streaming with --follow, demonstrate that flagpreset aliases are syntactic sugar and still flow through transform and validate, start the server with the specified configuration, print…
Instructions file
Repository-specific instructions for a Go command-line tool that manages SiYuan Note, a note-taking application, through its API and an interactive text interface.
Skill Claude CodeCodex
A command-line tool for managing SiYuan notebooks, documents, blocks, tags, searches, imports, exports, resources, and synchronization. SiYuan is a note-taking application, and the tool requires a running, authenticated SiYuan instance.