21 skills found
openclaw / gh-issuesFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
intuitem / ciso-assistant-communityCISO Assistant is a one-stop-shop GRC platform for Risk Management, AppSec, Compliance & Audit, TPRM, Privacy, and Reporting. It supports 130+ global frameworks with automatic control mapping, including ISO 27001, NIST CSF, SOC 2, CIS, PCI DSS, NIS2, DORA, GDPR, HIPAA, CMMC, and more.
KimYx0207 / Claude-Code-x-OpenClaw-Guide-Zh从零到企业实战:Claude Code 官方编程神器 + OpenClaw 224K Stars 开源AI助手 | 双顶流中文教程 | 21篇教程 130000+字
matt1398 / claude-devtoolsThe missing DevTools for Claude Code — inspect every tool call, subagent, and token like a browser inspector
can1357 / oh-my-pi⌥ AI Coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more
ding113 / claude-code-hub一个现代化的 Claude Code & Codex API 代理服务,提供智能负载均衡、用户管理和使用统计功能。
jeremylongshore / claude-code-plugins-plus-skills340 plugins + 1367 agent skills for Claude Code. Open-source marketplace with CCPI package manager, interactive tutorials, and production orchestration patterns.
RayFernando1337 / llm-cursor-rulesMy go-to rules for using Cursor and LLMs in software development.
Cranot / roam-codeArchitectural intelligence layer for AI coding agents. Structural graph, architecture governance, multi-agent orchestration, vulnerability mapping. 139 commands, 101 MCP tools, 26 languages, 100% local.
arpitg1304 / robotics-agent-skillsAgent skills that make AI coding assistants write production-grade robotics software. ROS1, ROS2, design patterns, SOLID principles, and testing — for Claude Code, Cursor, Copilot, and any SKILL.md-compatible agent.
borghei / Claude-Skills225+ Claude Code skills & agent plugins for Claude Code, Codex, Gemini CLI, Cursor, and 8 more coding agents — 613 Python tools, 32 agents, 26 slash commands
wowinter13 / solscan-mcpAn MCP server for querying Solana transactions using natural language with Solscan API
wells1137 / media-skillsA collection of open-source Agent Skills for content creation — images, audio, and video.
manascb1344 / together-mcp-serverMCP server enabling high-quality image generation via Together AI's Flux.1 Schnell model.
diegosouzapw / ui-uxUI/UX design intelligence. Activated when: designing UI, building pages, creating components, choosing colors, picking fonts, reviewing UX, building dashboards, landing pages, web design, mobile design, accessibility review, dark mode, light mode. Styles, color palettes, font pairings, UX guidelines, chart types across 13 stacks. Always delivers a structured Changes Made summary.
Quentonk13 / diffsUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
az9713 / lobsterDocumentation-enhanced fork of Clawdbot - Personal AI Assistant
az9713 / proseOpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ
TUAN130294 / n8nn8n Workflow Rules (Detailed) Naming & Organization - Workflows named by intent: `Daily Sales Sync`, `Customer Count Ingest`. - Nodes named by action + target: `Fetch Sheets Orders`, `Upsert Ord
TUAN130294 / pythonPython (Automation & ML) Rules Style & Environment - PEP 8; format with Black; type hints required (`mypy` optional). - Virtual env: `python -m venv venv` then `source venv/bin/activate` or `ven