Agent skill · AI & Agents

triatu-langsmith-prompts

LangSmith prompt governance for Triatu. Use when moving prompts out of code, versioning them, or documenting prompt management.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/triatu-langsmith-prompts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 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`

What's inside
Steps it walks through
  1. Quick start
  2. Workflow
  3. Guardrails
  4. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going