Browse Skills
17720 skills found
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Rewrites git history safely with dry-run-first workflow. Supports commit amending, squashing, rewording, tag updates, and force pushing. Always proposes plan before execution. Triggers on keywords: rewrite history, squash commits, amend commit, fix commit, update tags, rebase history, clean history, fix tag
2026-01-05
obsidian.md
16
1
export
obsidian
2
from
"gapmiss/obsidian-plugin-skill"
from
"gapmiss/obsidian-plugin-skill"
3
Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files, manifest.json, Plugin class, MarkdownView, TFile, vault operations, or any Obsidian API development.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Expert assistant for authoring Claude Code skills. Creates precise SKILL.md files with proper YAML frontmatter, validates naming conventions, and applies official best practices. Triggers on keywords: writing skills, creating skills, skill authoring, SKILL.md, new skill, skill template, skill validation, skill structure, create skill, update skill
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Alias skill that invokes /dry-run with all arguments passed through. Provides shorthand for dry-run mode. Triggers on keywords: dr, dry run shorthand, alias
2026-01-05
error-recovery.md
16
1
export
error-recovery
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.
2026-01-05
gemini-cli.md
16
1
export
gemini-cli
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
Use Gemini CLI as a complementary AI tool for tasks requiring massive context windows (1M tokens). Invoke when analyzing large codebases, requesting deep analysis with extended thinking, getting second opinions on complex problems, or when Claude's context limits are insufficient. Triggers include phrases like "use gemini", "analyze with gemini", "get second opinion", "deep analysis of codebase", or when processing files exceeding Claude's context capacity.
2026-01-05
blz-source-management.md
16
1
export
blz-source-management
2
from
"outfitter-dev/blz"
from
"outfitter-dev/blz"
3
Teaches how to discover, validate, and add llms.txt documentation sources to the blz CLI. Use when adding documentation to blz, finding llms.txt or llms-full.txt files, validating sources, refreshing content, or managing the documentation index. Covers source discovery, dry-run validation, and index file handling.
2026-01-05
topsail-ci.md
16
1
export
topsail-ci
2
from
"openshift-psap/topsail"
from
"openshift-psap/topsail"
3
Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting
2026-01-05
pester.md
16
1
export
pester
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
PowerShell TDD testing framework guidance for Pester v5+. Use when writing, structuring, or debugging PowerShell unit tests; mocking cmdlets, native commands (bash, git, curl), or .NET types; isolating tests with TestDrive/TestRegistry; capturing output streams; generating code coverage or JUnit/NUnit reports for CI/CD; running parameterized or tagged tests; or troubleshooting Pester Discovery vs Run phase issues.
2026-01-05
shellspec.md
16
1
export
shellspec
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
Comprehensive unit testing framework for Bash and POSIX shell scripts using ShellSpec with TDD/BDD best practices. Use when writing tests for shell scripts, debugging test failures, refactoring scripts for testability, setting up test infrastructure, mocking external dependencies, or implementing test-driven development for Bash/shell projects. Covers test structure, isolation, mocking, output capture, coverage, CI integration, and troubleshooting.
2026-01-05
mcp-builder.md
16
1
export
mcp-builder
2
from
"basher83/Zammad-MCP"
from
"basher83/Zammad-MCP"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
blz-docs-search.md
16
1
export
blz-docs-search
2
from
"outfitter-dev/blz"
from
"outfitter-dev/blz"
3
Teaches effective documentation search using the blz CLI tool. Use when searching documentation with blz, looking up APIs, finding code examples, retrieving citations, or when questions mention libraries, frameworks, "how to", or documentation topics. Covers BM25 full-text search patterns, citation retrieval, and efficient querying.
2026-01-05
element-html-builder.md
16
1
export
element-html-builder
2
from
"rohanthewiz/element"
from
"rohanthewiz/element"
3
Element is a zero dependency library to efficiently generate HTML programmatically, without templates in Go
2026-01-05
create-meta-prompts.md
16
1
export
create-meta-prompts
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
2026-01-05
browser.md
16
1
export
browser
2
from
"default-anton/dotfiles"
from
"default-anton/dotfiles"
3
Minimal Chrome DevTools Protocol tools for browser automation and scraping. Use when you need to start Chrome, navigate pages, execute JavaScript, take screenshots, or interactively pick DOM elements.
2026-01-05
dqmc-run.md
16
1
export
dqmc-run
2
from
"edwnh/dqmc"
from
"edwnh/dqmc"
3
Execute DQMC Monte Carlo sweeps on HDF5 simulation files. Use when running simulations, checkpointing long runs, using the queue system for multiple files, or checking simulation status.
2026-01-05
bats.md
16
1
export
bats
2
from
"OleksandrKucherenko/e-bash"
from
"OleksandrKucherenko/e-bash"
3
Bash Automated Testing System (BATS) for TDD-style testing of shell scripts. Use when: (1) Writing unit or integration tests for Bash scripts, (2) Testing CLI tools or shell functions, (3) Setting up test infrastructure with setup/teardown hooks, (4) Mocking external commands (curl, git, docker), (5) Generating JUnit reports for CI/CD, (6) Debugging test failures or flaky tests, (7) Implementing test-driven development for shell scripts.
2026-01-05
Git Commit Helper.md
16
1
export
Git Commit Helper
2
from
"basher83/Zammad-MCP"
from
"basher83/Zammad-MCP"
3
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
2026-01-05
Unnamed Skill.md
16
1
export
Unnamed Skill
2
from
"MatiasComercio/agentic-config"
from
"MatiasComercio/agentic-config"
3
Expert assistant for creating Claude Code custom slash commands. Guides command file structure, YAML frontmatter configuration, variable syntax, and best practices. Triggers on keywords: writing commands, creating commands, slash command, custom command, new command, command template, make command, /command, create command, update command
2026-01-05
using-rails-ai.md
15
1
export
using-rails-ai
2
from
"zerobearing2/rails-ai"
from
"zerobearing2/rails-ai"
3
Rails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development
2026-01-20
seedream-image-generator.md
15
1
export
seedream-image-generator
2
from
"eze-is/seedream-image-generator"
from
"eze-is/seedream-image-generator"
3
Generate images using the Doubao SeeDream API based on text prompts. Use this skill when users request AI-generated images, artwork, illustrations, or visual content creation. The skill handles API calls, downloads generated images to the project's /pic folder, and supports batch generation of up to 4 sequential images.
2026-01-21
Dependency Health.md
15
1
export
Dependency Health
2
from
"yaleh/meta-cc"
from
"yaleh/meta-cc"
3
Security-first dependency management methodology with batch remediation, policy-driven compliance, and automated enforcement. Use when security vulnerabilities exist in dependencies, dependency freshness low (outdated packages), license compliance needed, or systematic dependency management lacking. Provides security-first prioritization (critical vulnerabilities immediately, high within week, medium within month), batch remediation strategy (group compatible updates, test together, single PR), policy-driven compliance framework (security policies, freshness policies, license policies), and automation tools for vulnerability scanning, update detection, and compliance checking. Validated in meta-cc with 6x speedup (9 hours manual to 1.5 hours systematic), 3 iterations, 88% transferability across package managers (concepts universal, tools vary by ecosystem).
2025-12-13
commit.md
15
1
export
commit
2
from
"ujuc/dotrc"
from
"ujuc/dotrc"
3
Creates git commits following team's version control guidelines. Use when the user asks to "commit changes", "create a commit", "make a commit", "커밋해줘", "변경사항 저장", "커밋 메시지 작성", "커밋 만들어줘", or needs to commit staged/unstaged changes to git.
2026-01-12
development-process.md
15
1
export
development-process
2
from
"serpro69/ktchn8s"
from
"serpro69/ktchn8s"
3
1. Always try to use latest versions for dependencies.
2026-01-08