6859 results (56.7ms) page 18 / 343
ratacat / claude-skills-claude-md-authoring exact

Creates and reviews CLAUDE.md configuration files for Claude Code. Applies HumanLayer guidelines including instruction budgets (~50 user-level, ~100 project-level), WHAT/WHY/HOW framework, and...

oaustegard / claude-skills-invoking-github exact

Enables GitHub repository operations (read/write/commit/PR) for Claude.ai chat environments. Use when users request GitHub commits, repository updates, DEVLOG persistence, or cross-session state...

alirezarezvani / claude-code-skill-factory-generated-skills-agent-factory exact

Claude Code agent generation system that creates custom agents and sub-agents with enhanced YAML frontmatter, tool access patterns, and MCP integration support following proven production patterns

jakedahn / pomodoro exact

Reference implementation of the System Skill Pattern for building Claude Skills that remember, learn, and improve over time. CLI + SKILL.md + Database demonstrated via a Pomodoro timer.

omer-metin / skills-for-antigravity-claude-code-commands exact

Expert in creating custom slash commands for Claude Code. Slash commands encode repeatable workflows as markdown files, turning complex multi-step processes into simple one-line invocations....

matlab / skills-matlab-test-generator exact

Create comprehensive MATLAB unit tests using the MATLAB Testing Framework. Use when generating test files, test cases, unit tests, test suites, or when the user requests testing for MATLAB code,...

matlab / skills-matlab-uihtml-app-builder exact

Build interactive web applications using HTML/JavaScript interfaces with MATLAB computational backends via the uihtml component. Use when creating HTML-based MATLAB apps, JavaScript MATLAB...

matlab / skills-matlab-digital-filter-design exact

Designs and validates digital filters in MATLAB. Use when cleaning up noisy signals, removing interference, filtering signals, designing FIR/IIR filters (lowpass/highpass/bandpass/bandstop/notch),...

matlab / skills-matlab-live-script exact

Create MATLAB plain text Live Scripts (.m files) following specific formatting rules. Use when generating MATLAB scripts, educational MATLAB content, Live Scripts, or when the user requests .m...

matlab / skills-matlab-performance-optimizer exact

Optimize MATLAB code for better performance through vectorization, memory management, and profiling. Use when user requests optimization, mentions slow code, performance issues, speed...

kylehughes / the-unofficial-swift-concurrency-migration-skill-migrating-to-swift-concurrency exact

Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety errors, understanding Sendable and actor isolation, or incrementally adopting async/await.

rolandobenitez / the-unofficial-swift-concurrency-migration-skill-migrating-to-swift-concurrency exact

Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety errors, understanding Sendable and actor isolation, or incrementally adopting async/await.

Shada01245 / the-unofficial-swift-programming-language-skill-programming-swift exact

Provides the complete content of 'The Swift Programming Language (6.2.1)' book by Apple. Use this skill when you need to verify Swift syntax, look up language features, understand concurrency,...

brettdavies / crawl4ai-skill-crawl4ai exact

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized...

gmh5225 / awesome-skills-claude-code-skills exact

Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions.

mindrally / skills-anthropic-claude-development exact

Expert guidance for Anthropic Claude API development including Messages API, tool use, prompt engineering, and building production applications with Claude models.

Putra213 / claude-workflow-v2-analyzing-projects exact

Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's...

Putra213 / claude-workflow-v2-parallel-execution exact

Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be...

Putra213 / claude-workflow-v2-designing-tests exact

Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests,...