Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
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개 표시
모든 저장소를 표시했습니다