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

agent-service-toolkit

agent-service-toolkit 收录了来自 JoshuaC215 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
4.4k
更新
2026-07-12
Forks
736
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

dependency-refresh
软件开发工程师

Run a dependency & version refresh for this repo: Python libraries in pyproject.toml/uv.lock, Docker base images, GitHub Actions pins, the uv CLI version (CI + README + Dockerfiles), and the supported Python range. Use when asked to "update dependencies", "bump versions", "do a dependency refresh", or on the scheduled quarterly dependency-refresh run. The full playbook lives in docs/Dependency_Upgrades.md — this skill is the entry point that routes you there.

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

Run and interpret scripts/smoke_test.sh, the on-demand checks for optional dependencies that CI and the default docker compose don't cover: the Postgres and MongoDB checkpointers, the AG-UI endpoint, and LangFuse tracing. Use when you've touched the memory/checkpointer layer, service startup/health, the AG-UI adapter, LangFuse tracing, or bumped one of those dependencies — and want to confirm the real integration still works without waiting for a full CI run. Also use when deciding WHETHER such a check is even warranted for a change.

2026-07-06
model-refresh
软件开发工程师

Periodically audit the LLM model catalog in src/schema/models.py against what each provider currently ships: add newly released models, remove/flag ones the provider has deprecated or discourages, and re-point DEFAULT_MODEL fallbacks at a current model. Use when asked to "check for new models", "update the model list", "refresh the model catalog", or on the scheduled model-refresh trigger.

2026-07-06
maintainer-response
项目管理专家

Draft replies to GitHub issues and pull requests on JoshuaC215/agent-service-toolkit in the authentic voice of the maintainer (JoshuaC215). Use when triaging, responding to, or reviewing issues/PRs on this repo — e.g. "respond to issue 290", "review the open PRs", "draft a reply to this bug report", or any batch maintainer triage. Produces human-in-the-loop drafts for review; it NEVER posts to GitHub on its own.

2026-06-30