Browse Skills

44357 skills found

ecs-cli-reference.md
40
1 export ecs-cli-reference
2 nandemo-ya from "nandemo-ya/kecs"
3 AWS CLI ECS command reference. Use when understanding how users interact with ECS via AWS CLI, including command syntax, options, examples, and output formats. Essential for KECS compatibility.
2026-01-18
gltf-validator.md
40
1 export gltf-validator
2 fazil47 from "fazil47/wgpu-renderer"
3 Validate glTF files against your loader, identify missing features for each phase of compatibility, debug loading failures, and guide your 5-phase glTF progression from simple to complex models
2026-01-11
setting-up-jujutsu-repositories-and-tool-integration.md
40
1 export setting-up-jujutsu-repositories-and-tool-integration
2 edmundmiller from "edmundmiller/dotfiles"
3 Set up jj repositories including colocation decisions, integrate with development tools like Vite/Vitest, and choose between jj library and CLI for tooling. Use when setting up new repositories, experiencing tool integration issues, or building jj integrations.
2026-01-21
exploring-operation-history-in-jujutsu.md
40
1 export exploring-operation-history-in-jujutsu
2 edmundmiller from "edmundmiller/dotfiles"
3 Help users explore operation history and time travel in jj. Use when the user explicitly mentions 'operation log', 'op log', 'jj op', or 'operation history'. Covers jj op log, --at-op flag, op restore, and operation exploration.
2026-01-21
youtube-research-video-topic.md
40
1 export youtube-research-video-topic
2 kenneth-liao from "kenneth-liao/ai-launchpad-marketplace"
3 Conduct pure research for YouTube video topics by analyzing competitors, identifying content gaps, and documenting strategic insights. Use when you need to research a video topic before planning. Produces concise, insight-focused research documents that identify the biggest opportunities for video performance.
2026-01-21
ecs-api-reference.md
40
1 export ecs-api-reference
2 nandemo-ya from "nandemo-ya/kecs"
3 Amazon ECS API specification reference. Use when implementing ECS-compatible APIs in KECS to accurately reproduce request/response structures, parameters, error codes, and behaviors. Reference for implementing APIs like CreateCluster, CreateService, RunTask, RegisterTaskDefinition.
2026-01-18
understanding-jujutsu-merges-and-conflicts.md
40
1 export understanding-jujutsu-merges-and-conflicts
2 edmundmiller from "edmundmiller/dotfiles"
3 Understand how merge commits work in jj, why they appear empty, how to revert merges, and handle divergent changes. Use when working with merge commits, reverting merged changes, or encountering divergent commits and bookmarks.
2026-01-21
aws-cdk-development.md
40
1 export aws-cdk-development
2 zxkane from "zxkane/aws-skills"
3 AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
2026-01-21
youtube-title.md
40
1 export youtube-title
2 kenneth-liao from "kenneth-liao/ai-launchpad-marketplace"
3 Generate optimized YouTube video titles that maximize click-through rates by sparking curiosity and complementing thumbnails. This skill should be used when the user asks to create, improve, or brainstorm YouTube video titles, or when working on YouTube content that requires title optimization.
2026-01-21
understanding-jujutsu-working-copy-snapshots.md
40
1 export understanding-jujutsu-working-copy-snapshots
2 edmundmiller from "edmundmiller/dotfiles"
3 Understand working copy auto-snapshots, evolog, and how jj tracks changes automatically. Use when understanding @, viewing working copy history, managing unfinished work, or understanding how jj prevents data loss.
2026-01-21
nextflow-pipeline-overview.md
40
1 export nextflow-pipeline-overview
2 edmundmiller from "edmundmiller/dotfiles"
3 Efficiently understand unfamiliar Nextflow pipelines without reading all files. Use when encountering a new pipeline or needing to explain pipeline structure.
2026-01-21
youtube-plan-new-video.md
40
1 export youtube-plan-new-video
2 kenneth-liao from "kenneth-liao/ai-launchpad-marketplace"
3 Generate a complete video plan with optimized title, thumbnail, and hook concepts based on research. Orchestrates specialized skills (youtube-title, youtube-thumbnail, youtube-video-hook) to create production-ready video plans. Use after research is complete or when the user wants to plan a new video.
2026-01-21
submitting-stacked-prs-with-jj-spr.md
40
1 export submitting-stacked-prs-with-jj-spr
2 edmundmiller from "edmundmiller/dotfiles"
3 Work with jj-spr for submitting and updating stacked GitHub Pull Requests. Use when the user explicitly mentions 'jj-spr', 'jj spr', 'stack pull request', 'stacked PR', or 'submit for review'. Integrates with jj commit workflow.
2026-01-21
aws-cost-operations.md
40
1 export aws-cost-operations
2 zxkane from "zxkane/aws-skills"
3 This skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment.
2026-01-21
generating-jj-commit-messages.md
40
1 export generating-jj-commit-messages
2 edmundmiller from "edmundmiller/dotfiles"
3 Generate descriptive commit messages for jujutsu repositories. Use when creating commits, describing changes, or when the user asks for commit message help. Follows conventional commit format and project conventions.
2026-01-21
youtube-video-hook.md
40
1 export youtube-video-hook
2 kenneth-liao from "kenneth-liao/ai-launchpad-marketplace"
3 Skill for creating optimized YouTube video opening hooks (first 5-30 seconds) that maximize viewer retention and watch time. Use when planning video scripts, reviewing video openings, or optimizing existing content for better retention metrics.
2026-01-21
understanding-jujutsu-log-and-visibility.md
40
1 export understanding-jujutsu-log-and-visibility
2 edmundmiller from "edmundmiller/dotfiles"
3 Understand what commits are visible in jj log, elided revisions, and how to display different views. Use when commits seem missing, understanding log output, comparing jj log to git log, or seeing "elided" in log output.
2026-01-21
LocalStack Service Tiers Reference.md
40
1 export LocalStack Service Tiers Reference
2 nandemo-ya from "nandemo-ya/kecs"
3 Reference for LocalStack AWS service availability by tier (Free/Base/Ultimate). Essential for KECS development to understand which AWS-compatible services can be used locally without cost.
2026-01-18
wasm-validator.md
40
1 export wasm-validator
2 fazil47 from "fazil47/wgpu-renderer"
3 Diagnose WASM build failures, explain browser WebGPU constraints, help debug wasm-bindgen and web-sys integration issues, and guide getting your renderer working on the web again
2026-01-11
undoing-operations-in-jujutsu.md
40
1 export undoing-operations-in-jujutsu
2 edmundmiller from "edmundmiller/dotfiles"
3 Help users undo mistakes and recover from errors in jj. Use when the user explicitly mentions 'jj undo', 'undo operation', or 'restore operation'. Covers quick undo, multiple undo scenarios, and redo workflows.
2026-01-21
aws-agentic-ai.md
40
1 export aws-agentic-ai
2 zxkane from "zxkane/aws-skills"
3 AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.
2026-01-21
nix-cleanup.md
40
1 export nix-cleanup
2 tobi from "tobi/dotnix"
3 CI workflow checks and code cleanup tools
2026-01-13
aws-serverless-eda.md
40
1 export aws-serverless-eda
2 zxkane from "zxkane/aws-skills"
3 AWS serverless and event-driven architecture expert based on Well-Architected Framework. Use when building serverless APIs, Lambda functions, REST APIs, microservices, or async workflows. Covers Lambda with TypeScript/Python, API Gateway (REST/HTTP), DynamoDB, Step Functions, EventBridge, SQS, SNS, and serverless patterns. Essential when user mentions serverless, Lambda, API Gateway, event-driven, async processing, queues, pub/sub, or wants to build scalable serverless applications with AWS best practices.
2026-01-21
Waybar.md
40
1 export Waybar
2 tobi from "tobi/dotnix"
3 Always include when making changes to waybar
2026-01-13