Skip to main content
cyanheads
ملف منشئ GitHub

cyanheads

عرض على مستوى المستودعات لـ ١١٢ skills مجمعة عبر ١٢ مستودعات GitHub.

skills مجمعة
١١٢
مستودعات
١٢
محدث
٩ سبتمبر ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

add-tool
غير مصنف

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.

٩ سبتمبر ٢٠٢٦
api-config
غير مصنف

Reference for core and server configuration in `@cyanheads/mcp-ts-core`. Covers env var tables with defaults, priority order, server-specific Zod schema pattern, and Workers lazy-parsing requirement.

٩ سبتمبر ٢٠٢٦
api-errors
غير مصنف

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for `@cyanheads/mcp-ts-core`. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

٩ سبتمبر ٢٠٢٦
api-services
غير مصنف

API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.

٩ سبتمبر ٢٠٢٦
api-telemetry
غير مصنف

Catalog of OpenTelemetry instrumentation built into framework `@cyanheads/mcp-ts-core` — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans…

٩ سبتمبر ٢٠٢٦
api-utils
غير مصنف

API reference for all utilities exported from `@cyanheads/mcp-ts-core/utils`. Use when looking up utility method signatures, options, peer dependencies, or usage patterns.

٩ سبتمبر ٢٠٢٦
api-workers
غير مصنف

Cloudflare Workers deployment using `createWorkerHandler` from `@cyanheads/mcp-ts-core/worker`. Covers the full handler signature, binding types, CloudflareBindings extensibility, runtime compatibility guards, and wrangler.toml requirements.

٩ سبتمبر ٢٠٢٦
code-simplifier
غير مصنف

Post-session code review and cleanup against a working tree of changes. Analyzes `git diff` to simplify, consolidate, and align changed code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch…

٩ سبتمبر ٢٠٢٦
عرض 8 من أصل ٣٣ skills مجمعة.
api-canvas
غير مصنف

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…

٧ أغسطس ٢٠٢٦
api-config
غير مصنف

Reference for core and server configuration in `@cyanheads/mcp-ts-core`. Covers env var tables with defaults, priority order, server-specific Zod schema pattern, and Workers lazy-parsing requirement.

٧ أغسطس ٢٠٢٦
api-testing
غير مصنف

Testing patterns for MCP tool/resource handlers using `createMockContext` and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.

٧ أغسطس ٢٠٢٦
api-utils
غير مصنف

API reference for all utilities exported from `@cyanheads/mcp-ts-core/utils`. Use when looking up utility method signatures, options, peer dependencies, or usage patterns.

٧ أغسطس ٢٠٢٦
field-test
غير مصنف

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…

٧ أغسطس ٢٠٢٦
git-wrapup
غير مصنف

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.…

٧ أغسطس ٢٠٢٦
security-pass
غير مصنف

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…

٧ أغسطس ٢٠٢٦
tool-defs-analysis
غير مصنف

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

٧ أغسطس ٢٠٢٦
عرض 8 من أصل ٢٤ skills مجمعة.
field-test
محللو ضمان جودة البرمجيات والمختبرون

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…

٨ سبتمبر ٢٠٢٦
git-wrapup
مطوّرو البرمجيات

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.…

٨ سبتمبر ٢٠٢٦
api-utils
مطوّرو البرمجيات

API reference for all utilities exported from `@cyanheads/mcp-ts-core/utils`. Use when looking up utility method signatures, options, peer dependencies, or usage patterns.

٢ سبتمبر ٢٠٢٦
api-config
مطوّرو البرمجيات

Reference for core and server configuration in `@cyanheads/mcp-ts-core`. Covers env var tables with defaults, priority order, server-specific Zod schema pattern, and Workers lazy-parsing requirement.

٢ سبتمبر ٢٠٢٦
release-and-publish
مطوّرو البرمجيات

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…

٢ سبتمبر ٢٠٢٦
api-telemetry
غير مصنف

Catalog of OpenTelemetry instrumentation built into framework `@cyanheads/mcp-ts-core` — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans…

٢١ أغسطس ٢٠٢٦
code-simplifier
غير مصنف

Post-session code review and cleanup against a working tree of changes. Analyzes `git diff` to simplify, consolidate, and align changed code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch…

٢٠ أغسطس ٢٠٢٦
orchestrations
مطوّرو البرمجيات

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 +…

١٩ يوليو ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
add-tool
غير مصنف

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.

٢٢ أغسطس ٢٠٢٦
api-config
غير مصنف

Reference for core and server configuration in `@cyanheads/mcp-ts-core`. Covers env var tables with defaults, priority order, server-specific Zod schema pattern, and Workers lazy-parsing requirement.

٢٢ أغسطس ٢٠٢٦
api-context
غير مصنف

