Browse Skills
44915 skills found
playwright-browser-file-upload.md
6
1
export
playwright-browser-file-upload
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To upload files through a file input, provide one or more file paths for a page file chooser.
2026-01-05
contexts.md
6
1
export
contexts
2
from
"OutlineDriven/odin-claude-plugin"
from
"OutlineDriven/odin-claude-plugin"
3
Codebase analysis using code-index-mcp for indexing and ast-grep for AST patterns. Extracts structural patterns, dependencies, and architectural insights across 50+ languages.
2026-01-05
fvh-ci-workflows.md
6
1
export
fvh-ci-workflows
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
FVH (Forum Virium Helsinki) GitHub Actions workflow standards. Use when configuringCI/CD workflows, checking workflow compliance, or when the user mentions FVH workflows,GitHub Actions, container builds, or CI/CD automation.
2026-01-05
gdscript-syntax-guide.md
6
1
export
gdscript-syntax-guide
2
from
"hhhh124hhhh/godot-mcp"
from
"hhhh124hhhh/godot-mcp"
3
GDScript 语法权威指南,提供最新 Godot 4.5 语法规范、最佳实践、缩进规则和代码风格
2026-01-05
mcp-orchestration.md
6
1
export
mcp-orchestration
2
from
"hhhh124hhhh/godot-mcp"
from
"hhhh124hhhh/godot-mcp"
3
智能编排和协调多个MCP工具完成复杂开发任务,支持串行、并行、条件、循环等多种执行模式
2026-01-05
quality-fix-formatting.md
6
1
export
quality-fix-formatting
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Automatically fix code formatting issues using mojo format, markdownlint, and pre-commit hooks. Use when formatting checks fail or before committing code.
2026-01-05
ci-run-precommit.md
6
1
export
ci-run-precommit
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Run pre-commit hooks locally or in CI to validate code quality before committing. Use to ensure commits meet quality standards and CI will pass.
2026-01-05
dev-swarm-tech-specs.md
6
1
export
dev-swarm-tech-specs
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Define technical specifications including tech stack, security, theme standards (from UX mockup), coding standards, and testing standards. Use when user asks to define tech specs, choose tech stack, or start Stage 7 after architecture.
2026-01-05
helm-chart-development.md
6
1
export
helm-chart-development
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Create, test, and package Helm charts for Kubernetes. Covers helm create, Chart.yaml,values.yaml, template development, chart dependencies, packaging, and repository publishing.Use when user mentions Helm charts, helm create, Chart.yaml, values.yaml, helm lint,helm template, helm package, or Kubernetes packaging.
2026-01-05
git-pr-creation.md
6
1
export
git-pr-creation
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Automatically creates comprehensive pull requests to the dev branch when user indicates their feature/fix is complete and ready for review. Use when user mentions creating PR, submitting for review, or indicates work is done. Examples - "create a PR", "ready for review", "open a pull request", "submit this to dev", "all tests passing, let's get this reviewed".
2026-01-05
map-workflows-guide.md
6
1
export
map-workflows-guide
2
from
"azalio/map-framework"
from
"azalio/map-framework"
3
Comprehensive guide for choosing the right MAP workflow based on task type and requirements
2026-01-05
map-cli-reference.md
6
1
export
map-cli-reference
2
from
"azalio/map-framework"
from
"azalio/map-framework"
3
Use when encountering mapify CLI command errors (no such option, no such command, parameter not found) or need quick reference for correct command syntax. Provides mapify playbook/validate command corrections and common mistake patterns.
2026-01-05
understand-source.md
6
1
export
understand-source
2
from
"databrickslabs/lakeflow-community-connectors"
from
"databrickslabs/lakeflow-community-connectors"
3
Research and document APIs of a source system to enable connector implementation.
2026-01-05
git-security-checks.md
6
1
export
git-security-checks
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Pre-commit security validation and secret detection. Runs detect-secrets scanand audit workflow, validates secrets baseline, and integrates with pre-commithooks to prevent credential leaks.Use when user mentions scanning for secrets, detect-secrets, secret detection,credential scanning, pre-commit security, or .secrets.baseline.
2026-01-05
jira-integration.md
6
1
export
jira-integration
2
from
"netresearch/jira-skill"
from
"netresearch/jira-skill"
3
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
2026-01-05
global-conventions.md
6
1
export
global-conventions
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Follow established project structure, version control practices, documentation standards, and development workflows to maintain consistency across the team. Use this skill when organizing files and directories in a project. When writing README documentation or contributing guidelines. When creating git commits with clear messages or pull request descriptions. When managing environment configuration or dependencies. When setting up feature flags or maintaining changelogs. When establishing code review processes or testing requirements. This skill applies to all project management and development workflow tasks.
2026-01-05
worktree-sync.md
6
1
export
worktree-sync
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Sync git worktrees with remote and main branch changes. Use to keep long-running feature branches up-to-date.
2026-01-05
streaming-api-patterns.md
6
1
export
streaming-api-patterns
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Implement real-time data streaming with Server-Sent Events (SSE), WebSockets, and ReadableStream APIs. Master backpressure handling, reconnection strategies, and LLM streaming for 2025+ real-time applications.
2026-01-05
rust-dev-guidelines.md
6
1
export
rust-dev-guidelines
2
from
"ocn/zk-activity"
from
"ocn/zk-activity"
3
Idiomatic Rust development patterns for async applications. Covers error handling with Result/Option, ownership and borrowing, async/await with Tokio, traits and generics, serde serialization, Arc/Mutex for shared state, and clippy best practices. Use when writing Rust code, refactoring, handling errors, or implementing async patterns.
2026-01-05
svelte5-runes.md
6
1
export
svelte5-runes
2
from
"Seeker1911/dotfiles"
from
"Seeker1911/dotfiles"
3
Svelte 5 runes guidance. Use for reactive state, props, effects, or Svelte 4→5 migration. Covers $state, $derived, $effect, $props, $bindable. Prevents mixing syntaxes and reactivity mistakes.
2026-01-05
git-commit.md
6
1
export
git-commit
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Automatically analyzes code changes and creates git commits with conventional commit messages when the user indicates they want to save/commit their work. Use when user mentions committing, saving work, or wants changes recorded in git history. Examples - "commit these changes", "save this work", "I'm done with this feature, let's commit", "create a commit for the auth updates".
2026-01-05
deployment.md
6
1
export
deployment
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Deploy and update patterns. Use when deploying new patterns, updating existing deployments, or testing syntax. Includes deployment commands and the first custom pattern celebration.
2026-01-05
writing-style.md
6
1
export
writing-style
2
from
"stevenmays/dotfiles"
from
"stevenmays/dotfiles"
3
Write in Steven's voice—pragmatic, curious, pedagogical. Opens with measurable payoffs, builds mental models from first principles, uses worked examples, and handles uncertainty honestly. Use for essays, blog posts, and technical articles.
2026-01-05
performance-optimization.md
6
1
export
performance-optimization
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Full-stack performance analysis, optimization patterns, and monitoring strategies
2026-01-05