agentsclimarketplace

Example workflow

Skill lakarpusky/claude-skills-toolkit/templates/example-workflow

Example skill demonstrating all skill patterns and best practices. Use when user asks for "skill examples", "skill patterns", or wants to learn about skill development.From its SKILL.md

Install
npx -y skills add lakarpusky/claude-skills-toolkit --skill example-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.6 KB, 513 tokens by cl100k_base, as published. Nobody here has run it

Example Workflow Skill

This skill demonstrates proper structure and common patterns for building skills.


Instructions

Step 1: Understand the Request

Analyze user input to determine:

  • What outcome they want
  • What tools/data are needed
  • Any constraints or preferences

Step 2: Execute Workflow

Based on analysis:

For document creation:

  1. Gather required information
  2. Apply template from assets/
  3. Generate content
  4. Run quality checks

For MCP operations:

  1. Verify MCP connection
  2. Make API calls in sequence
  3. Validate each response
  4. Handle errors gracefully

Step 3: Deliver Results

  1. Summarize what was done
  2. Provide output/links
  3. Suggest next steps if applicable

Examples

Example 1: Simple Task

User says: "Create a project checklist"

Actions:

  1. Ask for project name and key milestones
  2. Generate checklist from template
  3. Format as markdown

Result: Formatted checklist ready for use

Example 2: Multi-Step Workflow

User says: "Set up a new client workspace"

Actions:

  1. Create project folder (Phase 1)
  2. Generate standard documents (Phase 2)
  3. Set up tracking (Phase 3)
  4. Send notification (Phase 4)

Result: Complete workspace with all components linked


Error Handling

Error: Missing Required Input

Cause: User didn't provide necessary information

Solution:

  1. Identify missing fields
  2. Ask user for specific missing items
  3. Provide examples of expected format

Error: Validation Failed

Cause: Generated content didn't meet quality threshold

Solution:

  1. Log specific validation failures
  2. Attempt automated fix if possible
  3. Request user guidance if needed

References

  • See references/patterns.md for detailed pattern documentation
  • See references/yaml-frontmatter.md for YAML field reference
  • See scripts/validate_skill.py for validation logic

Best Practices Demonstrated

  1. Clear structure - Organized with headers and sections
  2. Specific examples - Shows actual user phrases and outcomes
  3. Error handling - Covers common failure cases
  4. References linked - Points to additional resources
  5. Actionable steps - Each instruction is clear and specific

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most automation workflows skills give in 513 tokens

Counted across 745 of the 1,008 authors here whose files we hold, read 2026-08-07

  • Write conventional commit messagesin 36 of 745, across 35 files
  • Delete branches after mergein 30 of 745, across 21 files
  • Make atomic commitsin 25 of 745, across 15 files
  • Write minimal code to pass testsin 22 of 745, across 10 files
  • Re-snapshot after navigation or DOM changesin 21 of 745, across 13 files
  • Use try-catch for error handlingin 20 of 745, across 8 files
  • Run tests before committingin 20 of 745, across 12 files
  • Write tests before implementationin 20 of 745, across 8 files
  • Configure branch protection rulesin 19 of 745, across 5 files
  • Explain the why in commit messagesin 19 of 745, across 9 files
  • Refactor code while tests remain greenin 19 of 745, across 6 files
  • Interact with elements using refsin 19 of 745, across 11 files

Said here and by no other author read

  • analyze user input for desired outcome
  • gather required information for document creation
  • apply template for document creation
  • run quality checks for document creation
  • make api calls in sequence
  • validate each api response

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.