Browse Skills

17720 skills found

uv-tool-management.md
6
1 export uv-tool-management
2 laurigates from "laurigates/dotfiles"
3 Install and manage global Python CLI tools with uv (pipx alternative). Coversuv tool install, uvx for ephemeral execution, tool isolation, and updates.Use when user mentions uv tool, uvx, installing CLI tools globally, pipxreplacement, or running Python tools without installation.
2026-01-05
functype-user.md
6
1 export functype-user
2 jordanburke from "jordanburke/functype"
3 Help developers use functype functional programming patterns in their TypeScript projects. Use this skill when converting imperative/OOP code to functional patterns, looking up functype APIs and methods, handling nulls with Option, managing errors with Either/Try, or working with immutable collections like List and Set.
2026-01-05
global-tech-stack.md
6
1 export global-tech-stack
2 coreyja from "coreyja/coreyja.com"
3 Reference and maintain knowledge of the project's technical stack including frameworks, languages, databases, testing tools, and third-party services. Use this skill when making architectural decisions about which technologies to use. When adding new dependencies or integrating third-party services. When setting up development environments or deployment infrastructure. When choosing between different libraries or frameworks for a feature. When documenting the technology choices made in the project. When onboarding new team members to understand the tech stack. This skill helps ensure technology choices align with the established stack and provides a reference for all technical decisions.
2026-01-05
dbcli-exec.md
6
1 export dbcli-exec
2 tteamtm from "tteamtm/dbcli"
3 Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations. Use when user needs to modify data, insert records, update fields, or delete rows. Always create backups first.
2026-01-05
dev-swarm-refine-mcp-skill-descriptions.md
6
1 export dev-swarm-refine-mcp-skill-descriptions
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in dev-swarm/mcp_descriptions.yaml. Use when the user asks to update one MCP skill description, all skills from a server, or all MCP skills.
2026-01-05
code-antipatterns-analysis.md
6
1 export code-antipatterns-analysis
2 laurigates from "laurigates/dotfiles"
3 Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use when reviewing code quality, identifying technical debt, or performing comprehensive code analysis across JavaScript, TypeScript, Python, Vue, React, or other supported languages.
2026-01-05
dart-signature-help.md
6
1 export dart-signature-help
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To see function or method signatures at a cursor position, get signature help for the API being called.
2026-01-05
awslabs-aws-api-mcp-server-suggest-aws-commands.md
6
1 export awslabs-aws-api-mcp-server-suggest-aws-commands
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To get possible AWS CLI commands from a natural-language request, suggest candidate `aws ...` commands when the exact service, operation, or syntax is unclear; use before call-aws.
2026-01-05
dart-add-roots.md
6
1 export dart-add-roots
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those projects.
2026-01-05
fixing-templates.md
6
1 export fixing-templates
2 plvo from "plvo/create-faster"
3 Use when fixing template issues in create-faster - indentation, spacing, typos, or formatting problems in .hbs files
2026-01-05
rg-code-search.md
6
1 export rg-code-search
2 laurigates from "laurigates/dotfiles"
3 Fast code search using ripgrep (rg) with smart defaults, regex patterns, and file filtering. Use when searching for text patterns, code snippets, or performing multi-file code analysis.
2026-01-05
playwright-testing.md
6
1 export playwright-testing
2 laurigates 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
ruff-integration.md
6
1 export ruff-integration
2 laurigates from "laurigates/dotfiles"
3 Integrate ruff with editors, pre-commit hooks, and CI/CD pipelines. LSP configuration, GitHub Actions, GitLab CI, and development workflows. Use when setting up ruff tooling or configuring development environments.
2026-01-05
global-coding-style.md
6
1 export global-coding-style
2 coreyja 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
sveltekit-data-flow.md
6
1 export sveltekit-data-flow
2 Seeker1911 from "Seeker1911/dotfiles"
3 SvelteKit data flow guidance. Use for load functions, form actions, and server/client data. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error().
2026-01-05
vscode-bug-hunter.md
6
1 export vscode-bug-hunter
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides systematic bug detection and discovery capabilities for VS Code extensions. Use when searching for hidden bugs, analyzing code for potential issues, investigating suspicious behavior, performing code audits, or proactively finding bugs before they manifest. Covers static analysis patterns, dynamic analysis techniques, code smell detection, and systematic codebase investigation.
2026-01-05
code-review-playbook.md
6
1 export code-review-playbook
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Use this skill when conducting or improving code reviews. Provides structured review processes, conventional comments patterns, language-specific checklists, and feedback templates. Ensures consistent, constructive, and thorough code reviews across teams.
2026-01-05
worktree-cleanup.md
6
1 export worktree-cleanup
2 mvillmow from "mvillmow/ml-odyssey"
3 Remove merged or stale git worktrees. Use after PRs are merged or when worktrees are no longer needed.
2026-01-05
spec-scaffold.md
6
1 export spec-scaffold
2 elct9620 from "elct9620/claudekit"
3 Process any SDD (Specification-Driven Development) operations related to creating or updating specification documents. Always use this skill when dealing with specifications, e.g. constitution, specification document, architecture-related documents, roadmap, glossary, etc.
2026-01-05
background-process-list-processes.md
6
1 export background-process-list-processes
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To see all managed background jobs, list processes so you can find their IDs, states, and names.
2026-01-05
view-manual.md
6
1 export view-manual
2 feather-lang from "feather-lang/feather"
3 Use this skill to view the manual page for a given Tcl command.
2026-01-05
buck2-new-project.md
6
1 export buck2-new-project
2 thoughtpolice from "thoughtpolice/a"
3 Scaffolds new Buck2 projects with proper BUILD/PACKAGE files, SPDX headers, and depot shims. Use when creating new Rust binaries/libraries, Deno tools, or C++ projects in the monorepo. Ensures consistent structure and metadata from the start.
2026-01-05
vscode-extension-expert.md
6
1 export vscode-extension-expert
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, and publishing workflows.
2026-01-05
ci-validate-workflow.md
6
1 export ci-validate-workflow
2 mvillmow from "mvillmow/ml-odyssey"
3 Validate GitHub Actions workflow files for syntax, best practices, and correctness. Use before committing workflow changes or when workflows fail.
2026-01-05