Browse Skills
44915 skills found
frameworkmakecollection.md
6
1
export
frameworkmakecollection
2
from
"atournayre/claude-marketplace"
from
"atournayre/claude-marketplace"
3
Génère classe Collection typée avec traits Atournayre
2026-01-05
testing.md
6
1
export
testing
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.
2026-01-05
gesttione-design-system.md
6
1
export
gesttione-design-system
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Expert in Gesttione Design System with deep knowledge of brand colors, metric tokens, typography, and component patterns. **ALWAYS use for Gesttione projects when applying brand colors, creating metric visualizations, or building dashboard components.** Use when user needs Gesttione-specific styling, metric visualizations, dashboard components, or brand-compliant UI. Examples - "create revenue metric card", "use Gesttione brand colors", "design dashboard with metrics", "apply brand identity", "create metric visualization".
2026-01-05
idiomatic-rust.md
6
1
export
idiomatic-rust
2
from
"bearcove/pikru"
from
"bearcove/pikru"
3
Idiomatic Rust patterns for pikru C port. Use when writing or reviewing Rust code ported from C. Don't write C in Rust - the goal is correct behavior, not line-by-line translation.
2026-01-05
background-process-list-processes.md
6
1
export
background-process-list-processes
2
from
"X-School-Academy/ai-dev-swarm"
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
from
"feather-lang/feather"
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
from
"thoughtpolice/a"
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
from
"s-hiraoku/vscode-sidebar-terminal"
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
from
"mvillmow/ml-odyssey"
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
dgroomes-project-conventions.md
6
1
export
dgroomes-project-conventions
2
from
"dgroomes/my-software"
from
"dgroomes/my-software"
3
Conventions and style guidelines for dgroomes' personal projects. Use when upgrading, maintaining, or creating projects in dgroomes' repositories. Covers README style, Gradle configuration, version catalogs, commit messages, and general code conventions.
2026-01-05
edge-computing-patterns.md
6
1
export
edge-computing-patterns
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Deploy to edge runtimes (Cloudflare Workers, Vercel Edge, Deno Deploy) for globally distributed, low-latency applications. Master edge middleware, streaming, and runtime constraints for 2025+ edge computing.
2026-01-05
database-patterns.md
6
1
export
database-patterns
2
from
"spences10/devhub-crm"
from
"spences10/devhub-crm"
3
SQLite operations using better-sqlite3 with prepared statements. Use when implementing CRUD operations, timestamps, and user-scoped queries with row-level security.
2026-01-05
claude-code-github-workflows.md
6
1
export
claude-code-github-workflows
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Claude Code workflow design and automation patterns for PR reviews, issue triage, and CI/CD integration. Use when creating or modifying GitHub Actions workflows that integrate Claude Code.
2026-01-05
research.md
6
1
export
research
2
from
"jeffh/claude-plugins"
from
"jeffh/claude-plugins"
3
Comprehensive research, analysis, and content extraction system. Multi-source parallel research using available researcher agents. Deep content analysis with extended thinking. Intelligent retrieval for difficult sites. Fabric pattern selection for 242+ specialized prompts. USE WHEN user says 'do research', 'extract wisdom', 'analyze content', 'find information about', or requests web/content research.
2026-01-05
building-mcp-server-on-cloudflare.md
6
1
export
building-mcp-server-on-cloudflare
2
from
"cloudflare/skills"
from
"cloudflare/skills"
3
Builds remote MCP (Model Context Protocol) servers on Cloudflare Workerswith tools, OAuth authentication, and production deployment. Generatesserver code, configures auth providers, and deploys to Workers.Use when: user wants to "build MCP server", "create MCP tools", "remoteMCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocolon Cloudflare. Also triggers on "MCP authentication" or "MCP deployment".
2026-01-05
ast-grep-search.md
6
1
export
ast-grep-search
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
AST-based code search using ast-grep for structural pattern matching. Use when searching for code patterns, refactoring, or performing semantic code analysis across multiple languages.
2026-01-05
godot-test-debugger.md
6
1
export
godot-test-debugger
2
from
"hhhh124hhhh/godot-mcp"
from
"hhhh124hhhh/godot-mcp"
3
Godot 测试与调试工作流专家,支持自然语言描述自动完成单元测试、集成测试、错误诊断、性能调试等测试工作
2026-01-05
konflux-is-a-build-tool.md
6
1
export
konflux-is-a-build-tool
2
from
"konflux-ci/skills"
from
"konflux-ci/skills"
3
Use this skill to query Konflux objects from the Kubernetes cluster. Konflux objects are application, component, pipelinerun, taskrun, snapshot and release. The skill can be used to query logs from failed or removed pipelines and pods.
2026-01-05
git-workflow.md
6
1
export
git-workflow
2
from
"jkomoros/community-patterns"
from
"jkomoros/community-patterns"
3
Git operations and pull request workflows. Create PRs, rebase branches, resolve conflicts, merge to upstream. Use when ready to create PR or when working with git branches and upstream.
2026-01-05
playwright-browser-navigate-back.md
6
1
export
playwright-browser-navigate-back
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To go back in browser history, navigate to the previous page from the current page.
2026-01-05
create-skill.md
6
1
export
create-skill
2
from
"dlants/dotfiles"
from
"dlants/dotfiles"
3
Guide for creating new skills in magenta.nvim, including file structure, frontmatter format, and TypeScript script execution
2026-01-05
jujutsu.md
6
1
export
jujutsu
2
from
"mybuddymichael/dotfiles"
from
"mybuddymichael/dotfiles"
3
Use Jujutsu (jj) for version control operations. Provides guidance on jj commands, revsets, commit messages, and workflow. Use when working with version control, making commits, or when git/jj/Jujutsu is mentioned.
2026-01-05
auth-patterns.md
6
1
export
auth-patterns
2
from
"spences10/devhub-crm"
from
"spences10/devhub-crm"
3
Better-auth integration for authentication. Use when implementing login, registration, protected routes, or email verification.
2026-01-05
test-engineer.md
6
1
export
test-engineer
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Expert testing and quality engineer for Vitest (running on Bun). Use when user needs test creation, test strategy, code quality setup, E2E testing, or debugging test failures. Examples - "write tests for this function", "create E2E tests with Playwright", "help me test this API route", "setup testing infrastructure", "why is this test failing?", "improve code quality with Biome".
2026-01-05