Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add tapforce/agents-skills --skill "hello-world"
Install specific skill from multi-skill repository
# Description
A sample skill that says hello.
# SKILL.md
name: hello-world
description: A sample skill that says hello.
Hello World
This is a sample skill that demonstrates the directory structure of an Agent Skill.
Usage
You can run the hello script:
node scripts/greet.js [name]
References
See API Reference for more details.
We also have TypeScript definitions in references/types.ts.
Assets
- Template: assets/template.txt
- Styles: assets/styles.css
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.