7244 results (65.9ms) page 42 / 363
Prat011 / awesome-llm-skills-meeting-insights-analyzer exact

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate...

philoserf / claude-code-setup-improve-instructions exact

Analyzes conversation history to improve CLAUDE.md files. Use when you notice patterns in how Claude misunderstands requests, want to consolidate repeated guidance, or improve instruction clarity...

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.

softaworks / agent-toolkit-gepetto exact

Creates detailed, sectionized implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis.

cleodin / antigravity-awesome-skills-writing-skills exact

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Junayedahmedd / gemini-cli-skill exact

Wield Google's Gemini CLI as a powerful auxiliary tool for code generation, review, analysis, and web research. Use when tasks benefit from a second AI perspective, current web information via...

Prat011 / awesome-llm-skills-file-organizer exact

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load...

Prat011 / awesome-llm-skills-canvas-design exact

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create...

Prat011 / awesome-llm-skills-content-research-writer exact

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing...

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-springboot-tdd exact

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

xu-xiang / everything-claude-code-zh-springboot-security exact

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.

xrip / claude-skill-analyze-js-js-analyzer-skill exact

Analyze JavaScript files for API endpoints, secrets, URLs, emails, sensitive files, and bundler versions

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

适用于 TypeScript、JavaScript、React 和 Node.js 开发的通用编码标准、最佳实践和模式。

xu-xiang / everything-claude-code-zh-clickhouse-io exact

ClickHouse 数据库模式、查询优化、分析以及针对高性能分析工作负载的数据工程最佳实践。

xu-xiang / everything-claude-code-zh-security-review exact

当添加身份认证(authentication)、处理用户输入、使用凭据(secrets)、创建 API 端点或实现支付/敏感功能时,请使用此技能。提供全面的安全检查清单和模式。

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.

xu-xiang / everything-claude-code-zh-springboot-patterns exact

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

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

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