Skill Creator
Skill Verifiziert AktivCreate, edit, improve, tidy, review, audit, or restructure AgentSkills and SKILL.md files.
To streamline the development and maintenance of AgentSkills by providing a structured process, validation, and packaging utilities.
Funktionen
- Create new skills from templates
- Validate skill structure and frontmatter
- Package skills into distributable .skill files
- Guidance on best practices for skill development
- Secure handling of file paths during packaging
Anwendungsfälle
- When creating a new AI agent skill from scratch.
- When needing to ensure a skill adheres to best practices and structural requirements.
- When preparing a skill for distribution or integration into a larger framework.
- When refactoring or tidying up existing skills.
Nicht-Ziele
- Editing or modifying the behavior of existing skills beyond structural improvements.
- Providing AI capabilities directly; it is a development utility.
- Managing or executing AI agent workflows; it focuses solely on the development process.
Workflow
- Initialize a new skill directory using `init_skill.py`.
- Edit the `SKILL.md` file and add necessary scripts, references, or assets.
- Validate the skill structure using `quick_validate.py`.
- Package the skill into a `.skill` file using `package_skill.py`.
Installation
npx skills add steipete/clawdisFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Write A Skill
100Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Context7 Cli
100Verwenden Sie die ctx7 CLI, um die Dokumentation von Bibliotheken abzurufen, KI-Codierungsfähigkeiten zu verwalten und Context7 MCP zu konfigurieren. Aktivierung, wenn der Benutzer „ctx7“ oder „context7“ erwähnt, die aktuelle Dokumentation für eine beliebige Bibliothek benötigt, Fähigkeiten installieren/suchen/generieren möchte oder Context7 für seinen KI-Codierungsagenten einrichten muss.
Treat
100Bereinigen Sie aufgeblähte Sitzungen mit einer Verordnung. Entfernt Fortschrittspunkte, veraltete Lesevorgänge, doppelte Inhalte und mehr.
Ui Ux Pro Max
100UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.
Google Docs
100Interact with Google Docs - create documents, search by title, read content, and edit text. Use when user asks to: create a Google Doc, find a document, read doc content, add text to a doc, or replace text in a document. Lightweight alternative to full Google Workspace MCP server with standalone OAuth authentication.
Create Skill
98Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization