Browse Skills

18175 skills found

bd-issue-tracking.md
6
1 export bd-issue-tracking
2 kaihendry from "kaihendry/dabase.com"
3 Track complex, multi-session work with dependency graphs using bd (beads) issue tracker. Use when work spans multiple sessions, has complex dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
test-and-fix-connector.md
6
1 export test-and-fix-connector
2 databrickslabs from "databrickslabs/lakeflow-community-connectors"
3 Validate a connector by running the test suite, diagnosing failures, and applying fixes until all tests pass.
2026-01-05
vscode-webview-expert.md
6
1 export vscode-webview-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides expert-level guidance for implementing VS Code WebView features. Use when creating WebView panels, implementing secure CSP policies, handling Extension-WebView communication, managing WebView state persistence, optimizing WebView performance, or debugging WebView rendering issues. Covers security best practices, message protocols, and VS Code-specific WebView patterns.
2026-01-05
github-social-preview.md
6
1 export github-social-preview
2 laurigates from "laurigates/dotfiles"
3 Generate GitHub repository social preview images (Open Graph images).Creates 1280x640 PNG images optimized for social media sharing.Uses nano-banana-pro for AI image generation with GitHub-specific prompts.Use when user mentions: social preview, Open Graph image, OG image,repository image, GitHub preview, social media preview, repo thumbnail,share image, or needs an image for repository settings.
2026-01-05
frontend-design.md
6
1 export frontend-design
2 b-open-io from "b-open-io/prompts"
3 Create distinctive, bold UI designs that avoid generic AI aesthetics. This skill should be used when users want frontend components with strong visual identity, creative typography, intentional color palettes, and production-grade animations - specifically to avoid the bland, safe, homogeneous "AI slop" that plagues most generated interfaces.
2026-01-05
implement-builtin.md
6
1 export implement-builtin
2 feather-lang from "feather-lang/feather"
3 Implements new TCL builtin commands or subcommands in feather. Use when adding new TCL commands like lrepeat, or new subcommands to existing commands like namespace.
2026-01-05
plexus-classifier-guidelines-management.md
6
1 export plexus-classifier-guidelines-management
2 AnthusAI from "AnthusAI/Plexus"
3 The format for guidelines documents for Plexus scorecard scores and the validation tool.
2026-01-05
swift-localization.md
6
1 export swift-localization
2 jamesmontemagno from "jamesmontemagno/app-trimly"
3 Best practices for internationalizing Swift/SwiftUI applications using LocalizedStringResource, String Catalogs (.xcstrings), and type-safe localization patterns. Use when implementing multi-language support, adding new UI strings, or refactoring hardcoded text in Swift apps.
2026-01-05
issue-filing.md
6
1 export issue-filing
2 jkomoros 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
ai-native-development.md
6
1 export ai-native-development
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Build AI-first applications with RAG pipelines, embeddings, vector databases, agentic workflows, and LLM integration. Master prompt engineering, function calling, streaming responses, and cost optimization for 2025+ AI development.
2026-01-05
release-notes.md
6
1 export release-notes
2 atournayre from "atournayre/claude-marketplace"
3 Génère des notes de release HTML orientées utilisateurs finaux. Transforme les commits techniques en descriptions accessibles sans jargon.
2026-01-05
deepwiki-api.md
6
1 export deepwiki-api
2 s-hiraoku 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
mcp-brave-search.md
6
1 export mcp-brave-search
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides guidance for using Brave Search MCP to search the web. Use when searching for current information, news, articles, local businesses, or any web content. Supports both general web searches and location-based local searches.
2026-01-05
sync-all-channels.md
6
1 export sync-all-channels
2 dparedesi from "dparedesi/YTScribe"
3 Extract videos from all enabled YouTube channels in channels.yaml. Use for batch updating video lists before downloading transcripts overnight.
2026-01-05
python-packaging.md
6
1 export python-packaging
2 laurigates from "laurigates/dotfiles"
3 Build and publish Python packages with uv and modern build tools. Covers uv build,uv publish, pyproject.toml, versioning, entry points, and PyPI publishing.Use when user mentions building packages, publishing to PyPI, uv build, uv publish,package distribution, or Python wheel/sdist creation.
2026-01-05
type-safety-validation.md
6
1 export type-safety-validation
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Achieve end-to-end type safety with Zod runtime validation, tRPC type-safe APIs, Prisma ORM, and TypeScript 5.7+ features. Build fully type-safe applications from database to UI for 2025+ development.
2026-01-05
requirements-engineer.md
6
1 export requirements-engineer
2 martinellich from "martinellich/aiup-marketplace"
3 Creates requirements catalogs.
2026-01-05
mcp-playwright.md
6
1 export mcp-playwright
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides guidance for using Playwright MCP for browser automation. Use when navigating web pages, interacting with web elements, taking screenshots, filling forms, running browser tests, or automating any browser-based tasks.
2026-01-05
web-investigation.md
6
1 export web-investigation
2 rosssaunders 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 nozomi-koborinai 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
backend-api.md
6
1 export backend-api
2 coreyja from "coreyja/coreyja.com"
3 Design and implement RESTful API endpoints following REST principles, consistent naming conventions, and proper HTTP methods. Use this skill when creating or modifying API routes, controllers, or handlers in backend code. When implementing endpoint logic that handles HTTP requests (GET, POST, PUT, PATCH, DELETE). When working with API versioning, query parameters, or response formatting. When defining URL structures for resource-based endpoints. When setting up rate limiting or HTTP status code handling. When working with files like route definitions, controller files, API handler modules, or web framework configuration files.
2026-01-05
proof-driven-development.md
6
1 export proof-driven-development
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Run proof-driven development using Lean 4 for formal verification - comprehensive skill handling both design (planning) and execution (verification)
2026-01-05
form-patterns.md
6
1 export form-patterns
2 spences10 from "spences10/devhub-crm"
3 DaisyUI v5 form patterns. Use for inputs, selects, textareas, validation, and form structure with fieldset/legend.
2026-01-05
playwright-browser-take-screenshot.md
6
1 export playwright-browser-take-screenshot
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To take a screenshot of a page or element, capture an image for visual verification.
2026-01-05