Browse Skills

16146 skills found

clippy-advanced.md
6
1 export clippy-advanced
2 laurigates from "laurigates/dotfiles"
3 Advanced Clippy configuration for comprehensive Rust linting with custom rules, categories, and IDE integration.Use when configuring linting rules, enforcing code standards, setting up CI linting, or customizing clippy behavior.Trigger terms: clippy, linting, code quality, clippy.toml, pedantic, nursery, restriction, lint configuration, code standards.
2026-01-05
bun-lockfile-update.md
6
1 export bun-lockfile-update
2 laurigates from "laurigates/dotfiles"
3 Update Bun lockfiles (bun.lockb) with proper dependency management. Coversbun update, bun install, lockfile regeneration, and security audits.Use when user mentions bun lockfile, bun update, bun.lockb, updating Bundependencies, or resolving Bun lockfile conflicts.
2026-01-05
cursor-debate.md
6
1 export cursor-debate
2 go-go-golems from "go-go-golems/docmgr"
3 Run a research-first, multi-perspective debate to explore complex technical decisions (trade-offs, architecture choices, integration strategies) using concrete codebase evidence. Use when the user asks to "debate" approaches, compare options, or needs a structured exploration before deciding.
2026-01-05
validate-son-chapter.md
6
1 export validate-son-chapter
2 perigrin from "perigrin/chalk"
3 Use after completing a Sea of Nodes chapter implementation, before marking the chapter issue as complete. Validates implementation against official tutorial by comparing node types, test coverage, and key concepts.
2026-01-05
import-pulumi.md
6
1 export import-pulumi
2 nozomi-koborinai from "nozomi-koborinai/koborin-ai"
3 Guide for importing existing Google Cloud resources into Pulumi state. Use when the user says "import resource to Pulumi", "add existing GCP resource", or needs to bring existing infrastructure under Pulumi management.
2026-01-05
dev-swarm-create-update-agent-skill.md
6
1 export dev-swarm-create-update-agent-skill
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Create or update agent skills following the agent skill specification. Use when user asks to create a new skill or update an existing skill.
2026-01-05
prompting.md
6
1 export prompting
2 jeffh from "jeffh/claude-plugins"
3 Prompt engineering standards and context engineering principles for AI agents based on Anthropic best practices. Covers clarity, structure, progressive discovery, and optimization for signal-to-noise ratio.
2026-01-05
todo-files.md
6
1 export todo-files
2 jkomoros from "jkomoros/community-patterns"
3 Manage TODO files as persistent working memory for complex patterns. Track design decisions, implementation progress, and context across sessions. Use when starting complex patterns or resuming multi-session development work.
2026-01-05
background-process-get-server-status.md
6
1 export background-process-get-server-status
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To check if the Background Process Manager is running, get the server status and confirm it is available.
2026-01-05
dev-swarm-mcp-server.md
6
1 export dev-swarm-mcp-server
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Add and manage Model Context Protocol (MCP) servers for AI agents, including transports, scopes, and config files. Use when extending agent capabilities with new tools or data sources.
2026-01-05
clean-architecture.md
6
1 export clean-architecture
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Clean Architecture principles for Modular Monolith with bounded contexts and minimal shared kernel. **ALWAYS use when working on backend code, ESPECIALLY when creating files, deciding file locations, or organizing contexts (auth, tax, bi, production).** Use proactively to ensure context isolation and prevent "Core Obesity Syndrome". Examples - "create entity", "add repository", "where should this file go", "modular monolith", "bounded context", "shared kernel", "context isolation", "file location", "layer organization".
2026-01-05
agent-architect.md
6
1 export agent-architect
2 wayne930242 from "wayne930242/Reflexive-Claude-Code"
3 Claude Code architecture advisor. Classifies knowledge and delegates to appropriate skills. Use when deciding where to put new knowledge or restructuring components.
2026-01-05
fvh-skaffold.md
6
1 export fvh-skaffold
2 laurigates from "laurigates/dotfiles"
3 FVH (Forum Virium Helsinki) Skaffold configuration standards for local Kubernetesdevelopment. Use when configuring Skaffold, setting up local K8s development, orwhen the user mentions FVH Skaffold, local development, or Kubernetes profiles.
2026-01-05
contexts.md
6
1 export contexts
2 OutlineDriven 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 laurigates 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
ci-run-precommit.md
6
1 export ci-run-precommit
2 mvillmow 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 X-School-Academy 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 laurigates 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
jira-integration.md
6
1 export jira-integration
2 netresearch 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 coreyja 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
streaming-api-patterns.md
6
1 export streaming-api-patterns
2 ArieGoldkin 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
deployment.md
6
1 export deployment
2 jkomoros 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 stevenmays 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
working-with-provenance.md
6
1 export working-with-provenance
2 konflux-ci from "konflux-ci/skills"
3 Use when tracing Konflux builds from image references, finding build logs from artifacts, or verifying source commits for container images - extracts provenance attestations to navigate from images back to builds and source code
2026-01-05