Browse Skills
6825 skills found
mcp-deepwiki.md
6
1
export
mcp-deepwiki
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides guidance for using DeepWiki MCP to explore GitHub repository documentation. Use when researching repository structure, understanding library APIs, asking questions about open-source projects, or exploring documentation for any GitHub repository.
2026-01-05
test-driven-development.md
6
1
export
test-driven-development
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
eXtreme Programming Test-Driven Development (XP-style TDD) Skill. This skill provides both reference documentation AND execution capabilities for the full PLAN -> RED -> GREEN -> REFACTOR workflow.
2026-01-05
playwright-testing.md
6
1
export
playwright-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Playwright end-to-end testing for web applications. Cross-browser testing (Chromium, Firefox, WebKit),visual regression, API testing, mobile emulation. Use when writing E2E tests, testing across browsers,or setting up automated UI testing workflows.
2026-01-05
global-commenting.md
6
1
export
global-commenting
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Write self-documenting code with clear naming and structure, adding minimal, evergreen comments only when necessary to explain complex logic. Use this skill when writing or reviewing any code that might need comments. When refactoring code to make it more self-explanatory through better naming and structure. When deciding whether to add or remove comments from existing code. When ensuring comments explain why something is done rather than what is being done. When reviewing code to remove outdated or temporary change-related comments. This skill applies to all programming languages and all types of code files.
2026-01-05
google-chat-formatting.md
6
1
export
google-chat-formatting
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Convert text to Google Chat compatible formatting (Markdown to Google Chat syntax). Use when formatting messages for Google Chat, converting Markdown documents for Google Chat, or when the user mentions Google Chat formatting.
2026-01-05
x-cmd-knowledge.md
6
1
export
x-cmd-knowledge
2
from
"x-cmd/skill"
from
"x-cmd/skill"
3
This skill provides access to various knowledge search tools through x-cmd CLI, including Hacker News, Wikipedia, DuckDuckGo search, RFC documents, Project Gutenberg books, and Stack Exchange. This skill should be used when users need to search for technical information, browse online knowledge bases, or access documentation from command line interfaces.
2026-01-05
global-coding-style.md
6
1
export
global-coding-style
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Maintain consistent code formatting, naming conventions, and structure across the entire codebase with automated tools and clear standards. Use this skill when writing any code in any language or framework. When naming variables, functions, classes, or files. When formatting code with proper indentation and line breaks. When refactoring code to remove duplication or extract reusable functions. When running linters or formatters to ensure consistency. When removing dead code, unused imports, or commented-out blocks. When applying DRY principles to avoid code duplication. This skill applies universally to all programming tasks.
2026-01-05
quality-run-linters.md
6
1
export
quality-run-linters
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Run all configured linters including mojo format, markdownlint, and pre-commit hooks. Use before committing code to ensure quality standards are met.
2026-01-05
hardened-outline-driven-development.md
6
1
export
hardened-outline-driven-development
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Automated validation orchestration across proof, spec, type, contract, and test artifacts with configurable precedence and gating. This skill provides both reference documentation AND execution capabilities for the full PLAN -> CREATE -> EXECUTE -> REPORT workflow.
2026-01-05
pikacss-expert.md
6
1
export
pikacss-expert
2
from
"pikacss/pikacss"
from
"pikacss/pikacss"
3
Expert guidance for using PikaCSS—an Atomic CSS-in-JS engine that combines CSS-in-JS syntax with Atomic CSS output. Use when users ask about PikaCSS styling, configuration, plugins, shortcuts, selectors, TypeScript integration, or need help writing PikaCSS code.
2026-01-05
documenting-stack.md
6
1
export
documenting-stack
2
from
"plvo/create-faster"
from
"plvo/create-faster"
3
Use when documenting stacks, databases, or ORMs in create-faster MDX docs - focuses on technical changes and what we add beyond official setup
2026-01-05
issue-filing.md
6
1
export
issue-filing
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
File framework issues after exhausting other approaches. Document complex problems with multiple failed attempts for framework authors. REQUIRES user permission. Use only after checking docs, community-docs, and trying multiple approaches.
2026-01-05
deepwiki-api.md
6
1
export
deepwiki-api
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill enables GitHub repository documentation exploration using DeepWiki API directly via curl. Use when researching repository structure, understanding library APIs, or asking questions about open-source projects. MCP server not required.
2026-01-05
dgroomes-project-conventions.md
6
1
export
dgroomes-project-conventions
2
from
"dgroomes/my-software"
from
"dgroomes/my-software"
3
Conventions and style guidelines for dgroomes' personal projects. Use when upgrading, maintaining, or creating projects in dgroomes' repositories. Covers README style, Gradle configuration, version catalogs, commit messages, and general code conventions.
2026-01-05
dev-swarm-project-restore.md
6
1
export
dev-swarm-project-restore
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Restore a project from 99-archive, a remote git repo, or a local codebase back to the workspace root, including reconstructing missing docs, stages, and sprints. Use when the user asks to resume work on an existing project.
2026-01-05
schematic-generation.md
6
1
export
schematic-generation
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Generate color-coded electronics schematic diagrams from wiring documentation using AI image generation.Parses WIRING.md or similar documentation files, researches component pinouts via web search,and generates visual schematic images with hobby-friendly color coding using Nano Banana Pro.Use when the user wants to:- Generate a schematic from wiring documentation- Visualize circuit connections from a WIRING.md file- Create circuit diagrams for embedded projects- Generate hardware documentation imagesTriggers: "generate schematic", "create schematic", "schematic from wiring","visualize circuit", "circuit diagram", "wiring diagram image"
2026-01-05
web-investigation.md
6
1
export
web-investigation
2
from
"rosssaunders/coincise"
from
"rosssaunders/coincise"
3
Investigate website structure and debug web scraping using Chrome DevTools MCP. Use when analyzing documentation frameworks, debugging extraction issues, understanding HTML structure, investigating why web content isn't being captured correctly, or exploring API documentation sites. Covers Redocly, Swagger UI, and other modern documentation frameworks.
2026-01-05
translate-article.md
6
1
export
translate-article
2
from
"nozomi-koborinai/koborin-ai"
from
"nozomi-koborinai/koborin-ai"
3
Translate MDX articles between English and Japanese for global engineers. Use when the user says "translate this article", "convert to Japanese/English", or asks to localize content in `src/content/docs/`. Auto-detects source language and outputs to the correct i18n path.
2026-01-05
c3.md
6
1
export
c3
2
from
"lagz0ne/c3-skill"
from
"lagz0ne/c3-skill"
3
Use when project needs C3 adoption (no .c3/) or auditing existing C3 docs.Triggers: "adopt C3", "onboard", "scaffold", "audit", "validate", "check C3", "init".NOT for navigation (use c3-query) or changes (use c3-alter).
2026-01-05
completions.md
6
1
export
completions
2
from
"bendrucker/dotfiles"
from
"bendrucker/dotfiles"
3
ZSH completion system patterns and conventions. Use when implementing custom completion handling, writing completion files, or working with zsh autocomplete. Do not use when installing packages from homebrew, since that typically installs completions automatically.
2026-01-05
community-docs.md
6
1
export
community-docs
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Community superstitions - unverified observations from pattern development. Use when encountering undocumented edge cases or framework quirks not in official docs. Verified knowledge should be upstreamed to labs docs.
2026-01-05
interactive-writing-assistant.md
6
1
export
interactive-writing-assistant
2
from
"jykim/claude-obsidian-skills"
from
"jykim/claude-obsidian-skills"
3
This skill provides comprehensive support for the writing process from ideation through revision. Use this skill when helping users write essays, articles, or creative pieces through interactive collaboration. The skill supports co-evolving outline and prose, voice-based input processing, multiple writing styles, and connection to the user's PKM system for enriched content.
2026-01-05
idiomatic-rust.md
6
1
export
idiomatic-rust
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
2026-01-05
create-connector-document.md
6
1
export
create-connector-document
2
from
"databrickslabs/lakeflow-community-connectors"
from
"databrickslabs/lakeflow-community-connectors"
3
Generate public-facing documentation for a connector targeted at end users.
2026-01-05