Claude
Skill
example-skill
Duplicate this file to create a project skill. Write the trigger condition concretely in the description.
Virus-scanned
Reviewed automatically before listing.
Download
leeyudok-agents-scaffold-presets_lang-en_base_.claude_skills_example-skill-1b2f034.zip · 0 KB
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
- Check preconditions (environment, reachability, state)
- Perform the core action
- Verify the result + report
When turning this into an actual skill, rename the directory and
nameto{{PROJECT_NAME}}-sk-<purpose>and make the trigger indescriptionconcrete.
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.
Reviews (0)
No reviews yet.
No comments yet.