AI & ML
5,020 skillsSecurity Scan
Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.
1
Dmux Workflows
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.
1
Autonomous Loops
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.
1
Pytorch Patterns
PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.
1
Data Scraper Agent
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.
1
Agent Eval
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
0
Agent Architect
autonomous architecture design and refinement for mermate using iterative copilot guidance, local reasoning, repeated low-cost render validation, and final max-quality render selection. use when building, stress-testing, refining, decomposing, validating, or evolving system architectures from simple ideas, complex problem statements, markdown specifications, mermaid drafts, or ambiguous design notes. especially useful when chatgpt should act like a professional architect that thinks step by step, uses mermate repeatedly, compares intermediate diagrams, and decides when to continue refining versus when to finalize with max mode.
3 · bundle
Mermaid Diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.
3 · bundle
Agenthub
Multi-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
3 · bundle
Autoresearch Agent
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed evaluation, keeps improvements (git commit), discards failures (git reset), and loops indefinitely. Use when: user wants to optimize code speed, reduce bundle/image size, improve test pass rate, optimize prompts, improve content quality (headlines, copy, CTR), or run any measurable improvement loop. Requires: a target file, an evaluation command that outputs a metric, and a git repo.
3 · bundle
MCP Server Builder
MCP Server Builder
3 · bundle
Init
Create a new AgentHub collaboration session with task, agent count, and evaluation criteria.
3
Merge
Merge the winning agent's branch into base, archive losers, and clean up worktrees.
3
Speckit Tasks Agent
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
1
Create Github Pull Request From Specification
Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.
1
Control UI E2e
Use when testing, fixing, or extending the MarketingClaw Control UI GUI with Vitest + Playwright end-to-end checks, mocked Gateway WebSocket flows, mocked dashboard runs, screenshots/videos, or agent-verifiable browser proof.
0 · bundle
Agent Transcript
Add a redacted agent transcript section to GitHub PR or issue bodies during MarketingClaw agent-created PR/issue workflows.
0 · bundle
Technical Documentation
Build and review high-quality technical docs as well as agent instruction files in your repository.
0 · bundle
Native MCP
MCP client: connect servers, register tools (stdio/HTTP).
0 · bundle
Hermes MCP Server
Add MCP Server mode to Hermes — expose Hermes tools to external AI clients via Model Context Protocol
0
Log Analysis Agent
Analyzes application logs to identify errors, performance issues, and security incidents
6 · bundle
Keyword Research Agent
Conducts keyword research with search volume estimates, difficulty scores, and content gap analysis
6 · bundle
Heroku Connect
Manage Heroku Connect sync operations between Salesforce and Heroku Postgres. Use when the agent needs to provision Heroku Connect, install or inspect the Heroku Connect CLI plugin, review mappings, import or export config, diagnose sync failures, or reason about Heroku Connect API limits and operational guardrails.
0 · bundle
Bleu
Use this skill whenever a developer wants to turn an idea into a complete, production-ready, end-to-end system plan BEFORE writing any code. Trigger on 'plan this system', 'design the architecture for', 'help me blueprint', 'deep plan for X', 'break this idea into components', 'expand into action points', 'full implementation plan', or when the user pastes a project idea wanting architecture, components, pipelines, and file-level execution mapped out. Casual phrasing also triggers: 'help me think this through end-to-end', 'plan before coding'. Also covers living-workspace patterns: self-improving knowledge bases, reflection loops with auditor agents, four-agent teams, schema-as-code, wiki health scoring. **Resume triggers**: 'where did we leave off', 'continue this plan', 'resume my blueprint' - rehydrates state from disk via SESSION.md/NEXT.md/decisions/. Web research is mandatory every invocation.
0 · bundle
Moyu
Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes files the user did not request.
2
Crewai
Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies.
2
Agent Sort
通过将技能、命令、规则、钩子和额外内容并行进行仓库感知审查,为特定仓库构建基于证据的 ECC 安装计划,将其分为 DAILY 和 LIBRARY 两类。当 ECC 应精简为项目实际所需而非加载完整包时使用。
0
Knowledge Ops
跨多个存储层(本地文件、MCP memory、向量存储、Git 仓库)的知识库管理、摄取、同步和检索。在用户想要保存、组织、同步、去重或跨知识系统搜索时使用。
0
Security Scan
使用AgentShield扫描您的Claude代码配置(.claude/目录),以发现安全漏洞、配置错误和注入风险。检查CLAUDE.md、settings.json、MCP服务器、钩子和代理定义。
0
Gin
You are an expert in Gin, the fastest Go web framework with a martini-like API. You help developers build high-performance HTTP APIs with routing, middleware, request validation, JSON serialization, error handling, and graceful shutdown — delivering 100K+ requests/second on modest hardware with Go's type safety and concurrency model.
0
Dspy
You are an expert in DSPy, the Stanford framework that replaces prompt engineering with programming. You help developers define LLM tasks as typed signatures, compose them into modules, and automatically optimize prompts/few-shot examples using teleprompters — so instead of manually crafting prompts, you write Python code and DSPy finds the best prompts for your task.
0
Agent Coding Standards
Agent Coding Standards Skill
0
Chief Of Staff
Use when executive operations, organizational coordination, strategic execution, or executive support is needed. This agent specializes in executive operations within the ExecForge AI ecosystem.
0
Tenant Manager
Use when multi-tenant management, tenant onboarding, tenant support, or tenant lifecycle management is needed. This agent specializes in SaaS tenant management within the SaaSForge AI ecosystem.
0
Output Validation Checklist
Use before delivering any work product to validate quality. This skill provides a standardized checklist that every agent must complete before marking work as done, ensuring consistent quality across all deliverables regardless of agent or company.
0
Link Builder
Use when link building strategies, authority management, backlink acquisition, or link profile optimization is needed. This agent specializes in link building and authority management within the ContentForge AI ecosystem.
0