Browse Skills

44915 skills found

tfc-run-logs.md
6
1 export tfc-run-logs
2 laurigates from "laurigates/dotfiles"
3 Retrieve plan and apply logs from Terraform Cloud runs. Use when examining TFC run output, debugging failed plans/applies, or reviewing infrastructure changes. Requires TFE_TOKEN environment variable.
2026-01-05
jq-json-processing.md
6
1 export jq-json-processing
2 laurigates from "laurigates/dotfiles"
3 JSON querying, filtering, and transformation with jq command-line tool. Use when working with JSON data, parsing JSON files, filtering JSON arrays/objects, or transforming JSON structures.
2026-01-05
infrastructure-terraform.md
6
1 export infrastructure-terraform
2 laurigates from "laurigates/dotfiles"
3 Infrastructure as Code with Terraform including HCL configuration, state management,modular design, and plan-apply workflows. Covers cloud and on-prem resource provisioning,remote backends, and Terraform modules.Use when user mentions Terraform, HCL, terraform plan, terraform apply, tfstate,infrastructure as code, or IaC provisioning.
2026-01-05
browser.md
6
1 export browser
2 dlants from "dlants/dotfiles"
3 Automate browser actions using Puppeteer with a simple DSL for web testing and automation
2026-01-05
generating-maid-snapshots.md
6
1 export generating-maid-snapshots
2 Graffioh from "Graffioh/myagentisdumb"
3 Generates MAID snapshot JSON for agent inspection visualization. Use when asked to create snapshot data, export agent traces, or generate JSON for the MAID inspection panel.
2026-01-05
use-case-specification.md
6
1 export use-case-specification
2 martinellich from "martinellich/aiup-marketplace"
3 Creates use case specifications with structured scenarios and business rules.
2026-01-05
download-all-transcripts.md
6
1 export download-all-transcripts
2 dparedesi from "dparedesi/YTScribe"
3 Download transcripts for all data folders sequentially. Use for overnight batch processing or when you need to download pending transcripts across all channels and collections.
2026-01-05
project-discovery.md
6
1 export project-discovery
2 laurigates from "laurigates/dotfiles"
3 Systematic project orientation for unfamiliar codebases. Automatically activates when Claude detects uncertainty about project state, structure, or tooling. Analyzes git state (branch, changes, commits), project type (language, framework, structure), and development tooling (build, test, lint, CI/CD). Provides structured summary with risk flags and recommendations. Use when entering new projects or when working on shaky assumptions.
2026-01-05
stimulus.md
6
1 export stimulus
2 sandnap from "sandnap/easy_notes"
3 Best practices for using Stimulus controllers to add JavaScript behavior to HTML
2026-01-05
serenity-discord-bot.md
6
1 export serenity-discord-bot
2 ocn from "ocn/zk-activity"
3 Discord bot development with Serenity 0.11. Covers event handlers, slash commands, embeds, interactions, TypeMapKey for shared state, and message sending patterns. Use when creating Discord commands, building embeds, handling interactions, or working with the Discord API.
2026-01-05
code-standards.md
6
1 export code-standards
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Expert in code design standards including SOLID principles, Clean Code patterns (KISS, YAGNI, DRY, TDA), and pragmatic software design. **ALWAYS use when designing ANY classes/modules, implementing features, fixing bugs, refactoring code, or writing functions.** Use proactively to ensure proper design, separation of concerns, simplicity, and maintainability. Examples - "create class", "design module", "implement feature", "refactor code", "fix bug", "is this too complex", "apply SOLID", "keep it simple", "avoid over-engineering".
2026-01-05
phase-cleanup.md
6
1 export phase-cleanup
2 mvillmow from "mvillmow/ml-odyssey"
3 Refactor and finalize code after parallel phases complete, addressing technical debt. Use in cleanup phase to polish code before merge.
2026-01-05
basedpyright-type-checking.md
6
1 export basedpyright-type-checking
2 laurigates from "laurigates/dotfiles"
3 Basedpyright static type checker configuration, installation, and usage patterns.Use when implementing type checking, configuring LSP, comparing type checkers,or setting up strict type validation in Python projects.Triggered by: basedpyright, pyright, type checking, LSP, mypy alternative, static analysis.
2026-01-05
bitcoin-backup.md
6
1 export bitcoin-backup
2 b-open-io from "b-open-io/prompts"
3 Encrypt and decrypt private key backups using AES-256-GCM. Use when creating encrypted .bep backups, decrypting BAP identity files, or upgrading legacy backup iterations.
2026-01-05
playwright-browser-drag.md
6
1 export playwright-browser-drag
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To drag and drop between elements on a web page, perform a drag interaction from a source to a target.
2026-01-05
container-development.md
6
1 export container-development
2 laurigates from "laurigates/dotfiles"
3 Container development with Docker, Dockerfiles, 12-factor principles, multi-stagebuilds, and Skaffold workflows. Enforces MANDATORY non-root users, minimal Alpine/slimbase images, and security hardening. Covers containerization, orchestration, and secureimage construction.Use when user mentions Docker, Dockerfile, containers, docker-compose, multi-stagebuilds, container images, container security, or 12-factor app principles.
2026-01-05
changelog.md
6
1 export changelog
2 corv89 from "corv89/shannot"
3 Generate a Keep a Changelog entry from git commits
2026-01-05
vulture-dead-code.md
6
1 export vulture-dead-code
2 laurigates from "laurigates/dotfiles"
3 Vulture and deadcode tools for detecting unused Python code (functions, classes, variables, imports).Use when cleaning up codebases, removing unused code, or enforcing code hygiene in CI.Triggered by: vulture, deadcode, dead code detection, unused code, code cleanup, remove unused.
2026-01-05
pattern-dev.md
6
1 export pattern-dev
2 jkomoros from "jkomoros/community-patterns"
3 Day-to-day pattern development best practices. Use when actively developing patterns. Covers incremental development, commits, communication guidelines, and general development workflow.
2026-01-05
graphiti-episode-storage.md
6
1 export graphiti-episode-storage
2 laurigates from "laurigates/dotfiles"
3 Store episodes in Graphiti Memory: agent executions, error resolutions, workflowcompletions, technical decisions. Provides JSON schemas and storage patterns.Use when user mentions storing in Graphiti, add_memory, episode storage,building knowledge base, or documenting agent work.
2026-01-05
playwright-browser-install.md
6
1 export playwright-browser-install
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To install the Playwright browser defined in config, run this when the browser is missing or not installed.
2026-01-05
kubernetes-operations.md
6
1 export kubernetes-operations
2 laurigates from "laurigates/dotfiles"
3 Kubernetes operations including deployment, management, troubleshooting, kubectl mastery,and cluster stability. Covers K8s workloads, networking, storage, and debugging pods.Use when user mentions Kubernetes, K8s, kubectl, pods, deployments, services, ingress,ConfigMaps, Secrets, or cluster operations.
2026-01-05
import-command.md
6
1 export import-command
2 nozomi-koborinai from "nozomi-koborinai/koborin-ai"
3 Convert Cursor custom commands (.cursor/commands/*.md) to Claude Code skills (.claude/skills/*/SKILL.md). Use when the user says "import command to skill", "convert command to skill", or "migrate cursor command".
2026-01-05
godot-project-creator.md
6
1 export godot-project-creator
2 hhhh124hhhh from "hhhh124hhhh/godot-mcp"
3 智能化 Godot 项目创建与场景管理技能,支持自然语言描述自动生成完整项目架构
2026-01-05