Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agent-service-toolkit

agent-service-toolkit contient 4 skills collectées depuis JoshuaC215, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
4
Stars
4.4k
mis à jour
2026-07-12
Forks
736
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

dependency-refresh
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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