Browse Skills

17720 skills found

yq-yaml-processing.md
6
1 export yq-yaml-processing
2 laurigates from "laurigates/dotfiles"
3 YAML querying, filtering, and transformation with yq command-line tool. Use when working with YAML files, parsing YAML configuration, modifying Kubernetes manifests, GitHub Actions workflows, or transforming YAML structures.
2026-01-05
playwright-browser-evaluate.md
6
1 export playwright-browser-evaluate
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To run JavaScript in the page context, evaluate an expression on the page or a specific element for inspection or manipulation.
2026-01-05
global-validation.md
6
1 export global-validation
2 coreyja from "coreyja/coreyja.com"
3 Implement secure, comprehensive input validation on both client and server sides using allowlists, type checking, and sanitization to prevent injection attacks. Use this skill when handling user input from forms, API requests, or any external data source. When implementing form validation logic with field-specific error messages. When validating data types, formats, ranges, and required fields. When sanitizing input to prevent SQL injection, XSS, or command injection. When validating business rules like sufficient balance or valid date ranges. When implementing both client-side validation for user experience and mandatory server-side validation for security.
2026-01-05
dev-swarm-git-merge.md
6
1 export dev-swarm-git-merge
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Perform git partial merges (checkout specific folders from another branch) and squash merges (clean single-commit integration) to selectively integrate changes across branches.
2026-01-05
terminal-expert.md
6
1 export terminal-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides unified expert-level guidance for terminal implementation in VS Code extensions. Covers xterm.js API and addons, VS Code terminal architecture, PTY integration, session persistence, input handling (keyboard/IME/mouse), shell integration with OSC sequences, and performance optimization. Use when implementing any terminal-related features.
2026-01-05
ticket-drafting-guidelines.md
6
1 export ticket-drafting-guidelines
2 laurigates from "laurigates/dotfiles"
3 Structured guidelines for drafting GitHub issues and technical tickets.Uses What/Why/How format with concise descriptions, markdown formatting,and positive framing without estimates or bold claims.Use when user mentions creating issues, drafting tickets, writing bug reports,GitHub issue templates, or structuring technical tickets.
2026-01-05
dbcli-interactive.md
6
1 export dbcli-interactive
2 tteamtm from "tteamtm/dbcli"
3 Interactive SQL mode for 30+ databases using DbCli. Provides REPL environment for exploratory queries, rapid prototyping, and database administration. Includes safety prompts before dangerous operations (UPDATE/DELETE/DROP). Use when user wants interactive database session.
2026-01-05
doc-issue-readme.md
6
1 export doc-issue-readme
2 mvillmow from "mvillmow/ml-odyssey"
3 Post structured documentation to GitHub issue as a comment. Use when starting work on an issue to document approach and track progress.
2026-01-05
terminal-title.md
6
1 export terminal-title
2 bluzername from "bluzername/claude-code-terminal-title"
3 Automatically updates terminal window title to reflect the current high-level task. Use at the start of every Claude Code session when the user provides their first prompt, and whenever the user switches to a distinctly new high-level task. Helps developers manage multiple Claude Code terminals by providing clear, at-a-glance identification of what each terminal is working on.
2026-01-05
notebooklm.md
6
1 export notebooklm
2 b-open-io from "b-open-io/prompts"
3 Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
2026-01-05
dbcli-query.md
6
1 export dbcli-query
2 tteamtm from "tteamtm/dbcli"
3 Execute SELECT queries on 30+ databases (SQLite, SQL Server, MySQL, PostgreSQL, Oracle, etc.) using DbCli. Returns data in JSON, table, or CSV format. Use when user needs to query databases, read data, or execute SELECT statements.
2026-01-05
cli-demo-gif.md
6
1 export cli-demo-gif
2 b-open-io from "b-open-io/prompts"
3 Generate CLI demo GIFs using vhs (Charmbracelet). Use when creating terminal recordings for README files or documentation.
2026-01-05
browser-automation.md
6
1 export browser-automation
2 EmilLindfors from "EmilLindfors/rust-browser-mcp"
3 Enterprise-grade browser automation using WebDriver protocol. Use when the user needs to automate web browsers, perform web scraping, test web applications, fill forms, take screenshots, monitor performance, or execute multi-step browser workflows. Supports Chrome, Firefox, and Edge with connection pooling and health management.
2026-01-05
typescript-strict-mode.md
6
1 export typescript-strict-mode
2 laurigates from "laurigates/dotfiles"
3 TypeScript strict mode configuration for 2025. Recommended tsconfig.json settings,strict flags explained, moduleResolution strategies (Bundler vs NodeNext),verbatimModuleSyntax, noUncheckedIndexedAccess. Use when setting up TypeScript projectsor migrating to stricter type safety.
2026-01-05
frameworkmakeurls.md
6
1 export frameworkmakeurls
2 atournayre from "atournayre/claude-marketplace"
3 Génère classe Urls + Message CQRS + Handler
2026-01-05
nano-banana-pro.md
6
1 export nano-banana-pro
2 laurigates from "laurigates/dotfiles"
3 Generate images using Google Nano Banana Pro (Gemini 3 Pro Image).This is a generic image generation skill for any context.Use when users want to:- Create images from text descriptions- Generate artwork, photos, or illustrations- Use reference images for style or subject consistency- Create images with specific aspect ratios or resolutionsTriggers: "generate image", "create image", "imagen", "nano banana","make a picture", "draw", "illustrate"
2026-01-05
cursor-remarkable-upload.md
6
1 export cursor-remarkable-upload
2 go-go-golems from "go-go-golems/docmgr"
3 Upload markdown (including docmgr ticket docs) to a reMarkable device as PDF via a local uploader script, with a safe dry-run and optional mirroring of ticket structure. Use when the user asks to send docs to reMarkable, export markdown to PDF for reMarkable, or troubleshoot rmapi/pandoc/xelatex.
2026-01-05
git-commands.md
6
1 export git-commands
2 bearcove from "bearcove/pikru"
3 Git command conventions for pikru. Use when running any git commands to avoid blocking on interactive pager.
2026-01-05
dart-get-widget-tree.md
6
1 export dart-get-widget-tree
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To inspect the Flutter widget tree of the running app, retrieve the widget hierarchy after connecting to the Dart Tooling Daemon.
2026-01-05
helm-debugging.md
6
1 export helm-debugging
2 laurigates from "laurigates/dotfiles"
3 Debug and troubleshoot Helm deployment failures, template errors, and configurationissues. Covers helm template, helm lint, dry-run, debugging YAML parse errors,value type errors, and resource conflicts. Use when user mentions Helm errors,debugging Helm, template rendering issues, or troubleshooting Helm deployments.
2026-01-05
superego.md
6
1 export superego
2 cloud-atlas-ai from "cloud-atlas-ai/superego"
3 Metacognitive oversight. Invoke with "$superego" to evaluate, "$superego init" to set up, "$superego remove" to uninstall.
2026-01-05
project-workflow.md
6
1 export project-workflow
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Development workflow and quality gates for the Bun + TypeScript stack. **ALWAYS use before commits** to ensure quality gates are met. Also use when starting development or when user asks about workflow process. Examples - "before commit", "quality gates", "workflow checklist", "bun commands", "pre-commit checks".
2026-01-05
release-please-protection.md
6
1 export release-please-protection
2 laurigates from "laurigates/dotfiles"
3 Detects and prevents manual edits to release-please managed files (CHANGELOG.md,version fields in package.json, pyproject.toml, Cargo.toml). Provides conventionalcommit templates. Use when editing changelogs, version bumps, release files, orwhen user mentions "release", "changelog", "version bump", or "conventional commits".
2026-01-05
github-impact.md
6
1 export github-impact
2 atournayre from "atournayre/claude-marketplace"
3 Génère automatiquement deux rapports d'impact (métier et technique) pour une PR GitHub et les intègre dans la description.
2026-01-05