Skip to main content
ydf0509
ملف منشئ GitHub

ydf0509

عرض على مستوى المستودعات لـ ٣١ skills مجمعة عبر ٢ مستودعات GitHub.

skills مجمعة
٣١
مستودعات
٢
محدث
١٤ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

developing-funboost-broker
مطوّرو البرمجيات

当需要为 funboost 框架添加新的消息中间件时使用。触发场景:实现自定义 Publisher/Consumer 类、使用 register_custom_broker 注册新 broker、使用 override_cls 定制现有 broker 行为。关键词:new broker, AbstractPublisher, AbstractConsumer, register_custom_broker, consumer_override_cls, publisher_override_cls, 扩展中间件,…

٤ أغسطس ٢٠٢٦
developing-funboost-mixin
مطوّرو البرمجيات

当需要为 funboost 创建 Consumer 或 Publisher 的 Mixin 扩展类时使用。触发场景:添加监控、熔断、限流、链路追踪等横切关注点,编写自定义前置/后置处理钩子。关键词:mixin, consumer_override_cls, publisher_override_cls, ConsumerMixin, 自定义消费者, hook, 拦截器, 熔断器, 监控, Prometheus, OpenTelemetry。

٤ أغسطس ٢٠٢٦
developing-funboost-testing
محللو ضمان جودة البرمجيات والمختبرون

当需要为 funboost 框架编写测试、运行测试脚本、或验证新 broker/mixin 实现时使用。触发场景:编写测试脚本、验证消费者/发布者功能、AI Agent 运行 funboost 脚本。关键词:test funboost, 写测试, 运行测试, test_frame, regression test, 验证消费, AI testing, os._exit, timeout。

٤ أغسطس ٢٠٢٦
funboost-advanced-retry
مطوّرو البرمجيات

当需要配置 funboost 的高级重试策略时使用。触发场景:指数退避重试、死信队列、熔断器、任务去重过滤、自定义错误处理。关键词:retry, max_retry_times, dead letter, DLX, exponential backoff, circuit breaker, is_using_advanced_retry, is_push_to_dlx_queue_when_retry_max_times, do_task_filtering, 重试, 死信, 熔断。

٤ أغسطس ٢٠٢٦
funboost-async-programming
مطوّرو البرمجيات

当需要在 funboost 中使用异步(async/await)编程时使用。触发场景:async def 消费函数、aio_push/aio_publish、concurrent_mode=ASYNC、event loop 报错。关键词:async, await, asyncio, aio_push, aio_publish, ConcurrentModeEnum.ASYNC, 异步消费, 协程。

٤ أغسطس ٢٠٢٦
funboost-broker-selection
مطوّرو البرمجيات

当需要为 funboost 任务选择消息中间件时使用。触发场景:对比 Redis/RabbitMQ/Kafka/本地队列、配置 broker 连接、设置 broker_exclusive_config。关键词:BrokerEnum, broker_kind, Redis, RabbitMQ, Kafka, MQTT, 中间件选型, 消息队列选择。

٤ أغسطس ٢٠٢٦
funboost-faas-deploy
مطوّرو البرمجيات

当需要将 funboost 任务部署为 HTTP 微服务时使用。触发场景:通过 FastAPI/Flask/Django 暴露发布和查询接口、使用内置 FaaS router、无需手写 API 代码。关键词:FaaS, 微服务, FastAPI, Flask, Django, HTTP API, REST, fastapi_router, flask_blueprint, web deploy。

٤ أغسطس ٢٠٢٦
funboost-funweb-ops
مطوّرو البرمجيات

当需要使用 funboost 的 Web 管理界面进行队列运维时使用。触发场景:启动管理后台、查看消费状态、查看消费者配置、失败重投、查看结果、定时任务管理。关键词:funweb, Web 管理, 运维, start_funboost_web_manager, 队列监控, 消费曲线。

٤ أغسطس ٢٠٢٦
عرض 8 من أصل ١٩ skills مجمعة.
vision-bridge
مطوّرو البرمجيات

Give vision capability to non-vision LLMs (e.g. DeepSeek) by sending images to an external vision model (default agnes-2.5-flash, OpenAI-compatible) and returning text descriptions. 为无视觉能力的大模型(如 DeepSeek)提供识图能力:把图片发给外部视觉模型(默认 agnes-2.5-flash,OpenAI…

١٤ أغسطس ٢٠٢٦
restart-bfzs
مطوّرو البرمجيات

Rebuild lc-agent frontend and restart the bfzs Python server. Use when the user asks to restart, rebuild, or redeploy the bfzs application, or after making significant code changes to the framework or frontend.

٧ أغسطس ٢٠٢٦
baidu-search
مطوّرو البرمجيات

百度联网检索。search 按关键词搜索网页返回摘要/链接;extract 阅读指定网页提取正文。 用户要搜索、查资料时用 search;要读某篇文章、看某个链接内容时用 extract。

٧ أغسطس ٢٠٢٦
extra-dirs-file-edit
مطوّرو البرمجيات

Write or edit files in extra directories outside the current project (e.g. another project on disk that the current workspace cannot modify). Use when the user asks to write, rewrite, append, or edit a file located in a directory outside the current project,…

٧ أغسطس ٢٠٢٦
codegraph
مطوّرو البرمجيات

使用 codegraph MCP 进行代码结构查询时加载此 Skill。 触发场景:查找函数定义、理解调用链、分析代码影响范围、 回答"X 是怎么实现的"等结构性代码问题时使用。

٥ أغسطس ٢٠٢٦
create-skill
المهن الحاسوبية الأخرى

Create Agent Skills following the open standard (agentskills.io). Use when authoring a new skill, editing an existing skill, or asking about SKILL.md structure, frontmatter fields, or skill best practices.

٥ أغسطس ٢٠٢٦
lc-agent-features
المهن الحاسوبية الأخرى

查询 lc-agent 框架有哪些功能、对比其他工具差异、确认某个能力是否存在时使用。 触发场景:需要了解框架能力全貌、评估功能覆盖范围, 或为框架代码任务做背景调研时,必须先阅读 FEATURES.md 再动手。

٤ أغسطس ٢٠٢٦
langchain-middleware
مطوّرو البرمجيات

Guide on how to use LangChain's AgentMiddleware to add tools and inject system prompts into lc-agent agents, as opposed to registering tools via the @tool decorator. Use when adding tools that are tightly coupled with system prompt guidance (e.g. ask_user,…

١ أغسطس ٢٠٢٦
عرض 8 من أصل ١٢ skills مجمعة.
عرض ٢ من أصل ٢ مستودعات
تم تحميل كل المستودعات