Loading...
Loading...
Found 48002 skills
aspiers
Guides creation and maintenance of Claude Code skills following Anthropic's best practices for structure, naming, and testing.
aspiers
Automates code linting to enforce repository-specific coding standards, ensuring quality before commits.
aspiers
Reviews code for quality, security, and maintainability to ensure high standards before integration.
aspiers
Automates removal of duplicated code by extracting shared logic into reusable components, enhancing code maintainability and reducing errors.
aspiers
Refactors large, complex code units into smaller, focused components to enhance maintainability and readability.
aspiers
Orchestrates end-to-end development workflows for feature implementation, including quality control checks.
aspiers
Creates and refactors Claude Code slash commands and OpenCode command files that delegate to other skills, following a structured delegation pattern.
aspiers
Creates subagent definitions for Claude Code and OpenCode that delegate to skills, enabling structured agent composition and refactoring.
firstloophq
Enables custom scrollbar theming in macOS WKWebView apps, resolving native styling issues and supporting styled scroll containers.
firstloophq
Automates application version number incrementing for releases, handling common versioning requests like 'bump version' or 'prepare release'.
firstloophq
Automates creation of new Claude Skills with standardized structure, frontmatter, and development best practices.
firstloophq
Guides implementation of keyboard navigation and focus indicators for macOS native apps (WKWebView) and web browsers, including Tab key fixes and focus ring debugging.
firstloophq
Guide for developing and maintaining a ProseMirror-based notes editor with features like todos, checkboxes, and wiki links.
joe-re
Automates version bumping, commit creation, and Git tag pushing for software release management.
StirlingMarketingGroup
Automates GitHub pull request creation with accurate titles, descriptions, and linked issues to ensure comprehensive change documentation.
StirlingMarketingGroup
Intelligently resolves Git rebase conflicts via commit message analysis, streamlining branch updates and commit history cleanup for developers.
s-hiraoku
Provides expert guidance for implementing terminal features in VS Code extensions, covering xterm.js, PTY, input handling, and performance optimization.
s-hiraoku
Provides expert guidance for implementing VS Code WebView features, including secure communication, CSP policies, and performance optimization in extension development.
s-hiraoku
Provides expert guidance for refactoring VS Code extension code, including systematic workflows and code smell detection.
s-hiraoku
Provides expert guidance for developing VS Code extensions, covering feature implementation, debugging, WebView UIs, LSP, performance optimization, and publishing workflows.
s-hiraoku
Guides setup of test environments for VS Code extensions, including test runners, CI/CD pipelines, and coverage tools.
s-hiraoku
Guides debugging web applications via Chrome DevTools for performance analysis, network inspection, and console interaction.
s-hiraoku
Provides expert guidance for implementing Test-Driven Development (TDD) in VS Code extension development, covering test-first approach, Red-Green-Refactor cycles, and test coverage for extension components.
s-hiraoku
Expert guidance for debugging VS Code extensions, covering runtime errors, memory leaks, WebView issues, and TypeScript type errors with systematic workflows.