Browse Skills
17720 skills found
lint-with-conform.md
6
1
export
lint-with-conform
2
from
"clempat/ai-tools-flake"
from
"clempat/ai-tools-flake"
3
Run formatters on files based on the user's conform neovim configuration. Supports multiple languages including JavaScript, TypeScript, Python, Go, Nix, Lua, and more. Use this when the user asks to format, lint, or clean up code files.
2026-01-05
dart-connect-dart-tooling-daemon.md
6
1
export
dart-connect-dart-tooling-daemon
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To connect to the Dart Tooling Daemon for editor/runtime data, connect using a user-provided DTD URI before using related Dart tools.
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
sync-all-channels.md
6
1
export
sync-all-channels
2
from
"dparedesi/YTScribe"
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
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
python-packaging.md
6
1
export
python-packaging
2
from
"laurigates/dotfiles"
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
release.md
6
1
export
release
2
from
"corv89/shannot"
from
"corv89/shannot"
3
Merge PR, tag release, and create GitHub release with changelog notes
2026-01-05
type-safety-validation.md
6
1
export
type-safety-validation
2
from
"ArieGoldkin/ai-agent-hub"
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
mcp-playwright.md
6
1
export
mcp-playwright
2
from
"s-hiraoku/vscode-sidebar-terminal"
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
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
frameworkmakeinvalide.md
6
1
export
frameworkmakeinvalide
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Génère classe Invalide (exceptions métier)
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
git-pr-core.md
6
1
export
git-pr-core
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Skill interne fournissant les scripts communs pour la création de Pull Requests. Ne pas appeler directement - utilisé par git-pr et git-cd-pr.
2026-01-05
fvh-release-please.md
6
1
export
fvh-release-please
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
FVH (Forum Virium Helsinki) release-please standards and configuration. Use whenconfiguring release-please workflows, checking release automation compliance, orwhen the user mentions FVH release-please, automated releases, or version management.
2026-01-05
commit-push-pr.md
6
1
export
commit-push-pr
2
from
"nozomi-koborinai/koborin-ai"
from
"nozomi-koborinai/koborin-ai"
3
Automate the workflow from creating a branch to opening a GitHub pull request. Use when the user says "create a PR", "commit and push", "push changes and create PR", or "open a pull request".
2026-01-05
playwright-browser-run-code.md
6
1
export
playwright-browser-run-code
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To run a custom Playwright script on the page, execute a code snippet for advanced interactions.
2026-01-05
godot-product-polisher.md
6
1
export
godot-product-polisher
2
from
"hhhh124hhhh/godot-mcp"
from
"hhhh124hhhh/godot-mcp"
3
Godot 产品美化与打磨专家,支持自然语言描述自动完成视觉效果增强、音效优化、用户体验改进、成品包装等美化工作
2026-01-05
cursor-git-commit.md
6
1
export
cursor-git-commit
2
from
"go-go-golems/docmgr"
from
"go-go-golems/docmgr"
3
Provide a pre-commit checklist and staging hygiene (review diffs, stage specific files, avoid common noise like dist/ or .env, and fix mistakes with reset/rm --cached/amend). Use when the user is about to commit, asks for a commit workflow, or needs help cleaning up staged files.
2026-01-05
phase-package.md
6
1
export
phase-package
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Create distributable packages including .mojopkg files and archives. Use during package phase to prepare components for distribution.
2026-01-05
dev-swarm-code-test.md
6
1
export
dev-swarm-code-test
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Create and execute comprehensive tests including unit tests, integration tests, CLI tests, web/mobile UI tests, API tests, and log analysis. Find bugs, verify requirements, identify improvements, and create change/bug/improve backlogs. Use when testing implementations or ensuring quality.
2026-01-05
uv-advanced-dependencies.md
6
1
export
uv-advanced-dependencies
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Advanced dependency scenarios in uv projects: Git dependencies, path dependencies,editable installs, dependency groups, extras, constraints, and custom indexes.Use when user mentions git+https dependencies, local path dependencies, editableinstalls, dependency groups, or private package indexes.
2026-01-05
dbcli-export.md
6
1
export
dbcli-export
2
from
"tteamtm/dbcli"
from
"tteamtm/dbcli"
3
Export table data as SQL INSERT statements from 30+ databases using DbCli. Essential for creating backups before dangerous modifications (UPDATE/DELETE/DROP). Use when user needs to backup data, migrate tables, or create portable SQL dumps.
2026-01-05
vscode-extension-debugger.md
6
1
export
vscode-extension-debugger
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides expert-level guidance for debugging and fixing bugs in VS Code extensions. Use when investigating runtime errors, fixing memory leaks, resolving WebView issues, debugging activation problems, fixing TypeScript type errors, or troubleshooting extension communication failures. Covers systematic debugging workflows, common bug patterns, root cause analysis, and prevention strategies.
2026-01-05