Browse Skills

44969 skills found

shell-scripting.md
1
1 export shell-scripting
2 89jobrien from "89jobrien/steve"
3 Shell scripting best practices and patterns. Use when writing bash/zsh scripts, automating tasks, creating CLI tools, or debugging shell commands.
2026-01-05
parallel-orchestrator.md
1
1 export parallel-orchestrator
2 Shakes-tzd from "Shakes-tzd/htmlgraph"
3 Orchestrate parallel agent workflows using HtmlGraph's ParallelWorkflow. Activate when planning multi-agent work, using Task tool for sub-agents, or coordinating concurrent feature implementation.
2026-01-05
sqlite-test-validator.md
1
1 export sqlite-test-validator
2 paleoterra from "paleoterra/PaleoRose"
3 Test and validate SQLite database migrations and schema changes
2026-01-05
improve-flow.md
1
1 export improve-flow
2 rohunvora from "rohunvora/my-claude-skills"
3 This skill should be used when users drop off mid-task, motivation fades, or experiences feel flat. Applies Peak-End Rule, Goal-Gradient Effect, and Zeigarnik Effect.
2026-01-05
global-standards.md
1
1 export global-standards
2 89jobrien from "89jobrien/steve"
3 Project-wide coding standards and conventions specialist. Use PROACTIVELY when writing code, making architectural decisions, or establishing project conventions. Covers coding style, commenting, error handling, validation, tech stack consistency, and project conventions across all languages and frameworks.
2026-01-05
architecture-patterns.md
1
1 export architecture-patterns
2 Zate from "Zate/cc-plugins"
3 This skill should be used for system design, design patterns, architectural decisions, SOLID principles, clean code structure, code organization, refactoring strategy, software architecture
2026-01-05
docs-manager.md
1
1 export docs-manager
2 Leo910032 from "Leo910032/temp2"
3 Professional documentation management system for technical guides. Creates, updates, searches, and manages markdown documentation with intelligent indexing, relationship tracking, and automatic metadata. Use when creating documentation, documenting code, searching for guides, updating docs after code changes, or managing documentation relationships. Also use before modifying code to check for related documentation.
2026-01-05
security-encryption.md
1
1 export security-encryption
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-server-side-game-dev"
3 Game server security including encryption, anti-cheat, and secure communication
2026-01-05
using-superpowers-sdd.md
1
1 export using-superpowers-sdd
2 rhuss from "rhuss/cc-superpowers-sdd"
3 Establishes SDD methodology - workflow routing, process discipline, spec-first principle, and skill discovery. Use when starting any SDD conversation to determine which workflow skill to invoke.
2026-01-05
bootstrap-node.md
1
1 export bootstrap-node
2 X-McKay from "X-McKay/kubani"
3 Bootstrap a new node for Kubernetes without joining it to the cluster. Use when preparing nodes in advance, testing setup, or staging hardware.
2026-01-05
swiftui-patterns.md
1
1 export swiftui-patterns
2 Gaku52 from "Gaku52/claude-code-skills"
3 SwiftUI開発パターン・ベストプラクティス。状態管理、ナビゲーション、レイアウト、アニメーション、パフォーマンス最適化など、モダンなSwiftUIアプリケーション開発の実践的なガイド。
2026-01-05
modal-dialog-builder.md
1
1 export modal-dialog-builder
2 MaciWP from "MaciWP/CV_Astro"
3 Build accessible modal dialogs with focus management, keyboard navigation, backdrop, animations. React, Vue 3, Headless UI, Radix UI. Keywords - modal, dialog, popup, overlay, accessible modal, focus trap, keyboard navigation, headless ui
2026-01-05
cicd-pipeline-management.md
1
1 export cicd-pipeline-management
2 hackur from "hackur/web-standards-playground-showcase"
3 GitLab CI/CD pipeline optimization, Docker image building, caching strategies, and 3-stage deployment workflow
2026-01-05
version-updater.md
1
1 export version-updater
2 semicolon-devteam from "semicolon-devteam/semo"
3 SEMO 패키지 버전 체크 및 업데이트 알림. Use when:(1) 새 세션 시작 시 자동 체크, (2) 수동 버전 확인 요청,(3) SEMO 업데이트 실행.
2026-01-05
rpg-ruleset-cli.md
1
1 export rpg-ruleset-cli
2 saw235 from "saw235/haskell-monorepo"
3 Manage and query tabletop RPG rulesets using the rpg-ruleset-cli tool with category theory-inspired categorical architecture. Use when users want to create, organize, search, or validate RPG rules, or work with theories, interpretations, worlds, entities, and transport functors.
2026-01-05
org-chart-generator.md
1
1 export org-chart-generator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Generate organizational hierarchy charts from CSV, JSON, or nested data. Supports multiple layouts, department coloring, and PNG/SVG/PDF export.
2026-01-05
rails-8-features-new-capabilities.md
1
1 export rails-8-features-new-capabilities
2 sjnims from "sjnims/iron-chef-claude-rails"
3 This skill should be used when the user asks about "Rails 8", "Rails 8 features", "Solid Cache", "Solid Queue", "Solid Cable", "Rails 8 authentication", "Kamal 2", "what's new in Rails 8", "Rails 8 improvements", or discusses Rails 8-specific features and capabilities. Load this skill when providing guidance on Rails 8's new integrated solutions and deployment strategies.
2026-01-05
review-implementing.md
1
1 export review-implementing
2 LEEI1337 from "LEEI1337/phantom-neural-cortex"
3 Process and implement code review feedback systematically. Use when user provides reviewer comments, PR feedback, code review notes, or asks to implement suggestions from reviews. Activates on phrases like "implement this feedback", "address review comments", "fix review issues", "apply these suggestions", or when user pastes reviewer notes.
2026-01-05
redis-transactions.md
1
1 export redis-transactions
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-redis"
3 Master Redis transactions - MULTI/EXEC, WATCH for optimistic locking, Lua scripting, and atomic operation patterns
2026-01-05
investigating-warnings.md
1
1 export investigating-warnings
2 cassamajor from "cassamajor/xcnf"
3 Don't dismiss warnings without understanding them - investigate to determine if they indicate bugs, misconfigurations, or are cosmetic, then document findings either way
2026-01-05
testing-test-writing.md
1
1 export testing-test-writing
2 imkdw from "imkdw/imkdw-dev"
3 Write unit and integration tests following the project's testing patterns with Jest. Use this skill when creating test files (*.spec.ts), writing unit tests for DTOs and domain entities, writing integration tests for use cases and queries, setting up test fixtures, or using test utilities. This includes organizing tests in test/unit/ and test/integration/ directories, using proper test naming conventions, mocking external dependencies, and testing with real database transactions for integration tests. Apply when working with any *.spec.ts file, test fixtures, or implementing the project's test-behavior-not-implementation philosophy.
2026-01-05
react-native-builder.md
1
1 export react-native-builder
2 deve1993 from "deve1993/Quickfy-website"
3 Expert in React Native development, native modules, platform-specific code, navigation, AsyncStorage, styling, animations, and app deployment to iOS/Android stores
2026-01-05
ssr-ssg-frameworks.md
1
1 export ssr-ssg-frameworks
2 pluginagentmarketplace from "pluginagentmarketplace/claude-plugin-ecosystem-hub"
3 Master Next.js, Nuxt, and SSR/SSG patterns for server-side rendering and static generation.
2026-01-05
lorem-ipsum-generator.md
1
1 export lorem-ipsum-generator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Generate placeholder text (lorem ipsum) in various formats. Create paragraphs, sentences, words, or custom templates for mockups and testing.
2026-01-05