CtrlK
BlogDocsLog inGet started
Tessl Logo

meetings

Use when someone wants to decide whether a meeting is worth calling, price a meeting in dollars, build a timeboxed agenda with desired outcomes, or turn messy meeting notes into owned action items — or says "should this be a meeting", "/cs:meeting-prep", or "/cs:meeting-actions". Runs a cost gate (ASYNC / NOT-READY / MEET), builds a decision-first agenda, and extracts an owner + due-date checklist that flags every orphan.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

The risk profile of this skill

SKILL.md
Quality
Evals
Security

Quality

Content

92%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, highly actionable skill body: copy-paste commands, a sequenced workflow with exit-code validation and feedback loops, and clean one-level-deep progressive disclosure to real bundle files. The only slack is mild redundancy between the 'What this does' lede and the workflow section.

Suggestions

Tighten or fold the 'What this does' paragraph into the workflow, since it restates the gate/agenda/extract capabilities already covered by the numbered steps and the description.

DimensionReasoningScore

Conciseness

The body is efficient and assumes Claude's competence (no 'what is a meeting' padding), but the 'What this does' section largely restates the description and the numbered workflow, so a few tokens could be trimmed. Not a 5 because of that mild redundancy; not a 3 because the rest is lean and load-bearing.

4 / 5

Actionability

Provides fully executable, copy-paste-ready bash commands with concrete flags ('python scripts/meeting_cost_calculator.py --attendees 6 --minutes 60 --avg-rate 90 --include-refocus --has-decision --has-agenda --has-owner') plus a scripts-role table covering the common cases.

5 / 5

Workflow Clarity

A clearly sequenced gate → agenda → run → extract flow with explicit validation via exit codes (exit 2 ASYNC, exit 3 NOT-READY, exit 0 MEET), a feedback loop ('Iterate — trim or split the named topic and re-run until it fits; the stop condition is exit 0'), and a completion check ('done when every action has an owner and a date').

5 / 5

Progressive Disclosure

SKILL.md is a concise overview that points one level deep to 3 reference files, 3 scripts, and 2 assets, each rendered as a clearly signaled markdown link with a one-line description; all referenced paths resolve to real files in the bundle.

5 / 5

Total

19

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that explicitly pairs a concrete 'what' with an explicit 'Use when...' trigger clause covering both natural phrases and slash commands. It is specific, comprehensive, and clearly distinguishable from neighboring skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'decide whether a meeting is worth calling, price a meeting in dollars, build a timeboxed agenda with desired outcomes, or turn messy meeting notes into owned action items' plus 'Runs a cost gate (ASYNC / NOT-READY / MEET), builds a decision-first agenda, and extracts an owner + due-date checklist' — giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Explicitly answers both what ('Runs a cost gate... builds a decision-first agenda, and extracts an owner + due-date checklist that flags every orphan') and when ('Use when someone wants to decide whether a meeting is worth calling... or says "should this be a meeting"') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes the natural phrase a user would actually say ('should this be a meeting') alongside explicit slash-command triggers ('/cs:meeting-prep', '/cs:meeting-actions') and task phrases ('price a meeting in dollars', 'build a timeboxed agenda'), covering synonyms and variants.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear, narrow niche (personal meeting hygiene: cost-gating, agenda building, action extraction) with distinct triggers and explicit boundaries against adjacent skills, so conflict risk with other skills is minimal.

5 / 5

Total

20

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
alirezarezvani/claude-skills
Reviewed

Table of Contents

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.