Skip to main content
Run any Skill in Manus
with one click
$pwd:
enuno
GitHub creator profile

enuno

Repository-level view of 249 collected skills across 6 GitHub repositories, including approximate occupation coverage.

skills collected
249
repositories
6
occupation fields
2
updated
2026-05-26
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
claude-command-and-control
163 skills123updated 2026-05-25
65% of creator
gitbook
Software Developers

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-05-25
mempalace
Software Developers

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

2026-05-25
langchain-aws
Software Developers

LangChain AWS integration — ChatBedrockConverse (Claude/Nova/Llama/Mistral on Bedrock), BedrockEmbeddings, AmazonKnowledgeBasesRetriever, BedrockAgentsRunnable, BedrockRerank, BedrockPromptCachingMiddleware, CodeInterpreterToolkit, BrowserToolkit (computer use), Neptune graph chains, and SageMaker endpoint.

2026-05-07
langchain-deepagents
Software Developers

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-05-07
langchain-exa
Software Developers

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 summaries), livecrawl (real-time), and date filtering.

2026-05-07
langchain-mcp-adapters
Software Developers

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, and multi-server management.

2026-05-07
langchain-neo4j
Software Developers

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 GraphDocument/Node/Relationship for knowledge graph construction.

2026-05-07
langchain-ollama
Data Scientists

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-05-07
Showing top 8 of 163 collected skills in this repository.
#002
hyperliquid-trading-firm
62 skills00updated 2026-04-11
25% of creator
onchainkit
Software Developers

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 functionality. Supports wallet connection, transaction building, token operations, identity management, and complete onchain app development workflows.

2026-04-11
maker-order-preference-fee-reduction
Financial & Investment Analysts

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-04-07
funding-rate-awareness
Financial & Investment Analysts

Use before entering or holding any perpetual futures position on HyperLiquid. Funding rate is a perpetuals-exclusive carry cost that has no analogue in spot or traditional futures. Elevated funding directly deducts from trade edge on every 8-hour settlement. This skill covers funding mechanics, carry cost calculation, regime classification, long/short asymmetry, funding-momentum as an independent alpha signal, crowding detection, and integration with position sizing and risk controls.

2026-04-07
rsi-reversal-regime-dependency
Financial & Investment Analysts

Use when evaluating any RSI-based reversal or mean-reversion signal on HyperLiquid perpetuals. RSI reversals have strong regime dependency — they work in ranging/mean-reverting conditions and fail catastrophically in trending conditions. This skill documents the full regime filter stack, divergence confirmation requirements, failure modes specific to RSI reversals in perpetuals, and how RSI signals coordinate with EMA cross signals in mixed-regime conditions.

2026-04-07
ema-cross-failure-modes
Financial & Investment Analysts

Use when evaluating, entering, managing, or reviewing any EMA crossover strategy signal on HyperLiquid perpetuals. Documents the complete taxonomy of EMA cross failure modes, the pre-entry regime filters that suppress false signals, and the post-entry management rules that limit damage when failure occurs despite filtering. Apply before any EMA-based entry and during any post-trade analysis of a losing EMA cross trade.

2026-04-07
max-concurrent-positions
Financial Risk Specialists

Use before opening any new position to determine whether adding it would violate concurrent position limits. Enforces per-strategy, per-direction, per-correlation-cluster, and total portfolio limits. Integrates kill-switch tier state and regime conditions to dynamically tighten caps. Always consult this skill after kelly-position-sizing-perps and before slippage-budget-enforcement.

2026-04-07
drawdown-kill-switch-trigger
Software Developers

Use when monitoring portfolio drawdown and session P&L to determine whether any circuit-breaker threshold has been breached, which positions must be closed, what trading suspension duration applies, and how to restore trading with a reduced Kelly multiplier after cooldown. This skill governs all kill-switch logic — never bypass it.

2026-04-07
kelly-position-sizing-perps
Financial Risk Specialists

Use when sizing any perpetual position on HyperLiquid to compute the Kelly-optimal notional, apply fractional Kelly for risk management, cap by portfolio exposure limits, and adjust for leverage, funding carry cost, and correlation to existing positions.

2026-04-07
Showing top 8 of 62 collected skills in this repository.
#003
dokploy
10 skills22updated 2025-12-25
4.0% of creator
dokploy-cloudflare-integration
Network & Computer Systems Administrators

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
Software Developers

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
Network & Computer Systems Administrators

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

2025-12-25
dokploy-health-patterns
Network & Computer Systems Administrators

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
Network & Computer Systems Administrators

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
Software Developers

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
Information Security Analysts

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

2025-12-25
dokploy-template-toml
Software Developers

Generate template.toml configuration for Dokploy templates with variables, domains, environment mappings, and file mounts. Use when finalizing Dokploy templates.

2025-12-25
Showing top 8 of 10 collected skills in this repository.
#004
moltbot-philosopher
7 skills20updated 2026-03-13
2.8% of creator
#005
unifi-mcp-server
4 skills15224updated 2026-05-26
1.6% of creator
#006
noesis-agent-stack
3 skills00updated 2026-05-06
1.2% of creator
Showing 6 of 6 repositories
All repositories loaded