cyanheads

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

field-test

217

cyanheads/ntfy-mcp-server

Skill Claude CodeCodex

Exercise 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 asks to…

20 10d ago A 76 tokens copy · 100% Apache-2.0

git-wrapup

218

cyanheads/ntfy-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…

20 10d ago A 82 tokens copy · 100% Apache-2.0

maintenance

219

cyanheads/ntfy-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…

20 10d ago A 75 tokens copy · 100% Apache-2.0

orchestrations

220

cyanheads/ntfy-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…

20 10d ago A 159 tokens copy · 100% Apache-2.0

polish-docs-meta

221

cyanheads/ntfy-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.

20 10d ago A 54 tokens copy · 100% Apache-2.0

release-and-publish

222

cyanheads/ntfy-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…

20 10d ago A 112 tokens copy · 92% Apache-2.0

cyanheads/ntfy-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.

20 10d ago A 52 tokens copy · 100% Apache-2.0

report-issue-local

224

cyanheads/ntfy-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.

20 10d ago A 44 tokens copy · 100% Apache-2.0

security-pass

225

cyanheads/ntfy-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…

20 10d ago A 118 tokens copy · 100% Apache-2.0

setup

226

cyanheads/ntfy-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.

20 10d ago A 58 tokens copy · 100% Apache-2.0

techniques

227

cyanheads/ntfy-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…

20 10d ago A 79 tokens copy · 100% Apache-2.0

tool-defs-analysis

228

cyanheads/ntfy-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…

20 10d ago A 177 tokens copy · 100% Apache-2.0

ntfy-mcp-server

229

cyanheads/ntfy-mcp-server

MCP server Claude CodeCodexCursor +2

Send, manage, and replay ntfy push notifications via MCP. Runs locally from the ntfy-mcp-server npm package. Needs 12 environment variables to run.

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

toolkit-mcp-server

230

cyanheads/toolkit-mcp-server

Plugin Claude Code

Fast developer utilities — random ID generation, QR codes, IP geolocation, hashing, and encoding — plus gated, fail-closed network and system diagnostics.

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

add-app-tool

233

cyanheads/toolkit-mcp-server

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.

18 10d ago A 41 tokens copy · 100% Apache-2.0

add-prompt

234

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP prompt template. Use when the user asks to add a prompt, create a reusable message template, or define a prompt for LLM interactions.

18 10d ago A 37 tokens copy · 100% Apache-2.0

add-resource

235

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP resource definition. Use when the user asks to add a resource, expose data via URI, or create a readable endpoint.

18 10d ago A 32 tokens copy · 100% Apache-2.0

add-service

236

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Scaffold a new service integration. Use when the user asks to add a service, integrate an external API, or create a reusable domain module with its own initialization and state.

18 10d ago A 38 tokens copy · 100% Apache-2.0

add-test

237

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Scaffold a test file for an existing tool, resource, or service. Use when the user asks to add tests, improve coverage, or when a definition exists without a matching test file.

18 10d ago A 41 tokens copy · 100% Apache-2.0

add-tool

238

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

18 10d ago A 35 tokens copy · 100% Apache-2.0

api-auth

239

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

Authentication, authorization, and multi-tenancy patterns for @cyanheads/mcp-ts-core. Use when implementing auth scopes on tools/resources, configuring auth modes (none/jwt/oauth), working with JWT/OAuth env vars, or understanding how tenantId flows through ctx.state.

18 10d ago A 58 tokens copy · 100% Apache-2.0

api-canvas

240

cyanheads/toolkit-mcp-server

Skill Claude CodeCodex

DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…

18 10d ago A 85 tokens copy · 100% Apache-2.0