Skip to main content
在 Manus 中运行任何 Skill
一键导入
zazza123
GitHub 创作者资料

zazza123

按仓库查看 3 个 GitHub 仓库中的 12 个已收集 skills。

已收集 skills
12
仓库
3
更新
2026-07-19
仓库浏览

仓库与代表性 skills

lcp-configure
其他计算机职业

Use this skill to install, set up, fix, or configure the LCP plugin so its `lcp serve-all` MCP server actually starts and resolves libraries — the configuration side of LCP, not its lookup tools. Reach for it the moment LCP isn't working or needs adjusting, including right after installing the plugin when the user doesn't know what to do next or what belongs in its `.lcp-config.json`. Trigger it when: the lcp MCP server won't start or errors on launch (e.g. `-32000`, "could not resolve a runnable lcp"); LCP can't find, resolve, or load the user's libraries; LCP must launch from a specific lcp binary, venv, pyenv, conda, or Python interpreter; the user wants a private/team registry, a whitelist of served libraries (`expose`), or libraries preloaded at startup for fast first lookups. Treat "get LCP working", "set up LCP", or "fix LCP" as a trigger even when no config file, JSON, or `.lcp-config.json` is named — these are all configuration tasks. Do not use it for running LCP's lookup tools (resolving or browsin

2026-07-19
lcp-universal
软件开发工程师

This skill should be used when the user writes code that imports or uses a Python library, asks to "look up the X API", "check how to use X", "what's the signature of X.Y", "resolve library X", or encounters import errors or API misuse. Activates the lcp MCP server's resolve → search → get_symbol workflow for on-demand introspection of any pip-installed package.

2026-07-19
lcp-usage
软件开发工程师

This skill should be used when the user writes code against a Python library, asks "how do I use X", encounters an AttributeError or ImportError on a library symbol, or asks "what parameters does X.Y take". Guides the agent to verify APIs through the lcp MCP server's resolve → search → get_symbol workflow before writing code.

2026-07-19
lcp-writing-documentation
软件开发工程师

Use when writing or updating documentation for the LCP project — new functionality requires docs, existing docs need updating after a feature change, documentation must be created or reorganized in the docs/ folder, or a significant system behavior or data flow changes. Authoritative guideline for LCP documentation conventions (architecture docs, user-facing guides, and the auto-generated API reference).

2026-05-29
git-commit-convention
软件开发工程师

Use when creating any git commit - enforces structured commit messages with a 3-letter action code, title, and description following the project convention

2026-03-30
lcp-serve-all
软件开发工程师

This skill should be used when the user writes code that imports or uses a Python library, asks to "look up the X API", "check how to use X", "what's the signature of X.Y", "resolve library X", or encounters import errors or API misuse when the lcp universal MCP server is connected. Provides the resolve_library workflow for on-demand introspection of any pip-installed package.

2026-03-30
lcp-usage
软件开发工程师

This skill should be used when the user writes code against a Python library, asks "how do I use X", encounters an AttributeError or ImportError on a library symbol, or asks "what parameters does X.Y take". Checks whether the universal lcp server (requires resolve_library first) or a per-library lcp-LIBNAME server is connected and uses it to discover correct APIs, signatures, and parameter types.

2026-03-30
cyhole-interaction-creation
软件开发工程师

Use this skill when implementing a new crypto API Interaction in the cyhole library. Trigger whenever the user says "add a new interaction", "implement [API name] interaction", "integrate [API name]", "create [API name] connector", or similar requests to wrap a new external crypto/blockchain API. Also trigger when the user provides an API documentation URL and asks to connect it to cyhole. This skill enforces all cyhole conventions (file structure, naming, overload pattern, tests, docs) and prevents duplicate work. Do NOT skip this skill even for "simple" single-endpoint APIs — the conventions must be applied consistently.

2026-05-12
cyhole-interaction-update
软件开发工程师

Use this skill when updating an existing cyhole Interaction to reflect API changes. Trigger whenever the user says "update [API name] interaction", "[API name] API changed", "add endpoint to [API name]", "remove deprecated endpoint from [API name]", "[API name] now requires an API key", "sync [API name] with latest docs", or similar requests to evolve an already-implemented Interaction. Also trigger when the user provides a new documentation URL for an API that is already in cyhole. Do NOT skip this skill even for "small" changes like adding one endpoint or updating one schema — conventions must be applied consistently.

2026-05-12
cyhole-git-commit-convention
软件开发工程师

Use when creating any git commit - enforces structured commit messages with a 3-letter action code, title, and description following the project convention

2026-05-11
cyhole-writing-documentation
软件开发工程师

Use when new functionality requires documentation, existing docs need updating after feature changes, documentation must be created or reorganized in the docs/ folder, or when a significant system behavior or data flow changes

2026-05-11
已展示 3 / 3 个仓库
已展示全部仓库