7265 results (54.9ms) page 46 / 364
ZhanlinCui / ultimate-agent-skills-collection-doc-sync-tool exact

自动同步项目中的 Agents.md、claude.md 和 gemini.md 文件,保持内容一致性。支持自动监听和手动触发。

shareAI-lab / learn-claude-code-mcp-builder exact

Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.

luoluoluo22 / antigravity-api-skill exact

当用户需要使用 Antigravity API (Gemini 3 Flash, Claude 3.7/4.5 文本生成, banana生图, 视频理解) 时使用此技能。

gmh5225 / awesome-skills-agent-platforms exact

Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.

cexll / myclaude-codeagent exact

Execute codeagent-wrapper for multi-backend AI code tasks. Supports Codex, Claude, and Gemini backends with file references (@syntax) and structured output.

alinaqi / claude-bootstrap-code-review exact

Mandatory code reviews via /code-review before commits and deploys

lattifai / omni-captions-skills-omnicaptions-translate exact

Use when translating captions/captions to another language. Supports bilingual output and context-aware translation. Default uses Claude native, Gemini API optional.

dparedesi / agent-global-skills-skills-local-setup exact

Set up AI tool symlinks in a repository for multi-agent compatibility. Use when the user wants to set up skills for Gemini, Claude, or other AI tools, or when they mention "setup skills",...

tygwan / cc-initializer-subagent-creator exact

Create specialized Claude Code sub-agents with custom system prompts and tool configurations. Use when users ask to create a new sub-agent, custom agent, specialized assistant, or want to...

arielperez82 / agents-and-skills-api-credentials exact

Securely manages API credentials for multiple providers (Anthropic Claude, Google Gemini, GitHub). Use when skills need to access stored API keys for external service invocations.

mvdmakesthings / skills-markdown-optimizer exact

Optimize markdown files for LLM consumption by adding YAML front-matter with metadata and TOC, normalizing heading hierarchy, removing noise and redundancy, converting verbose prose to structured...

xu-xiang / everything-claude-code-zh-java-coding-standards exact

Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

jrmapa / awesome-agent-skills exact

🚀 Explore modular agent skills for dynamic AI development, enabling on-demand knowledge injection through standardized `SKILL.md` packages.

wrsmith108 / claude-skill-security-auditor exact

Claude Code skill for running structured security audits with actionable remediation plans

xu-xiang / everything-claude-code-zh-tdd-workflow exact

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

wrsmith108 / claude-skill-docker-optimizer exact

Claude Code skill for analyzing and optimizing Dockerfiles for faster builds and smaller images

echohtp / google-adsense-best-practices-skill exact

Comprehensive guide for implementing Google AdSense with best practices

xu-xiang / everything-claude-code-zh-golang-testing exact

Go 测试模式,包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循测试驱动开发(TDD)方法论及地道的 Go 语言实践。