Canonical reference for the unified `Context` object passed to every tool and resource handler in `@cyanheads/mcp-ts-core`. Covers the full interface, its `RequestContext` base, all sub-APIs (`ctx.log`, `ctx.state`, `ctx.requestInput`, `ctx.inputs`,…

٢٢ أغسطس ٢٠٢٦
api-linter
غير مصنف

MCP definition linter rules reference. Use when `bun run lint:mcp` or `bun run devcheck` reports a lint error or warning (`format-parity`, `schema-is-object`, `name-format`, `server-json-*`, etc.) and you need to understand the rule, its severity, and how to…

٢٢ أغسطس ٢٠٢٦
design-mcp-server
غير مصنف

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that…

٢٢ أغسطس ٢٠٢٦
release-and-publish
غير مصنف

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…

٢٢ أغسطس ٢٠٢٦
api-utils
غير مصنف

API reference for all utilities exported from `@cyanheads/mcp-ts-core/utils`. Use when looking up utility method signatures, options, peer dependencies, or usage patterns.

١٨ أغسطس ٢٠٢٦
setup
غير مصنف

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.

١٨ أغسطس ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
code-simplifier
غير مصنف

Post-session code review and cleanup against a working tree of changes. Analyzes git diff to simplify, consolidate, and align changed code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch…

٩ سبتمبر ٢٠٢٦
new-project
مطوّرو البرمجيات

Stand up a new project from nothing — directory, git, modular skeleton, README, CLAUDE.md + AGENTS.md, directory-based changelog, GitHub repo with description and topics, initial commit and push. Use when a project does not exist yet and the user asks to…

١٠ أغسطس ٢٠٢٦
git-wrapup
مطوّرو البرمجيات

Land working-tree changes as a stack of logical commits — grouped by concern, versioned and tagged when the project is versioned. The default git standard for any project that does not carry its own git-wrapup skill; a project-local one always wins. Stops at…

١٠ أغسطس ٢٠٢٦
writing-humanizer
المحررون

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's "Signs of AI writing" guide. Detects and fixes patterns including inflated symbolism, promotional…

١١ يوليو ٢٠٢٦
compact-prep
مطوّرو البرمجيات

When the user signals an imminent context compaction ("thread is about to compact", "save your context", "what do you need to carry over"), output a structured snapshot of session state that survives the compaction boundary. The compaction summary is lossy —…

١٤ يونيو ٢٠٢٦
github-cli
مطوّرو البرمجيات

GitHub CLI (gh) workflows and best practices. Use when working with PRs, issues, workflows, releases, or GitHub API. Triggers on "gh", "github cli", "create pr", "check ci", "merge pr", "copilot coding agent", etc.

١٤ يونيو ٢٠٢٦
markdown-new
مطوّرو البرمجيات

Fetch the full, unabridged content of a URL as clean Markdown. Use when you need the actual content of a web page — not a summary or extraction, but the real text, tables, and structure. Covers markdown.new, Cloudflare Workers AI toMarkdown, Markdown for…

١٤ يونيو ٢٠٢٦
add-tool
المهن الحاسوبية الأخرى

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.

٣ سبتمبر ٢٠٢٦
api-errors
المهن الحاسوبية الأخرى

McpError constructor, JsonRpcErrorCode reference, and error handling patterns for `@cyanheads/mcp-ts-core`. Use when looking up error codes, understanding where errors should be thrown vs. caught, or using ErrorHandler.tryCatch in services.

٣ سبتمبر ٢٠٢٦
design-mcp-server
مطوّرو البرمجيات

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that…

٣ سبتمبر ٢٠٢٦
api-workers
غير مصنف

Cloudflare Workers deployment using `createWorkerHandler` from `@cyanheads/mcp-ts-core/worker`. Covers the full handler signature, binding types, CloudflareBindings extensibility, runtime compatibility guards, and wrangler.toml requirements.

٢١ أغسطس ٢٠٢٦
field-test
غير مصنف

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…

٢١ أغسطس ٢٠٢٦
git-wrapup
غير مصنف

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.…

٢١ أغسطس ٢٠٢٦
field-test
محللو ضمان جودة البرمجيات والمختبرون

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…

٢٣ أبريل ٢٠٢٦
maintenance
مطوّرو البرمجيات

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.

٢٣ أبريل ٢٠٢٦
polish-docs-meta
مطوّرو البرمجيات

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.

٢٣ أبريل ٢٠٢٦
release-and-publish
مطوّرو البرمجيات

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…

٢٣ أبريل ٢٠٢٦
report-issue
مطوّرو البرمجيات

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.

٢٣ أبريل ٢٠٢٦
عرض ١٢ من أصل ١٢ مستودعات
تم تحميل كل المستودعات