Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

yaebal

yaebal 收录了来自 neverlane 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
13
Stars
8
更新
2026-07-17
Forks
1
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

yaebal-flows
软件开发工程师

Use when building multi-step dialogs in a yaebal bot — choosing between scenes, conversation, and prompt, and wiring their persistence.

2026-07-17
yaebal-write-bot
软件开发工程师

Use when writing or modifying a Telegram bot built on the yaebal framework — bot setup, handlers, filter queries, commands, and context typing.

2026-07-17
yaebal-ai-features
软件开发工程师

Use when adding LLM features to a yaebal bot with @yaebal/ai — ctx.ai streaming replies, model adapters, conversation memory, and rate limits.

2026-07-17
yaebal-author-plugin
软件开发工程师

Use when writing a custom yaebal plugin — the Plugin<In, Out> contract, derive vs decorate, and typed plugin dependencies.

2026-07-17
yaebal-debug
软件开发工程师

Use when a yaebal bot fails to compile, start, or respond — install-order type errors, ESM specifier errors, Telegram 400/409/429 responses.

2026-07-17
yaebal-deploy
软件开发工程师

Use when running a yaebal bot in production — long polling with @yaebal/runner vs webhooks with @yaebal/web, graceful shutdown, and error handling.

2026-07-17
yaebal-keyboards-and-callbacks
软件开发工程师

Use when adding inline/reply keyboards or handling button presses in a yaebal bot — @yaebal/keyboard builders and @yaebal/callback-data typed payloads.

2026-07-17
yaebal-pick-plugin
软件开发工程师

Use when deciding which @yaebal/* package solves a problem in a yaebal bot — storage, keyboards, dialogs, rate limits, media, formatting, deployment, testing.

2026-07-17
yaebal-test-bot
软件质量保证分析师与测试员

Use when writing tests for a yaebal bot — @yaebal/test actors, api-call assertions, failure injection, and the virtual clock.

2026-07-17
create-package
软件开发工程师

Use when creating a new @yaebal/* package from scratch under packages/, including package.json shape, tsconfig project references, the Plugin<In, Out> source pattern, README, tests, and registration in docs, nav, and the root readme.

2026-07-10
add-plugin-doc
软件开发工程师

Use when adding or updating yaebal plugin docs under apps/docs/src/routes/docs/plugins, including package api tables, runnable examples, nav, seo, and docs health.

2026-07-05
test-package
软件质量保证分析师与测试员

Use when writing or updating tests for @yaebal/* packages or bots — the actor-driven @yaebal/test 0.2 api (createTestEnv, UserActor, ChatActor, onApi, virtual clock), node:test conventions, and how tests run over compiled lib/.

2026-07-05
add-doc-page
网页开发工程师

Use when adding or updating yaebal docs pages under apps/docs/src/routes/docs, including nav, seo, runnable try examples, codetabs, and docs health checks.

2026-07-03