Browse Skills

22656 skills found

writing-pull-requests.md
3
1 export writing-pull-requests
2 stephendolan from "stephendolan/dotfiles"
3 Draft concise PR descriptions with summary and problem statement. Use when creating pull requests, writing PR descriptions, or using gh pr create. Avoids verbose sections like technical details, testing notes, and implementation specifics.
2026-01-05
skill-creator.md
3
1 export skill-creator
2 d-o-hub from "d-o-hub/rust-self-learning-memory"
3 Create new Claude Code skills with proper directory structure, SKILL.md file, and YAML frontmatter. Use this skill when you need to create a new reusable knowledge module for Claude Code.
2026-01-05
tmux.md
3
1 export tmux
2 iamhenry from "iamhenry/ai-project-starter-kit"
3 Manage concurrent background processes using tmux. Use when spawning dev servers, running long-running tasks, monitoring multiple processes, or capturing output from background commands without blocking the main session.
2026-01-05
system-prompt-engineering.md
3
1 export system-prompt-engineering
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design effective system prompts for custom agents. Use when creating agent system prompts, defining agent identity and rules, or designing high-impact prompts that shape agent behavior.
2026-01-05
codebase-context.md
3
1 export codebase-context
2 seanchatmangpt from "seanchatmangpt/agile-protocol-specification"
3 Generates and maintains codebase context documentation (.context.md files).Implements the Codebase Context Specification for AI-friendly projectdocumentation. Activates when documenting architecture or onboarding.
2026-01-05
hitl-design.md
3
1 export hitl-design
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design human-in-the-loop workflows including review queues, escalation patterns, feedback loops, and quality assurance for AI systems.
2026-01-05
daily-morning-routine-base.md
3
1 export daily-morning-routine-base
2 ZachBeta from "ZachBeta/claude-as-coach"
3 Framework for starting new daily chat with gentle context loading from previous day's summary. Use when user says "good morning", starts new chat with minimal prompt, or explicitly requests morning brief. Loads yesterday's summary and generates scannable brief. Optimized for low cognitive load during morning wakeup. Extend with personal metrics and protocols.
2026-01-05
python.md
3
1 export python
2 martinholovsky from "martinholovsky/claude-skills-generator"
3 Backend services development with Python emphasizing security, performance, and maintainability for JARVIS AI Assistant
2026-01-05
image-generation.md
3
1 export image-generation
2 jkitchin from "jkitchin/skillz"
3 AI-powered image generation and editing using Google Gemini and OpenAI DALL-E models.Generate images from text descriptions, edit existing images, create logos/stickers,apply style transfers, and produce product mockups.Use this skill when the user requests:- Image generation from text descriptions- Image editing or modifications- Logos, stickers, or graphic design assets- Product mockups or visualizations- Style transfers or artistic effects- Iterative image refinementAvailable models: gemini-2.5-flash-image, gemini-3-pro-image-preview, dall-e-3, dall-e-2Inspired by: https://github.com/EveryInc/every-marketplace/tree/main/plugins/compounding-engineering/skills/gemini-imagegen
2026-01-05
insforge-schema-patterns.md
3
1 export insforge-schema-patterns
2 Microck from "Microck/ordinary-claude-skills"
3 Database schema patterns for InsForge including social graphs, e-commerce, content publishing, and multi-tenancy with RLS policies. Use when designing data models with relationships, foreign keys, or Row Level Security.
2026-01-05
devspeculate.md
3
1 export devspeculate
2 kevinslin from "kevinslin/llm"
3 Always use this skill to provide context on the codebase. Automatically initializes and references the Speculate documentation framework (coding rules, shortcuts, templates, and project specs) to ensure agents understand project structure, development workflows, and coding standards. Use for every task to maintain context and code quality.
2026-01-05
hook-management.md
3
1 export hook-management
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Claude Code hooks management in this repository. Automates enforcement of critical repository rules through hooks. Use when adding hooks, managing hooks, configuring hooks, troubleshooting hooks, or understanding hook behavior. Delegates to docs-management skill for official hooks documentation. Provides organization-specific patterns, configuration management, and workflow guidance.
2026-01-05
dhh-rails-expert.md
3
1 export dhh-rails-expert
2 nityeshaga from "nityeshaga/claude-code-essentials"
3 Expert at writing and reviewing Rails code following DHH's style as practiced at 37signals. Use when writing new Rails code, reviewing Rails code, making architectural decisions in Rails apps.
2026-01-05
gemini-cli-docs.md
3
1 export gemini-cli-docs
2 melodic-software from "melodic-software/claude-code-plugins"
3 Single source of truth and librarian for ALL Gemini CLI documentation. Manages local documentation storage, scraping, discovery, and resolution. Use when finding, locating, searching, or resolving Gemini CLI documentation; discovering docs by keywords, category, tags, or natural language queries; scraping from llms.txt; managing index metadata (keywords, tags, aliases); or rebuilding index from filesystem. Run scripts to scrape, find, and resolve documentation. Handles doc_id resolution, keyword search, natural language queries, category/tag filtering, alias resolution, llms.txt parsing, markdown subsection extraction for internal use, hash-based drift detection, and comprehensive index maintenance.
2026-01-05
use-case-20.md
3
1 export use-case-20
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use Case 2.0 methodology by Ivar Jacobson. Covers use case slices, lightweight documentation, user story derivation, and value-driven prioritization. Modern approach to use case modeling for agile teams.
2026-01-05
cloudflare-ai-gateway.md
3
1 export cloudflare-ai-gateway
2 enuno from "enuno/claude-command-and-control"
3 Cloudflare AI Gateway for unified interface to AI providers with caching, rate limiting, and analytics
2026-01-05
linear-mcp-integration.md
3
1 export linear-mcp-integration
2 lambda-curry from "lambda-curry/devagent"
3 Use Linear MCP server functions to interact with Linear issues, projects, teams, and comments. Use when: (1) Fetching issue requirements and acceptance criteria from Linear, (2) Validating PR changes against Linear issue requirements, (3) Creating or updating Linear issues and comments, (4) Checking issue status, labels, or relationships, (5) Listing issues by team, assignee, or project, or (6) Any Linear project management operation. Requires Linear MCP server configured and authenticated.
2026-01-05
codex-skill.md
3
1 export codex-skill
2 Microck from "Microck/ordinary-claude-skills"
3 Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.
2026-01-05
composable-primitives.md
3
1 export composable-primitives
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design composable agentic primitives for flexible workflows. Use when creating reusable workflow building blocks, designing SDLC primitives, or building agent operations that can be combined in different ways.
2026-01-05
runners.md
3
1 export runners
2 atrawog from "atrawog/bazzite-ai"
3 Self-hosted GitHub Actions runner management via Podman Quadlet. Supportsmulti-instance pools with ephemeral storage, automatic token generation,and rolling updates. Use when users need to set up CI/CD runners fortheir GitHub repositories.
2026-01-05
code-review.md
3
1 export code-review
2 ue-too from "ue-too/ue-too"
3 Perform thorough code reviews with focus on security, performance, maintainability, and best practices. Use when reviewing code changes, pull requests, entire files, or codebase audits across any programming language.
2026-01-05
tarot-reading-expert.md
3
1 export tarot-reading-expert
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 Comprehensive tarot expert covering Major and Minor Arcana, spreads, symbolism, and interpretative frameworks from Rider-Waite to Thoth traditions
2026-01-05
devsecops-expert.md
3
1 export devsecops-expert
2 martinholovsky from "martinholovsky/claude-skills-generator"
3 Expert DevSecOps engineer specializing in secure CI/CD pipelines, shift-left security, security automation, and compliance as code. Use when implementing security gates, container security, infrastructure scanning, secrets management, or building secure supply chains.
2026-01-05
gemini-context-bridge.md
3
1 export gemini-context-bridge
2 melodic-software from "melodic-software/claude-code-plugins"
3 Facilitates context sharing and strategic delegation between Claude Code and Gemini CLI. Syncs CLAUDE.md to GEMINI.md and provides agent selection guidance. Use when onboarding Gemini to a project, syncing instructions between agents, or deciding whether to use Claude or Gemini for a specific task.
2026-01-05