A Claude Code Marketplace
npx skills add https://github.com/rawveg/skillsforge-marketplace --skill revenuecatقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
A curated collection of Skills and plugins to supercharge your development workflow
Welcome to SkillsForge! This marketplace provides a centralized hub for discovering and installing powerful Claude Code extensions that enhance your productivity, streamline your workflows, and integrate with your favorite tools and services.
Get started with SkillsForge in just two commands:
# Add the SkillsForge marketplace to Claude Code
/plugin marketplace add rawveg/skillsforge-marketplace
# Browse and install skills interactively
/plugin
Not using Claude Code, or want something more universal? Install any skill using:-
npx skills rawveg/skillsforge-marketplace
That's it! You now have access to all the skills in the SkillsForge collection.
SkillsForge currently offers 33 curated skills and 1 hooks plugin across focused categories. Only items included in .claude-plugin/marketplace.json are listed below.
| Skill | Purpose |
|---|---|
| ai-summary-request | Creates llms.txt files for AI discoverability and AI Summary Request footer components with platform icons. |
| apify-js-sdk | Interacts with the Apify JS SDK. Allows you to work with Actors and other Apify features. |
| article-title-optimizer | Optimize article titles for SEO. |
| forem-api | Create, update, and delete articles and manage your Forem profile. |
| hashnode-api | Manage articles and profile on Hashnode. |
| snapas | Upload and manage images via Snap.as. |
| tumblr | Manage articles and profile on Tumblr. |
| word-count-checker | Accurately count words in documents (avoids token-based estimates). |
| writeas | Work with Write.as/WriteFreely for simple publishing. |
| Skill | Purpose |
|---|---|
| agent-team-builder | Design and execute multi-agent teams with quality gates and refinement loops for any complex task. |
| figlet-text-converter | Convert tagged text to ASCII art using figlet. |
| github-issue-fetcher | Fetch GitHub issues for a repository. |
| tdd-methodology-expert | Guidance and helpers for TDD methodology and best practices. |
| Skill | Purpose |
|---|---|
| laravel | Core Laravel integration for Claude Code. |
| laravel-cashier-paddle | Work with Laravel Cashier (Paddle). |
| laravel-cashier-stripe | Work with Laravel Cashier (Stripe). |
| laravel-dusk | Browser testing with Laravel Dusk. |
| laravel-mcp | Integrate Laravel with MCP. |
| laravel-prompts | Use Laravel Prompts for interactive CLIs. |
| Skill | Purpose |
|---|---|
| openrouter | Connect to the OpenRouter API for multi-model access. |
| midjourney-replicate-flux | Generate Midjourney-style prompts/images via Replicate (Flux 1.1 Pro). |
| ollama | Interact with local models via the Ollama API. |
| replicate-cli | Interact with the Replicate CLI. |
| Skill | Purpose |
|---|---|
| cronjob-org | Interacts with the cronjob.org API. |
| frankenphp | Integrate with the FrankenPHP app server. |
| linode-api | Manage Linode resources via API. |
| linode-cli | Run Linode CLI operations. |
| n8n | Manage n8n resources via API. |
| vastai-api | Access GPU instances via the VastAI API. |
| vercel | Manage deployments and resources via the Vercel API. |
| Skill | Purpose |
|---|---|
| revenuecat | Interacts with the RevenueCat API. |
| Skill | Purpose |
|---|---|
| haveibeenpwned | Check if your email/password has been compromised in data breaches. |
| Skill | Purpose |
|---|---|
| threads-api | Interact with the Threads API. |
| pinterest-api | Interact with the Pinterest API. |
| Plugin | Purpose |
|---|---|
| presumption-guard | Detects and flags presumptive actions after they occur - makes it clear when Claude has acted without explicit permission. |
Add the SkillsForge marketplace to access all skills:
/plugin marketplace add rawveg/skillsforge-marketplace
Once added, you can:
/plugin/plugin install skill-name@skillsforge-marketplaceIf you prefer to install specific skills without adding the marketplace:
# Install directly from GitHub
/plugin install https://github.com/rawveg/skillsforge-marketplace/tree/main/skill-name
For testing or development:
# Clone the repository
git clone https://github.com/rawveg/skillsforge-marketplace.git
# Add as local marketplace
/plugin marketplace add ./skillsforge-marketplace
# Or install individual skills locally
/plugin install ./skillsforge-marketplace/skill-name
To ensure your entire team has access to SkillsForge, add this to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"skillsforge-marketplace": {
"source": {
"source": "github",
"repo": "rawveg/skillsforge-marketplace"
}
}
},
"enabledPlugins": {
"figlet-text-converter@skillsforge-marketplace": {},
"word-count-checker@skillsforge-marketplace": {},
"forem-api@skillsforge-marketplace": {}
}
}
When team members trust the repository folder, Claude Code will automatically:
Check that the marketplace is properly configured:
# List all marketplaces
/plugin marketplace list
# Verify SkillsForge appears in the list
# Should show: skillsforge-marketplace (GitHub: rawveg/skillsforge-marketplace)
# Install the Forem API skill
/plugin install forem-api@skillsforge-marketplace
# Create a new article
Hey Claude, can you publish my article in article.md to DEV.to?
# Install the Figlet converter
/plugin install figlet-text-converter@skillsforge-marketplace
# Convert text to ASCII art
Please convert the title "SkillsForge" to ASCII art using the 'banner' font
# Install the word count checker
/plugin install word-count-checker@skillsforge-marketplace
# Get accurate word counts
What's the word count of my manuscript.md file?
# Install Laravel skills
/plugin install laravel@skillsforge-marketplace
/plugin install laravel-prompts@skillsforge-marketplace
# Use Laravel-specific features
Help me create a new Artisan command with interactive prompts
We welcome contributions to SkillsForge! Here's how you can help:
./your-skill-name/SKILL.md documentation file.claude-plugin/marketplace.json with your skill entrySKILL.md/plugin install ./your-skill-nameFound a bug or have a feature request?
Refresh the marketplace to get the latest skill versions:
/plugin marketplace update skillsforge-marketplace
See which skills you have installed:
/plugin list
Uninstall skills you no longer need:
/plugin uninstall skill-name
To completely remove SkillsForge:
/plugin marketplace remove skillsforge-marketplace
Note: Removing the marketplace will also uninstall all skills installed from it.
Problem: Can't add the marketplace or see any skills
Solutions:
rawveg/skillsforge-marketplaceProblem: Skill appears in the list but won't install
Solutions:
/plugin marketplace update skillsforge-marketplace to refresh/plugin install skill-name@skillsforge-marketplaceProblem: Skill installed but Claude doesn't recognize it
Solutions:
/plugin list/plugin uninstall skill-name then /plugin install skill-name@skillsforge-marketplaceNeed help or have questions?
All skills in this marketplace are released under the MIT License unless otherwise specified in individual skill directories.
MIT License
Copyright (c) 2025 Tim Green
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
If you find SkillsForge useful, please consider giving it a star on GitHub! It helps others discover these tools.
Upcoming skills and features:
Have ideas for new skills? Open an issue with the "enhancement" label!
Built with ❤️ by Tim Green