Skip to main content
enuno
GitHub クリエイタープロフィール

enuno

6 件の GitHub リポジトリにある 241 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
241
リポジトリ
6
更新
2026年8月19日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

gitbook
ソフトウェア開発者

GitBook documentation platform. Use when creating, publishing, or managing docs sites — content structure, blocks, Git Sync, customization, AI search, collaboration, and the GitBook API.

2026年5月25日
mempalace
ソフトウェア開発者

MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace…

2026年5月25日
langchain-aws
ソフトウェア開発者

LangChain AWS integration — ChatBedrockConverse (Claude/Nova/Llama/Mistral on Bedrock), BedrockEmbeddings, AmazonKnowledgeBasesRetriever, BedrockAgentsRunnable, BedrockRerank, BedrockPromptCachingMiddleware, CodeInterpreterToolkit, BrowserToolkit (computer…

2026年5月7日
langchain-deepagents
ソフトウェア開発者

LangChain Deep Agents (Python) — build, deploy, and customize stateful long-running agents with virtual filesystems, subagents, human-in-the-loop, and LangSmith observability. Also covers LangGraph, LangChain OSS chains/retrievers, and Agent Server API.

2026年5月7日
langchain-exa
ソフトウェア開発者

LangChain Exa integration — semantic web search with ExaSearchRetriever (RAG), ExaSearchResults (agent tool), and ExaFindSimilarResults (find similar URLs). Unique features: use_autoprompt (LLM query rewriting), highlights (excerpts), summary (per-result LLM…

2026年5月7日
langchain-mcp-adapters
ソフトウェア開発者

LangChain MCP Adapters — connect LangChain agents to MCP (Model Context Protocol) servers. Load MCP tools, prompts, and resources as LangChain-compatible objects. Supports stdio, SSE, StreamableHTTP, and WebSocket transports. Includes interceptors, callbacks,…

2026年5月7日
langchain-neo4j
ソフトウェア開発者

LangChain Neo4j integration — Neo4jGraph for Cypher queries and schema inspection, GraphCypherQAChain for natural-language-to-Cypher Q&A, Neo4jVector for vector/hybrid RAG, Neo4jSaver LangGraph checkpointer, Neo4jChatMessageHistory, and…

2026年5月7日
langchain-ollama
データサイエンティスト

LangChain Ollama integration — run local LLMs with ChatOllama (chat completions, tool calling, structured output, reasoning/thinking mode), OllamaLLM (raw text completions), and OllamaEmbeddings. Connects to a local Ollama server at localhost:11434.

2026年5月7日
収集済み skill 130 件中 8 件を表示しています。
bankr-signals
ソフトウェア開発者

Transaction-verified trading signals on Base. Register agent as signal provider, publish trades with TX hash proof, consume signals from top performers via REST API. All track records verified against blockchain data. No fake performance claims. Triggers on:…

2026年4月14日
endaoment
ソフトウェア開発者

Donate to charities onchain via Endaoment. Use when the user wants to donate crypto to charity, make a charitable contribution, give to nonprofits, support a cause, or donate to a 501(c)(3). Supports Base, Ethereum, and Optimism. Handles USDC donations…

2026年4月14日
ens-primary-name
ソフトウェア開発者

Set your primary ENS name on Base and other L2s. Use when user wants to set their ENS name, configure reverse resolution, set primary name, or make their address resolve to an ENS name. Supports Base, Arbitrum, Optimism, and Ethereum mainnet.

2026年4月14日
hydrex
ソフトウェア開発者

Interact with Hydrex liquidity pools on Base. Use when the user wants to lock HYDX for voting power, check voting power for gauge voting, vote on liquidity pool strategies, view pool information, check voting weights, participate in Hydrex governance, deposit…

2026年4月14日
onchainkit
ウェブ開発者

Build onchain applications with React components and TypeScript utilities from Coinbase's OnchainKit. Use when users want to create crypto wallets, swap tokens, mint NFTs, build payments, display blockchain identities, or develop any onchain app…

2026年4月14日
veil
ソフトウェア開発者

Privacy and shielded transactions on Base via Veil Cash (veil.cash). Deposit ETH or USDC into private pools, withdraw/transfer privately using ZK proofs. Manage Veil keypairs, check private/queue balances across all pools, and submit deposits via Bankr. Use…

2026年4月14日
limit-offset-bps-calculation
ソフトウェア開発者

Use when placing any post-only limit order on HyperLiquid to calculate the optimal price offset from mid that maximizes fill probability while preserving maker status, accounting for spread, volatility, book depth, and asset tick size.

2026年4月14日
maker-order-preference-fee-reduction
ソフトウェア開発者

Use when placing any perpetual order on HyperLiquid to minimize fees via maker (post-only) order preference, understand when taker execution is justified, and calculate break-even fee impact on trade edge.

2026年4月14日
収集済み skill 68 件中 8 件を表示しています。
unifi
ネットワーク・コンピュータシステム管理者

Manage UniFi network infrastructure via the UniFi MCP Server. Use this skill for any task involving UniFi devices, clients, networks, VLANs, WiFi, firewall rules, zone-based firewall, VPNs, traffic monitoring, backups, RADIUS, QoS, DPI, port forwarding, ACLs,…

2026年8月19日
fastmcp-development
ソフトウェア開発者

Use when creating or modifying Model Context Protocol (MCP) servers with FastMCP framework - guides through tools, resources, prompts, authentication, Codex Desktop integration, and production deployment with Python and TypeScript examples

2026年8月12日
mcp-builder
ソフトウェア開発者

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or…

2026年8月12日
unifi-mcp-tool-builder
ソフトウェア開発者

Specialized guide for adding new MCP tools to the UniFi MCP Server following project standards, UniFi API patterns, and test-driven development practices. Use when implementing new UniFi Network Controller features as MCP tools.

2026年8月12日
fastmcp-development
ソフトウェア開発者

Use when creating or modifying Model Context Protocol (MCP) servers with FastMCP framework - guides through tools, resources, prompts, authentication, Claude Desktop integration, and production deployment with Python and TypeScript examples

2026年8月12日
source-command-build-docker
ソフトウェア開発者

Build and test Docker image locally

2026年8月12日
source-command-check-deps
ソフトウェア開発者

Check for outdated or vulnerable dependencies

2026年8月12日
source-command-clean
ソフトウェア開発者

Clean build artifacts and cache files

2026年8月12日
収集済み skill 23 件中 8 件を表示しています。
claude-mem-coded-assistant
その他コンピュータ職

Entry-point skill for using claude-mem to keep CLAUDE.md and MEMORY.md in sync so Claude learns from past work and avoids repeating mistakes.

2026年3月1日
dokploy-cloudflare-integration
ネットワーク・コンピュータシステム管理者

Integrate Cloudflare services with Dokploy templates: R2 storage, DNS challenge for SSL, Zero Trust Access, Workers, WAF, and Tunnel. Default to CF services for external dependencies.

2025年12月25日
dokploy-compose-structure
ソフトウェア開発者

Generate Docker Compose files following Dokploy conventions with proper networking, volumes, and service patterns. Use when creating new Dokploy templates or converting existing compose files.

2025年12月25日
dokploy-environment-config
ネットワーク・コンピュータシステム管理者

Environment variable patterns for Dokploy templates including required vs optional syntax, secrets, connection strings, and configuration organization.

2025年12月25日
dokploy-health-patterns
ネットワーク・コンピュータシステム管理者

Health check patterns for different service types in Dokploy templates. Covers HTTP, PostgreSQL, MongoDB, Redis, MySQL, and custom health checks.

2025年12月25日
dokploy-multi-service
ネットワーク・コンピュータシステム管理者

Multi-service architecture patterns for Dokploy templates including dependency chains, service communication, and complex stack design. Use when building templates with 2+ services.

2025年12月25日
dokploy-multi-tenant
ソフトウェア開発者

Multi-tenancy patterns for Dokploy templates with network isolation: separate docker networks per tenant, shared infrastructure, and tenant-specific configuration.

2025年12月25日
dokploy-security-hardening
情報セキュリティアナリスト

Security best practices for Dokploy templates: secrets management, network isolation, least privilege, image security, and hardening recommendations.

2025年12月25日
収集済み skill 11 件中 8 件を表示しています。
6 件中 6 件のリポジトリを表示
すべてのリポジトリを表示しました