sample-strands-agents-agentskills
Modular skill loading, file processing, and presentation generation
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install sample-strands-agents-agentskills?โผ
Run `npx skills add aws-samples/sample-strands-agents-agentskills --all -g -y` in your terminal to install all skills in this suite globally.
What is progressive disclosure in agent skills?โผ
It loads only skill names and descriptions at startup, full instructions when a skill activates, and resource files only when needed. This keeps token usage low and agents fast.
Can this create PowerPoint presentations automatically?โผ
Yes. The pptx skill converts HTML slides into PowerPoint files, edits existing decks via XML, and applies templates with proper layouts and styling.
How do I create my own custom skill?โผ
The skill-creator skill guides you through planning, initializing with init_skill.py, writing SKILL.md, and packaging your skill into a distributable .skill file.
Does it work with the Strands Agents SDK?โผ
Yes. It is built specifically for Strands Agents SDK 1.0.0 or higher and offers three integration patterns: file-based, tool-based, and isolated sub-agent execution.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core