SKILL TEMPLATE
Agent Skills for Altertable
npx -y skills add altertable-ai/skills --skill SKILL_TEMPLATEAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 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 author says it does
Copied from the file, not written here
"<what it does and when to use it>" # 1-1024 chars, third-person, include trigger keywords
The file declares its own license as <license-name> # e.g. "Apache-2.0" or "Proprietary. LICENSE.txt has complete terms". 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.5 KB, as published. Nobody here has run it
Your Skill Title
Quick Start
<!-- 2-5 actionable lines showing immediate value -->- Step one
- Step two
- Step three
When to Use This Skill
<!-- Bullet points with trigger conditions and keywords -->- User wants to...
- User asks about...
- Keywords: "keyword1", "keyword2", "keyword3"
Core Concepts
<!-- Build mental models, explain fundamentals -->Concept One
Description of the concept.
Concept Two
Description of the concept.
Workflow
<!-- Step-by-step procedures, progressive complexity -->Step 1: First Action
Explanation and example.
code example
Step 2: Second Action
Explanation and example.
Examples
<!-- Concrete, real-world scenarios with code -->Example 1: Basic Usage
concrete code example
Example 2: Advanced Usage
concrete code example
Common Pitfalls
<!-- 5-10 specific mistakes with explanations -->- Pitfall one - Why it's wrong and how to avoid
- Pitfall two - Why it's wrong and how to avoid
- Pitfall three - Why it's wrong and how to avoid
- Pitfall four - Why it's wrong and how to avoid
- Pitfall five - Why it's wrong and how to avoid
References
<!-- Links to detailed reference files -->- Reference topic - Description