Create or refine AI skills with scope, workflows, and tool integrations.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "skill-creator" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/skill-creator/SKILL.md 2. Save it as ~/.claude/skills/skill-creator/SKILL.md 3. Reload skills and tell me it's ready
This skill provides guidance for creating effective skills.
Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.
Every skill consists of a required SKILL.md file and optional bundled resources:
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
└── Bundled Resources (optional)
├── scripts/ - Executable code (Python/Bash/etc.)
├── references/ - Documentation intended to be loaded into context as needed
└── assets/ - Files used in output (templates, icons, fonts, etc.)
Metadata Quality: The name and description in YAML frontmatter determine when Claude will use the skill. Be specific about what the skill does and when to use it. Use the third-person (e.g. "This skill should be used when..." instead of "Use this skill when...").
scripts/)Executable code (Python/Bash/etc.) for tasks that require deterministic reliability or are repeatedly rewritten.
scripts/rotate_pdf.py for PDF rotation tasksreferences/)Documentation and reference material intended to be loaded as needed into context to inform Claude's process and thinking.
references/finance.md for financial schemas, references/mnda.md for company NDA template, references/policies.md for company policies, references/api_docs.md for API specificationsassets/)Files not intended to be loaded into context, but rather used within the output Claude produces.
assets/logo.png for brand assets, assets/slides.pptx for PowerPoint templates, assets/frontend-template/ for HTML/React boilerplate, assets/font.ttf for typography…
Automate Bigmailer email marketing tasks and workflows through Rube MCP.
Automate Echtpost workflows via Rube MCP after checking current tool schemas first.
Automate Chmeetings tasks through Rube MCP to streamline meeting coordination.
Automate Meta ads operations and reporting workflows through Rube MCP.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Automate Spotify playlist management, music search, playback control, and profile access.
Create or update skills that extend Codex with knowledge, workflows, and tools.
Create, refine, and troubleshoot AI skills, specs, invocation, and compatibility.
Create a custom skill with structure, documentation, and optional bundled scripts.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.
Create, refine, and evaluate AI skills for better performance and triggering accuracy.
Turn a repeated workflow into a reusable skill file from the current session.