Browse Skills

44357 skills found

working-with-jujutsu-version-control.md
40
1 export working-with-jujutsu-version-control
2 edmundmiller from "edmundmiller/dotfiles"
3 Understand and work with Jujutsu (jj) version control system. Use when the user mentions commits, changes, version control, or working with jj repositories. Helps with stack-based commit workflows, change curation, and jj best practices.
2026-01-21
rust-refactor.md
40
1 export rust-refactor
2 fazil47 from "fazil47/wgpu-renderer"
3 Review Rust code for type safety, validate GPU memory layouts (bytemuck, repr(C), alignment), suggest idiomatic patterns, catch GPU-specific safety issues, and help with refactoring during buffer consolidation
2026-01-11
Niri.md
40
1 export Niri
2 tobi from "tobi/dotnix"
3 Always include when making changes to niri
2026-01-13
beads.md
40
1 export beads
2 edmundmiller from "edmundmiller/dotfiles"
3 Tracks complex, multi-session work using the Beads issue tracker and dependency graphs, and provides persistent memory that survives conversation compaction. Use when work spans multiple sessions, has complex dependencies, or needs persistent context across compaction cycles. Trigger with phrases like "create task for", "what's ready to work on", "show task", "track this work", "what's blocking", or "update status".
2026-01-21
curating-jujutsu-commits.md
40
1 export curating-jujutsu-commits
2 edmundmiller from "edmundmiller/dotfiles"
3 Help curate and organize commits in jujutsu repositories. Use when working with multiple commits, WIP changes, or preparing work for sharing. Suggests when to split, squash, or reorganize commits based on change patterns.
2026-01-21
Unnamed Skill.md
40
1 export Unnamed Skill
2 fletchgqc from "fletchgqc/agentbox"
3 Performs git operations and interacts with GitHub. Used when git-related operations are needed, including: git commands (commit, push, pull, branch, merge, etc.), GitHub API interactions, gh CLI operations, pull request operations, issue analysis and operations.
2026-01-21
ghostty-configuration.md
40
1 export ghostty-configuration
2 edmundmiller from "edmundmiller/dotfiles"
3 Use when configuring Ghostty terminal emulator, working with ghostty config files, or looking up Ghostty settings and options.
2026-01-21
youtube-thumbnail.md
40
1 export youtube-thumbnail
2 kenneth-liao from "kenneth-liao/ai-launchpad-marketplace"
3 Skill for creating and editing Youtube thumbnails that are optimized for click-through rate. This skill should not be used directly, instead use the Thumbnail Designer subagent who can also invoke this skill. Use when the user asks to create a thumbnail from scratch or edit an existing thumbnail.
2026-01-21
plan.md
39
1 export plan
2 appautomaton from "appautomaton/agent-designer"
3 Draft a repo-local plan using the plan skill template and optionally save it.
2026-01-22
agents-bootstrap.md
39
1 export agents-bootstrap
2 appautomaton from "appautomaton/agent-designer"
3 Generate a project-specific AGENTS.md from a user goal, then confirm before overwriting.
2026-01-22
collaborating-with-gemini.md
39
1 export collaborating-with-gemini
2 appautomaton from "appautomaton/agent-designer"
3 Use the Gemini CLI to consult Gemini and delegate coding tasks for prototyping, debugging, and code review. Supports multi-turn sessions via SESSION_ID. Optimized for low-token, file/line-based handoff.
2026-01-22
testing.md
39
1 export testing
2 appautomaton from "appautomaton/agent-designer"
3 Write, configure, and run unit + integration tests using project-independent best practices; detect tooling; triage failures/flakes; keep a compact Testing State Capsule.
2026-01-22
Migrate AttackId Cards.md
39
1 export Migrate AttackId Cards
2 bcollazo from "bcollazo/deckgym-core"
3 Migrates attack implementations from the old approach (using AttackId) to use new approach (Mechanic enum)
2026-01-21
blac-development.md
39
1 export blac-development
2 jsnanigans from "jsnanigans/blac"
3 Develop with BlaC state management library for React. Use when creating Cubits, Vertices, using useBloc/useBlocActions hooks, managing state containers, or implementing inter-bloc communication patterns.
2026-01-10
mcp-tools-catalog.md
39
1 export mcp-tools-catalog
2 appautomaton from "appautomaton/agent-designer"
3 Build docs/mcp-tools.md from the active MCP servers and available tool functions.
2026-01-22
Implementing Cards.md
39
1 export Implementing Cards
2 bcollazo from "bcollazo/deckgym-core"
3 Fill out the implementation of effects of different attacks, abilities, and trainer cards in this Pokemon TCG Pocket engine codebase.
2026-01-21
rag-implementation.md
38
1 export rag-implementation
2 giuseppe-trisciuoglio from "giuseppe-trisciuoglio/developer-kit"
3 Build Retrieval-Augmented Generation (RAG) systems for AI applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.
2026-01-21
prisma.md
38
1 export prisma
2 blencorp from "blencorp/claude-code-kit"
3 Prisma ORM patterns including Prisma Client usage, queries, mutations, relations, transactions, and schema management. Use when working with Prisma database operations or schema definitions.
2026-01-21
unit-test-wiremock-rest-api.md
38
1 export unit-test-wiremock-rest-api
2 giuseppe-trisciuoglio from "giuseppe-trisciuoglio/developer-kit"
3 Unit tests for external REST APIs using WireMock to mock HTTP endpoints. Use when testing service integrations with external APIs.
2026-01-21
shadcn.md
38
1 export shadcn
2 blencorp from "blencorp/claude-code-kit"
3 shadcn/ui component library patterns with Radix UI primitives and Tailwind CSS. Use when creating tables, forms, dialogs, cards, buttons, or any UI component using shadcn/ui, installing shadcn components, or styling with shadcn patterns.
2026-01-21
aws-sdk-java-v2-kms.md
38
1 export aws-sdk-java-v2-kms
2 giuseppe-trisciuoglio from "giuseppe-trisciuoglio/developer-kit"
3 AWS Key Management Service (KMS) patterns using AWS SDK for Java 2.x. Use when creating/managing encryption keys, encrypting/decrypting data, generating data keys, digital signing, key rotation, or integrating encryption into Spring Boot applications.
2026-01-21
unit-test-config-properties.md
38
1 export unit-test-config-properties
2 giuseppe-trisciuoglio from "giuseppe-trisciuoglio/developer-kit"
3 Unit tests for @ConfigurationProperties classes with @ConfigurationPropertiesTest. Use when validating application configuration binding and validation.
2026-01-21
spring-boot-saga-pattern.md
38
1 export spring-boot-saga-pattern
2 giuseppe-trisciuoglio from "giuseppe-trisciuoglio/developer-kit"
3 Implement distributed transactions using the Saga Pattern in Spring Boot microservices. Use when building microservices requiring transaction management across multiple services, handling compensating transactions, ensuring eventual consistency, or implementing choreography or orchestration-based sagas with Spring Boot, Kafka, or Axon Framework.
2026-01-21
youtube-videos.md
38
1 export youtube-videos
2 davidgasquez from "davidgasquez/dotfiles"
3 Transcribe and analyze YouTube videos
2026-01-21