Claude Skill

example-skill

Duplicate this file to create a project skill. Write the trigger condition concretely in the description.

LLM Mart · 0 points · 15 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download leeyudok-agents-scaffold-presets_lang-en_base_.claude_skills_example-skill-1b2f034.zip · 0 KB
Part of leeyudok/agents-scaffold — 32 skills

Install

skills CLI npx skills add https://github.com/LeeYudok/agents-scaffold/tree/main/presets/lang-en/base/.claude/skills/example-skill
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install leeyudok-agents-scaffold@llmmart
Git git clone https://github.com/LeeYudok/agents-scaffold.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole leeyudok/agents-scaffold collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

  1. Check preconditions (environment, reachability, state)
  2. Perform the core action
  3. Verify the result + report

When turning this into an actual skill, rename the directory and name to {{PROJECT_NAME}}-sk-<purpose> and make the trigger in description concrete.

Files (agents-scaffold)
  • SKILL.md 528 B
    ---
    name: example-skill
    description: Duplicate this file to create a project skill. Write the trigger condition concretely in the description.
    user-invocable: true
    ---
    
    <!-- Describe when and what this skill does, as a procedure. Example skeleton: -->
    
    1. Check preconditions (environment, reachability, state)
    2. Perform the core action
    3. Verify the result + report
    
    > When turning this into an actual skill, rename the directory and `name` to
    > `{{PROJECT_NAME}}-sk-<purpose>` and make the trigger in `description` concrete.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related