一键导入
hello-claude
// A simple greeting skill that demonstrates Anthropic Skills structure. Use when you want to greet users or show how skills work. Perfect for testing and examples.
// A simple greeting skill that demonstrates Anthropic Skills structure. Use when you want to greet users or show how skills work. Perfect for testing and examples.
| name | hello-claude |
| description | A simple greeting skill that demonstrates Anthropic Skills structure. Use when you want to greet users or show how skills work. Perfect for testing and examples. |
| allowed-tools | Read, Write |
A demonstration skill showing the basic structure of an Anthropic Agent Skill managed with Sutras.
When this skill is invoked:
Use this skill when:
Example 1: Simple Greeting
User: Hello!
Claude: [invokes hello-claude skill]
Output: Hello! I'm Claude, and I'm using the hello-claude skill...
Example 2: Skill Demonstration
User: Show me how skills work
Claude: [invokes hello-claude skill]
Output: Let me demonstrate with this hello-claude skill...
This skill is intentionally simple to serve as a template and reference for creating new skills with Sutras.
Create, validate, test, build, and distribute Anthropic Agent Skills using the Sutras CLI. Use when the user asks to create a new skill, scaffold skill structure, validate SKILL.md files, manage skill metadata, run skill tests/evaluations, build distributable packages, or publish skills to registries. Requires sutras CLI.
Create, validate, test, build, and distribute Anthropic Agent Skills using the Sutras CLI. Use when the user asks to create a new skill, scaffold skill structure, validate SKILL.md files, manage skill metadata, run skill tests/evaluations, build distributable packages, or publish skills to registries. Requires sutras CLI.