一键导入
agent-setup-maintenance
Shared workflow for editing Langfuse''s repo-owned agent setup under
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shared workflow for editing Langfuse''s repo-owned agent setup under
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up and use 1Password CLI (op). Use when installing the CLI, enabling
Guide for adding new AI function examples, for testing specific features against the actual provider APIs.
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.
Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.
Add documentation for a new AI provider — usage docs, env vars, Docker
Guide for adding new AI provider packages to the AI SDK. Use when creating
| name | agent-setup-maintenance |
| name_zh | Agent 设置与维护 |
| description | Shared workflow for editing Langfuse''s repo-owned agent setup under |
| description_zh | 设置和维护 AI agent 的配置、环境变量和依赖项。 |
| category | dev-tools |
| tags | ["ai","database","docker","documentation","frontend"] |
| source | null |
| license | UNKNOWN |
| language | en |
| author | unknown |
| version | 0.1.0 |
| needs_review | false |
| slug | agent-setup-maintenance |
| created | 2026-06-12 |
| updated | 2026-06-12 |
| inputs | [{"name":"request","type":"string","required":true,"description":"User request or task description"}] |
| output | {"format":"markdown","description":"Generated content based on the user request"} |
Use this skill when you need guidance on agent setup maintenance.
User request or task description.
Generated content based on the user request.
Follow the guidelines in this skill when working on related tasks.
Use this skill when changing the shared agent setup for the repository.
../../README.md for the shared config and shim model.../../AGENTS.md for repo-level expectations.../skill-creator/SKILL.md, then apply the
repo-specific checks in this skill.../../../scripts/agents/sync-agent-shims.mjs
before changing generated outputs or provider discovery behavior.../../../scripts/postinstall.sh
and ../../../package.json when changing install-time
sync behavior..agents/, not generated provider outputs.AGENTS.md and CLAUDE.md as discovery symlinks; do not turn
them back into manually maintained copies..claude/, .cursor/, .codex/,
.vscode/, and .mcp.json as generated discovery surfaces unless the tool
requires a truly tool-specific feature.AGENTS.md concise. Move detailed or conditional workflows into
shared skills or package AGENTS.md files.AGENTS.md or shared skill.SKILL.md as the entrypoint; do
not add skill-by-skill links to root AGENTS.md.README.md and
contributor-facing docs in the same PR.pnpm install runs in environments that may not contain the full repo source
tree.postinstall
before scripts/ and .agents/ are available in the image.Run after changing shared agent setup:
pnpm run agents:syncpnpm run agents:checkRun additional verification when relevant:
pnpm run postinstall when install-time behavior changesDo not use this skill for tasks outside its scope.
See the skill content above for practical examples.
# 使用 agent-setup-maintenance 技能
python scripts/use-skill.py agent-setup-maintenance
# 查看技能详情
python scripts/inspect-skill.py agent-setup-maintenance
# 验证技能
python scripts/validate-skill.py agent-setup-maintenance