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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
aktsmm avatar

Skill Finder

aktsmm/agent-skills
608 installs25 stars
Summary

A meta skill for managing skills themselves. Search across 220+ indexed skills from local and GitHub sources, filter by tags, install directly to your project, and star favorites for later. The smart part is the recommendation gate: before showing results, it checks whether you actually need a skill or should use a prompt, instruction, agent, or hook instead. Requires GitHub CLI and either Python or PowerShell. Useful when you're building workflows and need to discover what's already out there, or when you keep forgetting which customization primitive fits your use case. The bilingual interface and trust badges for official versus community skills are nice touches.

Install to Claude Code

npx -y skills add aktsmm/agent-skills --skill skill-finder --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.mdView on GitHub

Skill Finder

Full-featured Agent Skills management tool.

When to Use

  • Find skill, search skill, install skill, スキル検索
  • Looking for skills for a specific task or domain
  • Finding and installing skills locally
  • Managing favorites with star feature
  • Checking whether the ask really calls for a skill before recommending one

Recommendation Gate

Before searching, check whether the user really wants a skill.

If the ask sounds like...Prefer...
Single slash taskPrompt
Always-on or file-scoped guidanceInstruction
Persona, tool restrictions, delegationAgent
Deterministic enforcementHook
Reusable packaged workflowSkill

If the answer is not Skill, explain that first instead of forcing a skill recommendation.

上表は「skill を勧めるべきか」の即時ゲート。primitive 選択の詳細 SSOT は agentic-workflow-guide skill。

→ references/customization-routing.md for routing patterns

Features

FeatureDescription
SearchLocal index + GitHub API + Web fallback
TagsFilter by category (#azure #bicep)
InstallDownload to local directory
StarMark and manage favorites
UpdateSync all sources from GitHub

Quick Start

# Search
python scripts/search_skills.py "pdf"
python scripts/search_skills.py "#azure #development"

# Management
python scripts/search_skills.py --info skill-name
python scripts/search_skills.py --install skill-name
python scripts/search_skills.py --star skill-name

# Index
python scripts/search_skills.py --update
python scripts/search_skills.py --add-source https://github.com/owner/repo

Command Reference

CommandDescription
<query>Search skills by keyword
#tagFilter by category
--info SKILLShow skill details
--install SKILLDownload skill locally
--star SKILLAdd to favorites
--list-starredShow favorites
--similar SKILLFind similar skills
--updateUpdate index from sources
--add-source URLAdd new source repository
--statsShow index statistics
--checkVerify dependencies

Files

FileDescription
scripts/search_skills.pyPython script
scripts/Search-Skills.ps1PowerShell script
references/skill-index.jsonSkill index (220+ skills)
references/starred-skills.jsonYour starred skills

Requirements

→ references/setup-guide.md for installation

ToolRequired
GitHub CLI (gh)2.0+
curlAny
Python or PowerShellOne of them

Agent Instructions

→ references/agent-instructions.md for complete guide

Core Rules

  • Use "Do it? Yes/No?" style proposals
  • NEVER show commands to users - execute silently
  • ALWAYS include proposal block after search results

Search Response Format

{N} repos, {M} skills searched (last updated: {date})

| Skill | Description | Source | Trust |
| ----- | ----------- | ------ | ----- |
| ...   | ...         | ...    | ...   |

**Next?**
1. Install?
2. Details?
3. Update index? (last: {date})
4. Web search?

Trust Levels

TypeBadgeDescription
officialOfficialAnthropic / GitHub 公式
awesome-listCuratedキュレーションリスト
communityCommunityコミュニティ製(自己責任)

Source policy:

  • Install skill sources over HTTPS from github.com, raw.githubusercontent.com, or gist.github.com by default. Any other host needs explicit user approval scoped to the current session.
  • Before install, show the source URL, host, and the tools and network access the fetched SKILL.md requires, then wait for explicit approval.

Done Criteria

  • Skill vs non-skill fit checked first
  • Search query returns results
  • Tool and network requirements surfaced before install
  • Skill installed to local directory (if requested)
  • Index updated successfully (if requested)
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Git & Pull RequestsAI & Agent Building
First SeenJun 3, 2026
View on GitHub

More from aktsmm/agent-skills

All 5 skills →
  • Ocr Super Surya547
  • Book Writing Workspace203
  • Vscode Extension Guide182
  • Powerpoint Automation1.9k

Recommended

More Git & Pull Requests →
daymade avatar
asr-transcribe-to-text

daymade/claude-code-skills

Transcribe audio/video to speaker-labeled text — who-said-what by default, plain-text opt-out; MLX-local on Apple Silicon or remote; local files, media URLs. Use for transcribing recordings/podcasts/lectures/meetings, ASR, speech-to-text, 转录, 语音转文字, 录音转文字, speaker diarization/说话人分离/识别/谁在说话, timestamps 字幕/时间戳/音画对齐, CAM++ voiceprint ID. This skill ALSO owns audio PREPROCESSING for ASR as a first-class trigger, even without transcription: convert any audio/video into an ASR-ready file (转换成适合 ASR 的格式, 转格式, convert/prepare audio for ASR, 音频预处理), downsample to 16kHz mono 16-bit (降采样, 重采样, 单声道, 归一化), merge multi-segment recorder dumps (多段合并/拼接, DJI TX01/TX02), transcode to small M4A + pitch-preserved speedup to cut metered-ASR billed minutes (转 M4A, 压缩上传, 加速, 1.3x, 飞书妙记/Feishu Minutes). Trigger even when it looks like a trivial one-line ffmpeg — the skill owns sample-rate/bit-depth/channel, merge-order, speed-vs-WER, format choices + a blessed prepare_asr_input.py.
604
1.3k
googleworkspace avatar
recipe-triage-security-alerts

googleworkspace/cli

List and review Google Workspace security alerts from Alert Center.
602
30.4k
parcadei avatar
refactor

parcadei/continuous-claude-v3

Code refactoring workflow - analyze → plan → implement → review → validate
600
3.9k
alirezarezvani avatar
prompt-engineer-toolkit

alirezarezvani/claude-skills

Turns marketing prompts into tested, versioned production assets: A/B prompt evaluation against structured test cases, immutable prompt version history with diffs, ready-to-use marketing prompt templates (ad copy, email campaigns, social posts, landing pages, SEO meta), and an LLM-governance playbook for marketing teams (claim discipline, disclosure rules, human-review gates). Use when a marketing team relies on AI-generated content and needs prompt quality to be measurable and safe — or when the user mentions 'prompt engineering,' 'improve my prompts,' 'prompt templates,' 'prompt versioning,' 'AI content workflow,' or 'AI governance for marketing.'
599
24.6k
madteacher avatar
flutter-drift

madteacher/mad-agents-skills

Implement, fix, review, migrate, test, or debug Drift persistence in Flutter apps using SQLite, drift_flutter, type-safe Dart queries, generated tables, StreamBuilder or Riverpod StreamProvider UI, write operations, transactions, schema migrations, web assets, isolate sharing, and local database testing. Use when a Flutter task mentions drift, local database storage, SQLite, reactive database streams, CRUD, schemaVersion, build_runner, drift_dev make-migrations, migration tests, or Flutter-specific database setup across mobile, web, or desktop.
598
104
openclaudia avatar
video-ad-analysis

openclaudia/openclaudia-skills

Deconstruct and analyze video ad creatives for marketing insights. Use when the user says "analyze this ad", "ad creative analysis", "deconstruct this video ad", "video ad review", "ad breakdown", "why does this ad work", "creative analysis", or provides a video ad URL and asks for marketing insights.
597
622