Browse Skills

44915 skills found

pikacss-expert.md
6
1 export pikacss-expert
2 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
lint-code.md
6
1 export lint-code
2 mvillmow from "mvillmow/ml-odyssey"
3 Check code for style and quality issues. Use when validating code before commits.
2026-01-05
cursor-diary.md
6
1 export cursor-diary
2 go-go-golems from "go-go-golems/docmgr"
3 Keep a tiny-step implementation diary during coding sessions (what changed, why, commands run, failures, and what was learned), with docmgr integration (doc add/relate/changelog). Use when the user asks to "keep a diary", "write a dev log", or document work step-by-step.
2026-01-05
backend-migrations.md
6
1 export backend-migrations
2 coreyja 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 mvillmow 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 cloudflare 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 x-cmd 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
pull-request-skill.md
6
1 export pull-request-skill
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Pull Request review manager for CodeRabbit AI. **ALWAYS use when user needs to work with PR reviews, fix CodeRabbit issues, or check review status.** Downloads, organizes, and helps resolve review comments systematically. Examples - "download PR reviews", "fix CodeRabbit issues for PR 123", "check review status", "organize review comments by severity".
2026-01-05
commit-message.md
6
1 export commit-message
2 Stephanvs 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 wrsmith108 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
scrum-team-product-owner.md
6
1 export scrum-team-product-owner
2 atusy from "atusy/agentic-scrum"
3 AI-Agentic Product Owner accountable for maximizing product value through effective Product Backlog management. Use when creating PBIs, ordering backlog, or accepting sprints.
2026-01-05
google-chat-formatting.md
6
1 export google-chat-formatting
2 laurigates from "laurigates/dotfiles"
3 Convert text to Google Chat compatible formatting (Markdown to Google Chat syntax). Use when formatting messages for Google Chat, converting Markdown documents for Google Chat, or when the user mentions Google Chat formatting.
2026-01-05
global-commenting.md
6
1 export global-commenting
2 coreyja from "coreyja/coreyja.com"
3 Write self-documenting code with clear naming and structure, adding minimal, evergreen comments only when necessary to explain complex logic. Use this skill when writing or reviewing any code that might need comments. When refactoring code to make it more self-explanatory through better naming and structure. When deciding whether to add or remove comments from existing code. When ensuring comments explain why something is done rather than what is being done. When reviewing code to remove outdated or temporary change-related comments. This skill applies to all programming languages and all types of code files.
2026-01-05
helm-release-recovery.md
6
1 export helm-release-recovery
2 laurigates from "laurigates/dotfiles"
3 Recover from failed Helm deployments, rollback releases, fix stuck states(pending-install, pending-upgrade). Covers helm rollback, release history,atomic deployments. Use when user mentions rollback, failed Helm upgrade,stuck release, or recovering from Helm deployment failures.
2026-01-05
ruff-linting.md
6
1 export ruff-linting
2 laurigates 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 laurigates 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
database-schema-designer.md
6
1 export database-schema-designer
2 ArieGoldkin from "ArieGoldkin/ai-agent-hub"
3 Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.
2026-01-05
background-process-stop-process.md
6
1 export background-process-stop-process
2 X-School-Academy 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 laurigates 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
background-process-start-process.md
6
1 export background-process-start-process
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To start a long-running background task, launch a managed process such as a server or watcher and keep it tracked.
2026-01-05
test-quality-analysis.md
6
1 export test-quality-analysis
2 laurigates from "laurigates/dotfiles"
3 Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality.
2026-01-05
uv-run.md
6
1 export uv-run
2 laurigates 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 laurigates 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
dev-swarm-npm-publish.md
6
1 export dev-swarm-npm-publish
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Publish JavaScript/TypeScript packages to the npm registry with consistent metadata, versioning, and release checks. Use when preparing or executing an npm release.
2026-01-05