원클릭으로
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