cyanheads

4,137 mods across 126 repositories, 2.5k stars between them.

git-wrapup

25

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

672 10d ago A 82 tokens original Apache-2.0

maintenance

26

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Investigate, adopt, and verify dependency updates — with special handling for @cyanheads/mcp-ts-core. Captures what changed, understands why, cross-references against the codebase, adopts framework improvements, syncs project skills, and runs final checks. Supports two entry modes: run the full flow end-to-end, or…

672 10d ago A 75 tokens original Apache-2.0

orchestrations

27

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Pick and run a multi-phase workflow that chains foundational task skills (git-wrapup, release-and-publish, maintenance, field-test, setup, etc.) end-to-end. Routes user intent to a workflow file under workflows/ — greenfield builds, maintenance + release, field-test + fix, or known-work + release. Single source for…

672 10d ago A 159 tokens original Apache-2.0

polish-docs-meta

28

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Finalize documentation and project metadata for a ship-ready MCP server. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

672 10d ago A 54 tokens original Apache-2.0

release-and-publish

29

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…

672 10d ago A 112 tokens original Apache-2.0

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

File a bug or feature request against @cyanheads/mcp-ts-core when you hit a framework issue. Use when a builder, utility, context method, or config behaves contrary to the documented API — not for server-specific application bugs.

672 10d ago A 52 tokens original Apache-2.0

report-issue-local

31

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

File a bug or feature request against this MCP server's own repo. Use for server-specific issues — tool logic, service integrations, config problems, or domain bugs that aren't caused by the framework.

672 10d ago A 44 tokens original Apache-2.0

security-pass

32

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Review an MCP server for common security gaps: LLM-facing surfaces as injection vector (tools, resources, prompts, descriptions), scope blast radius, destructive ops without consent, upstream auth shape, input sinks (URL / path / roots / shell / schema strictness / ReDoS), tenant isolation, leakage through errors and…

672 10d ago A 118 tokens original Apache-2.0

setup

33

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Post-init orientation for an MCP server built on @cyanheads/mcp-ts-core. Use after running @cyanheads/mcp-ts-core init to understand the project structure, conventions, and skill sync model. Also use when onboarding to an existing project for the first time.

672 10d ago A 58 tokens original Apache-2.0

techniques

34

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Catalog of reusable response- and data-shaping techniques for MCP servers built on @cyanheads/mcp-ts-core — overflow handling, payload shaping, retrieval patterns. Use when a tool's payload is too large, awkwardly shaped, or expensive to retrieve and you want a proven pattern instead of inventing one. Each technique…

672 10d ago A 79 tokens original Apache-2.0

tool-defs-analysis

35

cyanheads/obsidian-mcp-server

Skill Claude CodeCodex

Read-only audit of MCP definition language across an existing surface — tools, resources, prompts, server instructions. Walks every definition file and checks 16 categories the LLM reads to decide whether and how to call: voice & tense, internal leaks, audience leaks, defaults, recovery hints, field descriptions…

672 10d ago A 177 tokens original Apache-2.0

obsidian-mcp-server

36

cyanheads/obsidian-mcp-server

MCP server Claude CodeCodexCursor +2

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. Runs locally from the obsidian-mcp-server npm package. Needs 10 environment variables to run.

672 10d ago A tokens not measured original Apache-2.0

cyanheads/atlas-mcp-server

Instructions file

Instructions for cyanheads/atlas-mcp-server, covering claude.md, essential development commands, build and development, database operations and running the server.

477 1y ago A 843 tokens original Apache-2.0

cyanheads/git-mcp-server

Instructions file CodexOpenCode

Instructions for cyanheads/git-mcp-server, a project described as: A Git MCP server for AI agents. STDIO & Streamable HTTP.

237 8d ago A 4 tokens copy · 100% Apache-2.0

cyanheads/git-mcp-server

Instructions file

Instructions for cyanheads/git-mcp-server, covering agent protocol & architectural mandate, i. core principles (non-negotiable), ii. directory structure, iii. tool development workflow and step 1 — file location.

237 8d ago A 5,712 tokens original Apache-2.0

field-test

40

cyanheads/git-mcp-server

Skill Claude CodeCodex

Exercise git tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user…

237 8d ago C 77 tokens original Apache-2.0

maintenance

41

cyanheads/git-mcp-server

Skill Claude CodeCodex

Investigate, adopt, and verify dependency updates. Captures what changed, understands why, cross-references against the codebase, and runs final checks. Supports two entry modes: run the full flow end-to-end, or review updates you already applied.

237 8d ago A 53 tokens original Apache-2.0

polish-docs-meta

42

cyanheads/git-mcp-server

Skill Claude CodeCodex

Finalize documentation and project metadata for a ship-ready release. Use after implementation is complete, tests pass, and devcheck is clean. Safe to run at any stage — each step checks current state and only acts on what still needs work.

237 8d ago A 53 tokens original Apache-2.0

release-and-publish

43

cyanheads/git-mcp-server

Skill Claude CodeCodex

Ship a release end-to-end across every registry this project targets (npm, MCP Registry). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already complete — this skill is the post-wrapup…

237 8d ago A 83 tokens original Apache-2.0

report-issue

44

cyanheads/git-mcp-server

Skill Claude CodeCodex

File a bug or feature request against this repository (cyanheads/git-mcp-server) using the gh CLI. Use for tool logic bugs, git provider misbehavior, transport issues, auth/config problems, or new feature proposals.

237 8d ago A 51 tokens original Apache-2.0

git-mcp-server

45

cyanheads/git-mcp-server

MCP server Claude CodeCodexCursor +2

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. Runs locally from the @cyanheads/git-mcp-server npm package. Needs 2 environment variables to run.

237 8d ago A tokens not measured original Apache-2.0

cyanheads/mcp-ts-core

Instructions file CodexOpenCode

AGENTS.md instructions for cyanheads/mcp-ts-core, covering developer protocol, consumers, core rules, exports reference and import conventions.

148 11d ago A 10,776 tokens original Apache-2.0

cyanheads/mcp-ts-core

Instructions file

Claude Code instructions for cyanheads/mcp-ts-core, covering developer protocol, consumers, core rules, exports reference and import conventions.

148 11d ago A 10,776 tokens copy · 100% Apache-2.0

add-app-tool

48

cyanheads/mcp-ts-core

Skill Claude CodeCodex

Scaffold an MCP App tool + UI resource pair. Use when the user asks to add a tool with interactive UI, create an MCP App, or build a visual/interactive tool.

148 11d ago A 41 tokens copy · 100% Apache-2.0