CCM
/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

Claude Code Marketplaces

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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
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 →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download 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 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Skill Development
First SeenJun 3, 2026
View on GitHub

Recommended

More Skill Development →
skill-creator

anthropics/skills

Create, test, and iteratively improve AI agent skills with structured evaluation and benchmarking.
313.4k
160.9k
writing-skills

obra/superpowers

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

github/awesome-copilot

Create hybrid agent skills for Microsoft technologies with local knowledge and dynamic Learn MCP lookups.
8.9k
36.5k
skill-creator

starchild-ai-agent/official-skills

skill creator
7.5k
18
skill-creator

anthropics/claude-plugins-official

skill creator
4.3k
32.1k
skill-development

anthropics/claude-plugins-official

skill development
4.1k
32.1k