Browse Skills
44656 skills found
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
user-service.md
16
1
export
user-service
2
from
"VilnaCRM-Org/user-service"
from
"VilnaCRM-Org/user-service"
3
No description provided
2026-01-24
generating-agents-md.md
16
1
export
generating-agents-md
2
from
"srtab/daiv"
from
"srtab/daiv"
3
Generates or updates an AGENTS.md file by scanning a repository for structure, commands, tests, and conventions. Use when a user asks to create or improve `AGENTS.md` for a repository.
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
task-breakdown-phase.md
16
1
export
task-breakdown-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
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
staging-validation-phase.md
16
1
export
staging-validation-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Guides manual staging validation before production deployment through smoke tests, critical user flow testing, data migration verification, and rollback capability checks. Use when validating staging deployments, running pre-production tests, or preparing for production promotion in staging-prod deployment model. (project)
2026-01-05
dqmc-generate.md
16
1
export
dqmc-generate
2
from
"edwnh/dqmc"
from
"edwnh/dqmc"
3
Create HDF5 simulation files for DQMC with specified physical parameters. Use when setting up new simulations, specifying lattice size, interaction strength U, chemical potential mu, temperature (via dt and L), or number of Monte Carlo sweeps.
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
implementation-phase.md
16
1
export
implementation-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Executes implementation tasks using Test-Driven Development, prevents code duplication through anti-duplication checks, and maintains quality through continuous testing. Use when implementing features from tasks.md, during the /implement phase, or when the user requests TDD-based implementation. (project)
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
ultrathink.md
16
1
export
ultrathink
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Deep planning philosophy for craftsman-level architecture. Transforms planning from research-then-design to research-question-simplify-design. Use when --deep flag is set, for epics, complex features (30+ tasks), or when auto_deep_mode preference is enabled. Invokes assumption questioning, codebase soul analysis, and ruthless simplification. (project)
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
presubmit.md
16
1
export
presubmit
2
from
"wowsignal-io/pedro"
from
"wowsignal-io/pedro"
3
Complete the required presubmit. Use before declaring a feature finished, after a large refactor or when asked.
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
task-breakdown-phase.md
16
1
export
task-breakdown-phase
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Standard Operating Procedure for /tasks phase. Covers task sizing, acceptance criteria definition, and TDD-first task sequencing. (project)
2026-01-05
mockup-extraction.md
16
1
export
mockup-extraction
2
from
"marcusgoll/Spec-Flow"
from
"marcusgoll/Spec-Flow"
3
Extract reusable components from approved HTML mockups during implementation. Identifies patterns, maps CSS to Tailwind, and populates prototype-patterns.md for visual fidelity. Use at start of /implement for UI-first features.
2026-01-05
dqmc-analyze.md
16
1
export
dqmc-analyze
2
from
"edwnh/dqmc"
from
"edwnh/dqmc"
3
Extract physical observables with error estimates from completed DQMC simulations. Use when computing density, double occupancy, spin correlations, structure factors, or any measured quantity from simulation data.
2026-01-05
video-subtitle.md
16
1
export
video-subtitle
2
from
"team-attention/ai-builders-meetup"
from
"team-attention/ai-builders-meetup"
3
동영상에서 자막을 자동 생성하고 발표자료 기반으로 교정하는 스킬.
"자막 생성", "영상 자막", "STT", "subtitle" 요청에 사용.
mlx-whisper로 추출 → 중복 정리 → 발표자료 기반 교정까지 자동화.
2026-01-05