Agent skill
triatu-langsmith-prompts
LangSmith prompt governance for Triatu. Use when moving prompts out of code, versioning them, or documenting prompt management.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/triatu-langsmith-prompts
SKILL.md
Triatu LangSmith Prompts
Quick start
- Keep prompts out of code; reference them by name/version.
- Store only prompt identifiers in code or config.
- Use env vars for LangSmith credentials.
Workflow
- Create a LangSmith project for Triatu prompts.
- Define prompt templates with variables and clear naming.
triatu-scantriatu-recipe-cheftriatu-recipe-fate
- Version prompts and document intended use per feature.
- Fetch prompt templates at runtime with caching.
- Provide fallback to local prompt (for offline/dev).
- Log prompt version used (no prompt content in logs).
Guardrails
- Never commit API keys.
- Avoid storing PII in prompts or logs.
- Changes to prompts require doc updates and test review.
References
docs/AI_PROMPTS.mddocs/SECURITY.mddocs/DEVELOPMENT.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?