triatu-langsmith-prompts
LangSmith prompt governance for Triatu. Use when moving prompts out of code, versioning them, or documenting prompt management.
npx skills add majiayu000/claude-skill-registry --skill triatu-langsmith-prompts --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 1) Create a LangSmith project for Triatu prompts. 2) Define prompt templates with variables and clear naming. - `triatu-scan` - `triatu-recipe-chef` - `triatu-recipe-fate` 3) Version prompts and document intended use per feature. 4) Fetch prompt templates at runtime with caching. 5) Provide fallback to local prompt (for offline/dev). 6) 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.md` - `docs/SECURITY.md` - `docs/DEVELOPMENT.md`
- Quick start
- Workflow
- Guardrails
- References
What does the triatu-langsmith-prompts skill do?
LangSmith prompt governance for Triatu. Use when moving prompts out of code, versioning them, or documenting prompt management.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill triatu-langsmith-prompts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
