agent-setup-maintenance

द्वारा langfuse

इस कौशल का उपयोग तब करें जब रिपॉजिटरी के लिए साझा एजेंट सेटअप बदल रहे हों।

npx skills add https://github.com/langfuse/langfuse --skill agent-setup-maintenance

Agent Setup Maintenance

Use this skill when changing the shared agent setup for the repository.

Start Here

Workflow

  1. Edit the canonical files under .agents/, not generated provider outputs.
  2. Keep root AGENTS.md and CLAUDE.md as discovery symlinks; do not turn them back into manually maintained copies.
  3. Treat tool-specific directories such as .claude/, .cursor/, .codex/, .vscode/, and .mcp.json as generated discovery surfaces unless the tool requires a truly tool-specific feature.
  4. Keep root AGENTS.md concise. Move detailed or conditional workflows into shared skills or package AGENTS.md files.
  5. Treat developer feedback as a learning loop: when a task reveals a durable repo convention, recurring pitfall, reusable workflow, or verification pattern, update the smallest relevant AGENTS.md or shared skill.
  6. When adding or changing a shared skill, keep SKILL.md as the entrypoint; do not add skill-by-skill links to root AGENTS.md.
  7. When shared setup behavior changes materially, update README.md and contributor-facing docs in the same PR.

Docker / Install-Time Constraint

  • pnpm install runs in environments that may not contain the full repo source tree.
  • In Docker builds, Turbo's pruned install stage can run root postinstall before scripts/ and .agents/ are available in the image.
  • Keep install-time agent setup logic robust in those pruned contexts: skip cleanly when the required repo-owned files are not present.

Required Verification

Run after changing shared agent setup:

  • pnpm run agents:sync
  • pnpm run agents:check

Run additional verification when relevant:

  • pnpm run postinstall when install-time behavior changes
  • targeted tests for any scripts you changed

Design Rules

  • Prefer one repo-owned source of truth over duplicated provider-specific files.
  • Keep shared setup tool-neutral where possible.
  • Only keep provider-specific files in source control when the provider requires a fixed discovery path or feature that cannot be expressed through the shared setup model.

langfuse की और Skills

add-model-price
langfuse
जब worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, मूल्य निर्धारण स्तर, टोकनाइज़र आईडी, या matchPattern regexes को संपादित कर रहे हों तब उपयोग करें…
official
backend-dev-guidelines
langfuse
Langfuse के Next.js, tRPC, BullMQ और TypeScript मोनोरिपो के लिए साझा बैकएंड गाइड। tRPC राउटर, सार्वजनिक REST एंडपॉइंट, BullMQ बनाते या समीक्षा करते समय उपयोग करें…
official
changelog-writing
langfuse
इस कौशल का उपयोग तब करें जब किसी पूर्ण फीचर ब्रांच के लिए चेंजलॉग एंट्री की आवश्यकता हो।
official
clickhouse-best-practices
langfuse
ClickHouse स्कीमा, क्वेरी या कॉन्फ़िगरेशन की समीक्षा करते समय अनिवार्य रूप से उपयोग करें। इसमें 28 नियम शामिल हैं जिन्हें सिफारिशें देने से पहले जांचना अनिवार्य है। हमेशा पढ़ें…
official
code-review
langfuse
इस कौशल का उपयोग तब करें जब कार्य कोई सुविधा लागू करने के बजाय कोड परिवर्तनों की समीक्षा करना हो।
official
frontend-browser-review
langfuse
इस कौशल का उपयोग तब करें जब कोई बदलाव ब्राउज़र में उपयोगकर्ताओं द्वारा देखे या किए जाने वाले कार्यों को प्रभावित करता है।
official
skill-developer
langfuse
एन्थ्रोपिक की सर्वोत्तम प्रथाओं का पालन करते हुए क्लॉड कोड स्किल्स बनाएं और प्रबंधित करें। नई स्किल्स बनाते समय, skill-rules.json को संशोधित करते समय, ट्रिगर को समझते समय उपयोग करें…
official
turborepo
langfuse
जावास्क्रिप्ट/टाइपस्क्रिप्ट मोनोरेपो के लिए बिल्ड सिस्टम। टर्बोरेपो कार्य आउटपुट को कैश करता है और निर्भरता ग्राफ के आधार पर कार्यों को समानांतर रूप से चलाता है।
official