Browse Skills
17720 skills found
dart-remove-roots.md
6
1
export
dart-remove-roots
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To remove previously registered Dart project roots, revoke tool access by removing those roots.
2026-01-05
debugging.md
6
1
export
debugging
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Debugging conventions for pikru. Use when adding debug traces or investigating issues. Important rule - leave debug traces in place.
2026-01-05
dev-swarm-use-computer.md
6
1
export
dev-swarm-use-computer
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Control the computer by taking screenshots, moving the mouse, clicking, and typing. Use this skill when you need to interact with GUI applications or perform actions that require visual feedback.
2026-01-05
worktree-switch.md
6
1
export
worktree-switch
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Switch between git worktrees for parallel development. Use when working on multiple issues simultaneously.
2026-01-05
playwright-browser-hover.md
6
1
export
playwright-browser-hover
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To hover over a page element, trigger hover states such as menus or tooltips.
2026-01-05
dart-get-runtime-errors.md
6
1
export
dart-get-runtime-errors
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To read recent runtime errors from a running Dart or Flutter app, fetch runtime errors after connecting to the Dart Tooling Daemon.
2026-01-05
frameworkmakeout.md
6
1
export
frameworkmakeout
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Génère classe Out (DTO immuable pour output)
2026-01-05
skaffold-orbstack.md
6
1
export
skaffold-orbstack
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
OrbStack-optimized Skaffold workflows for local Kubernetes development without port-forward.Use when configuring Skaffold with OrbStack, accessing services via LoadBalancer or Ingress,or when the user mentions OrbStack, k8s.orb.local, service access, or eliminating port-forward.
2026-01-05
extract-videos.md
6
1
export
extract-videos
2
from
"dparedesi/YTScribe"
from
"dparedesi/YTScribe"
3
Extract video metadata from a YouTube channel and save to CSV for tracking. This skill ONLY populates the CSV and does NOT download transcripts.
2026-01-05
vscode-extension-refactorer.md
6
1
export
vscode-extension-refactorer
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides expert-level guidance for refactoring VS Code extension code. Use when extracting classes or functions, reducing code duplication, improving type safety, reorganizing module structure, applying design patterns, or optimizing performance. Covers systematic refactoring workflows, code smell detection, safe transformation techniques, and VS Code-specific patterns.
2026-01-05
github-actions-inspection.md
6
1
export
github-actions-inspection
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Inspect GitHub Actions workflow runs, check status, analyze logs, debug failures, and identify root causes. Use when investigating CI/CD failures, checking workflow status, or debugging GitHub Actions issues.
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
backend-migrations.md
6
1
export
backend-migrations
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Create and manage database migrations with proper rollback methods, focused changes, and zero-downtime deployment considerations. Use this skill when creating new database migration files, modifying table schemas, adding or removing columns, creating or dropping indexes, or managing database version control. When working with migration directories, schema definition files, or database change scripts. When implementing backwards-compatible database changes for production deployments. When separating schema changes from data migrations.
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
building-ai-agent-on-cloudflare.md
6
1
export
building-ai-agent-on-cloudflare
2
from
"cloudflare/skills"
from
"cloudflare/skills"
3
Builds AI agents on Cloudflare using the Agents SDK with state management,real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.Generates production-ready agent code deployed to Workers.Use when: user wants to "build an agent", "AI agent", "chat agent", "statefulagent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asksabout agent "state management", "scheduled tasks", or "tool calling".
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
commit-message.md
6
1
export
commit-message
2
from
"Stephanvs/dotfiles"
from
"Stephanvs/dotfiles"
3
Generate a conventional commit message from staged git changes. Use this skill when the user wants to create a commit message for their staged changes.
2026-01-05
linear.md
6
1
export
linear
2
from
"wrsmith108/linear-claude-skill"
from
"wrsmith108/linear-claude-skill"
3
Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.
2026-01-05
ruff-linting.md
6
1
export
ruff-linting
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Python code quality with ruff linter. Fast linting, rule selection, auto-fixing, and configuration. Use when checking Python code quality, enforcing standards, or finding bugs.
2026-01-05
github-actions-authentication-and-security.md
6
1
export
github-actions-authentication-and-security
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
GitHub Actions security and authentication for Claude Code including API keys, OIDC, AWS Bedrock, Google Vertex AI, secrets management, and permission scoping. Use when setting up authentication or discussing security for GitHub Actions workflows.
2026-01-05
background-process-stop-process.md
6
1
export
background-process-stop-process
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To stop a managed background task, terminate a running process by ID to shut it down cleanly.
2026-01-05
neovim-configuration.md
6
1
export
neovim-configuration
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Modern Neovim configuration expertise including Lua scripting, plugin management withlazy.nvim, LSP setup with Mason, AI integration with CodeCompanion, and workflowoptimization. Covers keymaps, autocommands, and treesitter configuration.Use when user mentions Neovim, nvim, lazy.nvim, Mason, init.lua, Lua config,nvim plugins, or Neovim customization.
2026-01-05
uv-run.md
6
1
export
uv-run
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Run Python scripts with uv including inline dependencies (PEP 723),temporary dependencies (--with), and ephemeral tool execution.Use when running scripts, needing one-off dependencies, or creatingexecutable Python scripts. No venv activation required.
2026-01-05
rust-development.md
6
1
export
rust-development
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Modern Rust development with cargo, rustc, clippy, rustfmt, async programming, andmemory-safe systems programming. Covers ownership patterns, fearless concurrency,and the modern Rust ecosystem including Tokio, Serde, and popular crates.Use when user mentions Rust, cargo, rustc, clippy, rustfmt, ownership, borrowing,lifetimes, async Rust, or Rust crates.
2026-01-05