8 ms·
I'm surprised Anthropic didn't release skills with a `skill-creation` skill.
by silveraxe93 11mo ago
I'm surprised Anthropic didn't release skills with a `skill-creation` skill.
- submeta 11mo agoBut they did.
- silveraxe93 11mo agoDid they!? Damn I missed it. I was looking into creating one and skimmed the available ones and didn't see it. EDIT: Just looked again. In the docs they have this section: ``` Available Skills Pre-built Agent Skills The following pre-built Agent Skills are available for immediate use: PowerPoint (pptx): Create presentations, edit slides, analyze presentation content Excel (xlsx): Create spreadsheets, analyze data, generate reports with charts Word (docx): Create documents, edit content, format text PDF (pdf): Generate formatted PDF documents and reports These Skills are available on the Claude API and claude.ai. See the quickstart tutorial to start using them in the API. ``` Is there another list of available skills?
- simonw 11mo agoTheir repo here: https://github.com/anthropics/skills https://github.com/anthropics/skills This is the skill creation one: https://github.com/anthropics/skills/blob/main/skill-creator/SKILL.md https://github.com/anthropics/skills/blob/main/skill-creator... You can turn on additional skills in the Claude UI from this page: https://claude.ai/settings/capabilities https://claude.ai/settings/capabilities
- silveraxe93 11mo agoNice, thanks!