CtrlK
BlogDocsLog inGet started
Tessl Logo

skill-guide

Explain how to create, organize, and maintain skills in .agents/skills when the user asks about skills.

64

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/skill-guide/SKILL.md
SKILL.md
Quality
Evals
Security

When asked about skills:

  1. Explain required structure:
  • One directory per skill under .agents/skills.
  • A required SKILL.md file with YAML frontmatter.
  1. Explain required frontmatter:
  • name: short unique identifier.
  • description: explicit trigger guidance for when the skill should be used.
  1. Provide a minimal starter template and ask for:
  • the task scope,
  • expected input/output,
  • success criteria.
  1. Recommend progressive disclosure:
  • keep SKILL.md concise,
  • put large references/examples in separate files.
  1. Suggest validation checklist:
  • clear trigger description,
  • deterministic steps,
  • no secrets in skill files,
  • tested with at least one real prompt.
Repository
JoseMD12/finance-hub
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.