CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Skill Creator

dkyazzentwatwa/chatgpt-skills
127 installs60 stars
Summary

If you're building skills for Claude or other agents and tired of validation errors, missing metadata, or bloated instructions, this handles the scaffolding. It spins up new skills with the right folder structure, generates agent YAML files from explicit parameters, validates frontmatter and dependencies, and packages everything into a distributable zip. The workflow pushes you toward focused, triggerable skills with short SKILL.md files and detailed references tucked away. It's opinionated about keeping things minimal and mechanically correct, which is exactly what you want when you're maintaining more than a couple of these.

Install to Claude Code

npx -y skills add dkyazzentwatwa/chatgpt-skills --skill skill-creator --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

Skill Creator

Design or refactor skills so they are small, triggerable, and mechanically valid.

Workflow

  1. Define the exact user requests that should trigger the skill.
  2. Keep SKILL.md short and put deep detail in references/.
  3. Add only the scripts, assets, or references that make execution materially more reliable.
  4. Generate agents/openai.yaml and validate before packaging.

Scripts

  • scripts/init_skill.py initializes a new skill with optional resource folders and agents/openai.yaml.
  • scripts/generate_openai_yaml.py writes agents/openai.yaml from explicit interface values.
  • scripts/quick_validate.py enforces strict frontmatter, directory naming, agent metadata, and script dependency rules.
  • scripts/package_skill.py validates first, then zips the skill for distribution.

Rules

  • Keep frontmatter to name and description only.
  • Make description do the trigger work: what the skill does and when to use it.
  • Match the folder name exactly to name.
  • Prefer one focused workflow over a kitchen-sink skill.
  • Remove placeholder files and generic boilerplate before publishing.

Typical Commands

python3 skill-creator/scripts/init_skill.py my-skill --path .
python3 skill-creator/scripts/generate_openai_yaml.py my-skill \
  --interface display_name="My Skill" \
  --interface short_description="One-line summary" \
  --interface default_prompt="Help me use this skill."
python3 skill-creator/scripts/quick_validate.py my-skill
python3 skill-creator/scripts/package_skill.py my-skill ./dist
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Skill Development
First SeenJun 3, 2026
View on GitHub

Recommended

More Skill Development →
skill-creator

anthropics/skills

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
248.6k
149.5k
writing-skills

obra/superpowers

Test-driven documentation for creating reusable agent techniques, patterns, and reference guides.
88.4k
215.9k
microsoft-skill-creator

github/awesome-copilot

microsoft skill creator
8.7k
34.3k
skill-creator

starchild-ai-agent/official-skills

skill creator
6.4k
13
skill-creator

anthropics/claude-plugins-official

skill creator
3.2k
29.1k
skill-development

anthropics/claude-plugins-official

skill development
3.1k
29.1k